Home
last modified time | relevance | path

Searched refs:rClientRect (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/oox/source/drawingml/
H A Dshape.cxx211 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 Dmsdffimp.hxx655 …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 Dmsdffimp.cxx4169 …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 Debbcontrols.cxx322 void CheckBoxControl::Paint(const Rectangle& rClientRect) in Paint() argument
324 Control::Paint(rClientRect); in Paint()
/AOO42X/main/oox/inc/oox/drawingml/
H A Dshape.hxx162 const ::com::sun::star::awt::Rectangle& rClientRect,
/AOO42X/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx300 virtual void Paint(const Rectangle& rClientRect);