Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1664 Rectangle aR2(GetDragLimitRect()); in MoveSdrDrag() local
1667 aLR.Intersection(aR2); in MoveSdrDrag()
1669 aLR=aR2; in MoveSdrDrag()
1928 Rectangle aR2(GetDragLimitRect()); in MoveSdrDrag() local
1931 aLR.Intersection(aR2); in MoveSdrDrag()
1933 aLR=aR2; in MoveSdrDrag()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2428 …Rectangle aR2 = pImpEditEngine->PaMtoEditCursor( EditPaM( pNode, rPos.nIndex+1 ), GETCRSR_TXTONLY|… in GetCharacterBounds() local
2429 if ( aR2.Right() > aBounds.Right() ) in GetCharacterBounds()
2430 aBounds.Right() = aR2.Right(); in GetCharacterBounds()
H A Dimpedit2.cxx623 Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command() local
625 long nWidth = aR2.Left()-aR1.Right(); in Command()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1047 … Rectangle aR2 = mpImpl->mpTextEngine->PaMtoEditCursor( TextPaM( aPaM.GetPara(), nInputEnd ) ); in Command() local
1049 long nWidth = aR2.Left()-aR1.Right(); in Command()

Completed in 83 milliseconds