Home
last modified time | relevance | path

Searched refs:rClientRect (Results 1 – 6 of 6) sorted by last modified time

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

Completed in 62 milliseconds