Home
last modified time | relevance | path

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

/AOO41X/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()
614 return (sal_uInt16)pUsrPref->GetUpdateLinkMode(); in GetLinkUpdMode()
621 if(!pUsrPref) in GetFldUpdateFlags()
623 return pUsrPref->GetFldUpdateFlags(); in GetFldUpdateFlags()
[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.cxx187 pUsrPref(0), in SwModule()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewmdi.cxx109 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()
[all …]
H A Dview.cxx805 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView() local
806 SwViewOption aUsrPref( *pUsrPref); in SwView()
932 FieldUnit eMetric = pUsrPref->GetHScrollMetric(); in SwView()
934 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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/inc/
H A Dswmodule.hxx80 SwMasterUsrPref* pUsrPref; member in SwModule