Home
last modified time | relevance | path

Searched refs:GetEditor (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Deditorview.cpp57 GetEditor()->EditorActions(CEditor::Move_Left); in OnKeyDown()
61 GetEditor()->EditorActions(CEditor::Move_Right); in OnKeyDown()
65 GetEditor()->EditorActions(CEditor::Move_Up); in OnKeyDown()
69 GetEditor()->EditorActions(CEditor::Move_Down); in OnKeyDown()
72 GetEditor()->EditorActions(CEditor::Backspace_Text); in OnKeyDown()
76 GetEditor()->EditorActions(CEditor::New_Line); in OnKeyDown()
80 GetEditor()->EditorActions(CEditor::Delete_Text); in OnKeyDown()
84 GetEditor()->EditorActions(CEditor::Move_To_Home); in OnKeyDown()
88 GetEditor()->EditorActions(CEditor::Move_To_End); in OnKeyDown()
113 GetEditor()->EditorActions(CEditor::Set_Caret_Pos_X); in OnMouseScroll()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dreveal_selection_scope.cc40 GetEditor().IncreasePreventRevealSelection(); in RevealSelectionScope()
44 DCHECK(GetEditor().PreventRevealSelection()); in ~RevealSelectionScope()
45 GetEditor().DecreasePreventRevealSelection(); in ~RevealSelectionScope()
46 if (GetEditor().PreventRevealSelection()) in ~RevealSelectionScope()
54 Editor& RevealSelectionScope::GetEditor() { in GetEditor() function in blink::RevealSelectionScope
55 return frame_->GetEditor(); in GetEditor()
H A Deditor_test.cc27 Editor& editor = GetDocument().GetFrame()->GetEditor(); in ExecuteCopy()
37 EXPECT_TRUE(GetDocument().GetFrame()->GetEditor().CanCopy()); in TEST_F()
55 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
107 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
123 GetDocument().GetFrame()->GetEditor().Undo(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dreveal_selection_scope.cc40 GetEditor().IncreasePreventRevealSelection(); in RevealSelectionScope()
44 DCHECK(GetEditor().PreventRevealSelection()); in ~RevealSelectionScope()
45 GetEditor().DecreasePreventRevealSelection(); in ~RevealSelectionScope()
46 if (GetEditor().PreventRevealSelection()) in ~RevealSelectionScope()
54 Editor& RevealSelectionScope::GetEditor() { in GetEditor() function in blink::RevealSelectionScope
55 return frame_->GetEditor(); in GetEditor()
H A Deditor_test.cc28 Editor& editor = GetDocument().GetFrame()->GetEditor(); in ExecuteCopy()
38 EXPECT_TRUE(GetDocument().GetFrame()->GetEditor().CanCopy()); in TEST_F()
56 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
108 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
124 GetDocument().GetFrame()->GetEditor().Undo(); in TEST_F()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstenoteb.cpp168 if ((sel >= 0) && GetEditor(sel)) in OnPageChanged()
171 GetEditor(sel)->SetFocus(); in OnPageChanged()
181 return splitter->GetEditor(); in GetEditor()
439 wxSTEditor *editor = GetEditor(n); in ClosePage()
519 editor = GetEditor(n); in CanSaveAll()
824 …else if ( (GetEditor() == NULL) || GetEditor()->IsModified() || GetEditor()->IsFileFromDisk()) // … in LoadFile()
957 editor = GetEditor(n); in SaveAllFiles()
1195 wxSTEditor *editor = GetEditor(); in OnFindDialog()
1314 editor = GetEditor(n); in FindString()
1336 editor = GetEditor(n); in FindString()
[all …]
H A Dsteframe.cpp290 wxSTEditor *editor = GetEditor(); in CreateOptions()
301 else if (GetEditor()) GetEditor()->SetSendSTEEvents(send); in SetSendSTEEvents()
355 else if (GetEditor()) in LoadFile()
357 ok = GetEditor()->LoadFile(fileName); in LoadFile()
450 wxSTEditor *editor = GetEditor(); in OnNotebookPageChanged()
566 wxSTEditor *editor = event.GetEditor(); in OnSTEPopupMenu()
584 wxSTEditor *editor = event.GetEditor(); in OnSTEState()
646 editor = GetEditor(); in OnMenuOpen()
686 wxSTEditor* editor = GetEditor(); in HandleMenuEvent()
767 else if (GetEditor() && (GetEditor()->QuerySaveIfModified(true, style) == wxCANCEL)) in OnClose()
[all …]
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible-inl.h43 RefPtr<EditorBase> editorBase = GetEditor(); in ReplaceText()
54 RefPtr<EditorBase> editorBase = GetEditor(); in InsertText()
63 RefPtr<EditorBase> editorBase = GetEditor(); in CopyText()
71 RefPtr<EditorBase> editorBase = GetEditor(); in CutText()
80 RefPtr<EditorBase> editorBase = GetEditor(); in DeleteText()
91 RefPtr<EditorBase> editorBase = GetEditor(); in PasteText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dclipboard_commands.cc84 return frame.GetEditor().SmartInsertDeleteEnabled() && in CanSmartReplaceInClipboard()
169 frame.GetEditor().CanCopy(); in EnabledCopy()
181 frame.GetEditor().CanCut(); in EnabledCut()
192 return frame.GetEditor().CanPaste(); in EnabledPaste()
197 if (frame.GetEditor().SmartInsertDeleteEnabled() && in GetSmartReplaceOption()
229 if (!frame.GetEditor().CanCopy()) in ExecuteCopy()
296 if (!frame.GetEditor().CanCut()) in ExecuteCut()
309 if (!CanDeleteRange(frame.GetEditor().SelectedRange())) in ExecuteCut()
331 frame.GetEditor().DeleteSelectionWithSmartDelete( in ExecuteCut()
415 if (!frame.GetEditor().CanPaste()) in Paste()
[all …]
H A Dediting_command_test.cc53 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
62 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
79 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
87 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
105 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
124 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
H A Deditor_command.cc377 if (!frame.GetEditor().CanDelete()) in PerformDelete()
385 frame.GetEditor().AddToKillRing(frame.GetEditor().SelectedRange()); in PerformDelete()
429 Editor& editor = frame.GetEditor(); in DeleteWithDirection()
575 frame.GetEditor().SetMark(); in ExecuteDeleteToMark()
738 frame.GetEditor().Redo(); in ExecuteRedo()
867 frame.GetEditor().SetMark(); in ExecuteSetMark()
882 frame.GetEditor().SetMark(); in ExecuteSwapWithMark()
894 Editor& editor = frame.GetEditor(); in ExecuteTranspose()
959 frame.GetEditor().Undo(); in ExecuteUndo()
1171 return frame.GetEditor().CanRedo(); in EnabledRedo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dclipboard_commands.cc85 return frame.GetEditor().SmartInsertDeleteEnabled() && in CanSmartReplaceInClipboard()
170 frame.GetEditor().CanCopy(); in EnabledCopy()
182 frame.GetEditor().CanCut(); in EnabledCut()
193 return frame.GetEditor().CanPaste(); in EnabledPaste()
198 if (frame.GetEditor().SmartInsertDeleteEnabled() && in GetSmartReplaceOption()
233 if (!frame.GetEditor().CanCopy()) in ExecuteCopy()
300 if (!frame.GetEditor().CanCut()) in ExecuteCut()
313 if (!CanDeleteRange(frame.GetEditor().SelectedRange())) in ExecuteCut()
335 frame.GetEditor().DeleteSelectionWithSmartDelete( in ExecuteCut()
419 if (!frame.GetEditor().CanPaste()) in Paste()
[all …]
H A Dediting_command_test.cc54 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
63 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
80 Editor& dummy_editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
88 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
106 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
125 Editor& editor = GetDocument().GetFrame()->GetEditor(); in TEST_F()
H A Deditor_command.cc379 if (!frame.GetEditor().CanDelete()) in PerformDelete()
387 frame.GetEditor().AddToKillRing(frame.GetEditor().SelectedRange()); in PerformDelete()
431 Editor& editor = frame.GetEditor(); in DeleteWithDirection()
577 frame.GetEditor().SetMark(); in ExecuteDeleteToMark()
746 frame.GetEditor().Redo(); in ExecuteRedo()
875 frame.GetEditor().SetMark(); in ExecuteSetMark()
890 frame.GetEditor().SetMark(); in ExecuteSwapWithMark()
902 Editor& editor = frame.GetEditor(); in ExecuteTranspose()
967 frame.GetEditor().Undo(); in ExecuteUndo()
1179 return frame.GetEditor().CanRedo(); in EnabledRedo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible-inl.h56 RefPtr<TextEditor> textEditor = GetEditor(); in ReplaceText()
70 RefPtr<TextEditor> textEditor = GetEditor(); in InsertText()
78 RefPtr<TextEditor> textEditor = GetEditor(); in CopyText()
86 RefPtr<TextEditor> textEditor = GetEditor(); in CutText()
95 RefPtr<TextEditor> textEditor = GetEditor(); in DeleteText()
103 RefPtr<TextEditor> textEditor = GetEditor(); in PasteText()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible-inl.h56 RefPtr<TextEditor> textEditor = GetEditor(); in ReplaceText()
67 RefPtr<TextEditor> textEditor = GetEditor(); in InsertText()
76 RefPtr<TextEditor> textEditor = GetEditor(); in CopyText()
84 RefPtr<TextEditor> textEditor = GetEditor(); in CutText()
93 RefPtr<TextEditor> textEditor = GetEditor(); in DeleteText()
104 RefPtr<TextEditor> textEditor = GetEditor(); in PasteText()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible-inl.h56 RefPtr<EditorBase> editorBase = GetEditor(); in ReplaceText()
67 RefPtr<EditorBase> editorBase = GetEditor(); in InsertText()
76 RefPtr<EditorBase> editorBase = GetEditor(); in CopyText()
84 RefPtr<EditorBase> editorBase = GetEditor(); in CutText()
93 RefPtr<EditorBase> editorBase = GetEditor(); in DeleteText()
104 RefPtr<EditorBase> editorBase = GetEditor(); in PasteText()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible-inl.h56 RefPtr<EditorBase> editorBase = GetEditor(); in ReplaceText()
67 RefPtr<EditorBase> editorBase = GetEditor(); in InsertText()
76 RefPtr<EditorBase> editorBase = GetEditor(); in CopyText()
84 RefPtr<EditorBase> editorBase = GetEditor(); in CutText()
93 RefPtr<EditorBase> editorBase = GetEditor(); in DeleteText()
104 RefPtr<EditorBase> editorBase = GetEditor(); in PasteText()
/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()
120 nsCOMPtr<nsIEditor> editor = GetEditor(); in PasteText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpchangemgr.cxx108 pInsert->SetEditor(docFrib.first->GetEditor()); in ConvertAllChange()
115 pDelete->SetEditor(docFrib.first->GetEditor()); in ConvertAllChange()
154 pInsert->SetEditor(headFootFrib.first->GetEditor()); in SetHeadFootChange()
161 pDelete->SetEditor(headFootFrib.first->GetEditor()); in SetHeadFootChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpchangemgr.cxx126 pInsert->SetEditor(docFrib.first->GetEditor()); in ConvertAllChange()
133 pDelete->SetEditor(docFrib.first->GetEditor()); in ConvertAllChange()
172 pInsert->SetEditor(headFootFrib.first->GetEditor()); in SetHeadFootChange()
179 pDelete->SetEditor(headFootFrib.first->GetEditor()); in SetHeadFootChange()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/openfileslist/
H A Dopenfileslistplugin.cpp48 EditorBase* GetEditor() const { return ed; } in GetEditor() function in __anonf877b7520111::OpenFilesListData
238 EditorBase* ed = mgr->GetEditor(i); in RebuildOpenFilesTree()
270 …static_cast<EditorBase*>(static_cast<OpenFilesListData*>(m_pTree->GetItemData(item))->GetEditor()); in RefreshOpenFilesTree()
363 RefreshOpenFilesTree(event.GetEditor()); in OnEditorActivated()
369 RefreshOpenFilesTree(event.GetEditor(), true); in OnEditorClosed()
375 RefreshOpenFilesTree(event.GetEditor()); in OnEditorDeactivated()
381 RefreshOpenFilesTree(event.GetEditor()); in OnEditorModified()
386 EditorBase* eb = event.GetEditor(); in OnEditorOpened()
400 RefreshOpenFilesTree(event.GetEditor()); in OnEditorSaved()
598 EditorBase* eb = em->GetEditor(i); in SaveEditors()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DCustomTypeDescriptorTests.cs22 Assert.Null(defaultCustomTypeDescriptor.GetEditor(typeof(int))); in ReturnsDefaultValues()
42 …Assert.Same(parent.GetEditor(/* any value */ null), customTypeDescriptor.GetEditor(/* any value */… in ReturnsParentValues()
92 public object GetEditor(Type editorBaseType) => _editor;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/BrowseTracker/
H A DBrowseTracker.cpp592 EditorBase* eb = GetEditor(index); in GetPageFilename()
603 RemoveEditor( GetEditor(index) ); in GetPageFilename()
648 return GetEditor(m_CurrEditorIndex); in GetCurrentEditor()
670 p = GetEditor(index); in GetPreviousEditor()
697 eb = GetEditor(index); in GetPreviousEditorIndex()
715 EditorBase* eb = GetEditor(index); in SetSelection()
962 EditorBase* eb = GetEditor(i); in SetBrowseMarksStyle()
1383 RemoveEditor(GetEditor(i)); in TrackerClearAll()
1741 EditorBase* eb = event.GetEditor(); in OnEditorDeactivated()
1853 if ( eb == GetEditor(i) ) in OnEditorClosed()
[all …]
H A DBrowseMarks.cpp79 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in SetBrowseMarksStyle()
242 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in ImportBrowse_Marks()
268 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in RecordMarksFrom()
455 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in RemoveMarkerTypes()
478 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in PlaceMarkerTypes()
501 EditorBase* eb = m_pEdMgr->GetEditor(m_filePath); in Dump()

12345678910>>...18