Home
last modified time | relevance | path

Searched refs:SvxZoomType (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/svx/inc/svx/
H A Dzoomitem.hxx35 enum SvxZoomType enum
49 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 Dzoomitem.cxx48 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 Dappoptio.hxx47 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 Dviewdata.hxx109 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 Dtabview.hxx353 SvxZoomType GetZoomType() const;
354 void SetZoomType( SvxZoomType eNew, sal_Bool bAll );
355 sal_uInt16 CalcZoom( SvxZoomType eType, sal_uInt16 nOldZoom );
H A Dprevwsh.hxx57 SvxZoomType eZoom;
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx855 SvxZoomItem aZoom( (SvxZoomType)pVOpt->GetZoomType(), in Execute()
880 enum SvxZoomType eType = SVX_ZOOM_PERCENT; in Execute()
910 enum SvxZoomType eType = SVX_ZOOM_PERCENT; in Execute()
1111 SvxZoomItem aZoom((SvxZoomType)pVOpt->GetZoomType(), in GetState()
2045 const SvxZoomType _eZoomType ) in AdjustPreviewToNewZoom()
2193 void SwPagePreView::SetZoom(SvxZoomType eType, sal_uInt16 nFactor) in SetZoom()
H A Dviewport.cxx75 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 Dview0.cxx254 SvxZoomType eType; in RecheckBrowseMode()
255 … if( GetWrtShell().GetViewOptions()->getBrowseMode() && SVX_ZOOM_PERCENT != (eType = (SvxZoomType) in RecheckBrowseMode()
H A Dview.cxx1189 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 Dviewmdi.cxx91 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 Dview2.cxx1280 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 Dpview.hxx141 const SvxZoomType _eZoomType );
246 void SetZoom(SvxZoomType eSet, sal_uInt16 nFactor);
H A Dview.hxx366 SvxZoomType eZoomType,
509 void SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_False);
/trunk/main/sw/inc/
H A Dviewopt.hxx166 SvxZoomType eZoom; // 'enum' fuer Zoom
480 SvxZoomType GetZoomType() const { return eZoom; } in GetZoomType()
499 void SetZoomType (SvxZoomType eZoom_){ eZoom = eZoom_; } in SetZoomType()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx745 SvxZoomType eZoom = (SvxZoomType)USHRT_MAX; in _setSingleValue()
850 pView->SetZoom( (SvxZoomType)mpViewOption->GetZoomType(), in _postSetValues()
/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx413 SvxZoomType ScTabView::GetZoomType() const in GetZoomType()
418 void ScTabView::SetZoomType( SvxZoomType eNew, sal_Bool bAll ) in SetZoomType()
H A Dtabvwsh3.cxx647 SvxZoomType eOldZoomType = GetZoomType(); in Execute()
648 SvxZoomType eNewZoomType = eOldZoomType; in Execute()
H A Dviewdata.cxx246 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 DReportWindow.hxx235 sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
H A DScrollHelper.hxx222 sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
H A DDesignView.hxx288 sal_uInt16 getZoomFactor(SvxZoomType _eType) const;
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx406 sal_uInt16 OScrollWindowHelper::getZoomFactor(SvxZoomType _eType) const in getZoomFactor()
/trunk/main/cui/source/dialogs/
H A Dzoom.cxx243 const SvxZoomType eType = rZoomItem.GetType(); in SvxZoomDialog()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx349 const SvxZoomType eType = rZoomItem.GetType(); in SvxZoomDialog()

Completed in 131 milliseconds

12