Searched refs:PaMtoEditCursor (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1035 Rectangle aR1 = mpImpl->mpTextEngine->PaMtoEditCursor( aPaM ); in Command() 1047 … Rectangle aR2 = mpImpl->mpTextEngine->PaMtoEditCursor( TextPaM( aPaM.GetPara(), nInputEnd ) ); in Command() 1052 … Rectangle aR3 = mpImpl->mpTextEngine->PaMtoEditCursor( mpImpl->mpTextEngine->mpIMEInfos->aPos ); in Command() 1751 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageUp() 1764 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageDown() 1791 Rectangle aEditCursor = mpImpl->mpTextEngine->PaMtoEditCursor( aPaM, bSpecial ); in ImpShowCursor() 1998 …Rectangle aCursor = mpImpl->mpTextEngine->PaMtoEditCursor( mpImpl->mpDDInfo->maDropPos, sal_True ); in ImpShowDDCursor()
|
H A D | texteng.cxx | 952 Rectangle TextEngine::PaMtoEditCursor( const TextPaM& rPaM, sal_Bool bSpecial ) in PaMtoEditCursor() function in TextEngine
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 691 Rectangle aEditCursor = pEditEngine->pImpEditEngine->PaMtoEditCursor( aPaM, nShowCursorFlags ); in ShowCursor() 697 …aEditCursor.Left() = aEditCursor.Right() = pEditEngine->pImpEditEngine->PaMtoEditCursor( aPaM, GET… in ShowCursor() 708 Rectangle aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY ); in ShowCursor() 710 …aTmpRect = pEditEngine->pImpEditEngine->PaMtoEditCursor( aNext, GETCRSR_TXTONLY|GETCRSR_ENDOFLINE … in ShowCursor() 1951 aEditCursor = pEditEngine->pImpEditEngine->PaMtoEditCursor( aPaM ); in dragOver()
|
H A D | editview.cxx | 1196 Rectangle aTempRect = PIMPEE->PaMtoEditCursor( aPaM, GETCRSR_TXTONLY ); in ExecuteSpellPopup() 1419 Rectangle aTopLeftRec( pImpEE->PaMtoEditCursor( aWordSel.Min() ) ); in GetWordUnderMousePointer() 1420 Rectangle aBottomRightRec( pImpEE->PaMtoEditCursor( aWordSel.Max() ) ); in GetWordUnderMousePointer()
|
H A D | impedit2.cxx | 611 Rectangle aR1 = PaMtoEditCursor( aPaM, 0 ); in Command() 623 Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command() 627 Rectangle aR3 = PaMtoEditCursor( mpIMEInfos->aPos ); in Command() 1505 Rectangle aRec = PaMtoEditCursor( rPaM ); in PageUp() 1518 Rectangle aRec = PaMtoEditCursor( rPaM ); in PageDown() 3127 Rectangle ImpEditEngine::PaMtoEditCursor( EditPaM aPaM, sal_uInt16 nFlags ) in PaMtoEditCursor() function in ImpEditEngine
|
H A D | editeng.cxx | 1229 Point aPos = pImpEditEngine->PaMtoEditCursor( aCurSel.Max() ).TopLeft(); in PostKeyEvent() 2427 aBounds = pImpEditEngine->PaMtoEditCursor( EditPaM( pNode, rPos.nIndex ), GETCRSR_TXTONLY ); in GetCharacterBounds() 2428 …Rectangle aR2 = pImpEditEngine->PaMtoEditCursor( EditPaM( pNode, rPos.nIndex+1 ), GETCRSR_TXTONLY|… in GetCharacterBounds()
|
H A D | impedit4.cxx | 2500 Rectangle aStartCursor( PaMtoEditCursor( aStartPaM ) ); in DoOnlineSpelling() 2501 Rectangle aEndCursor( PaMtoEditCursor( aEndPaM ) ); in DoOnlineSpelling()
|
H A D | impedit.hxx | 828 Rectangle PaMtoEditCursor( EditPaM aPaM, sal_uInt16 nFlags = 0 );
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 303 Rectangle PaMtoEditCursor( const TextPaM& rPaM, sal_Bool bSpecial = sal_False );
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 969 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds() 975 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds() 979 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 298 aTopLeft = GetEditView()->GetTextEngine()->PaMtoEditCursor( aStartOfWord ).BottomLeft(); in RequestHelp()
|
Completed in 450 milliseconds