1999-03-01 19:54:47 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
|
|
*
|
|
|
|
* The contents of this file are subject to the Netscape Public License
|
|
|
|
* Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
* compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
* http://www.mozilla.org/NPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* NPL.
|
|
|
|
*
|
|
|
|
* The Initial Developer of this code under the NPL is Netscape
|
|
|
|
* Communications Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
* Reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef nsHTMLEditor_h__
|
|
|
|
#define nsHTMLEditor_h__
|
|
|
|
|
|
|
|
#include "nsCOMPtr.h"
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
#include "nsIHTMLEditor.h"
|
|
|
|
#include "nsITableEditor.h"
|
|
|
|
#include "nsIEditorMailSupport.h"
|
|
|
|
#include "nsIEditorStyleSheets.h"
|
|
|
|
|
|
|
|
#include "nsEditor.h"
|
|
|
|
#include "nsIDOMElement.h"
|
1999-03-01 19:54:47 +00:00
|
|
|
#include "nsIDOMEventListener.h"
|
1999-09-29 21:45:50 +00:00
|
|
|
#include "nsICSSLoader.h"
|
1999-08-01 22:37:58 +00:00
|
|
|
#include "nsITableLayout.h"
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
#include "TypeInState.h"
|
|
|
|
#include "nsEditRules.h"
|
|
|
|
|
1999-03-01 19:54:47 +00:00
|
|
|
/**
|
|
|
|
* The HTML editor implementation.<br>
|
|
|
|
* Use to edit HTML document represented as a DOM tree.
|
|
|
|
*/
|
1999-08-09 01:37:50 +00:00
|
|
|
class nsHTMLEditor : public nsEditor,
|
|
|
|
public nsIHTMLEditor,
|
|
|
|
public nsIEditorMailSupport,
|
|
|
|
public nsITableEditor,
|
|
|
|
public nsIEditorStyleSheets
|
1999-03-01 19:54:47 +00:00
|
|
|
{
|
1999-04-30 22:40:18 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
typedef enum {eNoOp, eReplaceParent=1, eInsertParent=2} BlockTransformationType;
|
1999-04-30 22:40:18 +00:00
|
|
|
|
1999-03-01 19:54:47 +00:00
|
|
|
public:
|
|
|
|
// see nsIHTMLEditor for documentation
|
|
|
|
|
|
|
|
//Interfaces for addref and release and queryinterface
|
1999-03-05 21:05:35 +00:00
|
|
|
//NOTE macro used is for classes that inherit from
|
|
|
|
// another class. Only the base class should use NS_DECL_ISUPPORTS
|
|
|
|
NS_DECL_ISUPPORTS_INHERITED
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
nsHTMLEditor();
|
|
|
|
virtual ~nsHTMLEditor();
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
/* ------------ nsIHTMLEditor methods -------------- */
|
1999-03-05 21:05:35 +00:00
|
|
|
|
1999-09-13 09:37:51 +00:00
|
|
|
NS_IMETHOD EditorKeyPress(nsIDOMUIEvent* aKeyEvent);
|
|
|
|
|
1999-09-08 23:32:04 +00:00
|
|
|
NS_IMETHOD GetDocumentIsEmpty(PRBool *aDocumentIsEmpty);
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD GetDocumentLength(PRInt32 *aCount);
|
|
|
|
NS_IMETHOD SetMaxTextLength(PRInt32 aMaxTextLength);
|
|
|
|
NS_IMETHOD GetMaxTextLength(PRInt32& aMaxTextLength);
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD SetInlineProperty(nsIAtom *aProperty,
|
1999-04-15 06:06:33 +00:00
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
NS_IMETHOD GetInlineProperty(nsIAtom *aProperty,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue,
|
1999-04-15 06:06:33 +00:00
|
|
|
PRBool &aFirst, PRBool &aAny, PRBool &aAll);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
NS_IMETHOD RemoveInlineProperty(nsIAtom *aProperty, const nsString *aAttribute);
|
1999-09-22 01:21:56 +00:00
|
|
|
NS_IMETHOD GetTypingState(nsIAtom *aProperty, PRBool &aSet);
|
|
|
|
NS_IMETHOD GetTypingStateValue(nsIAtom *aProperty, nsString &aValue);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
1999-03-10 19:49:18 +00:00
|
|
|
NS_IMETHOD InsertBreak();
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD InsertText(const nsString& aStringToInsert);
|
|
|
|
NS_IMETHOD InsertHTML(const nsString &aInputString);
|
|
|
|
NS_IMETHOD InsertElement(nsIDOMElement* aElement, PRBool aDeleteSelection);
|
|
|
|
|
|
|
|
NS_IMETHOD DeleteSelection(ESelectionCollapseDirection aAction);
|
|
|
|
NS_IMETHOD DeleteSelectionAndCreateNode(const nsString& aTag, nsIDOMNode ** aNewNode);
|
|
|
|
NS_IMETHOD SelectElement(nsIDOMElement* aElement);
|
|
|
|
NS_IMETHOD SetCaretAfterElement(nsIDOMElement* aElement);
|
|
|
|
|
|
|
|
NS_IMETHOD SetParagraphFormat(const nsString& aParagraphFormat);
|
|
|
|
|
1999-09-22 05:52:44 +00:00
|
|
|
NS_IMETHOD GetParentBlockTags(nsStringArray *aTagList, PRBool aGetLists);
|
|
|
|
NS_IMETHOD GetParagraphTags(nsStringArray *aTagList);
|
|
|
|
NS_IMETHOD GetListTags(nsStringArray *aTagList);
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD RemoveParagraphStyle();
|
|
|
|
|
|
|
|
NS_IMETHOD AddBlockParent(nsString& aParentTag);
|
|
|
|
NS_IMETHOD ReplaceBlockParent(nsString& aParentTag);
|
|
|
|
NS_IMETHOD RemoveParent(const nsString &aParentTag);
|
|
|
|
|
|
|
|
NS_IMETHOD InsertList(const nsString& aListType);
|
1999-09-06 19:47:25 +00:00
|
|
|
NS_IMETHOD RemoveList(const nsString& aListType);
|
1999-08-18 08:13:06 +00:00
|
|
|
NS_IMETHOD InsertBasicBlock(const nsString& aBlockType);
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD Indent(const nsString& aIndent);
|
|
|
|
NS_IMETHOD Align(const nsString& aAlign);
|
|
|
|
|
|
|
|
NS_IMETHOD GetElementOrParentByTagName(const nsString& aTagName, nsIDOMNode *aNode, nsIDOMElement** aReturn);
|
|
|
|
NS_IMETHOD GetSelectedElement(const nsString& aTagName, nsIDOMElement** aReturn);
|
|
|
|
NS_IMETHOD CreateElementWithDefaults(const nsString& aTagName, nsIDOMElement** aReturn);
|
|
|
|
|
|
|
|
NS_IMETHOD InsertLinkAroundSelection(nsIDOMElement* aAnchorElement);
|
|
|
|
|
1999-09-17 23:15:12 +00:00
|
|
|
/* ------------ nsIEditorIMESupport overrides -------------- */
|
|
|
|
|
|
|
|
NS_IMETHOD SetCompositionString(const nsString& aCompositionString, nsIPrivateTextRangeList* aTextRangeList,nsTextEventReply* aReply);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
/* ------------ nsIEditorStyleSheets methods -------------- */
|
|
|
|
|
|
|
|
NS_IMETHOD ApplyStyleSheet(const nsString& aURL);
|
1999-09-29 21:45:50 +00:00
|
|
|
NS_IMETHOD ApplyOverrideStyleSheet(const nsString& aURL);
|
|
|
|
/* Above 2 methods call this with appropriate aOverride value
|
|
|
|
* Not exposed to IDL interface
|
|
|
|
*/
|
|
|
|
nsresult ApplyDocumentOrOverrideStyleSheet(const nsString& aURL, PRBool aOverride);
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD AddStyleSheet(nsICSSStyleSheet* aSheet);
|
|
|
|
NS_IMETHOD RemoveStyleSheet(nsICSSStyleSheet* aSheet);
|
|
|
|
|
|
|
|
/* ------------ nsIEditorMailSupport methods -------------- */
|
|
|
|
|
|
|
|
NS_IMETHOD GetBodyWrapWidth(PRInt32 *aWrapColumn);
|
|
|
|
NS_IMETHOD SetBodyWrapWidth(PRInt32 aWrapColumn);
|
|
|
|
NS_IMETHOD PasteAsQuotation();
|
|
|
|
NS_IMETHOD InsertAsQuotation(const nsString& aQuotedText);
|
|
|
|
NS_IMETHOD PasteAsCitedQuotation(const nsString& aCitation);
|
|
|
|
NS_IMETHOD InsertAsCitedQuotation(const nsString& aQuotedText, const nsString& aCitation);
|
|
|
|
NS_IMETHOD GetEmbeddedObjects(nsISupportsArray** aNodeList);
|
|
|
|
|
|
|
|
|
|
|
|
/* ------------ nsITableEditor methods -------------- */
|
|
|
|
|
|
|
|
NS_IMETHOD InsertTableCell(PRInt32 aNumber, PRBool aAfter);
|
|
|
|
NS_IMETHOD InsertTableColumn(PRInt32 aNumber, PRBool aAfter);
|
|
|
|
NS_IMETHOD InsertTableRow(PRInt32 aNumber, PRBool aAfter);
|
|
|
|
NS_IMETHOD DeleteTable();
|
|
|
|
NS_IMETHOD DeleteTableCell(PRInt32 aNumber);
|
|
|
|
NS_IMETHOD DeleteTableColumn(PRInt32 aNumber);
|
|
|
|
NS_IMETHOD DeleteTableRow(PRInt32 aNumber);
|
|
|
|
NS_IMETHOD JoinTableCells();
|
|
|
|
NS_IMETHOD NormalizeTable(nsIDOMElement *aTable);
|
|
|
|
NS_IMETHOD GetCellIndexes(nsIDOMElement *aCell, PRInt32& aRowIndex, PRInt32& aColIndex);
|
|
|
|
NS_IMETHOD GetTableSize(nsIDOMElement *aTable, PRInt32& aRowCount, PRInt32& aColCount);
|
|
|
|
NS_IMETHOD GetCellAt(nsIDOMElement* aTable, PRInt32 aRowIndex, PRInt32 aColIndex, nsIDOMElement* &aCell);
|
|
|
|
NS_IMETHOD GetCellDataAt(nsIDOMElement* aTable, PRInt32 aRowIndex, PRInt32 aColIndex, nsIDOMElement* &aCell,
|
|
|
|
PRInt32& aStartRowIndex, PRInt32& aStartColIndex,
|
|
|
|
PRInt32& aRowSpan, PRInt32& aColSpan, PRBool& aIsSelected);
|
1999-03-01 19:54:47 +00:00
|
|
|
|
|
|
|
|
1999-04-21 18:53:55 +00:00
|
|
|
// Selection and navigation
|
1999-08-09 01:37:50 +00:00
|
|
|
/* obsolete
|
1999-03-02 05:30:53 +00:00
|
|
|
NS_IMETHOD MoveSelectionUp(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD MoveSelectionDown(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD MoveSelectionNext(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD MoveSelectionPrevious(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD SelectNext(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD SelectPrevious(nsIAtom *aIncrement, PRBool aExtendSelection);
|
|
|
|
NS_IMETHOD ScrollUp(nsIAtom *aIncrement);
|
|
|
|
NS_IMETHOD ScrollDown(nsIAtom *aIncrement);
|
|
|
|
NS_IMETHOD ScrollIntoView(PRBool aScrollToBegin);
|
1999-08-09 01:37:50 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* miscellaneous */
|
|
|
|
// This sets background on the appropriate container element (table, cell,)
|
|
|
|
// or calls into nsTextEditor to set the page background
|
|
|
|
NS_IMETHOD SetBackgroundColor(const nsString& aColor);
|
|
|
|
NS_IMETHOD SetBodyAttribute(const nsString& aAttr, const nsString& aValue);
|
|
|
|
|
|
|
|
/* ------------ Overrides of nsEditor interface methods -------------- */
|
|
|
|
|
1999-08-23 06:42:04 +00:00
|
|
|
/** prepare the editor for use */
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD Init(nsIDOMDocument *aDoc, nsIPresShell *aPresShell, PRUint32 aFlags);
|
1999-08-23 06:42:04 +00:00
|
|
|
|
1999-10-04 23:50:27 +00:00
|
|
|
NS_IMETHOD SetDocumentCharacterSet(const PRUnichar* characterSet);
|
|
|
|
|
1999-08-23 06:42:04 +00:00
|
|
|
/** we override this here to install event listeners */
|
|
|
|
NS_IMETHOD PostCreate();
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
NS_IMETHOD GetFlags(PRUint32 *aFlags);
|
|
|
|
NS_IMETHOD SetFlags(PRUint32 aFlags);
|
1999-05-07 05:02:35 +00:00
|
|
|
|
1999-09-19 10:32:21 +00:00
|
|
|
NS_IMETHOD Undo(PRUint32 aCount);
|
|
|
|
NS_IMETHOD Redo(PRUint32 aCount);
|
|
|
|
|
1999-03-10 21:29:41 +00:00
|
|
|
NS_IMETHOD Cut();
|
|
|
|
NS_IMETHOD Copy();
|
|
|
|
NS_IMETHOD Paste();
|
1999-07-14 18:54:29 +00:00
|
|
|
|
|
|
|
NS_IMETHOD OutputToString(nsString& aOutputString,
|
|
|
|
const nsString& aFormatType,
|
|
|
|
PRUint32 aFlags);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
1999-07-14 18:54:29 +00:00
|
|
|
NS_IMETHOD OutputToStream(nsIOutputStream* aOutputStream,
|
|
|
|
const nsString& aFormatType,
|
|
|
|
const nsString* aCharsetOverride,
|
|
|
|
PRUint32 aFlags);
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD DebugUnitTests(PRInt32 *outNumTests, PRInt32 *outNumTestsFailed);
|
1999-07-01 19:32:35 +00:00
|
|
|
|
1999-08-19 22:11:58 +00:00
|
|
|
|
|
|
|
/* ------------ Utility Routines, not part of public API -------------- */
|
|
|
|
NS_IMETHOD GetBodyStyleContext(nsIStyleContext** aStyleContext);
|
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
protected:
|
1999-06-14 20:02:46 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
virtual void InitRules();
|
1999-06-14 20:02:46 +00:00
|
|
|
|
1999-08-23 06:42:04 +00:00
|
|
|
/** install the event listeners for the editor
|
|
|
|
* used to be part of Init, but now broken out into a separate method
|
|
|
|
* called by PostCreate, giving the caller the chance to interpose
|
|
|
|
* their own listeners before we install our own backstops.
|
|
|
|
*/
|
|
|
|
NS_IMETHOD InstallEventListeners();
|
|
|
|
|
1999-08-19 13:30:48 +00:00
|
|
|
/** returns the layout object (nsIFrame in the real world) for aNode
|
|
|
|
* @param aNode the content to get a frame for
|
|
|
|
* @param aLayoutObject the "primary frame" for aNode, if one exists. May be null
|
|
|
|
* @return NS_OK whether a frame is found or not
|
|
|
|
* an error if some serious error occurs
|
|
|
|
*/
|
|
|
|
NS_IMETHOD GetLayoutObject(nsIDOMNode *aInNode, nsISupports **aOutLayoutObject);
|
|
|
|
|
|
|
|
NS_IMETHOD CollapseAdjacentTextNodes(nsIDOMSelection *aInSelection);
|
1999-07-14 15:24:33 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD DeleteSelectionAndPrepareToCreateNode(nsCOMPtr<nsIDOMNode> &parentSelectedNode, PRInt32& offsetOfNewNode);
|
1999-04-20 17:47:12 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
/* StyleSheet load callback */
|
|
|
|
static void ApplyStyleSheetToPresShellDocument(nsICSSStyleSheet* aSheet, void *aData);
|
1999-05-05 23:29:18 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
/* remove the old style sheet, and apply the supplied one */
|
|
|
|
NS_IMETHOD ReplaceStyleSheet(nsICSSStyleSheet *aNewSheet);
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-07-27 23:59:22 +00:00
|
|
|
|
1999-07-23 00:52:17 +00:00
|
|
|
// Return TRUE if aElement is a table-related elemet and caret was set
|
|
|
|
PRBool SetCaretInTableCell(nsIDOMElement* aElement);
|
|
|
|
PRBool IsElementInBody(nsIDOMElement* aElement);
|
1999-04-21 18:53:55 +00:00
|
|
|
|
1999-09-13 09:37:51 +00:00
|
|
|
// key event helpers
|
|
|
|
NS_IMETHOD TabInTable(PRBool inIsShift, PRBool *outHandled);
|
1999-09-29 20:08:15 +00:00
|
|
|
NS_IMETHOD InsertBR(nsCOMPtr<nsIDOMNode> *outBRNode);
|
1999-09-13 09:37:51 +00:00
|
|
|
|
1999-03-01 19:54:47 +00:00
|
|
|
// Table Editing (implemented in EditTable.cpp)
|
1999-08-01 22:37:58 +00:00
|
|
|
|
|
|
|
// Helper used to get nsITableLayout interface for methods implemented in nsTableFrame
|
|
|
|
NS_IMETHOD GetTableLayoutObject(nsIDOMElement* aTable, nsITableLayout **tableLayoutObject);
|
1999-08-04 02:06:03 +00:00
|
|
|
|
|
|
|
// Table utilities
|
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
// All of the above need to get the same basic context data
|
1999-08-04 02:06:03 +00:00
|
|
|
NS_IMETHOD GetCellContext(nsCOMPtr<nsIDOMSelection> &aSelection,
|
|
|
|
nsCOMPtr<nsIDOMElement> &aTable, nsCOMPtr<nsIDOMElement> &aCell,
|
|
|
|
nsCOMPtr<nsIDOMNode> &aCellParent, PRInt32& aCellOffset,
|
|
|
|
PRInt32& aRow, PRInt32& aCol);
|
|
|
|
|
1999-08-05 20:04:58 +00:00
|
|
|
// Use the selection iterator to find the first cell in the selection
|
|
|
|
NS_IMETHOD GetFirstSelectedCell(nsCOMPtr<nsIDOMElement> &aCell);
|
|
|
|
|
1999-08-04 02:06:03 +00:00
|
|
|
// Setting caret to a logical place can get tricky,
|
|
|
|
// especially after deleting table stuff
|
1999-08-09 01:37:50 +00:00
|
|
|
typedef enum { ePreviousColumn, ePreviousRow } SetCaretSearchDirection;
|
1999-07-19 22:49:21 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
NS_IMETHOD SetCaretAfterTableEdit(nsIDOMElement* aTable, PRInt32 aCol, PRInt32 aRow, SetCaretSearchDirection aDirection);
|
|
|
|
|
1999-04-30 22:40:18 +00:00
|
|
|
NS_IMETHOD ReParentContentOfNode(nsIDOMNode *aNode,
|
|
|
|
nsString &aParentTag,
|
|
|
|
BlockTransformationType aTranformation);
|
1999-04-20 17:47:12 +00:00
|
|
|
|
|
|
|
NS_IMETHOD ReParentBlockContent(nsIDOMNode *aNode,
|
|
|
|
nsString &aParentTag,
|
|
|
|
nsIDOMNode *aBlockParentNode,
|
|
|
|
nsString &aBlockParentTag,
|
1999-04-30 22:40:18 +00:00
|
|
|
BlockTransformationType aTranformation,
|
1999-04-20 17:47:12 +00:00
|
|
|
nsIDOMNode **aNewParentNode);
|
1999-03-29 08:02:05 +00:00
|
|
|
|
1999-04-30 22:40:18 +00:00
|
|
|
NS_IMETHOD ReParentContentOfRange(nsIDOMRange *aRange,
|
|
|
|
nsString &aParentTag,
|
|
|
|
BlockTransformationType aTranformation);
|
1999-03-29 08:02:05 +00:00
|
|
|
|
1999-05-05 04:05:19 +00:00
|
|
|
NS_IMETHOD RemoveParagraphStyleFromRange(nsIDOMRange *aRange);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveParagraphStyleFromBlockContent(nsIDOMRange *aRange);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveParentFromRange(const nsString &aParentTag, nsIDOMRange *aRange);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveParentFromBlockContent(const nsString &aParentTag, nsIDOMRange *aRange);
|
|
|
|
|
|
|
|
NS_IMETHOD IsRootTag(nsString &aTag, PRBool &aIsTag);
|
|
|
|
|
1999-09-23 04:01:10 +00:00
|
|
|
NS_IMETHOD IsLeafThatTakesInlineStyle(const nsString *aTag, PRBool &aResult);
|
|
|
|
|
1999-05-05 04:05:19 +00:00
|
|
|
NS_IMETHOD IsSubordinateBlock(nsString &aTag, PRBool &aIsTag);
|
|
|
|
|
1999-09-19 10:32:21 +00:00
|
|
|
static PRBool IsTable(nsIDOMNode *aNode);
|
|
|
|
static PRBool IsTableCell(nsIDOMNode *aNode);
|
|
|
|
static PRBool IsTableElement(nsIDOMNode *aNode);
|
|
|
|
static nsCOMPtr<nsIDOMNode> GetEnclosingTable(nsIDOMNode *aNode);
|
1999-05-05 04:05:19 +00:00
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
/** content-based query returns PR_TRUE if <aProperty aAttribute=aValue> effects aNode
|
|
|
|
* If <aProperty aAttribute=aValue> contains aNode,
|
|
|
|
* but <aProperty aAttribute=SomeOtherValue> also contains aNode and the second is
|
|
|
|
* more deeply nested than the first, then the first does not effect aNode.
|
|
|
|
*
|
|
|
|
* @param aNode The target of the query
|
|
|
|
* @param aProperty The property that we are querying for
|
|
|
|
* @param aAttribute The attribute of aProperty, example: color in <FONT color="blue">
|
|
|
|
* May be null.
|
|
|
|
* @param aValue The value of aAttribute, example: blue in <FONT color="blue">
|
|
|
|
* May be null. Ignored if aAttribute is null.
|
|
|
|
* @param aIsSet [OUT] PR_TRUE if <aProperty aAttribute=aValue> effects aNode.
|
|
|
|
* @param aStyleNode [OUT] set to the node representing <aProperty aAttribute=aValue>, if found.
|
|
|
|
* null if aIsSet is returned as PR_FALSE;
|
|
|
|
*/
|
|
|
|
virtual void IsTextPropertySetByContent(nsIDOMNode *aNode,
|
|
|
|
nsIAtom *aProperty,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue,
|
|
|
|
PRBool &aIsSet,
|
|
|
|
nsIDOMNode **aStyleNode) const;
|
|
|
|
|
|
|
|
/** style-based query returns PR_TRUE if (aProperty, aAttribute) is set in aSC.
|
|
|
|
* WARNING: not well tested yet since we don't do style-based queries anywhere.
|
|
|
|
*/
|
|
|
|
virtual void IsTextStyleSet(nsIStyleContext *aSC,
|
|
|
|
nsIAtom *aProperty,
|
|
|
|
const nsString *aAttributes,
|
|
|
|
PRBool &aIsSet) const;
|
|
|
|
|
|
|
|
/** Moves the content between (aNode, aStartOffset) and (aNode, aEndOffset)
|
|
|
|
* into aNewParentNode, splitting aNode as necessary to maintain the relative
|
|
|
|
* position of all leaf content.
|
|
|
|
* @param aNode The node whose content we're repositioning.
|
|
|
|
* aNode can be either a text node or a container node.
|
|
|
|
* @param aNewParentNode The node that will be the repositioned contents' parent.
|
|
|
|
* The caller is responsible for allocating aNewParentNode
|
|
|
|
* @param aStartOffset The start offset of the content of aNode
|
|
|
|
* @param aEndOffset The end offset of the content of aNode.
|
|
|
|
*/
|
|
|
|
NS_IMETHOD MoveContentOfNodeIntoNewParent(nsIDOMNode *aNode,
|
|
|
|
nsIDOMNode *aNewParentNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
PRInt32 aEndOffset);
|
|
|
|
|
|
|
|
/** Moves the content between (aStartNode, aStartOffset) and (aEndNode, aEndOffset)
|
|
|
|
* into aNewParentNode, splitting aStartNode and aEndNode as necessary to maintain
|
|
|
|
* the relative position of all leaf content.
|
|
|
|
* The content between the two endpoints MUST be "contiguous" in the sense that
|
|
|
|
* it is all in the same block. Another way of saying this is all content nodes
|
|
|
|
* between aStartNode and aEndNode must be inline.
|
|
|
|
* @see IntermediateNodesAreInline
|
|
|
|
*
|
|
|
|
* @param aStartNode The left node, can be either a text node or a container node.
|
|
|
|
* @param aStartOffset The start offset in the content of aStartNode
|
|
|
|
* @param aEndNode The right node, can be either a text node or a container node.
|
|
|
|
* @param aEndOffset The end offset in the content of aEndNode.
|
|
|
|
* @param aGrandParentNode The common ancestor of aStartNode and aEndNode.
|
|
|
|
* aGrandParentNode will be the parent of aNewParentNode.
|
|
|
|
* @param aNewParentNode The node that will be the repositioned contents' parent.
|
|
|
|
* The caller is responsible for allocating aNewParentNode
|
|
|
|
*/
|
|
|
|
NS_IMETHOD MoveContiguousContentIntoNewParent(nsIDOMNode *aStartNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
nsIDOMNode *aEndNode,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMNode *aGrandParentNode,
|
|
|
|
nsIDOMNode *aNewParentNode);
|
|
|
|
|
|
|
|
|
|
|
|
NS_IMETHOD SetTextPropertiesForNode(nsIDOMNode *aNode,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue);
|
|
|
|
|
|
|
|
NS_IMETHOD SetTextPropertiesForNodesWithSameParent(nsIDOMNode *aStartNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
nsIDOMNode *aEndNode,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue);
|
|
|
|
|
|
|
|
NS_IMETHOD SetTextPropertiesForNodeWithDifferentParents(nsIDOMRange *aRange,
|
|
|
|
nsIDOMNode *aStartNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
nsIDOMNode *aEndNode,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveTextPropertiesForNode(nsIDOMNode *aNode,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveTextPropertiesForNodesWithSameParent(nsIDOMNode *aStartNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
nsIDOMNode *aEndNode,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute);
|
|
|
|
|
|
|
|
NS_IMETHOD RemoveTextPropertiesForNodeWithDifferentParents(nsIDOMNode *aStartNode,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
nsIDOMNode *aEndNode,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMNode *aParent,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute);
|
|
|
|
|
|
|
|
NS_IMETHOD SetTypeInStateForProperty(TypeInState &aTypeInState,
|
|
|
|
nsIAtom *aPropName,
|
|
|
|
const nsString *aAttribute,
|
|
|
|
const nsString *aValue);
|
|
|
|
|
1999-08-19 13:30:48 +00:00
|
|
|
NS_IMETHOD GetTextSelectionOffsetsForRange(nsIDOMSelection *aSelection,
|
|
|
|
nsIDOMNode **aParent,
|
|
|
|
PRInt32 &aStartOffset,
|
|
|
|
PRInt32 &aEndOffset);
|
1999-08-09 01:37:50 +00:00
|
|
|
|
|
|
|
void ResetTextSelectionForRange(nsIDOMNode *aParent,
|
|
|
|
PRInt32 aStartOffset,
|
|
|
|
PRInt32 aEndOffset,
|
|
|
|
nsIDOMSelection *aSelection);
|
|
|
|
|
|
|
|
/** returns the absolute position of the end points of aSelection
|
|
|
|
* in the document as a text stream.
|
|
|
|
*/
|
|
|
|
nsresult GetTextSelectionOffsets(nsIDOMSelection *aSelection,
|
|
|
|
PRInt32 &aStartOffset,
|
|
|
|
PRInt32 &aEndOffset);
|
1999-03-01 19:54:47 +00:00
|
|
|
|
1999-09-13 20:44:38 +00:00
|
|
|
nsresult GetAbsoluteOffsetsForPoints(nsIDOMNode *aInStartNode,
|
|
|
|
PRInt32 aInStartOffset,
|
|
|
|
nsIDOMNode *aInEndNode,
|
|
|
|
PRInt32 aInEndOffset,
|
|
|
|
nsIDOMNode *aInCommonParentNode,
|
|
|
|
PRInt32 &aOutStartOffset,
|
|
|
|
PRInt32 &aEndOffset);
|
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
// Methods for handling plaintext quotations
|
|
|
|
NS_IMETHOD PasteAsPlaintextQuotation();
|
|
|
|
NS_IMETHOD InsertAsPlaintextQuotation(const nsString& aQuotedText);
|
|
|
|
|
|
|
|
TypeInState *GetTypeInState();
|
|
|
|
|
|
|
|
/** simple utility to handle any error with event listener allocation or registration */
|
|
|
|
void HandleEventListenerError();
|
|
|
|
|
|
|
|
// Data members
|
|
|
|
protected:
|
|
|
|
|
|
|
|
TypeInState* mTypeInState;
|
|
|
|
nsEditRules* mRules;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mKeyListenerP;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mMouseListenerP;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mTextListenerP;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mCompositionListenerP;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mDragListenerP;
|
|
|
|
nsCOMPtr<nsIDOMEventListener> mFocusListenerP;
|
|
|
|
PRBool mIsComposing;
|
|
|
|
PRInt32 mMaxTextLength;
|
|
|
|
|
1999-09-29 20:08:15 +00:00
|
|
|
public:
|
|
|
|
static nsIAtom *gTypingTxnName;
|
|
|
|
|
1999-08-09 01:37:50 +00:00
|
|
|
// friends
|
|
|
|
friend class nsHTMLEditRules;
|
|
|
|
friend class nsTextEditRules;
|
1999-05-03 18:48:39 +00:00
|
|
|
|
1999-03-01 19:54:47 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif //nsHTMLEditor_h__
|
|
|
|
|