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.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()
4212 if ( !nCalledByGroup || rGlobalChildRect.IsEmpty() ) in ImportGroup()
4215 aGlobalChildRect = rGlobalChildRect; in ImportGroup()
4288 … Rectangle& rClientRect, const Rectangle& rGlobalChildRect, in ImportShape() argument
4382 …if ( !rGlobalChildRect.IsEmpty() && !rClientRect.IsEmpty() && rGlobalChildRect.GetWidth() && rGlob… in ImportShape()
4388 double fXScale = (double)rClientRect.GetWidth() / (double)rGlobalChildRect.GetWidth(); in ImportShape()
[all …]