Home
last modified time | relevance | path

Searched refs:pWebUsrPref (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx241 if(!pWebUsrPref) in ApplyUserMetric()
243 pPref = pWebUsrPref; in ApplyUserMetric()
279 if(!pWebUsrPref) in ApplyRulerMetric()
281 pPref = pWebUsrPref; in ApplyRulerMetric()
588 if(!pWebUsrPref) in GetMetric()
590 pPref = pWebUsrPref; in GetMetric()
H A Dapphdl.cxx754 DELETEZ(pWebUsrPref); in Notify()
945 if(bWeb && !pWebUsrPref) in GetUsrPref()
948 pNonConstModule->pWebUsrPref = new SwMasterUsrPref(sal_True); 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.cxx185 pWebUsrPref(0), in SwModule()
/trunk/main/sw/inc/
H A Dswmodule.hxx81 SwMasterUsrPref* pWebUsrPref; member in SwModule