Searched refs:pPref (Results 1 – 2 of 2) sorted by relevance
78 void lcl_SetUIPrefs(const SwViewOption* pPref, SwView* pView, ViewShell* pSh ) in lcl_SetUIPrefs() argument81 … 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() local181 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 …]
89 SwMasterUsrPref* pPref = bTextDialog ? pUsrPref : pWebUsrPref; in CreateItemSet() local196 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() local357 pPref->SetHScrollMetric(eUnit); in ApplyItemSet()366 pPref->SetVScrollMetric(eUnit); in ApplyItemSet()374 pPref->SetDefTab(nTabDist); in ApplyItemSet()453 pPref->SetAlignMathObjectsToBaseline( bAlignFormulas ); in ApplyItemSet()