Lines Matching refs:pUsrPref
104 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in _SetZoom() local
176 (sal_uInt16(nFac) != pUsrPref->GetZoom() || in _SetZoom()
177 sal_uInt8 (eZoomType) != pUsrPref->GetZoomType()) ) in _SetZoom()
179 pUsrPref->SetZoom ( sal_uInt16(nFac) ); in _SetZoom()
180 pUsrPref->SetZoomType( eZoomType ); in _SetZoom()
181 SW_MOD()->ApplyUsrPref( *pUsrPref, in _SetZoom()
184 pUsrPref->SetModified(); in _SetZoom()
257 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in SetViewLayout() local
261 if ( nColumns != pUsrPref->GetViewLayoutColumns() || in SetViewLayout()
262 bBookMode != pUsrPref->IsViewLayoutBookMode() ) in SetViewLayout()
264 pUsrPref->SetViewLayoutColumns( nColumns ); in SetViewLayout()
265 pUsrPref->SetViewLayoutBookMode( bBookMode ); in SetViewLayout()
266 SW_MOD()->ApplyUsrPref( *pUsrPref, in SetViewLayout()
269 pUsrPref->SetModified(); in SetViewLayout()