Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/app/
H A Dswmodul1.cxx81 void lcl_SetUIPrefs(const SwViewOption* pPref, SwView* pView, ViewShell* pSh ) in lcl_SetUIPrefs() argument
84 … sal_Bool bVScrollChanged = pPref->IsViewVScrollBar() != pSh->GetViewOptions()->IsViewVScrollBar(); in lcl_SetUIPrefs()
85 … sal_Bool bHScrollChanged = pPref->IsViewHScrollBar() != pSh->GetViewOptions()->IsViewHScrollBar(); in lcl_SetUIPrefs()
86 sal_Bool bVAlignChanged = pPref->IsVRulerRight() != pSh->GetViewOptions()->IsVRulerRight(); in lcl_SetUIPrefs()
88 pSh->SetUIOptions(*pPref); in lcl_SetUIPrefs()
175 SwMasterUsrPref* pPref = (SwMasterUsrPref*)GetUsrPref( static_cast< sal_Bool >( in ApplyUsrPref() local
187 pPref->SetUIOptions( rUsrPref ); in ApplyUsrPref()
188 pPPView->ShowVScrollbar(pPref->IsViewVScrollBar()); in ApplyUsrPref()
189 pPPView->ShowHScrollbar(pPref->IsViewHScrollBar()); in ApplyUsrPref()
192 pPref->SetPagePrevRow(rUsrPref.GetPagePrevRow()); in ApplyUsrPref()
[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()