| /trunk/main/svx/inc/svx/ | 
| H A D | zoomitem.hxx | 35 enum SvxZoomType  enum49 	SvxZoomType				eType;
 54 	SvxZoomItem( SvxZoomType eZoomType = SVX_ZOOM_PERCENT,
 64 	SvxZoomType				GetType() const { return eType; }  in GetType()
 65 	void					SetType( SvxZoomType eNewType )  in SetType()
 
 | 
| /trunk/main/svx/source/items/ | 
| H A D | zoomitem.cxx | 48 	SvxZoomType eZoomType,  in SvxZoomItem()88 	SvxZoomItem* pNew = new SvxZoomItem( (SvxZoomType)nType, nValue, Which() );  in Create()
 185                     eType = SvxZoomType( nTypeTmp );  in PutValue()
 214                     eType = SvxZoomType( (sal_Int16) nVal );  in PutValue()
 
 | 
| /trunk/main/sc/inc/ | 
| H A D | appoptio.hxx | 47 	void		SetZoomType( SvxZoomType eNew ) { eZoomType = eNew;		}  in SetZoomType()48 	SvxZoomType	GetZoomType() const				{ return eZoomType;		}  in GetZoomType()
 89 	SvxZoomType eZoomType;
 
 | 
| /trunk/main/sc/source/ui/inc/ | 
| H A D | viewdata.hxx | 109     SvxZoomType     eZoomType;                  // selected zoom type (normal view)178     SvxZoomType         eDefZoomType;               // default zoom and type for missing TabData
 307     void            SetZoomType( SvxZoomType eNew, sal_Bool bAll );
 308     void            SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs );
 315     SvxZoomType     GetZoomType() const     { return pThisTab->eZoomType; }  in GetZoomType()
 
 | 
| H A D | tabview.hxx | 353     SvxZoomType     GetZoomType() const;354     void            SetZoomType( SvxZoomType eNew, sal_Bool bAll );
 355 	sal_uInt16			CalcZoom( SvxZoomType eType, sal_uInt16 nOldZoom );
 
 | 
| H A D | prevwsh.hxx | 57 	SvxZoomType		eZoom;
 | 
