Searched refs:aCurRect (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1082 Rectangle aCurRect; in ImplPaint() local 1131 aCurRect = pCurItem->maRect; in ImplPaint() 1133 DrawLine( aRect.TopLeft(), Point( aCurRect.Left()-2, aRect.Top() ) ); in ImplPaint() 1134 if ( aCurRect.Right()+1 < aRect.Right() ) in ImplPaint() 1137 DrawLine( Point( aCurRect.Right(), aRect.Top() ), aRect.TopRight() ); in ImplPaint() 1213 … ImplDrawItem( pItem, aCurRect, bLayout, (pItem==pFirstTab), (pItem==pLastTab), sal_False ); in ImplPaint() 1229 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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 109 milliseconds