Home
last modified time | relevance | path

Searched refs:aCurRect (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1080 Rectangle aCurRect; in ImplPaint() local
1129 aCurRect = pCurItem->maRect; in ImplPaint()
1131 DrawLine( aRect.TopLeft(), Point( aCurRect.Left()-2, aRect.Top() ) ); in ImplPaint()
1132 if ( aCurRect.Right()+1 < aRect.Right() ) in ImplPaint()
1135 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint()
1211 ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint()
1227 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx685 Rectangle aCurRect(pRunningObj->GetLogicRect()); in DoExecute() local
686 Point aCurCenter(aCurRect.Center()); in DoExecute()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2213 Rectangle aCurRect(pRet->GetSnapRect()); in CreatePathObj() local
2214 aCurRect.Move(aLogicRect.Left(), aLogicRect.Top()); in CreatePathObj()
2215 pRet->NbcSetSnapRect(aCurRect); in CreatePathObj()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx917 … SwRect aCurRect = rSh.GetAnyCurRect(bSect ? RECT_SECTION_PRT : RECT_FLY_PRT_EMBEDDED); in ExecTabWin() local
918 const long lWidth = bVerticalWriting ? aCurRect.Height() : aCurRect.Width(); in ExecTabWin()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx918 Rectangle aCurRect( i_rClipRect ); in Clip() local
933aCurRect = aMapVDev.LogicToLogic( i_rClipRect, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Clip()
938 Region aNewReg( aCurRect ); in Clip()

Completed in 92 milliseconds