gecko-dev/editor
kostello%netscape.com 860a8b9cfa Changed:
nsI*Editor::OutputText(nsString& aOutputString);
nsI*Editor::OutputHTML(nsString& aOutputString);

These methods always returns back a Unicode version of whatever is in the content model. It is the
responsibility of the caller then to call whatever converter is required to convert to the appropriate
charset.

Added:

nsI*Editor::OutputText(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
nsI*Editor::OutputHTML(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)

These methods output the the current content model to aOutputStream. The document is encoded using the
document defined charset or if the user passes in a non-null value for aCharsetOverride then this
encoding overrides the encoding used by the document.
1999-05-03 18:48:39 +00:00
..
base Changed: 1999-05-03 18:48:39 +00:00
dialogs Added simple dialogs for insert link and restructured ui source directories 1999-04-21 18:53:55 +00:00
guimgr Modified the clobber target so that it removes the dll from the bin/components directory. 1999-03-10 21:25:03 +00:00
libeditor Changed: 1999-05-03 18:48:39 +00:00
macbuild Fix busted debug build by adding TextEditorTest.cpp. Somebody else should fix this properly. Grrr. 1999-04-20 21:41:02 +00:00
public Added OutputText and OutputHTML that take in an nsIOutputStream. 1999-05-03 18:47:04 +00:00
txmgr Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
txtsvc Removed enabled code that was ifdef'd with HAVE_EDIT_ACTION_LISTENERS. 1999-04-27 19:17:35 +00:00
ui FIXING M5 BUGS: making weak links to stop extra addreff to presshell. fixing xul to set editor doc type to "content" 1999-04-29 20:21:04 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in Add txtsvc to get find dialog building on win32 and unix 1999-04-26 19:46:01 +00:00
makefile.win Add txtsvc to get find dialog building on win32 and unix 1999-04-26 19:46:01 +00:00