LibreOffice Module framework (master) 1
Namespaces | Variables
uielementwrapperbase.cxx File Reference
#include <helper/uielementwrapperbase.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <vcl/svapp.hxx>
#include <comphelper/sequence.hxx>
Include dependency graph for uielementwrapperbase.cxx:

Go to the source code of this file.

Namespaces

namespace  framework
 

Variables

const int UIELEMENT_PROPHANDLE_RESOURCEURL = 1
 
const int UIELEMENT_PROPHANDLE_TYPE = 2
 
const int UIELEMENT_PROPHANDLE_FRAME = 3
 
constexpr OUStringLiteral UIELEMENT_PROPNAME_RESOURCEURL = u"ResourceURL"
 
constexpr OUStringLiteral UIELEMENT_PROPNAME_TYPE = u"Type"
 
constexpr OUStringLiteral UIELEMENT_PROPNAME_FRAME = u"Frame"
 

Variable Documentation

◆ UIELEMENT_PROPHANDLE_FRAME

const int UIELEMENT_PROPHANDLE_FRAME = 3

◆ UIELEMENT_PROPHANDLE_RESOURCEURL

const int UIELEMENT_PROPHANDLE_RESOURCEURL = 1

◆ UIELEMENT_PROPHANDLE_TYPE

const int UIELEMENT_PROPHANDLE_TYPE = 2

◆ UIELEMENT_PROPNAME_FRAME

constexpr OUStringLiteral UIELEMENT_PROPNAME_FRAME = u"Frame"
constexpr

◆ UIELEMENT_PROPNAME_RESOURCEURL

constexpr OUStringLiteral UIELEMENT_PROPNAME_RESOURCEURL = u"ResourceURL"
constexpr

◆ UIELEMENT_PROPNAME_TYPE

constexpr OUStringLiteral UIELEMENT_PROPNAME_TYPE = u"Type"
constexpr