Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx897 …case KEY_RIGHT: aPaM = bCtrl ? WordRight( aPaM ) : CursorRight( aPaM, aTranslatedKeyEvent.GetKeyC… in MoveCursor()
920 aPaM = WordRight( aPaM ); in MoveCursor()
970 aPaM = WordRight( aPaM ); in MoveCursor()
1565 EditPaM ImpEditEngine::WordRight( const EditPaM& rPaM, sal_Int16 nWordType ) in WordRight() function in ImpEditEngine
2458 aDelEnd = EndOfWord( WordRight( aCurPos ) ); in DeleteLeftOrRight()
2630 EditPaM aRightWord( WordRight( aFirstWordSel.Max(), 1 ) ); in AutoCorrect()
2639 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()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx234 ESelection WordRight( const ESelection& rSelection, sal_uInt16 nWordType ) const;

Completed in 92 milliseconds