LibreOffice Module framework (master) 1
Namespaces | Variables
rootitemcontainer.cxx File Reference
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <comphelper/servicehelper.hxx>
#include <comphelper/sequence.hxx>
#include <uielement/rootitemcontainer.hxx>
#include <uielement/itemcontainer.hxx>
#include <uielement/constitemcontainer.hxx>
#include <properties.h>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <rtl/ref.hxx>
Include dependency graph for rootitemcontainer.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Variables

constexpr OUStringLiteral WRONG_TYPE_EXCEPTION = u"Type must be css::uno::Sequence< css::beans::PropertyValue >"
 
const int PROPHANDLE_UINAME = 1
 
constexpr OUStringLiteral PROPNAME_UINAME = u"UIName"
 

Variable Documentation

◆ PROPHANDLE_UINAME

const int PROPHANDLE_UINAME = 1

◆ PROPNAME_UINAME

constexpr OUStringLiteral PROPNAME_UINAME = u"UIName"
constexpr

◆ WRONG_TYPE_EXCEPTION

constexpr OUStringLiteral WRONG_TYPE_EXCEPTION = u"Type must be css::uno::Sequence< css::beans::PropertyValue >"
constexpr