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.cxx253 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 …]
H A Dapphdl.cxx755 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()
H A Dappopt.cxx91 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet()
306 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet()
H A Dswmodule.cxx188 pUsrPref(0), in SwModule()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx181 (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 …]
H A Dview.cxx804 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView() local
805 SwViewOption aUsrPref( *pUsrPref); in SwView()
931 FieldUnit eMetric = pUsrPref->GetHScrollMetric(); in SwView()
933 eMetric = pUsrPref->GetVScrollMetric(); in SwView()
H A Dpview.cxx229 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(sal_False); in SwPagePreViewWin() local
230 mnRow = pUsrPref->GetPagePrevRow(); // 1 Zeile in SwPagePreViewWin()
231 mnCol = pUsrPref->GetPagePrevCol(); // 1 Spalte in SwPagePreViewWin()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx1004 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local
1005 rValue <<= (sal_Int32)pUsrPref->GetHScrollMetric(); in _getSingleValue()
1020 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue() local
1021 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

Completed in 66 milliseconds