| /trunk/main/sw/source/ui/uiview/ | 
| H A D | pview.cxx | 853                 SvxZoomItem aZoom( (SvxZoomType)pVOpt->GetZoomType(),  in Execute()878                 enum SvxZoomType eType = SVX_ZOOM_PERCENT;  in Execute()
 908             enum SvxZoomType eType = SVX_ZOOM_PERCENT;  in Execute()
 1109                     SvxZoomItem aZoom((SvxZoomType)pVOpt->GetZoomType(),  in GetState()
 2043                                                const SvxZoomType _eZoomType )  in AdjustPreviewToNewZoom()
 2191 void SwPagePreView::SetZoom(SvxZoomType eType, sal_uInt16 nFactor)  in SetZoom()
 
 | 
| H A D | viewport.cxx | 75            SVX_ZOOM_PAGEWIDTH_NOBORDER == (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType();  in IsDocumentBorder()80     SvxZoomType eType = (SvxZoomType)rView.GetWrtShell().GetViewOptions()->GetZoomType();  in GetLeftMargin()
 1218 			_SetZoom( aEditSz, (SvxZoomType)pWrtShell->GetViewOptions()->GetZoomType(), 100, sal_True );  in OuterResizePixel()
 
 | 
| H A D | view0.cxx | 254     SvxZoomType eType;  in RecheckBrowseMode()255 …  if( GetWrtShell().GetViewOptions()->getBrowseMode() && SVX_ZOOM_PERCENT != (eType = (SvxZoomType)  in RecheckBrowseMode()
 
 | 
| H A D | view.cxx | 1189 			SvxZoomType eZoom;  in ReadUserData()1191 				eZoom = (SvxZoomType) (sal_uInt16)rUserData.GetToken(nOff, ';', nPos ).ToInt32();  in ReadUserData()
 1378 				SvxZoomType eZoom;  in ReadUserDataSequence()
 1380 					eZoom = static_cast < SvxZoomType > ( nZoomType );  in ReadUserDataSequence()
 
 | 
| H A D | viewmdi.cxx | 91 void SwView::SetZoom( SvxZoomType eZoomType, short nFactor, sal_Bool bViewOnly )  in SetZoom()96 void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,  in _SetZoom()
 
 | 
| H A D | view2.cxx | 1280 					SvxZoomType eZoom = (SvxZoomType) pVOpt->GetZoomType();  in StateStatusLine()1632 					SvxZoomItem aZoom( (SvxZoomType)rViewOptions.GetZoomType(), rViewOptions.GetZoom() );  in ExecuteStatusLine()
 1677                     enum SvxZoomType eType = ((const SvxZoomItem *)pItem)->GetType();  in ExecuteStatusLine()
 
 | 
| /trunk/main/sw/source/ui/inc/ | 
| H A D | pview.hxx | 141                                  const SvxZoomType _eZoomType );246     void         SetZoom(SvxZoomType eSet, sal_uInt16 nFactor);
 
 | 
| H A D | view.hxx | 366 							  SvxZoomType eZoomType,509 	void			SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_False);
 
 | 
| /trunk/main/sw/inc/ | 
| H A D | viewopt.hxx | 166     SvxZoomType     eZoom;              // 'enum' fuer Zoom480     SvxZoomType    GetZoomType()      const { return eZoom; }  in GetZoomType()
 499     void            SetZoomType     (SvxZoomType eZoom_){ eZoom = eZoom_;  }  in SetZoomType()
 
 | 
| /trunk/main/sw/source/ui/uno/ | 
| H A D | unomod.cxx | 745 			SvxZoomType eZoom = (SvxZoomType)USHRT_MAX;  in _setSingleValue()850             pView->SetZoom( (SvxZoomType)mpViewOption->GetZoomType(),  in _postSetValues()
 
 | 
| /trunk/main/sc/source/ui/view/ | 
| H A D | tabview5.cxx | 413 SvxZoomType ScTabView::GetZoomType() const  in GetZoomType()418 void ScTabView::SetZoomType( SvxZoomType eNew, sal_Bool bAll )  in SetZoomType()
 
 | 
| H A D | tabvwsh3.cxx | 647 				SvxZoomType	eOldZoomType = GetZoomType();  in Execute()648 				SvxZoomType	eNewZoomType = eOldZoomType;  in Execute()
 
 | 
| H A D | viewdata.cxx | 246             eZoomType = SvxZoomType(nTemp16);  in ReadUserDataSequence()609 void ScViewData::SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs )  in SetZoomType()
 638 void ScViewData::SetZoomType( SvxZoomType eNew, sal_Bool bAll )  in SetZoomType()
 2856                 eDefZoomType = SvxZoomType(nTemp16);  in ReadUserDataSequence()
 
 | 
| /trunk/main/reportdesign/source/ui/inc/ | 
| H A D | ReportWindow.hxx | 235         sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
 | 
| H A D | ScrollHelper.hxx | 222         sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
 | 
| H A D | DesignView.hxx | 288         sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
 | 
| /trunk/main/reportdesign/source/ui/report/ | 
| H A D | ScrollHelper.cxx | 406 sal_uInt16 OScrollWindowHelper::getZoomFactor(SvxZoomType _eType) const  in getZoomFactor()
 | 
| /trunk/main/cui/source/dialogs/ | 
| H A D | zoom.cxx | 241 		const SvxZoomType eType = rZoomItem.GetType();  in SvxZoomDialog()
 | 
| /trunk/main/toolkit/workben/layout/ | 
| H A D | zoom.cxx | 349         const SvxZoomType eType = rZoomItem.GetType();  in SvxZoomDialog()
 |