Home
last modified time | relevance | path

Searched refs:CursorLeft (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svtools/inc/svtools/
H A Dtextview.hxx191 TextPaM CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode );
203 TextPaM CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode = sal_False );
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx922 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 Deertfpar.cxx282 …aCurSel = pImpEditEngine->CursorLeft( aCurSel.Max(), ::com::sun::star::i18n::CharacterIteratorMode… in MovePos()
H A Dediteng.cxx798 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 Dimpedit.hxx601 …EditPaM CursorLeft( const EditPaM& rPaM, sal_uInt16 nCharacterIteratorMode = ::com::sun::star::…
/aoo4110/main/svtools/source/edit/
H A Dtextview.cxx1288 …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()
/aoo4110/main/editeng/inc/editeng/
H A Dediteng.hxx235 …ESelection CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons…

Completed in 92 milliseconds