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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user