Searched refs:_rPxWinSize (Results 1 – 2 of 2) sorted by relevance
194 const Size& _rPxWinSize, in Init() argument205 bool bPxWinSizeValid = (_rPxWinSize.Width() >= 0) && in Init()206 (_rPxWinSize.Height() >= 0); in Init()230 Size aWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize, aMapMode ); in Init()254 maWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize ); in Init()315 const Size& _rPxWinSize, in Prepare() argument345 bool bWinSizeValid = _rPxWinSize.Width() != 0 && _rPxWinSize.Height() != 0; in Prepare()359 maWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize ); in Prepare()458 _rPxWinSize, _onStartPageNum, in Prepare()475 _rPxWinSize, _onStartPageNum, in Prepare()[all …]
309 const Size& _rPxWinSize,366 const Size& _rPxWinSize,
Completed in 24 milliseconds