Searched refs:rClientRect (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/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()
|
| /AOO41X/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 );
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 4159 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup, sal_Int32* pShapeId… in ImportObj() argument 4166 …pRet = ImportGroup( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4170 …pRet = ImportShape( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4177 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportGroup() argument 4193 …pRet = ImportShape( aRecHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup + 1, p… in ImportGroup() 4199 Rectangle aClientRect( rClientRect ); in ImportGroup() 4278 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportShape() argument 4287 DffObjData aObjData( rHd, rClientRect, nCalledByGroup ); in ImportShape() 4372 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in ImportShape() 4378 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/oox/inc/oox/drawingml/ |
| H A D | shape.hxx | 162 const ::com::sun::star::awt::Rectangle& rClientRect,
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | editbrowsebox.hxx | 300 virtual void Paint(const Rectangle& rClientRect);
|