/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 959 const sal_Bool bBrowse = pWrtShell->GetViewOptions()->getBrowseMode(); in SwView() local 961 SetNewWindowAllowed(!bBrowse); in SwView() 966 pHScrollbar->SetAuto(bBrowse); in SwView() 1106 void SwView::WriteUserData( String &rUserData, sal_Bool bBrowse ) in WriteUserData() argument 1125 rUserData += String::CreateFromInt32( bBrowse ? LONG_MIN : rVis.Right()); in WriteUserData() 1153 void SwView::ReadUserData( const String &rUserData, sal_Bool bBrowse ) in ReadUserData() argument 1230 if ( bBrowse ) in ReadUserData() 1290 long nRight = bBrowse ? LONG_MIN : rVis.Right(), nBottom = bBrowse ? LONG_MIN : rVis.Bottom(); in ReadUserDataSequence() 1448 if ( bBrowse && bGotVisibleLeft && bGotVisibleTop ) in ReadUserDataSequence() 1512 pValue->Value <<= TWIP_TO_MM100 ( bBrowse ? LONG_MIN : rVis.Right() ); in WriteUserDataSequence() [all …]
|
H A D | viewtab.cxx | 276 const sal_Bool bBrowse = rSh.GetViewOptions()->getBrowseMode(); in ExecTabWin() local 293 const long nPageWidth = bBrowse ? rPageRect.Width() : rFrmSize.GetWidth(); in ExecTabWin() 294 const long nPageHeight = bBrowse ? rPageRect.Height() : rFrmSize.GetHeight(); in ExecTabWin() 1047 const sal_Bool bBrowse = rSh.GetViewOptions()->getBrowseMode(); in StateTabWin() local 1063 pHRuler->SetStyle(bVerticalWriting||bBrowse ? nRulerStyle : nRulerStyle|WB_EXTRAFIELD); in StateTabWin() 1132 if(bBrowse) in StateTabWin() 1229 else if(bBrowse) in StateTabWin() 1689 if(bBrowse) in StateTabWin() 1922 else if( bBrowse ) in StateTabWin() 2001 else if(!bBrowse) in StateTabWin() [all …]
|
H A D | viewport.cxx | 1124 sal_Bool bBrowse = pWrtShell->GetViewOptions()->getBrowseMode(); in OuterResizePixel() local 1128 bHAuto = bBrowse; in OuterResizePixel()
|
/trunk/main/sc/source/ui/inc/ |
H A D | prevwsh.hxx | 80 virtual void WriteUserData(String &, sal_Bool bBrowse = sal_False); 81 virtual void ReadUserData(const String &, sal_Bool bBrowse = sal_False); 83 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 84 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
H A D | tabvwsh.hxx | 223 virtual void WriteUserData(String &, sal_Bool bBrowse = sal_False); 224 virtual void ReadUserData(const String &, sal_Bool bBrowse = sal_False); 225 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 226 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
/trunk/main/sd/source/ui/inc/ |
H A D | ViewShellBase.hxx | 151 sal_Bool bBrowse = sal_False); 160 sal_Bool bBrowse = sal_False); 170 virtual void WriteUserData (String&, sal_Bool bBrowse = sal_False); 171 virtual void ReadUserData (const String&, sal_Bool bBrowse = sal_False);
|
H A D | OutlineViewShell.hxx | 125 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 126 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
H A D | SlideViewShell.hxx | 135 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 136 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
H A D | FrameView.hxx | 181 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 182 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
H A D | ViewShell.hxx | 302 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 303 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
H A D | DrawViewShell.hxx | 301 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 302 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
/trunk/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 778 sal_Bool bBrowse) in WriteUserDataSequence() argument 783 pShell->WriteUserDataSequence (rSequence, bBrowse); in WriteUserDataSequence() 792 sal_Bool bBrowse) in ReadUserDataSequence() argument 798 pShell->ReadUserDataSequence (rSequence, bBrowse); in ReadUserDataSequence() 899 void ViewShellBase::WriteUserData (String& rString, sal_Bool bBrowse) in WriteUserData() argument 901 SfxViewShell::WriteUserData (rString, bBrowse); in WriteUserData() 912 void ViewShellBase::ReadUserData (const String& rString, sal_Bool bBrowse) in ReadUserData() argument 914 SfxViewShell::ReadUserData (rString, bBrowse); in ReadUserData()
|
H A D | drviews5.cxx | 568 …:sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse ) in WriteUserDataSequence() argument 572 ViewShell::WriteUserDataSequence( rSequence, bBrowse ); in WriteUserDataSequence() 580 …:sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse ) in ReadUserDataSequence() argument 584 ViewShell::ReadUserDataSequence( rSequence, bBrowse ); in ReadUserDataSequence()
|
H A D | viewshe2.cxx | 1114 ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse) in WriteUserDataSequence() argument 1133 mpFrameView->WriteUserDataSequence( rSequence, bBrowse ); in WriteUserDataSequence() 1137 …:sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse ) in ReadUserDataSequence() argument 1139 mpFrameView->ReadUserDataSequence( rSequence, bBrowse ); in ReadUserDataSequence()
|
H A D | outlnvsh.cxx | 2076 …:sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse ) in WriteUserDataSequence() argument 2080 ViewShell::WriteUserDataSequence( rSequence, bBrowse ); in WriteUserDataSequence() 2083 …:sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& rSequence, sal_Bool bBrowse ) in ReadUserDataSequence() argument 2087 ViewShell::ReadUserDataSequence( rSequence, bBrowse ); in ReadUserDataSequence()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 248 virtual void WriteUserData( String&, sal_Bool bBrowse = sal_False ); 249 virtual void ReadUserData( const String&, sal_Bool bBrowse = sal_False ); 250 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False ); 251 …n::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = sal_False );
|
/trunk/main/sw/source/core/objectpositioning/ |
H A D | tocntntanchoredobjectposition.cxx | 161 bool bBrowse = GetAnchorFrm().IsInDocBody() && !GetAnchorFrm().IsInTab(); in CalcPosition() local 162 if( bBrowse ) in CalcPosition() 166 bBrowse = false; in CalcPosition() 627 nRelPosY, nAvail, pUpperOfOrientFrm, bBrowse, in CalcPosition() 795 if ( bBrowse && rAnchorTxtFrm.IsMoveable() ) in CalcPosition()
|
/trunk/main/sw/source/core/layout/ |
H A D | wsfrm.cxx | 144 || bBrowse ) in CheckDir() 1422 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in AdjustNeighbourhood() local 1426 if ( IsPageBodyFrm() && (!bBrowse || in AdjustNeighbourhood() 1434 if ( bBrowse && GetUpper()->IsPageFrm() ) // nur (Page)BodyFrms in AdjustNeighbourhood() 1922 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm() local 1923 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in GrowFrm() 2448 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm() local 2449 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in GrowFrm() 2617 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in ShrinkFrm() local 2618 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in ShrinkFrm() [all …]
|
H A D | layact.cxx | 1192 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in IsShortCut() local 1198 if ( bBrowse ) in IsShortCut() 1258 if ( bBrowse ) in IsShortCut() 1379 if ( !bRet && bBrowse ) in IsShortCut() 1849 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in FormatCntnt() local 1912 ( !bBrowse && pPage->IsInvalidLayout() ) || in FormatCntnt() 1955 if ( bBrowse && !IsIdle() && !IsCalcLayout() && !IsComplete() && in FormatCntnt() 2002 if ( bBrowse && !IsIdle() && !IsCalcLayout() && !IsComplete() && in FormatCntnt()
|
H A D | paintfrm.cxx | 5871 const sal_Bool bBrowse = pSh->GetViewOptions()->getBrowseMode(); in PaintBackground() local 5873 if ( (bPageFrm && bBrowse) || in PaintBackground()
|
/trunk/main/sw/source/ui/inc/ |
H A D | view.hxx | 610 virtual void WriteUserData(String &, sal_Bool bBrowse = sal_False ); 611 virtual void ReadUserData(const String &, sal_Bool bBrowse = sal_False ); 612 … const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse ); 613 …ence ( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse );
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 415 const bool bBrowse = ( pSh->GetWin() && in GetFontLeading() local 419 if ( !bBrowse && rIDSA.get(IDocumentSettingAccess::ADD_EXT_LEADING) ) in GetFontLeading() 856 const sal_Bool bBrowse = ( pWin && in DrawText() local 868 const sal_Bool bDirectPrint = bPrt || bBrowse; in DrawText()
|
/trunk/main/sw/source/core/inc/ |
H A D | frame.hxx | 477 void CheckDir( sal_uInt16 nDir, sal_Bool bVert, sal_Bool bOnlyBiDi, sal_Bool bBrowse );
|