Searched refs:pVOpt (Results 1 – 12 of 12) sorted by relevance
256 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in StartTextConversion() local257 const sal_Bool bOldIdle = pVOpt->IsIdle(); in StartTextConversion()258 pVOpt->SetIdle( sal_False ); in StartTextConversion()279 pVOpt->SetIdle( bOldIdle ); in StartTextConversion()477 SwViewOption* pVOpt = (SwViewOption*)pWrtShell->GetViewOptions(); in HyphenateDocument() local478 sal_Bool bOldIdle = pVOpt->IsIdle(); in HyphenateDocument()479 pVOpt->SetIdle( sal_False ); in HyphenateDocument()518 pVOpt->SetIdle( bOldIdle ); in HyphenateDocument()612 SwViewOption* pVOpt = (SwViewOption*)pWrtShell->GetViewOptions(); in StartThesaurus() local613 sal_Bool bOldIdle = pVOpt->IsIdle(); in StartThesaurus()[all …]
852 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in Execute() local853 SvxZoomItem aZoom( (SvxZoomType)pVOpt->GetZoomType(), in Execute()854 pVOpt->GetZoom() ); in Execute()909 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in Execute() local911 lcl_GetNextZoomStep(pVOpt->GetZoom(), SID_ZOOM_IN == rReq.GetSlot())); in Execute()1108 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() local1109 SvxZoomItem aZoom((SvxZoomType)pVOpt->GetZoomType(), in GetState()1110 pVOpt->GetZoom()); in GetState()1127 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() local1128 const sal_uInt16 nCurrentZoom = pVOpt->GetZoom(); in GetState()[all …]
1255 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ReadUserData() local1256 if( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ) in ReadUserData()1280 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ReadUserDataSequence() local1284 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence()1285 sal_Int16 nZoomFactor = static_cast < sal_Int16 > (pVOpt->GetZoom()); in ReadUserDataSequence()1286 bool bViewLayoutBookMode = pVOpt->IsViewLayoutBookMode(); in ReadUserDataSequence()1287 sal_Int16 nViewLayoutColumns = pVOpt->GetViewLayoutColumns(); in ReadUserDataSequence()1409 …( pVOpt->GetViewLayoutColumns() != nViewLayoutColumns || pVOpt->IsViewLayoutBookMode() != bViewLay… in ReadUserDataSequence()1412 … ( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ); in ReadUserDataSequence()
1277 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine() local1278 SvxZoomType eZoom = (SvxZoomType) pVOpt->GetZoomType(); in StateStatusLine()1280 pVOpt->GetZoom()); in StateStatusLine()1281 if( pVOpt->getBrowseMode() ) in StateStatusLine()1300 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine() local1301 const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns(); in StateStatusLine()1302 const bool bBookMode = pVOpt->IsViewLayoutBookMode(); in StateStatusLine()1314 const SwViewOption* pVOpt = rShell.GetViewOptions(); in StateStatusLine() local1315 const sal_uInt16 nCurrentZoom = pVOpt->GetZoom(); in StateStatusLine()1321 const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns(); in StateStatusLine()
1130 const SwViewOption *pVOpt = pWrtShell->GetViewOptions(); in OuterResizePixel() local1131 if ( !pVOpt->IsReadonly() || pVOpt->IsStarOneSetting() ) in OuterResizePixel()1133 bShowH = pVOpt->IsViewHScrollBar(); in OuterResizePixel()1134 bShowV = pVOpt->IsViewVScrollBar(); in OuterResizePixel()
358 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in InitControls() local362 if (pVOpt->IsFieldShadings()) in InitControls()366 if (pVOpt->IsOnlineSpell()) in InitControls()869 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetLanguage() local872 if (!pVOpt->IsOnlineSpell()) in SetLanguage()879 if (pVOpt->IsOnlineSpell()) in SetLanguage()1191 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetSpellChecking() local1193 if (pVOpt->IsOnlineSpell()) in SetSpellChecking()
386 const SwViewOption *pVOpt = pVSh->GetViewOptions(); in IsOpaque() local393 if( pFrm->IsPageFrm() && !pVOpt->IsPageBack() ) in IsOpaque()416 !pVOpt->IsReadonly() && in IsOpaque()
201 const SwViewOption* pVOpt = rView.GetWrtShellPtr()->GetViewOptions(); in SetLanguageStatus() local204 if (!pVOpt->IsOnlineSpell()) in SetLanguageStatus()211 if (pVOpt->IsOnlineSpell()) in SetLanguageStatus()
459 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute() local461 aSet.Put( SfxBoolItem(FN_KEEP_ASPECT_RATIO, pVOpt->IsKeepRatio()) ); in Execute()529 SwViewOption aUsrPref( *pVOpt ); in Execute()
122 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute() local123 SwViewOption aUsrPref( *pVOpt ); in Execute()
130 const SwViewOption* pVOpt = rSh.GetViewOptions(); in TYPEINIT1() local131 if(pVOpt->IsOnlineSpell()) in TYPEINIT1()
637 const SwViewOption* pVOpt = 0; in _preSetValues() local642 pVOpt = pView->GetWrtShell().GetViewOptions(); in _preSetValues()645 pVOpt = SW_MOD()->GetViewOption(bWeb); in _preSetValues()647 mpViewOption = new SwViewOption (*pVOpt); in _preSetValues()