Searched refs:CursorLeft (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 927 aPaM = CursorLeft( aPaM, i18n::CharacterIteratorMode::SKIPCELL ); in MoveCursor() 958 aPaM = CursorLeft( aPaM, i18n::CharacterIteratorMode::SKIPCELL ); in MoveCursor() 1150 aPaM = CursorLeft( aPaM, nCharacterIteratorMode ); in CursorVisualLeftRight() 1283 EditPaM ImpEditEngine::CursorLeft( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft() function in ImpEditEngine 1360 aNewPaM = CursorLeft( aNewPaM ); in CursorUp() 1402 aNewPaM = CursorLeft( aNewPaM ); in CursorDown() 1416 aNewPaM = CursorLeft( aNewPaM ); in CursorDown() 1454 aNewPaM = CursorLeft( aNewPaM ); in CursorEndOfLine() 1461 aNewPaM = CursorLeft( aNewPaM ); in CursorEndOfLine() 2412 aDelStart = CursorLeft( aCurPos, i18n::CharacterIteratorMode::SKIPCHARACTER ); in DeleteLeftOrRight() [all …]
|
H A D | eertfpar.cxx | 282 …aCurSel = pImpEditEngine->CursorLeft( aCurSel.Max(), ::com::sun::star::i18n::CharacterIteratorMode… in MovePos()
|
H A D | editeng.cxx | 798 ESelection EditEngine::CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode … in CursorLeft() function in EditEngine 804 aSel = pE->pImpEditEngine->CursorLeft( aSel.Min(), nCharacterIteratorMode ); in CursorLeft()
|
H A D | impedit.hxx | 601 …EditPaM CursorLeft( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode = ::com::sun::star::…
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 191 TextPaM CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ); 203 TextPaM CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode = sal_False );
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1292 …case KEY_LEFT: aPaM = bCtrl ? CursorWordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetK… in ImpMoveCursor() 1441 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorLeft() function in TextView 1443 …return bWordMode ? CursorWordLeft( rPaM ) : CursorLeft( rPaM, (sal_uInt16)i18n::CharacterIteratorM… in CursorLeft() 1456 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft() function in TextView 1551 aEndPaM = CursorLeft( aEndPaM, (sal_uInt16)i18n::CharacterIteratorMode::SKIPCHARACTER ); in ImpDelete()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 235 …ESelection CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons…
|
Completed in 114 milliseconds