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 | 4169 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup, sal_Int32* pShapeId… in ImportObj() argument 4176 …pRet = ImportGroup( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4180 …pRet = ImportShape( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj() 4187 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportGroup() argument 4203 …pRet = ImportShape( aRecHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup + 1, p… in ImportGroup() 4209 Rectangle aClientRect( rClientRect ); in ImportGroup() 4288 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportShape() argument 4297 DffObjData aObjData( rHd, rClientRect, nCalledByGroup ); in ImportShape() 4382 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in ImportShape() 4388 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape() [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);
|