Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx93 _SetZoom( GetEditWin().GetOutputSizePixel(), eZoomType, nFactor, bViewOnly ); in SetZoom()
96 void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType, in _SetZoom() argument
116 if( eZoomType != SVX_ZOOM_PERCENT ) in _SetZoom()
139 if( SVX_ZOOM_OPTIMAL == eZoomType ) in _SetZoom()
152 else if(SVX_ZOOM_WHOLEPAGE == eZoomType || SVX_ZOOM_PAGEWIDTH == eZoomType ) in _SetZoom()
160 if ( SVX_ZOOM_WHOLEPAGE == eZoomType ) in _SetZoom()
182 sal_uInt8 (eZoomType) != pUsrPref->GetZoomType()) ) in _SetZoom()
185 pUsrPref->SetZoomType( eZoomType ); in _SetZoom()
197 if ( eZoomType != SVX_ZOOM_PERCENT ) in _SetZoom()
201 if ( eZoomType == SVX_ZOOM_WHOLEPAGE ) in _SetZoom()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx571 SvxZoomType eZoomType; in SetZoomType() local
575 eZoomType = SVX_ZOOM_OPTIMAL; in SetZoomType()
580 eZoomType = SVX_ZOOM_PAGEWIDTH; in SetZoomType()
584 eZoomType = SVX_ZOOM_WHOLEPAGE; in SetZoomType()
590 SvxZoomItem aZoomItem( eZoomType ); in SetZoomType()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1582 switch (eZoomType) in GetZoomType()
1612 SvxZoomType eZoomType; in SetZoomType() local
1616 eZoomType = SVX_ZOOM_PERCENT; in SetZoomType()
1619 eZoomType = SVX_ZOOM_OPTIMAL; in SetZoomType()
1622 eZoomType = SVX_ZOOM_WHOLEPAGE; in SetZoomType()
1625 eZoomType = SVX_ZOOM_PAGEWIDTH; in SetZoomType()
1628 eZoomType = SVX_ZOOM_PAGEWIDTH_NOBORDER; in SetZoomType()
1631 eZoomType = SVX_ZOOM_OPTIMAL; in SetZoomType()
1635 if ( eZoomType == SVX_ZOOM_PERCENT ) in SetZoomType()
1641 nZoom = pView->CalcZoom( eZoomType, nOldZoom ); in SetZoomType()
[all …]
/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; member in ScAppOptions
/trunk/main/svx/source/items/
H A Dzoomitem.cxx48 SvxZoomType eZoomType, in SvxZoomItem() argument
54 eType( eZoomType ) in SvxZoomItem()
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx87 eZoomType = SVX_ZOOM_PERCENT; in SetDefaults()
119 eZoomType = rCpy.eZoomType; in operator =()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx86 eZoomType( SVX_ZOOM_PERCENT ), in ScViewDataTable()
154 pSettings[SC_TABLE_ZOOM_TYPE].Value <<= sal_Int16(eZoomType); in WriteUserDataSequence()
246 eZoomType = SvxZoomType(nTemp16); in ReadUserDataSequence()
621 pTabData[i]->eZoomType = eNew; in SetZoomType()
633 pTabData[i]->eZoomType = eNew; in SetZoomType()
1476 pTabData[nNewTab]->eZoomType = eDefZoomType; in CreateTabData()
2741 pSettings[SC_ZOOM_TYPE].Value <<= sal_Int16(pThisTab->eZoomType); in WriteUserDataSequence()
2948 pTabData[nZoomTab]->eZoomType = eDefZoomType; in ReadUserDataSequence()
H A Dtabview.cxx891 SvxZoomType eZoomType = GetZoomType(); in UpdateVarZoom() local
892 if ( eZoomType != SVX_ZOOM_PERCENT && !bInZoomUpdate ) in UpdateVarZoom()
898 sal_uInt16 nNewZoom = CalcZoom( eZoomType, (sal_uInt16)nOldPercent ); in UpdateVarZoom()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx366 SvxZoomType eZoomType,
509 void SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_False);
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx109 SvxZoomType eZoomType; // selected zoom type (normal view) member in ScViewDataTable
315 SvxZoomType GetZoomType() const { return pThisTab->eZoomType; } in GetZoomType()
/trunk/main/svx/inc/svx/
H A Dzoomitem.hxx54 SvxZoomItem( SvxZoomType eZoomType = SVX_ZOOM_PERCENT,
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx274 enum SvxZoomType eZoomType = SVX_ZOOM_PERCENT; in _ApplyNewZoomAtViewShell() local
275 aNewViewOptions.SetZoomType( eZoomType ); in _ApplyNewZoomAtViewShell()

Completed in 115 milliseconds