Home
last modified time | relevance | path

Searched refs:pPref (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx88 pSh->SetUIOptions(*pPref); in lcl_SetUIPrefs()
201 pPref->SetModified(); in ApplyUsrPref()
235 pPref->SetIdle(sal_True); in ApplyUsrPref()
244 SwMasterUsrPref* pPref; in ApplyUserMetric() local
249 pPref = pWebUsrPref; in ApplyUserMetric()
255 pPref = pUsrPref; in ApplyUserMetric()
282 SwMasterUsrPref* pPref; in ApplyRulerMetric() local
293 pPref = pUsrPref; in ApplyRulerMetric()
591 SwMasterUsrPref* pPref; in GetMetric() local
596 pPref = pWebUsrPref; in GetMetric()
[all …]
H A Dappopt.cxx91 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet() local
200 FieldUnit eUnit = pPref->GetHScrollMetric(); in CreateItemSet()
205 eUnit = pPref->GetVScrollMetric(); in CreateItemSet()
209 pRet->Put(SfxUInt16Item( SID_ATTR_METRIC, static_cast< sal_uInt16 >(pPref->GetMetric()) )); in CreateItemSet()
220 pRet->Put(SfxUInt16Item( SID_ATTR_DEFTABSTOP, (sal_uInt16)pPref->GetDefTab())); in CreateItemSet()
306 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet() local
361 pPref->SetHScrollMetric(eUnit); in ApplyItemSet()
370 pPref->SetVScrollMetric(eUnit); in ApplyItemSet()
378 pPref->SetDefTab(nTabDist); in ApplyItemSet()
457 pPref->SetAlignMathObjectsToBaseline( bAlignFormulas ); in ApplyItemSet()

Completed in 21 milliseconds