Home
last modified time | relevance | path

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

/aoo4110/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 );
/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx4196 if ( !nCalledByGroup || rGlobalChildRect.IsEmpty() ) in ImportGroup()
4199 aGlobalChildRect = rGlobalChildRect; in ImportGroup()
4366 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in ImportShape()
4372 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape()
4373 double fYScale = (double)rClientRect.GetHeight() / (double)rGlobalChildRect.GetHeight(); in ImportShape()
4374 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in ImportShape()
4375 fo = ( ( o - rGlobalChildRect.Top() ) * fYScale ) + rClientRect.Top(); in ImportShape()
5027 const Rectangle& rClientRect, const Rectangle& rGlobalChildRect ) in GetGroupAnchors() argument
5057 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in GetGroupAnchors()
5065 fl = ( ( l - rGlobalChildRect.Left() ) * fXScale ) + rClientRect.Left(); in GetGroupAnchors()
[all …]

Completed in 61 milliseconds