Home
last modified time | relevance | path

Searched refs:MAXZOOM (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx690 pDlg->SetLimits( MINZOOM, MAXZOOM ); in Execute()
712 if ( nZoom > MAXZOOM ) nZoom = MAXZOOM; in Execute()
H A Dprevwsh.cxx454 nNew = Min( (long) MAXZOOM, (long)( nOld + SC_DELTA_ZOOM ) ); in ScrollCommand()
789 … SvxZoomSliderItem aZoomSliderItem( nZoom, MINZOOM, MAXZOOM, SID_ATTR_ZOOMSLIDER ); in GetState()
H A Dtabvwsha.cxx337 … SvxZoomSliderItem aZoomSliderItem( nCurrentZoom, MINZOOM, MAXZOOM, SID_ATTR_ZOOMSLIDER ); in GetState()
H A Dtabview2.cxx743 sal_uInt16 nMax = MAXZOOM; in CalcZoom()
H A Dviewdata.cxx2325 if ( nNormZoom >= MINZOOM && nNormZoom <= MAXZOOM ) in ReadUserData()
2328 if ( nPageZoom >= MINZOOM && nPageZoom <= MAXZOOM ) in ReadUserData()
H A Dtabview.cxx1179 nNew = Min( (long) MAXZOOM, (long)( nOld + SC_DELTA_ZOOM ) ); in ScrollCommand()
/trunk/main/starmath/source/
H A Dview.cxx85 #define MAXZOOM 800 macro
414 nZoom = Min(Max((sal_uInt16) Factor, (sal_uInt16) MINZOOM), (sal_uInt16) MAXZOOM); in IMPL_LINK_INLINE_END()
1169 …Fraction aFraction ((sal_uInt16) Max ((sal_uInt16) MINZOOM, Min((sal_uInt16) MAXZOOM, (sal_uInt16)… in Impl_Print()
1742 pDlg->SetLimits( MINZOOM, MAXZOOM ); in Execute()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx823 if(nZoom > MAXZOOM) in Select()
824 nZoom = MAXZOOM; in Select()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx873 pDlg->SetLimits( MINZOOM, MAXZOOM ); in Execute()
1131 SvxZoomSliderItem aZoomSliderItem( nCurrentZoom, MINZOOM, MAXZOOM ); in GetState()
H A Dview2.cxx1318 SvxZoomSliderItem aZoomSliderItem( nCurrentZoom, MINZOOM, MAXZOOM ); in StateStatusLine()
1660 pDlg->SetLimits( MINZOOM, MAXZOOM ); in ExecuteStatusLine()
/trunk/main/sc/inc/
H A Dglobal.hxx112 #define MAXZOOM 400 macro
/trunk/main/sw/source/ui/inc/
H A Dview.hxx102 #define MAXZOOM 600 macro
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1638 if ( nZoom > MAXZOOM ) nZoom = MAXZOOM; in SetZoomType()
H A Dappluno.cxx536 else if ( nVal >= MINZOOM && nVal <= MAXZOOM ) in setPropertyValue()

Completed in 140 milliseconds