Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx78 void lcl_SetUIPrefs(const SwViewOption* pPref, SwView* pView, ViewShell* pSh ) in lcl_SetUIPrefs() argument
81 … sal_Bool bVScrollChanged = pPref->IsViewVScrollBar() != pSh->GetViewOptions()->IsViewVScrollBar(); in lcl_SetUIPrefs()
82 … sal_Bool bHScrollChanged = pPref->IsViewHScrollBar() != pSh->GetViewOptions()->IsViewHScrollBar(); in lcl_SetUIPrefs()
83 sal_Bool bVAlignChanged = pPref->IsVRulerRight() != pSh->GetViewOptions()->IsVRulerRight(); in lcl_SetUIPrefs()
85 pSh->SetUIOptions(*pPref); in lcl_SetUIPrefs()
169 SwMasterUsrPref* pPref = (SwMasterUsrPref*)GetUsrPref( static_cast< sal_Bool >( in ApplyUsrPref() local
181 pPref->SetUIOptions( rUsrPref ); in ApplyUsrPref()
182 pPPView->ShowVScrollbar(pPref->IsViewVScrollBar()); in ApplyUsrPref()
183 pPPView->ShowHScrollbar(pPref->IsViewHScrollBar()); in ApplyUsrPref()
186 pPref->SetPagePrevRow(rUsrPref.GetPagePrevRow()); in ApplyUsrPref()
[all …]
H A Dappopt.cxx89 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet() local
196 FieldUnit eUnit = pPref->GetHScrollMetric(); in CreateItemSet()
201 eUnit = pPref->GetVScrollMetric(); in CreateItemSet()
205 pRet->Put(SfxUInt16Item( SID_ATTR_METRIC, static_cast< sal_uInt16 >(pPref->GetMetric()) )); in CreateItemSet()
216 pRet->Put(SfxUInt16Item( SID_ATTR_DEFTABSTOP, (sal_uInt16)pPref->GetDefTab())); in CreateItemSet()
302 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in ApplyItemSet() local
357 pPref->SetHScrollMetric(eUnit); in ApplyItemSet()
366 pPref->SetVScrollMetric(eUnit); in ApplyItemSet()
374 pPref->SetDefTab(nTabDist); in ApplyItemSet()
453 pPref->SetAlignMathObjectsToBaseline( bAlignFormulas ); in ApplyItemSet()