Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx643 SvxZoomType eNewZoomType = eOldZoomType; in Execute() local
655 eNewZoomType = rZoomItem.GetType(); in Execute()
695 eNewZoomType = rZoomItem.GetType(); in Execute()
704 if ( eNewZoomType == SVX_ZOOM_PERCENT ) in Execute()
711 nZoom = CalcZoom( eNewZoomType, nOldZoom ); in Execute()
715 switch ( eNewZoomType ) in Execute()
719 SetZoomType( eNewZoomType, bSyncZoom ); in Execute()