Searched refs:nInputEnd (Results 1 – 2 of 2) sorted by relevance
1037 …sal_uInt16 nInputEnd = mpImpl->mpTextEngine->mpIMEInfos->aPos.GetIndex() + mpImpl->mpTextEngine->m… in Command() local1045 if ( pLine && ( nInputEnd > pLine->GetEnd() ) ) in Command()1046 nInputEnd = pLine->GetEnd(); in Command()1047 … Rectangle aR2 = mpImpl->mpTextEngine->PaMtoEditCursor( TextPaM( aPaM.GetPara(), nInputEnd ) ); in Command()
613 sal_uInt16 nInputEnd = mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen; in Command() local621 if ( pLine && ( nInputEnd > pLine->GetEnd() ) ) in Command()622 nInputEnd = pLine->GetEnd(); in Command()623 Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command()
Completed in 40 milliseconds