Searched refs:aCurRect (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1080 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 D | fuoaprms.cxx | 685 Rectangle aCurRect(pRunningObj->GetLogicRect()); in DoExecute() local 686 Point aCurCenter(aCurRect.Center()); in DoExecute()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 2213 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 D | viewtab.cxx | 917 … 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 D | gdimtf.cxx | 918 Rectangle aCurRect( i_rClipRect ); in Clip() local 933 … aCurRect = aMapVDev.LogicToLogic( i_rClipRect, GetPrefMapMode(), aMapVDev.GetMapMode() ); in Clip() 938 Region aNewReg( aCurRect ); in Clip()
|
Completed in 62 milliseconds