| /trunk/main/sw/source/ui/uiview/ |
| H A D | view.cxx | 212 rWrtShell.GetViewOptions()->getBrowseMode() ); in GotFocus() 866 const SwViewOption* pPreViewOpt = rPreviewViewShell.GetViewOptions(); in SwView() 891 aUsrPref.SetReadonly( pWrtShell->GetViewOptions()->IsReadonly() ); in SwView() 952 const sal_Bool bBrowse = pWrtShell->GetViewOptions()->getBrowseMode(); in SwView() 1112 rUserData += String::CreateFromInt32( pWrtShell->GetViewOptions()->GetZoom() ); in WriteUserData() 1123 (sal_uInt16)pWrtShell->GetViewOptions()->GetZoomType()); // eZoom; in WriteUserData() 1151 (!pWrtShell->IsNewLayout() || pWrtShell->GetViewOptions()->getBrowseMode() || bBrowse) ) in ReadUserData() 1174 …const long nAdd = pWrtShell->GetViewOptions()->getBrowseMode() ? DOCUMENTBORDER : DOCUMENTBORDER*2; in ReadUserData() 1183 if( !pWrtShell->GetViewOptions()->getBrowseMode() ) in ReadUserData() 1255 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ReadUserData() [all …]
|
| H A D | viewport.cxx | 71 pWrtShell->GetViewOptions()->getBrowseMode() || in IsDocumentBorder() 72 SVX_ZOOM_PAGEWIDTH_NOBORDER == (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(); in IsDocumentBorder() 77 SvxZoomType eType = (SvxZoomType)rView.GetWrtShell().GetViewOptions()->GetZoomType(); in GetLeftMargin() 350 pHScrollbar->SetAuto( pWrtShell->GetViewOptions()->getBrowseMode() && in CheckVisArea() 709 if(!pWrtShell->GetViewOptions()->getBrowseMode() && in IMPL_LINK() 718 pWrtShell->GetViewOptions()->IsShowScrollBarTips()) in IMPL_LINK() 856 sal_Bool bRightVRuler = pWrtShell->GetViewOptions()->IsVRulerRight(); in CalcAndSetBorderPixel() 881 if ( pHScrollbar->IsVisible(pWrtShell->GetViewOptions()->getBrowseMode()) ) in CalcAndSetBorderPixel() 1025 if ( pWrtShell->GetViewOptions()->IsViewHRuler() ) in ShowAtResize() 1075 pWrtShell->GetViewOptions()->IsVRulerRight()); in InnerResizePixel() [all …]
|
| H A D | pview.cxx | 815 bool bBookPreview = GetViewShell()->GetViewOptions()->IsPagePrevBookview(); in Execute() 819 … ( ( SwViewOption* ) GetViewShell()->GetViewOptions() )->SetPagePrevBookview( bBookPreview ); in Execute() 852 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in Execute() 909 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in Execute() 1108 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() 1127 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() 1141 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() 1151 const SwViewOption* pVOpt = GetViewShell()->GetViewOptions(); in GetState() 1164 sal_Bool b = GetViewShell()->GetViewOptions()->IsPagePrevBookview(); in GetState() 2104 sal_uInt16 nFactor = GetViewShell()->GetViewOptions()->GetZoom(); in HandleWheelCommands() [all …]
|
| H A D | view0.cxx | 251 … if( GetWrtShell().GetViewOptions()->getBrowseMode() && SVX_ZOOM_PERCENT != (eType = (SvxZoomType) in RecheckBrowseMode() 252 GetWrtShell().GetViewOptions()->GetZoomType()) ) in RecheckBrowseMode() 265 const SwViewOption* pOpt = GetWrtShell().GetViewOptions(); in StateViewOptions() 375 SwViewOption* pOpt = new SwViewOption( *GetWrtShell().GetViewOptions() ); in ExecViewOptions() 576 if( !(*rSh.GetViewOptions() == *pOpt )) in ExecViewOptions()
|
| H A D | viewmdi.cxx | 108 const SwViewOption *pOpt = pWrtShell->GetViewOptions(); in _SetZoom() 214 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom() 228 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom() 273 const SwViewOption *pOpt = pWrtShell->GetViewOptions(); in SetViewLayout()
|
| H A D | viewling.cxx | 256 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in StartTextConversion() 477 SwViewOption* pVOpt = (SwViewOption*)pWrtShell->GetViewOptions(); in HyphenateDocument() 612 SwViewOption* pVOpt = (SwViewOption*)pWrtShell->GetViewOptions(); in StartThesaurus() 685 const SwViewOption* pVOpt = pWrtShell->GetViewOptions(); in ExecSpellPopup()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | swmodul1.cxx | 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() 86 const SwViewOption* pNewPref = pSh->GetViewOptions(); in lcl_SetUIPrefs() 207 bReadonly = pSh->GetViewOptions()->IsReadonly(); in ApplyUsrPref() 214 if( !(*pSh->GetViewOptions() == *pViewOpt) ) in ApplyUsrPref() 222 if ( pSh->GetViewOptions()->IsReadonly() != bReadonly ) in ApplyUsrPref()
|
| /trunk/main/sw/source/core/view/ |
| H A D | viewimp.cxx | 256 const SwViewOption* pSwViewOption = GetShell()->GetViewOptions(); in SetFirstVisPage() 318 const SwViewOption* pSwViewOption = GetShell()->GetViewOptions(); in MakeDrawView() 357 if ( rSh.GetViewOptions()->getBrowseMode() && in GetRetoucheColor() 358 COL_TRANSPARENT != rSh.GetViewOptions()->GetRetoucheColor().GetColor() ) in GetRetoucheColor() 359 aRet = rSh.GetViewOptions()->GetRetoucheColor(); in GetRetoucheColor() 360 else if(rSh.GetViewOptions()->IsPagePreview() && in GetRetoucheColor()
|
| H A D | viewsh.cxx | 214 GetLayout()->CheckViewLayout( GetViewOptions(), &aVisArea ); in ImplEndAction() 1159 if( !nXDiff && !GetViewOptions()->getBrowseMode() && in VisPortChgd() 1177 const bool bBookMode = GetViewOptions()->IsViewLayoutBookMode(); in VisPortChgd() 1337 …const bool bSmoothScrollAllowed(bOnlyYScroll && bEnableSmooth && GetViewOptions()->IsSmoothScroll(… in SmoothScroll() 1642 const bool bBookMode = GetViewOptions()->IsViewLayoutBookMode(); in PaintDesktop() 2072 if ( !bBrowseChgd && !GetViewOptions()->getBrowseMode() ) in CheckBrowseView() 2148 GetViewOptions()->getBrowseMode() && in GetRefDev() 2149 !GetViewOptions()->IsPrtFormat() ) in GetRefDev() 2213 SwViewOption aOpt( *pSh->GetViewOptions() ); in ApplyViewOptions() 2221 if ( !(aOpt == *pSh->GetViewOptions()) ) in ApplyViewOptions()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 108 (pGlobalShell->GetViewOptions()->IsTable() && \ 109 !pGlobalShell->GetViewOptions()->IsPagePreview()&&\ 110 !pGlobalShell->GetViewOptions()->IsReadonly()&&\ 111 !pGlobalShell->GetViewOptions()->IsFormView() &&\ 114 #define IS_SUBS (!pGlobalShell->GetViewOptions()->IsPagePreview() && \ 115 !pGlobalShell->GetViewOptions()->IsReadonly() && \ 116 !pGlobalShell->GetViewOptions()->IsFormView() &&\ 119 #define IS_SUBS_SECTION (!pGlobalShell->GetViewOptions()->IsPagePreview() && \ 120 !pGlobalShell->GetViewOptions()->IsReadonly()&&\ 121 !pGlobalShell->GetViewOptions()->IsFormView() &&\ [all …]
|
| H A D | layact.cxx | 438 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in RemoveEmptyBrowserPages() 1192 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in IsShortCut() 1445 if( pSh && pSh->GetViewOptions()->getBrowseMode() && in FormatLayout() 1490 if( !pSh || !pSh->GetViewOptions()->getBrowseMode() ) in FormatLayout() 1849 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in FormatCntnt() 2193 … SwRect aRepaint( ((SwTxtFrm*)pCnt)->_AutoSpell( pCntntNode, *pSh->GetViewOptions(), nTxtPos ) ); in _DoIdleJob() 2271 const SwViewOption* pViewOptions = pViewShell->GetViewOptions(); in DoIdleJob() 2555 const SwViewOption& rVOpt = *pImp->GetShell()->GetViewOptions(); in SwLayIdle()
|
| H A D | pagechg.cxx | 223 const bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in SwPageFrm() 350 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in CheckDirection() 638 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in _UpdateAttr() 806 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in FindPageDesc() 1409 if( !pSh || pSh->GetViewOptions()->getBrowseMode() ) in SidebarPosition() 1416 const bool bBookMode = pSh->GetViewOptions()->IsViewLayoutBookMode(); in SidebarPosition() 1777 ASSERT( GetCurrShell() && GetCurrShell()->GetViewOptions()->getBrowseMode(), in ImplCalcBrowseWidth()
|
| H A D | wsfrm.cxx | 192 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection() 206 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection() 220 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection() 240 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection() 250 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection() 1422 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in AdjustNeighbourhood() 1922 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm() 2448 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm() 2617 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in ShrinkFrm() 3375 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CalcRel()
|
| H A D | flowfrm.cxx | 1030 !(pSh && pSh->GetViewOptions()->getBrowseMode() ) ) in GetNextLeaf() 1157 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in IsPrevObjMove() 1239 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in IsPageBreak() 2115 if ( !( pSh && pSh->GetViewOptions()->getBrowseMode() ) ) in MoveFwd() 2674 if ( !( pSh && pSh->GetViewOptions()->getBrowseMode() ) ) in MoveBwd()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtdd.cxx | 178 ((SwViewOption*)rSh.GetViewOptions())->SetIdle( bOldIdle ); in DropCleanup() 374 bOldIdle = rSh.GetViewOptions()->IsIdle(); in AcceptDrop() 375 ((SwViewOption *)rSh.GetViewOptions())->SetIdle(sal_False); in AcceptDrop() 390 ((SwViewOption *)rSh.GetViewOptions())->SetIdle( bOldIdle ); in AcceptDrop()
|
| H A D | edtwin.cxx | 979 aSnap = rSh.GetViewOptions()->GetSnapSize(); in ChangeFly() 980 short nDiv = rSh.GetViewOptions()->GetDivisionX(); in ChangeFly() 983 nDiv = rSh.GetViewOptions()->GetDivisionY(); in ChangeFly() 1184 Size aSnap( rSh.GetViewOptions()->GetSnapSize() ); in ChangeDrawing() 1185 short nDiv = rSh.GetViewOptions()->GetDivisionX(); in ChangeDrawing() 1188 nDiv = rSh.GetViewOptions()->GetDivisionY(); in ChangeDrawing() 3869 !rSh.GetViewOptions()->getBrowseMode() && in MouseMove() 3870 rSh.GetViewOptions()->IsShadowCursor() && in MouseMove() 3876 SwFillMode eMode = (SwFillMode)rSh.GetViewOptions()->GetShdwCrsrFillMode(); in MouseMove() 4287 rSh.GetViewOptions()->IsShadowCursor() && in MouseButtonUp() [all …]
|
| H A D | SidebarWin.cxx | 358 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in InitControls() 869 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetLanguage() 1160 return mrView.GetWrtShell().GetViewOptions()->GetZoom() / 10; in GetScrollbarWidth() 1191 const SwViewOption* pVOpt = mrView.GetWrtShellPtr()->GetViewOptions(); in SetSpellChecking()
|
| /trunk/main/sw/source/core/text/ |
| H A D | porrst.cxx | 250 if ( !pOut || !pSh->GetViewOptions()->getBrowseMode() || in EmptyHeight() 251 pSh->GetViewOptions()->IsPrtFormat() ) in EmptyHeight() 398 if( !pSh || !pSh->GetViewOptions()->getBrowseMode() || in FillRegister() 399 pSh->GetViewOptions()->IsPrtFormat() ) in FillRegister()
|
| H A D | txtfrm.cxx | 445 ( !pVsh->GetViewOptions()->IsShowHiddenPara() && in IsHiddenNow() 446 !pVsh->GetViewOptions()->IsFldName() ) ) || in IsHiddenNow() 448 !pVsh->GetViewOptions()->IsShowHiddenChar() ) ) in IsHiddenNow() 610 !pVsh->GetViewOptions()->IsShowHiddenChar(); in HideAndShowObjects() 2311 if ( !pVsh->GetViewOptions()->getBrowseMode() || in _CalcHeightOfLastLine() 2312 pVsh->GetViewOptions()->IsPrtFormat() ) in _CalcHeightOfLastLine()
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | move.cxx | 106 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Left() 125 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly() ) in Right() 144 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Up() 162 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Down()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | fntcache.cxx | 139 nZoom = pSh ? pSh->GetViewOptions()->GetZoom() : USHRT_MAX; in SwFntObj() 416 pSh->GetViewOptions()->getBrowseMode() && in GetFontLeading() 417 !pSh->GetViewOptions()->IsPrtFormat() ); in GetFontLeading() 458 !rSh.GetViewOptions()->getBrowseMode() || in CreateScrFont() 459 rSh.GetViewOptions()->IsPrtFormat() ) in CreateScrFont() 857 rInf.GetShell()->GetViewOptions()->getBrowseMode() && in DrawText() 858 !rInf.GetShell()->GetViewOptions()->IsPrtFormat() && in DrawText() 895 rInf.GetShell()->GetViewOptions()->getBrowseMode() && in DrawText() 896 !rInf.GetShell()->GetViewOptions()->IsPrtFormat() ); in DrawText() 2362 nZoom = pSh->GetViewOptions()->GetZoom(); in SwFntAccess() [all …]
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unomod.cxx | 642 pVOpt = pView->GetWrtShell().GetViewOptions(); in _preSetValues() 775 if( pView && !bVal != !pView->GetWrtShell().GetViewOptions()->getBrowseMode() ) in _setSingleValue() 777 SwViewOption aOpt( *pView->GetWrtShell().GetViewOptions() ); in _setSingleValue() 880 mpConstViewOption = pView->GetWrtShell().GetViewOptions(); in _preGetValues() 974 bBoolVal = pView->GetWrtShell().GetViewOptions()->getBrowseMode(); in _getSingleValue()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | crsrsh.cxx | 406 const sal_Bool bSkipHidden = !GetViewOptions()->IsShowHiddenChar(); in LeftRight() 1458 if ( !GetViewOptions()->IsShowHiddenChar() ) in UpdateCrsr() 1825 !IsCrsrReadonly() || GetViewOptions()->IsSelectionInReadonly()) ) in UpdateCrsr() 1869 if ( (IsCrsrReadonly() && GetViewOptions()->IsSelectionInReadonly()) == in UpdateCrsr() 2440 return aPam.HasReadonlySel( GetViewOptions()->IsFormView() ); in IsOverReadOnlyPos() 3012 if ( GetViewOptions()->IsReadonly() || in IsCrsrReadonly() 3013 GetViewOptions()->IsFormView() ) // Formular view in IsCrsrReadonly() 3068 if ( IsReadOnlyAvailable() || GetViewOptions()->IsFormView() ) in HasReadonlySel() 3073 || pTblCrsr->HasReadonlySel( GetViewOptions()->IsFormView() ); in HasReadonlySel() 3081 if ( pCrsr->HasReadonlySel( GetViewOptions()->IsFormView() ) ) in HasReadonlySel() [all …]
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xiview.cxx | 67 ScViewOptions aViewOpt( GetDoc().GetViewOptions() ); in Finalize() 285 ScViewOptions aViewOpt( rDoc.GetViewOptions() ); in Finalize()
|
| /trunk/main/sw/source/core/access/ |
| H A D | accframe.cxx | 366 if( pVSh && (pVSh->GetViewOptions()->IsReadonly() || in IsEditable() 386 const SwViewOption *pVOpt = pVSh->GetViewOptions(); in IsOpaque()
|