Home
last modified time | relevance | path

Searched refs:WordLeft (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx895 …case KEY_LEFT: aPaM = bCtrl ? WordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetKeyCode… in MoveCursor()
916 aPaM = WordLeft( aPaM ); in MoveCursor()
966 aPaM = WordLeft( aPaM ); in MoveCursor()
1530 EditPaM ImpEditEngine::WordLeft( const EditPaM& rPaM, sal_Int16 nWordType ) in WordLeft() function in ImpEditEngine
2418 aDelStart = WordLeft( aCurPos ); in DeleteLeftOrRight()
2454 aDelEnd = WordLeft( aCurPos ); in DeleteLeftOrRight()
2468 aDelStart = WordLeft(aCurPos); in DeleteLeftOrRight()
H A Dediteng.cxx778 ESelection EditEngine::WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const in WordLeft() function in EditEngine
784 aSel = pE->pImpEditEngine->WordLeft( aSel.Min(), nWordType ); in WordLeft()
1121 EditPaM aStart( pImpEditEngine->WordLeft( aCurSel.Max() ) ); in PostKeyEvent()
1177 EditPaM aStart( pImpEditEngine->WordLeft( aCurSel.Max() ) ); in PostKeyEvent()
H A Dimpedit.hxx609 …EditPaM WordLeft( const EditPaM& rPaM, sal_Int16 nWordType = ::com::sun::star::i18n::WordType::…
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx233 ESelection WordLeft( const ESelection& rSelection, sal_uInt16 nWordType ) const;

Completed in 69 milliseconds