Home
last modified time | relevance | path

Searched refs:rGlobalChildRect (Results 1 – 2 of 2) sorted by relevance

/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 );
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4215 if ( !nCalledByGroup || rGlobalChildRect.IsEmpty() ) in ImportGroup()
4218 aGlobalChildRect = rGlobalChildRect; in ImportGroup()
4385 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… 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()
5046 const Rectangle& rClientRect, const Rectangle& rGlobalChildRect ) in GetGroupAnchors() argument
5076 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in GetGroupAnchors()
5084 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in GetGroupAnchors()
[all …]

Completed in 55 milliseconds