Searched refs:rClientRect (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 211 const awt::Rectangle& rClientRect, in addChildren() argument 249 double fXScale = (double)rClientRect.Width / (double)nGlobalWidth; in addChildren() 250 double fYScale = (double)rClientRect.Height / (double)nGlobalHeight; in addChildren() 251 …static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.X - nGlobalLeft ) * fXScale ) + rClientRect.X ); in addChildren() 252 …static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.Y - nGlobalTop ) * fYScale ) + rClientRect.Y ); in addChildren()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 655 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup = 0, sal_Int32* pSha… 658 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup = 0, sal_Int32* pSha… 661 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup = 0, sal_Int32* pSha… 666 const Rectangle& rClientRect, const Rectangle& rGlobalChildRect );
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4212 Rectangle aClientRect( rClientRect ); in ImportGroup() 4300 DffObjData aObjData( rHd, rClientRect, nCalledByGroup ); in ImportShape() 4391 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape() 4392 double fYScale = (double)rClientRect.GetHeight() / (double)rGlobalChildRect.GetHeight(); in ImportShape() 4393 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in ImportShape() 4394 fo = ( ( o - rGlobalChildRect.Top() ) * fYScale ) + rClientRect.Top(); in ImportShape() 4440 if ( rClientRect.IsEmpty() ) in ImportShape() 4441 rClientRect = aObjData.aBoundRect; in ImportShape() 5046 const Rectangle& rClientRect, const Rectangle& rGlobalChildRect ) in GetGroupAnchors() argument 5084 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in GetGroupAnchors() [all …]
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 322 void CheckBoxControl::Paint(const Rectangle& rClientRect) in Paint() argument 324 Control::Paint(rClientRect); in Paint()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 162 const ::com::sun::star::awt::Rectangle& rClientRect,
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | editbrowsebox.hxx | 300 virtual void Paint(const Rectangle& rClientRect);
|
Completed in 177 milliseconds