Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx194 const Size& _rPxWinSize, in Init() argument
205 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() argument
345 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 …]
/aoo42x/main/sw/inc/
H A Dpagepreviewlayout.hxx309 const Size& _rPxWinSize,
366 const Size& _rPxWinSize,

Completed in 31 milliseconds