Home
last modified time | relevance | path

Searched refs:aNewRect (Results 26 – 32 of 32) sorted by relevance

12

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx694 Rectangle aNewRect(rTextRect); in ProcessObj() local
695 aNewRect.Bottom() -= nTextTop + nTextBottom; in ProcessObj()
696 aNewRect.Right() -= nTextLeft + nTextRight; in ProcessObj()
722 aNewRect.Bottom() - aNewRect.Top() ) ); in ProcessObj()
724 aNewRect.Right() - aNewRect.Left() ) ); in ProcessObj()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3919 Rectangle aNewRect( in EndSdrDrag() local
3944 sal_Int32 nDiffLeft = aNewRect.nLeft - aOldRect.nLeft; in EndSdrDrag()
3945 sal_Int32 nDiffTop = aNewRect.nTop - aOldRect.nTop; in EndSdrDrag()
3946 sal_Int32 nDiffRight = aNewRect.nRight - aOldRect.nRight; in EndSdrDrag()
3947 sal_Int32 nDiffBottom = aNewRect.nBottom - aOldRect.nBottom; in EndSdrDrag()
H A Dsvdoole2.cxx1916 Rectangle aNewRect( aTL2, aBR2 ); in ImpSetVisAreaSize() local
1917 …xVisualObject->setVisualAreaSize( GetAspect(), awt::Size( aNewRect.GetWidth(), aNewRect.GetHeight(… in ImpSetVisAreaSize()
H A Dsvdobj.cxx1377 Rectangle aNewRect(ImpDragCalcRect(rDrag)); in applySpecialDrag() local
1379 if(aNewRect != GetSnapRect()) in applySpecialDrag()
1381 NbcSetSnapRect(aNewRect); in applySpecialDrag()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx391 Rectangle aNewRect( x, y, x + width - 1, y + height - 1 ); in InsertAnnotation() local
402 if( aNewRect.IsOver( aTagRect ) ) in InsertAnnotation()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx445 Rectangle aNewRect( Point( nX, nY ), aSize ); in ImplGetTabRect() local
446 if ( mbSmallInvalidate && (it->maRect != aNewRect) ) in ImplGetTabRect()
448 it->maRect = aNewRect; in ImplGetTabRect()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx147 void PlaceFrame( const ::com::sun::star::awt::Rectangle& aNewRect );

Completed in 185 milliseconds

12