Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx196 const Size& _rPxWinSize, in Init() argument
207 bool bPxWinSizeValid = (_rPxWinSize.Width() >= 0) && in Init()
208 (_rPxWinSize.Height() >= 0); in Init()
232 Size aWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize, aMapMode ); in Init()
256 maWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize ); in Init()
317 const Size& _rPxWinSize, in Prepare() argument
347 bool bWinSizeValid = _rPxWinSize.Width() != 0 && _rPxWinSize.Height() != 0; in Prepare()
361 maWinSize = mrParentViewShell.GetOut()->PixelToLogic( _rPxWinSize ); in Prepare()
460 _rPxWinSize, _onStartPageNum, in Prepare()
477 _rPxWinSize, _onStartPageNum, in Prepare()
[all …]
/aoo4110/main/sw/inc/
H A Dpagepreviewlayout.hxx309 const Size& _rPxWinSize,
366 const Size& _rPxWinSize,

Completed in 33 milliseconds