Searched refs:CursorLeft (Results 1 – 7 of 7) sorted by relevance
/aoo41x/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 );
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 922 aPaM = CursorLeft( aPaM, i18n::CharacterIteratorMode::SKIPCELL ); in MoveCursor() 953 aPaM = CursorLeft( aPaM, i18n::CharacterIteratorMode::SKIPCELL ); in MoveCursor() 1145 aPaM = CursorLeft( aPaM, nCharacterIteratorMode ); in CursorVisualLeftRight() 1278 EditPaM ImpEditEngine::CursorLeft( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft() function in ImpEditEngine 1355 aNewPaM = CursorLeft( aNewPaM ); in CursorUp() 1397 aNewPaM = CursorLeft( aNewPaM ); in CursorDown() 1411 aNewPaM = CursorLeft( aNewPaM ); in CursorDown() 1449 aNewPaM = CursorLeft( aNewPaM ); in CursorEndOfLine() 1456 aNewPaM = CursorLeft( aNewPaM ); in CursorEndOfLine() 2409 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::…
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 1288 …case KEY_LEFT: aPaM = bCtrl ? CursorWordLeft( aPaM ) : CursorLeft( aPaM, aTranslatedKeyEvent.GetK… in ImpMoveCursor() 1437 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorLeft() function in TextView 1439 …return bWordMode ? CursorWordLeft( rPaM ) : CursorLeft( rPaM, (sal_uInt16)i18n::CharacterIteratorM… in CursorLeft() 1452 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft() function in TextView 1547 aEndPaM = CursorLeft( aEndPaM, (sal_uInt16)i18n::CharacterIteratorMode::SKIPCHARACTER ); in ImpDelete()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 235 …ESelection CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons…
|
Completed in 107 milliseconds