/trunk/main/sc/source/ui/view/ |
H A D | prevwsh.cxx | 260 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_False) ); in AdjustPosSizePixel() 262 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_True) ); in AdjustPosSizePixel() 459 pPreview->SetZoom( (sal_uInt16)nNew ); in ScrollCommand() 641 pPreview->SetZoom( nZoom ); in Execute() 650 pPreview->SetZoom( nNew ); in Execute() 659 pPreview->SetZoom( nNew ); in Execute() 681 pPreview->SetZoom( nCurrentZoom ); in Execute() 880 pPreview->SetZoom((sal_uInt16)rData.GetToken( 0, SC_USERDATA_SEP, nIndex ).ToInt32()); in ReadUserData() 919 pPreview->SetZoom(sal_uInt16(nTemp)); in ReadUserDataSequence()
|
H A D | tabvwsh3.cxx | 737 aNewOpt.SetZoom( nZoom ); in Execute() 742 SetZoom( aFract, aFract, bSyncZoom ); in Execute() 766 aNewOpt.SetZoom( nCurrentZoom ); in Execute() 771 SetZoom( aFract, aFract, bSyncZoom ); in Execute()
|
H A D | tabview5.cxx | 423 void ScTabView::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll ) in SetZoom() function in ScTabView 425 aViewData.SetZoom( rNewX, rNewY, bAll ); in SetZoom()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 91 void SwView::SetZoom( SvxZoomType eZoomType, short nFactor, sal_Bool bViewOnly ) in SetZoom() function in SwView 184 pUsrPref->SetZoom ( sal_uInt16(nFac) ); in _SetZoom() 193 aOpt.SetZoom ( sal_uInt16(nFac) ); in _SetZoom() 224 aOpt.SetZoom ( sal_uInt16(nFac) ); in _SetZoom() 229 pVRuler->SetZoom( aFrac ); in _SetZoom() 231 pHRuler->SetZoom( aFrac ); in _SetZoom()
|
H A D | pview.cxx | 888 SetZoom(eType, nZoomFactor); in Execute() 901 SetZoom( SVX_ZOOM_PERCENT, nCurrentZoom ); in Execute() 910 SetZoom(eType, in Execute() 2118 SetZoom(SVX_ZOOM_PERCENT, nFactor); in HandleWheelCommands() 2191 void SwPagePreView::SetZoom(SvxZoomType eType, sal_uInt16 nFactor) in SetZoom() function in SwPagePreView 2199 aOpt.SetZoom(nFactor); in SetZoom()
|
H A D | view.cxx | 857 aUsrPref.SetZoom( 100 ); in SwView() 928 pHRuler->SetZoom( aZoomFract ); in SwView() 929 pVRuler->SetZoom( aZoomFract ); in SwView() 1264 SetZoom( eZoom, nZoomFactor); in ReadUserData() 1441 SetZoom( eZoom, nZoomFactor, sal_True ); in ReadUserDataSequence()
|
H A D | viewport.cxx | 1090 pVRuler->SetZoom( aFrac ); in InnerResizePixel() 1091 pHRuler->SetZoom( aFrac ); in InnerResizePixel() 1266 SetZoom( SVX_ZOOM_PERCENT, (short) long(rFrac * Fraction( 100, 1 )) ); in SetZoomFactor() 1364 SetZoom( SVX_ZOOM_PERCENT, nFact ); in HandleWheelCommands()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 390 SetZoom( nTmpZoom ); in Command() 412 void SmGraphicWindow::SetZoom(sal_uInt16 Factor) in IMPL_LINK_INLINE_END() 439 SetZoom ( sal::static_int_cast< sal_uInt16 >(nVal) ); in ZoomToFitInWindow() 859 GetGraphicWindow().SetZoom( (sal_uInt16) long(rFrac * Fraction( 100, 1 )) ); in SetZoomFactor() 1456 aGraphic.SetZoom(50); in Execute() 1460 aGraphic.SetZoom(100); in Execute() 1464 aGraphic.SetZoom(200); in Execute() 1468 aGraphic.SetZoom(aGraphic.GetZoom() + 25); in Execute() 1473 aGraphic.SetZoom(aGraphic.GetZoom() - 25); in Execute() 1752 aGraphic.SetZoom((sal_uInt16)rZoom.GetValue ()); in Execute() [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | viewshe2.cxx | 383 void ViewShell::SetZoom(long nZoom) in SetZoom() function in sd::ViewShell 389 mpHorizontalRuler->SetZoom(aUIScale); in SetZoom() 392 mpVerticalRuler->SetZoom(aUIScale); in SetZoom() 434 mpHorizontalRuler->SetZoom(aUIScale); in SetZoomRect() 437 mpVerticalRuler->SetZoom(aUIScale); in SetZoomRect() 709 SetZoom(nZoom); in SetZoomFactor()
|
H A D | outlnvs2.cxx | 107 SetZoom( (long) ( ( const SvxZoomItem& ) pArgs-> in FuTemporary() 135 SetZoom (pScale->GetValue ()); in FuTemporary() 161 SetZoom( 100 ); in FuTemporary() 174 …SetZoom( Max( (long) ( GetActiveWindow()->GetZoom() / 2 ), (long) GetActiveWindow()->GetMinZoom() … in FuTemporary()
|
H A D | drviews1.cxx | 311 void DrawViewShell::SetZoom( long nZoom ) in SetZoom() function in sd::DrawViewShell 316 ViewShell::SetZoom( nZoom ); in SetZoom() 598 pRuler->SetZoom(aUIScale); in CreateHRuler() 629 pRuler->SetZoom(aUIScale); in CreateVRuler()
|
H A D | drviews2.cxx | 441 SetZoom (pScale->GetValue ()); in FuTemporary() 466 SetZoom (pScale->GetValue ()); in FuTemporary() 497 SetZoom( (long) ( ( const SvxZoomItem& ) pArgs-> in FuTemporary()
|
H A D | outlnvsh.cxx | 163 SetZoom(69); in Construct() 1227 void OutlineViewShell::SetZoom(long nZoom) in SetZoom() function in sd::OutlineViewShell 1229 ViewShell::SetZoom(nZoom); in SetZoom()
|
/trunk/main/sd/source/ui/func/ |
H A D | fuscale.cxx | 171 mpViewShell->SetZoom( nValue ); in DoExecute() 205 mpViewShell->SetZoom (pScale->GetValue ()); in DoExecute()
|
H A D | fupoor.cxx | 384 mpViewShell->SetZoom(mpWindow->GetZoom() * 3 / 2); in IMPL_LINK_INLINE_END() 400 mpViewShell->SetZoom(mpWindow->GetZoom() * 2 / 3); in IMPL_LINK_INLINE_END()
|
/trunk/main/sc/source/ui/inc/ |
H A D | preview.hxx | 103 using Window::SetZoom; 129 void SetZoom(sal_uInt16 nNewZoom);
|
H A D | viewdata.hxx | 309 …void SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vector< SCTAB >& tabs … 310 void SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll );
|
/trunk/main/svtools/source/control/ |
H A D | filectrl.cxx | 116 GetEdit().SetZoom( GetZoom() ); in StateChanged() 117 GetButton().SetZoom( GetZoom() ); in StateChanged()
|
/trunk/main/starmath/inc/ |
H A D | view.hxx | 86 using Window::SetZoom; 87 void SetZoom(sal_uInt16 Factor);
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | SdUnoDrawView.cxx | 405 SetZoom( nZoom ); in setFastPropertyValue() 530 void SdUnoDrawView::SetZoom( sal_Int16 nZoom ) in SetZoom() function in sd::SdUnoDrawView
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 615 m_aTitle.SetZoom(GetZoom()); in StateChanged() 616 m_pListBox->SetZoom(GetZoom()); in StateChanged()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 1549 void ScTabViewObj::SetZoom(sal_Int16 nZoom) in SetZoom() function in ScTabViewObj 1560 aNewOpt.SetZoom( nZoom ); in SetZoom() 1566 pViewSh->SetZoom( aFract, aFract, sal_True ); in SetZoom() 1653 SetZoom( nZoom ); in SetZoomType() 1978 SetZoom(nIntVal); in setPropertyValue()
|
/trunk/main/sd/source/ui/inc/ |
H A D | SlideSorterViewShell.hxx | 103 virtual void SetZoom (long int nZoom);
|
H A D | OutlineViewShell.hxx | 109 virtual void SetZoom(long nZoom);
|
H A D | SdUnoDrawView.hxx | 129 void SetZoom( sal_Int16 nZoom );
|