LibreOffice Module sfx2 (master) 1
Macros | Variables
zoomitem.cxx File Reference
#include <sfx2/zoomitem.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <comphelper/propertyvalue.hxx>
#include <osl/diagnose.h>
#include <cassert>
Include dependency graph for zoomitem.cxx:

Go to the source code of this file.

Macros

#define ZOOM_PARAMS   3
 

Variables

constexpr OUStringLiteral ZOOM_PARAM_VALUE = u"Value"
 
constexpr OUStringLiteral ZOOM_PARAM_VALUESET = u"ValueSet"
 
constexpr OUStringLiteral ZOOM_PARAM_TYPE = u"Type"
 

Macro Definition Documentation

◆ ZOOM_PARAMS

#define ZOOM_PARAMS   3

Definition at line 35 of file zoomitem.cxx.

Variable Documentation

◆ ZOOM_PARAM_TYPE

constexpr OUStringLiteral ZOOM_PARAM_TYPE = u"Type"
constexpr

Definition at line 34 of file zoomitem.cxx.

Referenced by SvxZoomItem::PutValue(), and SvxZoomItem::QueryValue().

◆ ZOOM_PARAM_VALUE

constexpr OUStringLiteral ZOOM_PARAM_VALUE = u"Value"
constexpr

Definition at line 32 of file zoomitem.cxx.

Referenced by SvxZoomItem::PutValue(), and SvxZoomItem::QueryValue().

◆ ZOOM_PARAM_VALUESET

constexpr OUStringLiteral ZOOM_PARAM_VALUESET = u"ValueSet"
constexpr

Definition at line 33 of file zoomitem.cxx.

Referenced by SvxZoomItem::PutValue(), and SvxZoomItem::QueryValue().