/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 854 if( aUsrPref.getBrowseMode() && aUsrPref.GetZoomType() != SVX_ZOOM_PERCENT ) in SwView() 1130 (sal_uInt16)pWrtShell->GetViewOptions()->GetZoomType()); // eZoom; in WriteUserData() 1263 if( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ) in ReadUserData() 1291 sal_Int16 nZoomType = static_cast< sal_Int16 >(pVOpt->GetZoomType()); in ReadUserDataSequence() 1419 … ( pVOpt->GetZoom() != nZoomFactor || pVOpt->GetZoomType() != eZoom ); in ReadUserDataSequence() 1520 const sal_Int16 nZoomType = static_cast< sal_Int16 >(pWrtShell->GetViewOptions()->GetZoomType()); in WriteUserDataSequence()
|
H A D | viewport.cxx | 75 SVX_ZOOM_PAGEWIDTH_NOBORDER == (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(); in IsDocumentBorder() 80 SvxZoomType eType = (SvxZoomType)rView.GetWrtShell().GetViewOptions()->GetZoomType(); in GetLeftMargin() 1216 if ( pWrtShell->GetViewOptions()->GetZoomType() != SVX_ZOOM_PERCENT && in OuterResizePixel() 1218 _SetZoom( aEditSz, (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(), 100, sal_True ); in OuterResizePixel()
|
H A D | pview.cxx | 853 SvxZoomItem aZoom( (SvxZoomType)pVOpt->GetZoomType(), in Execute() 1109 SvxZoomItem aZoom((SvxZoomType)pVOpt->GetZoomType(), in GetState() 2197 aOpt.GetZoomType() != eType ) in SetZoom()
|
H A D | view0.cxx | 256 GetWrtShell().GetViewOptions()->GetZoomType()) ) in RecheckBrowseMode()
|
H A D | viewmdi.cxx | 182 sal_uInt8 (eZoomType) != pUsrPref->GetZoomType()) ) in _SetZoom()
|
H A D | view2.cxx | 1280 SvxZoomType eZoom = (SvxZoomType) pVOpt->GetZoomType(); in StateStatusLine() 1632 SvxZoomItem aZoom( (SvxZoomType)rViewOptions.GetZoomType(), rViewOptions.GetZoom() ); in ExecuteStatusLine()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 647 SvxZoomType eOldZoomType = GetZoomType(); in Execute() 738 aNewOpt.SetZoomType( GetZoomType() ); in Execute() 747 rReq.AppendItem( SvxZoomItem( GetZoomType(), nZoom, nSlot ) ); in Execute() 767 aNewOpt.SetZoomType( GetZoomType() ); in Execute()
|
H A D | tabview5.cxx | 413 SvxZoomType ScTabView::GetZoomType() const in GetZoomType() function in ScTabView 415 return aViewData.GetZoomType(); in GetZoomType()
|
H A D | tabview.cxx | 891 SvxZoomType eZoomType = GetZoomType(); in UpdateVarZoom() 2212 if ( GetZoomType() != SVX_ZOOM_PERCENT ) in SnapSplitPos()
|
H A D | tabvwsh4.cxx | 1849 SetZoomType( rAppOpt.GetZoomType(), sal_True ); in ScTabViewShell()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 850 pView->SetZoom( (SvxZoomType)mpViewOption->GetZoomType(), in _postSetValues() 951 switch (mpConstViewOption->GetZoomType()) in _getSingleValue()
|
/trunk/main/sc/inc/ |
H A D | appoptio.hxx | 48 SvxZoomType GetZoomType() const { return eZoomType; } in GetZoomType() function in ScAppOptions
|
H A D | viewuno.hxx | 202 sal_Int16 GetZoomType(void) const;
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1561 aNewOpt.SetZoomType( pViewSh->GetViewData()->GetView()->GetZoomType() ); in SetZoom() 1575 sal_Int16 ScTabViewObj::GetZoomType(void) const in GetZoomType() function in ScTabViewObj 1581 SvxZoomType eZoomType = pViewSh->GetViewData()->GetView()->GetZoomType(); in GetZoomType() 2044 else if ( aString.EqualsAscii( SC_UNO_ZOOMTYPE ) ) aRet <<= GetZoomType(); in getPropertyValue()
|
H A D | appluno.cxx | 620 switch ( aAppOpt.GetZoomType() ) in getPropertyValue()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 353 SvxZoomType GetZoomType() const;
|
H A D | viewdata.hxx | 315 SvxZoomType GetZoomType() const { return pThisTab->eZoomType; } in GetZoomType() function in ScViewData
|
/trunk/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 327 case 12: rVal <<= (sal_Int32)rParent.GetZoomType(); break; // "Zoom/Type", in Commit()
|
/trunk/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 592 pValues[nProp] <<= (sal_Int32) GetZoomType(); in IMPL_LINK()
|
/trunk/main/sw/inc/ |
H A D | viewopt.hxx | 480 SvxZoomType GetZoomType() const { return eZoom; } in GetZoomType() function in SwViewOption
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 186 const SvxZoomType eType = (SvxZoomType)rViewOptions.GetZoomType(); in ToggleBrowserMode()
|