Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dediteng.cxx987 nNewCursorFlags |= GETCRSR_ENDOFLINE; in PostKeyEvent()
2428 …pEditEngine->PaMtoEditCursor( EditPaM( pNode, rPos.nIndex+1 ), GETCRSR_TXTONLY|GETCRSR_ENDOFLINE ); in GetCharacterBounds()
H A Dimpedit2.cxx623 Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command()
4426 sal_Bool bEOL = ( nFlags & GETCRSR_ENDOFLINE ) ? sal_True : sal_False; in GetEditCursor()
4467 else if ( ( nIndex == pLine->GetEnd() ) && ( nFlags & GETCRSR_ENDOFLINE ) ) in GetEditCursor()
H A Dimpedit.hxx71 #define GETCRSR_ENDOFLINE 0x0004 macro
H A Dimpedit.cxx710 …TmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY|GETCRSR_ENDOFLINE ); in ShowCursor()

Completed in 122 milliseconds