Home
last modified time | relevance | path

Searched refs:WordRight (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/editeng/source/editeng/
H A Dimpedit2.cxx892 …case KEY_RIGHT: aPaM = bCtrl ? WordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.GetKeyC… in MoveCursor()
915 aPaM = WordRight( aPaM ); in MoveCursor()
965 aPaM = WordRight( aPaM ); in MoveCursor()
1560 EditPaM ImpEditEngine::WordRight( const EditPaM& rPaM, sal_Int16 nWordType ) in WordRight() function in ImpEditEngine
2455 aDelEnd = EndOfWord( WordRight( aCurPos ) ); in DeleteLeftOrRight()
2627 EditPaM aRightWord( WordRight( aFirstWordSel.Max(), 1 ) ); in AutoCorrect()
2636 EditPaM aRight2Word( WordRight( aFirstWordSel.Max(), 1 ) ); in AutoCorrect()
H A Dimpedit4.cxx1867 aCurSel = WordRight( aCurSel.Min(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpConvert()
1943 aCurSel = WordRight( aCurSel.Min(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpSpell()
2011 aCurSel = WordRight( aCurSel.Min(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpFindNextError()
2475 aSel = WordRight( aSel.Max(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in DoOnlineSpelling()
2580 aCurSel = WordRight( aCurSel.Max(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in HasSpellErrors()
H A Dediteng.cxx788 ESelection EditEngine::WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordRight() function in EditEngine
794 aSel = pE->pImpEditEngine->WordRight( aSel.Max(), nWordType ); in WordRight()
H A Dimpedit.hxx610 …EditPaM WordRight( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordType:…
H A Dimpedit3.cxx2226 aWordSel = WordRight( aWordSel.Max(), ::com::sun::star::i18n::WordType::DICTIONARY_WORD ); in ImpFindKashidas()
/aoo41x/main/editeng/inc/editeng/
H A Dediteng.hxx234 ESelection WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const;

Completed in 124 milliseconds