Searched refs:bViewOnly (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | viewmdi.cxx | 86 void SwView::SetZoom( SvxZoomType eZoomType, short nFactor, sal_Bool bViewOnly ) in SetZoom() argument 88 _SetZoom( GetEditWin().GetOutputSizePixel(), eZoomType, nFactor, bViewOnly ); in SetZoom() 92 short nFactor, sal_Bool bViewOnly ) in _SetZoom() argument 175 if ( !bViewOnly && in _SetZoom() 182 bViewOnly ? this: 0, in _SetZoom() 183 bViewOnly ? VIEWOPT_DEST_VIEW_ONLY : 0 ); in _SetZoom() 244 void SwView::SetViewLayout( sal_uInt16 nColumns, bool bBookMode, sal_Bool bViewOnly ) in SetViewLayout() argument 254 if ( !GetViewFrame()->GetFrame().IsInPlace() && !bViewOnly ) in SetViewLayout() 267 bViewOnly ? this: 0, in SetViewLayout() 268 bViewOnly ? VIEWOPT_DEST_VIEW_ONLY : 0 ); in SetViewLayout()
|
| /AOO42X/main/sw/source/ui/app/ |
| H A D | swmodul1.cxx | 175 sal_Bool bViewOnly = VIEWOPT_DEST_VIEW_ONLY == nDest; in ApplyUsrPref() local 180 if(!bViewOnly) in ApplyUsrPref() 184 if(!bViewOnly) in ApplyUsrPref() 192 if(!bViewOnly) in ApplyUsrPref() 209 if(!bViewOnly) in ApplyUsrPref()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | view.hxx | 367 sal_Bool bViewOnly = sal_False); 508 …void SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_Fals… 511 …void SetViewLayout( sal_uInt16 nColumns, bool bBookMode, sal_Bool bViewOnly = sal_False…
|