Lines Matching refs:pUsrPref
109 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in _SetZoom() local
181 (sal_uInt16(nFac) != pUsrPref->GetZoom() || in _SetZoom()
182 sal_uInt8 (eZoomType) != pUsrPref->GetZoomType()) ) in _SetZoom()
184 pUsrPref->SetZoom ( sal_uInt16(nFac) ); in _SetZoom()
185 pUsrPref->SetZoomType( eZoomType ); in _SetZoom()
186 SW_MOD()->ApplyUsrPref( *pUsrPref, in _SetZoom()
189 pUsrPref->SetModified(); in _SetZoom()
262 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in SetViewLayout() local
266 if ( nColumns != pUsrPref->GetViewLayoutColumns() || in SetViewLayout()
267 bBookMode != pUsrPref->IsViewLayoutBookMode() ) in SetViewLayout()
269 pUsrPref->SetViewLayoutColumns( nColumns ); in SetViewLayout()
270 pUsrPref->SetViewLayoutBookMode( bBookMode ); in SetViewLayout()
271 SW_MOD()->ApplyUsrPref( *pUsrPref, in SetViewLayout()
274 pUsrPref->SetModified(); in SetViewLayout()