Home
last modified time | relevance | path

Searched refs:PaMtoEditCursor (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtextview.cxx1035 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 Dtexteng.cxx952 Rectangle TextEngine::PaMtoEditCursor( const TextPaM& rPaM, sal_Bool bSpecial ) in PaMtoEditCursor() function in TextEngine
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx691 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 Deditview.cxx1196 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 Dimpedit2.cxx611 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 Dediteng.cxx1229 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 Dimpedit4.cxx2500 Rectangle aStartCursor( PaMtoEditCursor( aStartPaM ) ); in DoOnlineSpelling()
2501 Rectangle aEndCursor( PaMtoEditCursor( aEndPaM ) ); in DoOnlineSpelling()
H A Dimpedit.hxx828 Rectangle PaMtoEditCursor( EditPaM aPaM, sal_uInt16 nFlags = 0 );
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx303 Rectangle PaMtoEditCursor( const TextPaM& rPaM, sal_Bool bSpecial = sal_False );
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx969 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
975 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
979 m_rEngine.PaMtoEditCursor(::TextPaM(nNumber, in retrieveCharacterBounds()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx298 aTopLeft = GetEditView()->GetTextEngine()->PaMtoEditCursor( aStartOfWord ).BottomLeft(); in RequestHelp()

Completed in 126 milliseconds