Searched refs:rTmpSize (Results 1 – 2 of 2) sorted by relevance
331 const Size& rTmpSize( mrOutputWindow.GetSizePixel() ); in getTransformation() local333 if (rTmpSize.Width()<=0 || rTmpSize.Height()<=0) in getTransformation()341 const Size aWindowSize( rTmpSize.Width()-1, in getTransformation()342 rTmpSize.Height()-1 ); in getTransformation()
737 const SwFmtFrmSize& rTmpSize = pFrmFmt->GetFrmSize(); in GetMinMaxSize() local739 && rTmpSize.GetWidthPercent() ) in GetMinMaxSize()