Home
last modified time | relevance | path

Searched refs:SetZoom (Results 1 – 25 of 73) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx260 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 Dtabvwsh3.cxx737 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 Dtabview5.cxx423 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 Dviewmdi.cxx91 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 Dpview.cxx890 SetZoom(eType, nZoomFactor); in Execute()
903 SetZoom( SVX_ZOOM_PERCENT, nCurrentZoom ); in Execute()
912 SetZoom(eType, in Execute()
2120 SetZoom(SVX_ZOOM_PERCENT, nFactor); in HandleWheelCommands()
2193 void SwPagePreView::SetZoom(SvxZoomType eType, sal_uInt16 nFactor) in SetZoom() function in SwPagePreView
2201 aOpt.SetZoom(nFactor); in SetZoom()
H A Dview.cxx857 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 Dviewport.cxx1090 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 Dview.cxx390 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 Dviewshe2.cxx383 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 Doutlnvs2.cxx107 SetZoom( (long) ( ( const SvxZoomItem& ) pArgs-> in FuTemporary()
135 SetZoom (pScale->GetValue ()); in FuTemporary()
161 SetZoom( 100 ); in FuTemporary()
174SetZoom( Max( (long) ( GetActiveWindow()->GetZoom() / 2 ), (long) GetActiveWindow()->GetMinZoom() … in FuTemporary()
H A Ddrviews1.cxx311 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 Ddrviews2.cxx441 SetZoom (pScale->GetValue ()); in FuTemporary()
466 SetZoom (pScale->GetValue ()); in FuTemporary()
497 SetZoom( (long) ( ( const SvxZoomItem& ) pArgs-> in FuTemporary()
H A Doutlnvsh.cxx163 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 Dfuscale.cxx171 mpViewShell->SetZoom( nValue ); in DoExecute()
205 mpViewShell->SetZoom (pScale->GetValue ()); in DoExecute()
H A Dfupoor.cxx384 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 Dpreview.hxx103 using Window::SetZoom;
129 void SetZoom(sal_uInt16 nNewZoom);
H A Dviewdata.hxx309 …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 Dfilectrl.cxx116 GetEdit().SetZoom( GetZoom() ); in StateChanged()
117 GetButton().SetZoom( GetZoom() ); in StateChanged()
/trunk/main/starmath/inc/
H A Dview.hxx86 using Window::SetZoom;
87 void SetZoom(sal_uInt16 Factor);
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx405 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 DTableWindow.cxx615 m_aTitle.SetZoom(GetZoom()); in StateChanged()
616 m_pListBox->SetZoom(GetZoom()); in StateChanged()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1549 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 DSlideSorterViewShell.hxx103 virtual void SetZoom (long int nZoom);
H A DOutlineViewShell.hxx109 virtual void SetZoom(long nZoom);
H A DSdUnoDrawView.hxx129 void SetZoom( sal_Int16 nZoom );

Completed in 160 milliseconds

123