LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Enumerations
zoomitem.hxx File Reference
#include <svl/intitem.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/dllapi.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for zoomitem.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SvxZoomEnableFlags >
 
class  SvxZoomItem
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SvxZoomType {
  PERCENT ,
  OPTIMAL ,
  WHOLEPAGE ,
  PAGEWIDTH ,
  PAGEWIDTH_NOBORDER
}
 
enum class  SvxZoomEnableFlags {
  NONE = 0x0000 ,
  N50 = 0x0001 ,
  N75 = 0x0002 ,
  N100 = 0x0004 ,
  N150 = 0x0008 ,
  N200 = 0x0010 ,
  OPTIMAL = 0x1000 ,
  WHOLEPAGE = 0x2000 ,
  PAGEWIDTH = 0x4000 ,
  ALL = 0x701F
}
 

Enumeration Type Documentation

◆ SvxZoomEnableFlags

enum class SvxZoomEnableFlags
strong
Enumerator
NONE 
N50 
N75 
N100 
N150 
N200 
OPTIMAL 
WHOLEPAGE 
PAGEWIDTH 
ALL 

Definition at line 37 of file zoomitem.hxx.

◆ SvxZoomType

enum class SvxZoomType
strong
Enumerator
PERCENT 
OPTIMAL 
WHOLEPAGE 
PAGEWIDTH 
PAGEWIDTH_NOBORDER 

Definition at line 28 of file zoomitem.hxx.