Home
last modified time | relevance | path

Searched refs:pUsrPref (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx247 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 …]
H A Dapphdl.cxx755 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()
H A Dappopt.cxx89 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet()
302 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet()
H A Dswmodule.cxx184 pUsrPref(0), in SwModule()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx104 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()
[all …]
H A Dview.cxx797 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView() local
798 SwViewOption aUsrPref( *pUsrPref); in SwView()
924 FieldUnit eMetric = pUsrPref->GetHScrollMetric(); in SwView()
926 eMetric = pUsrPref->GetVScrollMetric(); in SwView()
H A Dpview.cxx227 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(sal_False); in SwPagePreViewWin() local
228 mnRow = pUsrPref->GetPagePrevRow(); // 1 Zeile in SwPagePreViewWin()
229 mnCol = pUsrPref->GetPagePrevCol(); // 1 Spalte in SwPagePreViewWin()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx1001 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local
1002 rValue <<= (sal_Int32)pUsrPref->GetHScrollMetric(); in _getSingleValue()
1017 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local
1018 rValue <<= (sal_Int32)pUsrPref->GetVScrollMetric(); in _getSingleValue()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx233 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref(sal_False); in Reset() local
247 nOldLinkMode = pUsrPref->GetUpdateLinkMode(); in Reset()
249 eFldFlags = pUsrPref->GetFldUpdateFlags(); in Reset()
/trunk/main/sw/inc/
H A Dswmodule.hxx80 SwMasterUsrPref* pUsrPref; member in SwModule