Home
last modified time | relevance | path

Searched refs:SwMasterUsrPref (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/inc/
H A Dusrpref.hxx33 class SwMasterUsrPref;
36 SwMasterUsrPref& rParent;
41 SwContentViewConfig(sal_Bool bWeb, SwMasterUsrPref& rParent);
56 SwMasterUsrPref& rParent;
61 SwLayoutViewConfig(sal_Bool bWeb, SwMasterUsrPref& rParent);
74 SwMasterUsrPref& rParent;
79 SwGridConfig(sal_Bool bWeb, SwMasterUsrPref& rParent);
92 SwMasterUsrPref& rParent;
96 SwCursorConfig(SwMasterUsrPref& rParent);
109 SwMasterUsrPref& rParent;
[all …]
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx50 void SwMasterUsrPref::SetUsrPref(const SwViewOption &rCopy) in SetUsrPref()
55 SwMasterUsrPref::SwMasterUsrPref(sal_Bool bWeb) : in SwMasterUsrPref() function in SwMasterUsrPref
83 SwMasterUsrPref::~SwMasterUsrPref() in ~SwMasterUsrPref()
128 SwContentViewConfig::SwContentViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwContentViewConfig()
279 SwLayoutViewConfig::SwLayoutViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwLayoutViewConfig()
428 SwGridConfig::SwGridConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwGridConfig()
528 SwCursorConfig::SwCursorConfig(SwMasterUsrPref& rPar) : in SwCursorConfig()
603 SwWebColorConfig::SwWebColorConfig(SwMasterUsrPref& rPar) : in SwWebColorConfig()
H A Doptload.cxx233 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref(sal_False); in Reset()
/trunk/main/sw/inc/
H A Dswmodule.hxx47 class SwMasterUsrPref;
80 SwMasterUsrPref* pUsrPref;
81 SwMasterUsrPref* pWebUsrPref;
156 const SwMasterUsrPref *GetUsrPref(sal_Bool bWeb) const;
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx169 SwMasterUsrPref* pPref = (SwMasterUsrPref*)GetUsrPref( static_cast< sal_Bool >( in ApplyUsrPref()
238 SwMasterUsrPref* pPref; in ApplyUserMetric()
276 SwMasterUsrPref* pPref; in ApplyRulerMetric()
585 SwMasterUsrPref* pPref; in GetMetric()
H A Dapphdl.cxx942 const SwMasterUsrPref *SwModule::GetUsrPref(sal_Bool bWeb) const in GetUsrPref()
948 pNonConstModule->pWebUsrPref = new SwMasterUsrPref(sal_True); in GetUsrPref()
952 pNonConstModule->pUsrPref = new SwMasterUsrPref(sal_False); in GetUsrPref()
H A Dappopt.cxx89 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet()
302 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx104 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in _SetZoom()
257 SwMasterUsrPref *pUsrPref = (SwMasterUsrPref*)SW_MOD()->GetUsrPref(bWeb); in SetViewLayout()
H A Dpview.cxx227 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(sal_False); in SwPagePreViewWin()
622 SwMasterUsrPref *pOpt = (SwMasterUsrPref *)SW_MOD()->GetUsrPref(sal_False); in SetPagePreview()
H A Dview.cxx797 const SwMasterUsrPref *pUsrPref = SW_MOD()->GetUsrPref(0 != pWebDShell); in SwView()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx1001 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue()
1017 const SwMasterUsrPref* pUsrPref = SW_MOD()->GetUsrPref( bWeb ); in _getSingleValue()