Added ApplyStyleSheet() method to the various editor interfaces.

git-svn-id: svn://10.0.0.236/trunk@37845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com
1999-07-01 19:32:35 +00:00
parent 8b1231e0ae
commit 0d49f312e2
21 changed files with 370 additions and 5 deletions

View File

@@ -1505,6 +1505,11 @@ NS_IMETHODIMP nsTextEditor::SetBodyWrapWidth(PRInt32 aWrapColumn)
return res;
}
NS_IMETHODIMP nsTextEditor::ApplyStyleSheet(const nsString& aURL)
{
return nsEditor::ApplyStyleSheet(aURL);
}
NS_IMETHODIMP nsTextEditor::OutputTextToString(nsString& aOutputString, PRBool aSelectionOnly)
{
PRBool cancel;
@@ -1705,7 +1710,6 @@ NS_IMETHODIMP nsTextEditor::OutputHTMLToStream(nsIOutputStream* aOutputStream,ns
return encoder->EncodeToStream(aOutputStream);
}
nsCOMPtr<nsIDOMElement>
nsTextEditor::FindPreElement()
{