Home
last modified time | relevance | path

Searched refs:nsIEditor (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/www/firefox-legacy/firefox-52.8.0esr/editor/composer/
H A DnsComposerCommands.h15 class nsIEditor; variable
71 virtual nsresult ToggleState(nsIEditor* aEditor) = 0;
91 virtual nsresult ToggleState(nsIEditor* aEditor);
122 virtual nsresult ToggleState(nsIEditor* aEditor);
136 virtual nsresult ToggleState(nsIEditor* aEditor);
166 virtual nsresult SetState(nsIEditor *aEditor, nsString& newState);
177 virtual nsresult SetState(nsIEditor *aEditor, nsString& newState);
187 virtual nsresult GetCurrentState(nsIEditor *aEditor,
189 virtual nsresult SetState(nsIEditor *aEditor, nsString& newState);
201 virtual nsresult SetState(nsIEditor *aEditor, nsString& newState);
[all …]
H A DnsComposerCommands.cpp76 nsCOMPtr<nsIEditor> editor = do_QueryInterface(refCon); in NS_IMPL_ISUPPORTS_INHERITED0()
89 nsCOMPtr<nsIEditor> editor = do_QueryInterface(refCon); in DoCommand()
108 nsCOMPtr<nsIEditor> editor = do_QueryInterface(refCon); in GetCommandStateParams()
174 nsStyleUpdatingCommand::GetCurrentState(nsIEditor *aEditor, in GetCurrentState()
202 nsStyleUpdatingCommand::ToggleState(nsIEditor *aEditor) in ToggleState()
283 nsListCommand::ToggleState(nsIEditor *aEditor) in ToggleState()
317 nsListItemCommand::GetCurrentState(nsIEditor* aEditor, in GetCurrentState()
347 nsListItemCommand::ToggleState(nsIEditor *aEditor) in ToggleState()
390 nsCOMPtr<nsIEditor> editor = do_QueryInterface(refCon); in IsCommandEnabled()
450 nsCOMPtr<nsIEditor> editor = do_QueryInterface(refCon); in IsCommandEnabled()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorCommands.cpp57 nsCOMPtr<nsIEditor> editor = do_QueryInterface(aCommandRefCon); in NS_IMPL_ISUPPORTS()
283 return editor->DeleteSelection(nsIEditor::eNext, nsIEditor::eStrip); in DoCommand()
383 return editor->DeleteSelection(nsIEditor::eNextWord, nsIEditor::eStrip); in DoCommand()
674 nsIEditor::EDirection deleteDir = nsIEditor::eNone; in DoCommand()
680 deleteDir = nsIEditor::ePrevious; in DoCommand()
682 deleteDir = nsIEditor::eNext; in DoCommand()
684 deleteDir = nsIEditor::ePrevious; in DoCommand()
686 deleteDir = nsIEditor::ePreviousWord; in DoCommand()
688 deleteDir = nsIEditor::eNextWord; in DoCommand()
690 deleteDir = nsIEditor::eToBeginningOfLine; in DoCommand()
[all …]
H A DStyleSheetTransactions.h15 class nsIEditor; variable
27 NS_IMETHOD Init(nsIEditor* aEditor, StyleSheet* aSheet);
39 nsIEditor* mEditor;
53 NS_IMETHOD Init(nsIEditor* aEditor, StyleSheet* aSheet);
65 nsIEditor* mEditor;
H A DTextEditRules.h62 nsIEditor::EDirection aDirection) override;
64 nsIEditor::EDirection aDirection) override;
137 nsIEditor::EDirection aCollapsedAction,
141 nsIEditor::EDirection aCollapsedAction,
212 nsIEditor::EDirection aAction,
265 , collapsedAction(nsIEditor::eNext) in TextRulesInfo()
266 , stripWrappers(nsIEditor::eStrip) in TextRulesInfo()
282 nsIEditor::EDirection collapsedAction;
283 nsIEditor::EStripWrappers stripWrappers;
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorCommands.cpp58 nsCOMPtr<nsIEditor> editor = do_QueryInterface(aCommandRefCon); in NS_IMPL_ISUPPORTS()
291 return textEditor->DeleteSelection(nsIEditor::eNext, nsIEditor::eStrip); in DoCommand()
393 return textEditor->DeleteSelection(nsIEditor::eNextWord, nsIEditor::eStrip); in DoCommand()
706 nsIEditor::EDirection deleteDir = nsIEditor::eNone; in DoCommand()
712 deleteDir = nsIEditor::ePrevious; in DoCommand()
714 deleteDir = nsIEditor::eNext; in DoCommand()
716 deleteDir = nsIEditor::ePrevious; in DoCommand()
718 deleteDir = nsIEditor::ePreviousWord; in DoCommand()
720 deleteDir = nsIEditor::eNextWord; in DoCommand()
722 deleteDir = nsIEditor::eToBeginningOfLine; in DoCommand()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorUtils.cpp144 Result<nsIEditor::EDirection, nsresult>
186 case nsIEditor::eNextWord: in ExtendAnchorFocusRangeFor()
198 case nsIEditor::ePreviousWord: in ExtendAnchorFocusRangeFor()
212 case nsIEditor::eNext: in ExtendAnchorFocusRangeFor()
225 case nsIEditor::ePrevious: { in ExtendAnchorFocusRangeFor()
274 case nsIEditor::eToBeginningOfLine: in ExtendAnchorFocusRangeFor()
286 case nsIEditor::eToEndOfLine: in ExtendAnchorFocusRangeFor()
348 case nsIEditor::eNext: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
349 case nsIEditor::eNextWord: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
350 case nsIEditor::ePrevious: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
[all …]
H A DTextEditSubActionHandler.cpp170 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in InsertLineFeedCharacterAtSelection()
280 case nsIEditor::eNewlinesReplaceWithSpaces: in HandleNewLinesInStringForSingleLineEditor()
286 case nsIEditor::eNewlinesStrip: in HandleNewLinesInStringForSingleLineEditor()
289 case nsIEditor::eNewlinesPasteToFirst: in HandleNewLinesInStringForSingleLineEditor()
305 case nsIEditor::eNewlinesReplaceWithCommas: in HandleNewLinesInStringForSingleLineEditor()
333 case nsIEditor::eNewlinesPasteIntact: in HandleNewLinesInStringForSingleLineEditor()
389 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in HandleInsertText()
569 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelection()
570 nsIEditor::EStripWrappers aStripWrappers) { in HandleDeleteSelection()
595 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelectionInternal()
[all …]
H A DHTMLEditorDeleteHandler.cpp5060 case nsIEditor::eNone: in ComputeTargetRanges()
5062 case nsIEditor::ePrevious: in ComputeTargetRanges()
5063 case nsIEditor::ePreviousWord: in ComputeTargetRanges()
5088 case nsIEditor::eNext: in ComputeTargetRanges()
5089 case nsIEditor::eNextWord: in ComputeTargetRanges()
5090 case nsIEditor::eToEndOfLine: { in ComputeTargetRanges()
5171 case nsIEditor::eNext: in GetNewCaretPoisition()
5172 case nsIEditor::eNextWord: in GetNewCaretPoisition()
5194 case nsIEditor::ePrevious: in GetNewCaretPoisition()
5195 case nsIEditor::ePreviousWord: in GetNewCaretPoisition()
[all …]
H A DEditorBase.h123 class EditorBase : public nsIEditor,
1047 nsIEditor::EDirection aDeleteDirectionAndAmount = nsIEditor::eNone);
2408 case nsIEditor::eNone: in HowToHandleCollapsedRangeFor()
2410 case nsIEditor::ePrevious: in HowToHandleCollapsedRangeFor()
2412 case nsIEditor::eNext: in HowToHandleCollapsedRangeFor()
2414 case nsIEditor::ePreviousWord: in HowToHandleCollapsedRangeFor()
2415 case nsIEditor::eNextWord: in HowToHandleCollapsedRangeFor()
2417 case nsIEditor::eToEndOfLine: in HowToHandleCollapsedRangeFor()
2804 friend class nsIEditor; variable
2809 bool nsIEditor::IsTextEditor() const { in IsTextEditor()
[all …]
H A DTextEditor.h97 static TextEditor* GetFrom(nsIEditor* aEditor) { in GetFrom()
100 static const TextEditor* GetFrom(const nsIEditor* aEditor) { in GetFrom()
436 HandleDeleteSelectionInternal(nsIEditor::EDirection aDirectionAndAmount,
437 nsIEditor::EStripWrappers aStripWrappers);
446 HandleDeleteSelection(nsIEditor::EDirection aDirectionAndAmount,
447 nsIEditor::EStripWrappers aStripWrappers) final;
477 nsIEditor::EDirection aDirectionOfTopLevelEditSubAction,
549 mozilla::TextEditor* nsIEditor::AsTextEditor() { in AsTextEditor()
554 const mozilla::TextEditor* nsIEditor::AsTextEditor() const { in AsTextEditor()
559 mozilla::TextEditor* nsIEditor::GetAsTextEditor() { in GetAsTextEditor()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorUtils.cpp144 Result<nsIEditor::EDirection, nsresult>
186 case nsIEditor::eNextWord: in ExtendAnchorFocusRangeFor()
198 case nsIEditor::ePreviousWord: in ExtendAnchorFocusRangeFor()
212 case nsIEditor::eNext: in ExtendAnchorFocusRangeFor()
225 case nsIEditor::ePrevious: { in ExtendAnchorFocusRangeFor()
274 case nsIEditor::eToBeginningOfLine: in ExtendAnchorFocusRangeFor()
286 case nsIEditor::eToEndOfLine: in ExtendAnchorFocusRangeFor()
348 case nsIEditor::eNext: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
349 case nsIEditor::eNextWord: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
350 case nsIEditor::ePrevious: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
[all …]
H A DTextEditSubActionHandler.cpp170 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in InsertLineFeedCharacterAtSelection()
280 case nsIEditor::eNewlinesReplaceWithSpaces: in HandleNewLinesInStringForSingleLineEditor()
286 case nsIEditor::eNewlinesStrip: in HandleNewLinesInStringForSingleLineEditor()
289 case nsIEditor::eNewlinesPasteToFirst: in HandleNewLinesInStringForSingleLineEditor()
305 case nsIEditor::eNewlinesReplaceWithCommas: in HandleNewLinesInStringForSingleLineEditor()
333 case nsIEditor::eNewlinesPasteIntact: in HandleNewLinesInStringForSingleLineEditor()
389 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in HandleInsertText()
569 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelection()
570 nsIEditor::EStripWrappers aStripWrappers) { in HandleDeleteSelection()
595 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelectionInternal()
[all …]
H A DHTMLEditorDeleteHandler.cpp5060 case nsIEditor::eNone: in ComputeTargetRanges()
5062 case nsIEditor::ePrevious: in ComputeTargetRanges()
5063 case nsIEditor::ePreviousWord: in ComputeTargetRanges()
5088 case nsIEditor::eNext: in ComputeTargetRanges()
5089 case nsIEditor::eNextWord: in ComputeTargetRanges()
5090 case nsIEditor::eToEndOfLine: { in ComputeTargetRanges()
5171 case nsIEditor::eNext: in GetNewCaretPoisition()
5172 case nsIEditor::eNextWord: in GetNewCaretPoisition()
5194 case nsIEditor::ePrevious: in GetNewCaretPoisition()
5195 case nsIEditor::ePreviousWord: in GetNewCaretPoisition()
[all …]
H A DEditorBase.h123 class EditorBase : public nsIEditor,
1047 nsIEditor::EDirection aDeleteDirectionAndAmount = nsIEditor::eNone);
2408 case nsIEditor::eNone: in HowToHandleCollapsedRangeFor()
2410 case nsIEditor::ePrevious: in HowToHandleCollapsedRangeFor()
2412 case nsIEditor::eNext: in HowToHandleCollapsedRangeFor()
2414 case nsIEditor::ePreviousWord: in HowToHandleCollapsedRangeFor()
2415 case nsIEditor::eNextWord: in HowToHandleCollapsedRangeFor()
2417 case nsIEditor::eToEndOfLine: in HowToHandleCollapsedRangeFor()
2804 friend class nsIEditor; variable
2809 bool nsIEditor::IsTextEditor() const { in IsTextEditor()
[all …]
H A DTextEditor.h97 static TextEditor* GetFrom(nsIEditor* aEditor) { in GetFrom()
100 static const TextEditor* GetFrom(const nsIEditor* aEditor) { in GetFrom()
436 HandleDeleteSelectionInternal(nsIEditor::EDirection aDirectionAndAmount,
437 nsIEditor::EStripWrappers aStripWrappers);
446 HandleDeleteSelection(nsIEditor::EDirection aDirectionAndAmount,
447 nsIEditor::EStripWrappers aStripWrappers) final;
477 nsIEditor::EDirection aDirectionOfTopLevelEditSubAction,
549 mozilla::TextEditor* nsIEditor::AsTextEditor() { in AsTextEditor()
554 const mozilla::TextEditor* nsIEditor::AsTextEditor() const { in AsTextEditor()
559 mozilla::TextEditor* nsIEditor::GetAsTextEditor() { in GetAsTextEditor()
[all …]
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DTextEditSubActionHandler.cpp194 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in InsertLineFeedCharacterAtSelection()
304 case nsIEditor::eNewlinesReplaceWithSpaces: in HandleNewLinesInStringForSingleLineEditor()
310 case nsIEditor::eNewlinesStrip: in HandleNewLinesInStringForSingleLineEditor()
313 case nsIEditor::eNewlinesPasteToFirst: in HandleNewLinesInStringForSingleLineEditor()
329 case nsIEditor::eNewlinesReplaceWithCommas: in HandleNewLinesInStringForSingleLineEditor()
357 case nsIEditor::eNewlinesPasteIntact: in HandleNewLinesInStringForSingleLineEditor()
417 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in HandleInsertText()
597 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelection()
598 nsIEditor::EStripWrappers aStripWrappers) { in HandleDeleteSelection()
623 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelectionInternal()
[all …]
H A DHTMLEditorDeleteHandler.cpp5166 case nsIEditor::eNone: in ComputeTargetRanges()
5168 case nsIEditor::ePrevious: in ComputeTargetRanges()
5169 case nsIEditor::ePreviousWord: in ComputeTargetRanges()
5194 case nsIEditor::eNext: in ComputeTargetRanges()
5195 case nsIEditor::eNextWord: in ComputeTargetRanges()
5196 case nsIEditor::eToEndOfLine: { in ComputeTargetRanges()
5277 case nsIEditor::eNext: in GetNewCaretPoisition()
5278 case nsIEditor::eNextWord: in GetNewCaretPoisition()
5300 case nsIEditor::ePrevious: in GetNewCaretPoisition()
5301 case nsIEditor::ePreviousWord: in GetNewCaretPoisition()
[all …]
H A DEditorBase.h126 class EditorBase : public nsIEditor,
1046 nsIEditor::EDirection aDeleteDirectionAndAmount = nsIEditor::eNone);
2393 case nsIEditor::eNone: in HowToHandleCollapsedRangeFor()
2395 case nsIEditor::ePrevious: in HowToHandleCollapsedRangeFor()
2397 case nsIEditor::eNext: in HowToHandleCollapsedRangeFor()
2399 case nsIEditor::ePreviousWord: in HowToHandleCollapsedRangeFor()
2400 case nsIEditor::eNextWord: in HowToHandleCollapsedRangeFor()
2402 case nsIEditor::eToEndOfLine: in HowToHandleCollapsedRangeFor()
2809 friend class nsIEditor; variable
2814 bool nsIEditor::IsTextEditor() const { in IsTextEditor()
[all …]
H A DEditorUtils.cpp188 Result<nsIEditor::EDirection, nsresult>
230 case nsIEditor::eNextWord: in ExtendAnchorFocusRangeFor()
242 case nsIEditor::ePreviousWord: in ExtendAnchorFocusRangeFor()
256 case nsIEditor::eNext: in ExtendAnchorFocusRangeFor()
269 case nsIEditor::ePrevious: { in ExtendAnchorFocusRangeFor()
318 case nsIEditor::eToBeginningOfLine: in ExtendAnchorFocusRangeFor()
330 case nsIEditor::eToEndOfLine: in ExtendAnchorFocusRangeFor()
392 case nsIEditor::eNext: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
393 case nsIEditor::eNextWord: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
394 case nsIEditor::ePrevious: in ShrinkRangesIfStartFromOrEndAfterAtomicContent()
[all …]
H A DTextEditor.h97 static TextEditor* GetFrom(nsIEditor* aEditor) { in GetFrom()
100 static const TextEditor* GetFrom(const nsIEditor* aEditor) { in GetFrom()
456 HandleDeleteSelectionInternal(nsIEditor::EDirection aDirectionAndAmount,
457 nsIEditor::EStripWrappers aStripWrappers);
466 HandleDeleteSelection(nsIEditor::EDirection aDirectionAndAmount,
467 nsIEditor::EStripWrappers aStripWrappers) final;
497 nsIEditor::EDirection aDirectionOfTopLevelEditSubAction,
569 mozilla::TextEditor* nsIEditor::AsTextEditor() { in AsTextEditor()
574 const mozilla::TextEditor* nsIEditor::AsTextEditor() const { in AsTextEditor()
579 mozilla::TextEditor* nsIEditor::GetAsTextEditor() { in GetAsTextEditor()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible-inl.h63 nsCOMPtr<nsIEditor> editor = GetEditor(); in ReplaceText()
79 nsCOMPtr<nsIEditor> editor = GetEditor(); in InsertText()
90 nsCOMPtr<nsIEditor> editor = GetEditor(); in CopyText()
100 nsCOMPtr<nsIEditor> editor = GetEditor(); in CutText()
110 nsCOMPtr<nsIEditor> editor = GetEditor(); in DeleteText()
113 editor->DeleteSelection(nsIEditor::eNone, nsIEditor::eStrip); in DeleteText()
120 nsCOMPtr<nsIEditor> editor = GetEditor(); in PasteText()
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DTextEditSubActionHandler.cpp214 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in InsertLineFeedCharacterAtSelection()
372 case nsIEditor::eNewlinesReplaceWithSpaces: in HandleNewLinesInStringForSingleLineEditor()
378 case nsIEditor::eNewlinesStrip: in HandleNewLinesInStringForSingleLineEditor()
381 case nsIEditor::eNewlinesPasteToFirst: in HandleNewLinesInStringForSingleLineEditor()
397 case nsIEditor::eNewlinesReplaceWithCommas: in HandleNewLinesInStringForSingleLineEditor()
425 case nsIEditor::eNewlinesPasteIntact: in HandleNewLinesInStringForSingleLineEditor()
482 DeleteSelectionAsSubAction(nsIEditor::eNone, nsIEditor::eNoStrip); in HandleInsertText()
739 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelection()
740 nsIEditor::EStripWrappers aStripWrappers) { in HandleDeleteSelection()
768 nsIEditor::EDirection aDirectionAndAmount, in HandleDeleteSelectionInternal()
[all …]
H A DEditorBase.h124 class EditorBase : public nsIEditor,
2165 case nsIEditor::eNone: in HowToHandleCollapsedRangeFor()
2167 case nsIEditor::ePrevious: in HowToHandleCollapsedRangeFor()
2169 case nsIEditor::eNext: in HowToHandleCollapsedRangeFor()
2171 case nsIEditor::ePreviousWord: in HowToHandleCollapsedRangeFor()
2172 case nsIEditor::eNextWord: in HowToHandleCollapsedRangeFor()
2173 case nsIEditor::eToBeginningOfLine: in HowToHandleCollapsedRangeFor()
2174 case nsIEditor::eToEndOfLine: in HowToHandleCollapsedRangeFor()
2355 nsIEditor::EDirection aDirection, in AutoEditSubActionNotifier()
2544 friend class nsIEditor; variable
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShellEditorData.h17 class nsIEditor; variable
29 nsresult GetEditor(nsIEditor** aResult);
30 nsresult SetEditor(nsIEditor* aEditor);
49 nsCOMPtr<nsIEditor> mEditor;

12345678910>>...16