Home
last modified time | relevance | path

Searched refs:aUsrPref (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/uiview/
H A Dview.cxx806 SwViewOption aUsrPref( *pUsrPref); in SwView() local
811 aUsrPref.SetOnlineSpell( aLinguOpt.bIsSpellAuto ); in SwView()
850 aUsrPref.setBrowseMode( sal_True ); in SwView()
852 aUsrPref.setBrowseMode( rDoc.get(IDocumentSettingAccess::BROWSE_MODE) ); in SwView()
855 if( aUsrPref.getBrowseMode() && aUsrPref.GetZoomType() != SVX_ZOOM_PERCENT ) in SwView()
857 aUsrPref.SetZoomType( SVX_ZOOM_PERCENT ); in SwView()
858 aUsrPref.SetZoom( 100 ); in SwView()
862 aUsrPref.SetZoomType( SVX_ZOOM_WHOLEPAGE ); in SwView()
863 aUsrPref.SetViewLayoutBookMode( false ); in SwView()
864 aUsrPref.SetViewLayoutColumns( 1 ); in SwView()
[all …]
/AOO41X/main/sw/source/ui/shells/
H A Dgrfsh.cxx129 SwViewOption aUsrPref( *pVOpt ); in Execute() local
227 aSet.Put(SfxBoolItem(FN_KEEP_ASPECT_RATIO, aUsrPref.IsKeepRatio())); in Execute()
228 aSet.Put(SfxBoolItem( SID_ATTR_GRAF_KEEP_ZOOM, aUsrPref.IsGrfKeepZoom())); in Execute()
292 aUsrPref.SetKeepRatio( in Execute()
299 aUsrPref.SetGrfKeepZoom( in Execute()
305 SW_MOD()->ApplyUsrPref(aUsrPref, &GetView()); in Execute()
H A Dtabsh.cxx313 SwViewOption aUsrPref( *rSh.GetViewOptions() ); in ItemSetToTableParam() local
314 sal_uInt16 nBackgroundDestination = aUsrPref.GetTblDest(); in ItemSetToTableParam()
318 aUsrPref.SetTblDest((sal_uInt8)nBackgroundDestination); in ItemSetToTableParam()
319 SW_MOD()->ApplyUsrPref(aUsrPref, &rSh.GetView()); in ItemSetToTableParam()
H A Dfrmsh.cxx516 SwViewOption aUsrPref( *pVOpt ); in Execute() local
517 aUsrPref.SetKeepRatio(((const SfxBoolItem*)pItem)->GetValue()); in Execute()
518 SW_MOD()->ApplyUsrPref(aUsrPref, &GetView()); in Execute()