LibreOffice Module svx (master) 1
Variables
statusitem.cxx File Reference
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <comphelper/propertyvalue.hxx>
#include <svl/memberid.h>
#include <svx/statusitem.hxx>
Include dependency graph for statusitem.cxx:

Go to the source code of this file.

Variables

constexpr OUStringLiteral STATUS_PARAM_VALUE = u"Value"
 
constexpr OUStringLiteral STATUS_PARAM_TYPE = u"Type"
 
constexpr int STATUS_PARAMS = 2
 

Variable Documentation

◆ STATUS_PARAM_TYPE

constexpr OUStringLiteral STATUS_PARAM_TYPE = u"Type"
constexpr

Definition at line 17 of file statusitem.cxx.

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

◆ STATUS_PARAM_VALUE

constexpr OUStringLiteral STATUS_PARAM_VALUE = u"Value"
constexpr

Definition at line 16 of file statusitem.cxx.

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

◆ STATUS_PARAMS

constexpr int STATUS_PARAMS = 2
constexpr

Definition at line 18 of file statusitem.cxx.

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