/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 724 SetZoomType( eNewZoomType, bSyncZoom ); in Execute() 728 SetZoomType( SVX_ZOOM_PERCENT, bSyncZoom ); in Execute() 738 aNewOpt.SetZoomType( GetZoomType() ); in Execute() 762 SetZoomType( SVX_ZOOM_PERCENT, bSyncZoom ); in Execute() 767 aNewOpt.SetZoomType( GetZoomType() ); in Execute()
|
H A D | tabview5.cxx | 418 void ScTabView::SetZoomType( SvxZoomType eNew, sal_Bool bAll ) in SetZoomType() function in ScTabView 420 aViewData.SetZoomType( eNew, bAll ); in SetZoomType()
|
H A D | tabvwsh4.cxx | 1843 SetZoomType( SVX_ZOOM_WHOLEPAGE, sal_True ); // zoom value is recalculated at next Resize in ScTabViewShell() 1849 SetZoomType( rAppOpt.GetZoomType(), sal_True ); in ScTabViewShell()
|
H A D | viewdata.cxx | 609 void ScViewData::SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs ) in SetZoomType() function in ScViewData 638 void ScViewData::SetZoomType( SvxZoomType eNew, sal_Bool bAll ) in SetZoomType() function in ScViewData 650 SetZoomType( eNew, vTabs ); in SetZoomType()
|
H A D | tabview.cxx | 1186 SetZoomType( SVX_ZOOM_PERCENT, bSyncZoom ); in ScrollCommand()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 185 pUsrPref->SetZoomType( eZoomType ); in _SetZoom() 219 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom() 233 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom()
|
H A D | view.cxx | 856 aUsrPref.SetZoomType( SVX_ZOOM_PERCENT ); in SwView() 861 aUsrPref.SetZoomType( SVX_ZOOM_WHOLEPAGE ); in SwView()
|
H A D | pview.cxx | 2200 aOpt.SetZoomType(eType); in SetZoom()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | SdUnoDrawView.cxx | 412 SetZoomType( nType ); in setFastPropertyValue() 563 void SdUnoDrawView::SetZoomType ( sal_Int16 nType ) in SetZoomType() function in sd::SdUnoDrawView
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 307 void SetZoomType( SvxZoomType eNew, sal_Bool bAll ); 308 void SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs );
|
H A D | tabview.hxx | 354 void SetZoomType( SvxZoomType eNew, sal_Bool bAll );
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1561 aNewOpt.SetZoomType( pViewSh->GetViewData()->GetView()->GetZoomType() ); in SetZoom() 1604 void ScTabViewObj::SetZoomType(sal_Int16 aZoomType) in SetZoomType() function in ScTabViewObj 1647 pView->SetZoomType( eZoomType, sal_True ); in SetZoomType() 1651 pView->SetZoomType( SVX_ZOOM_PERCENT, sal_True ); in SetZoomType() 1972 SetZoomType(nIntVal); in setPropertyValue()
|
H A D | appluno.cxx | 534 aAppOpt.SetZoomType( eType ); in setPropertyValue() 539 aAppOpt.SetZoomType( SVX_ZOOM_PERCENT ); in setPropertyValue()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | SdUnoDrawView.hxx | 135 void SetZoomType( sal_Int16 nType );
|
/aoo42x/main/sc/inc/ |
H A D | appoptio.hxx | 47 void SetZoomType( SvxZoomType eNew ) { eZoomType = eNew; } in SetZoomType() function in ScAppOptions
|
H A D | viewuno.hxx | 203 void SetZoomType(sal_Int16 ZoomType);
|
/aoo42x/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 384 … case 12: rParent.SetZoomType( static_cast< SvxZoomType >(nInt32Val) ); break;// "Zoom/Type", in Load()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 424 if (pValues[nProp] >>= nIntVal) SetZoomType( (SvxZoomType) nIntVal ); in ScAppCfg()
|
/aoo42x/main/sw/inc/ |
H A D | viewopt.hxx | 499 void SetZoomType (SvxZoomType eZoom_){ eZoom = eZoom_; } in SetZoomType() function in SwViewOption
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 771 mpViewOption->SetZoomType( eZoom ); in _setSingleValue()
|
/aoo42x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 275 aNewViewOptions.SetZoomType( eZoomType ); in _ApplyNewZoomAtViewShell()
|