Home
last modified time | relevance | path

Searched refs:bViewOnly (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/ui/uiview/
H A Dviewmdi.cxx91 void SwView::SetZoom( SvxZoomType eZoomType, short nFactor, sal_Bool bViewOnly ) in SetZoom() argument
93 _SetZoom( GetEditWin().GetOutputSizePixel(), eZoomType, nFactor, bViewOnly ); in SetZoom()
97 short nFactor, sal_Bool bViewOnly ) in _SetZoom() argument
180 if ( !bViewOnly && in _SetZoom()
187 bViewOnly ? this: 0, in _SetZoom()
188 bViewOnly ? VIEWOPT_DEST_VIEW_ONLY : 0 ); in _SetZoom()
249 void SwView::SetViewLayout( sal_uInt16 nColumns, bool bBookMode, sal_Bool bViewOnly ) in SetViewLayout() argument
259 if ( !GetViewFrame()->GetFrame().IsInPlace() && !bViewOnly ) in SetViewLayout()
272 bViewOnly ? this: 0, in SetViewLayout()
273 bViewOnly ? VIEWOPT_DEST_VIEW_ONLY : 0 ); in SetViewLayout()
/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx181 sal_Bool bViewOnly = VIEWOPT_DEST_VIEW_ONLY == nDest; in ApplyUsrPref() local
186 if(!bViewOnly) in ApplyUsrPref()
190 if(!bViewOnly) in ApplyUsrPref()
198 if(!bViewOnly) in ApplyUsrPref()
215 if(!bViewOnly) in ApplyUsrPref()
/aoo42x/main/sw/source/ui/inc/
H A Dview.hxx368 sal_Bool bViewOnly = sal_False);
509 void SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_False);
512 …void SetViewLayout( sal_uInt16 nColumns, bool bBookMode, sal_Bool bViewOnly = sal_False…

Completed in 17 milliseconds