Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx927 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 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::…
/trunk/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 );
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1292 …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()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx235 …ESelection CursorLeft( const ESelection& rSelection, sal_uInt16 nCharacterIteratorMode ) cons…

Completed in 80 milliseconds