|
LibreOffice Module sfx2 (master) 1
|
#include <svl/intitem.hxx>#include <sfx2/sfxsids.hrc>#include <sfx2/dllapi.h>#include <o3tl/typed_flags_set.hxx>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 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| N50 | |
| N75 | |
| N100 | |
| N150 | |
| N200 | |
| OPTIMAL | |
| WHOLEPAGE | |
| PAGEWIDTH | |
| ALL | |
Definition at line 37 of file zoomitem.hxx.
|
strong |
| Enumerator | |
|---|---|
| PERCENT | |
| OPTIMAL | |
| WHOLEPAGE | |
| PAGEWIDTH | |
| PAGEWIDTH_NOBORDER | |
Definition at line 28 of file zoomitem.hxx.