Home | History | Annotate | Download | only in page

Lines Matching refs:editor

38 #include "Editor.h"
175 frame->editor()->copyURL(result.absoluteLinkURL(), result.textContent());
187 frame->editor()->copyImage(result);
198 frame->editor()->copy();
215 frame->editor()->cut();
218 frame->editor()->paste();
222 frame->editor()->performDelete();
225 frame->editor()->command("SelectAll").execute();
230 if (frame->editor()->shouldInsertText(item->title(), frame->selection()->toNormalizedRange().get(), EditorInsertActionPasted)) {
238 frame->editor()->ignoreSpelling();
241 frame->editor()->learnSpelling();
257 frame->editor()->command("ToggleBold").execute();
260 frame->editor()->command("ToggleItalic").execute();
263 frame->editor()->toggleUnderline();
284 frame->editor()->setBaseWritingDirection(NaturalWritingDirection);
287 frame->editor()->setBaseWritingDirection(LeftToRightWritingDirection);
290 frame->editor()->setBaseWritingDirection(RightToLeftWritingDirection);
293 frame->editor()->command("MakeTextWritingDirectionNatural").execute();
296 frame->editor()->command("MakeTextWritingDirectionLeftToRight").execute();
299 frame->editor()->command("MakeTextWritingDirectionRightToLeft").execute();
307 frame->editor()->showSpellingGuessPanel();
310 frame->editor()->advanceToNextMisspelling();
313 frame->editor()->toggleContinuousSpellChecking();
317 frame->editor()->toggleGrammarChecking();
322 frame->editor()->showFontPanel();
325 frame->editor()->showStylesPanel();
328 frame->editor()->showColorPanel();
333 frame->editor()->uppercaseWord();
336 frame->editor()->lowercaseWord();
339 frame->editor()->capitalizeWord();
342 frame->editor()->showSubstitutionsPanel();
345 frame->editor()->toggleSmartInsertDelete();
348 frame->editor()->toggleAutomaticQuoteSubstitution();
351 frame->editor()->toggleAutomaticDashSubstitution();
354 frame->editor()->toggleAutomaticLinkDetection();
357 frame->editor()->toggleAutomaticTextReplacement();
360 frame->editor()->toggleAutomaticSpellingCorrection();
363 frame->editor()->changeBackToReplacedString(result.replacedString());