Home
last modified time | relevance | path

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

/AOO41X/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 );
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx4159 …Rectangle& rClientRect, const Rectangle& rGlobalChildRect, int nCalledByGroup, sal_Int32* pShapeId… in ImportObj() argument
4166 …pRet = ImportGroup( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj()
4170 …pRet = ImportShape( aObjHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup, pShap… in ImportObj()
4177 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportGroup() argument
4193 …pRet = ImportShape( aRecHd, rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup + 1, p… in ImportGroup()
4202 if ( !nCalledByGroup || rGlobalChildRect.IsEmpty() ) in ImportGroup()
4205 aGlobalChildRect = rGlobalChildRect; in ImportGroup()
4278 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportShape() argument
4372 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in ImportShape()
4378 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape()
[all …]