LibreOffice Module framework (master) 1
|
#include <helper/uiconfigelementwrapperbase.hxx>
#include <properties.h>
#include <uielement/constitemcontainer.hxx>
#include <uielement/rootitemcontainer.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/ui/XUIConfiguration.hpp>
#include <vcl/svapp.hxx>
#include <comphelper/sequence.hxx>
Go to the source code of this file.
Namespaces | |
namespace | framework |
Variables | |
const int | UIELEMENT_PROPHANDLE_CONFIGSOURCE = 1 |
const int | UIELEMENT_PROPHANDLE_FRAME = 2 |
const int | UIELEMENT_PROPHANDLE_PERSISTENT = 3 |
const int | UIELEMENT_PROPHANDLE_RESOURCEURL = 4 |
const int | UIELEMENT_PROPHANDLE_TYPE = 5 |
const int | UIELEMENT_PROPHANDLE_XMENUBAR = 6 |
const int | UIELEMENT_PROPHANDLE_CONFIGLISTENER = 7 |
const int | UIELEMENT_PROPHANDLE_NOCLOSE = 8 |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_CONFIGLISTENER = u"ConfigListener" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_CONFIGSOURCE = u"ConfigurationSource" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_FRAME = u"Frame" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_PERSISTENT = u"Persistent" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_RESOURCEURL = u"ResourceURL" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_TYPE = u"Type" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_XMENUBAR = u"XMenuBar" |
constexpr OUStringLiteral | UIELEMENT_PROPNAME_NOCLOSE = u"NoClose" |
const int UIELEMENT_PROPHANDLE_CONFIGLISTENER = 7 |
Definition at line 38 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_CONFIGSOURCE = 1 |
Definition at line 32 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_FRAME = 2 |
Definition at line 33 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_NOCLOSE = 8 |
Definition at line 39 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_PERSISTENT = 3 |
Definition at line 34 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_RESOURCEURL = 4 |
Definition at line 35 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_TYPE = 5 |
Definition at line 36 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), framework::UIConfigElementWrapperBase::initialize(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
const int UIELEMENT_PROPHANDLE_XMENUBAR = 6 |
Definition at line 37 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::UIConfigElementWrapperBase::getFastPropertyValue(), framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast().
|
constexpr |
Definition at line 40 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 41 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 42 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 47 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 43 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 44 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 45 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor(), and framework::UIConfigElementWrapperBase::initialize().
|
constexpr |
Definition at line 46 of file uiconfigelementwrapperbase.cxx.
Referenced by framework::UIConfigElementWrapperBase::impl_getStaticPropertyDescriptor().