Searched refs:eZoomType (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 93 _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 D | SdUnoDrawView.cxx | 571 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 D | viewuno.cxx | 1582 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 D | appoptio.hxx | 47 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 D | zoomitem.cxx | 48 SvxZoomType eZoomType, in SvxZoomItem() argument 54 eType( eZoomType ) in SvxZoomItem()
|
/trunk/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 87 eZoomType = SVX_ZOOM_PERCENT; in SetDefaults() 119 eZoomType = rCpy.eZoomType; in operator =()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 86 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 D | tabview.cxx | 891 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 D | view.hxx | 366 SvxZoomType eZoomType, 509 void SetZoom( SvxZoomType eZoomType, short nFactor = 100, sal_Bool bViewOnly = sal_False);
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 109 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 D | zoomitem.hxx | 54 SvxZoomItem( SvxZoomType eZoomType = SVX_ZOOM_PERCENT,
|
/trunk/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 274 enum SvxZoomType eZoomType = SVX_ZOOM_PERCENT; in _ApplyNewZoomAtViewShell() local 275 aNewViewOptions.SetZoomType( eZoomType ); in _ApplyNewZoomAtViewShell()
|
Completed in 113 milliseconds