Searched refs:pUsrPref (Results 1 – 10 of 10) sorted by relevance
247 if(!pUsrPref) in ApplyUserMetric()249 pPref = pUsrPref; in ApplyUserMetric()285 if(!pUsrPref) in ApplyRulerMetric()287 pPref = pUsrPref; in ApplyRulerMetric()594 if(!pUsrPref) in GetMetric()596 pPref = pUsrPref; in GetMetric()606 if(!pUsrPref) in GetLinkUpdMode()608 return (sal_uInt16)pUsrPref->GetUpdateLinkMode(); in GetLinkUpdMode()615 if(!pUsrPref) in GetFldUpdateFlags()617 return pUsrPref->GetFldUpdateFlags(); in GetFldUpdateFlags()[all …]
755 DELETEZ(pUsrPref) ; in Notify()950 else if(!bWeb && !pUsrPref) in GetUsrPref()952 pNonConstModule->pUsrPref = new SwMasterUsrPref(sal_False); in GetUsrPref()954 return bWeb ? pWebUsrPref : pUsrPref; in GetUsrPref()
89 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet()302 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet()
184 pUsrPref(0), in SwModule()
104 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in _SetZoom() local176 (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() local261 if ( nColumns != pUsrPref->GetViewLayoutColumns() || in SetViewLayout()262 bBookMode != pUsrPref->IsViewLayoutBookMode() ) in SetViewLayout()[all …]
797 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView() local798 SwViewOption aUsrPref( *pUsrPref); in SwView()924 FieldUnit eMetric = pUsrPref->GetHScrollMetric(); in SwView()926 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()
1001 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local1002 rValue <<= (sal_Int32)pUsrPref->GetHScrollMetric(); in _getSingleValue()1017 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local1018 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