Searched refs:pUsrPref (Results 1 – 10 of 10) sorted by relevance
253 if(!pUsrPref) in ApplyUserMetric()255 pPref = pUsrPref; in ApplyUserMetric()291 if(!pUsrPref) in ApplyRulerMetric()293 pPref = pUsrPref; in ApplyRulerMetric()600 if(!pUsrPref) in GetMetric()602 pPref = pUsrPref; in GetMetric()612 if(!pUsrPref) in GetLinkUpdMode()621 if(!pUsrPref) in GetFldUpdateFlags()630 if(!pUsrPref) in ApplyFldUpdateFlags()639 if(!pUsrPref) in ApplyLinkMode()[all …]
755 DELETEZ(pUsrPref) ; in Notify()951 else if(!bWeb && !pUsrPref) in GetUsrPref()953 pNonConstModule->pUsrPref = new SwMasterUsrPref(sal_False); in GetUsrPref()955 return bWeb ? pWebUsrPref : pUsrPref; in GetUsrPref()
91 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet()306 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet()
188 pUsrPref(0), in SwModule()
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()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()[all …]
804 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView() local805 SwViewOption aUsrPref( *pUsrPref); in SwView()931 FieldUnit eMetric = pUsrPref->GetHScrollMetric(); in SwView()933 eMetric = pUsrPref->GetVScrollMetric(); in SwView()
227 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(sal_False); in SwPagePreViewWin() local228 mnRow = pUsrPref->GetPagePrevRow(); // 1 Zeile in SwPagePreViewWin()229 mnCol = pUsrPref->GetPagePrevCol(); // 1 Spalte in SwPagePreViewWin()
1004 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local1005 rValue <<= (sal_Int32)pUsrPref->GetHScrollMetric(); in _getSingleValue()1020 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local1021 rValue <<= (sal_Int32)pUsrPref->GetVScrollMetric(); in _getSingleValue()
233 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref(sal_False); in Reset() local247 nOldLinkMode = pUsrPref->GetUpdateLinkMode(); in Reset()249 eFldFlags = pUsrPref->GetFldUpdateFlags(); in Reset()
80 SwMasterUsrPref* pUsrPref; member in SwModule
Completed in 70 milliseconds