LibreOffice Module framework (master) 1
|
#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>
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" |
const int UIELEMENT_PROPHANDLE_FRAME = 3 |
Definition at line 30 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::getFastPropertyValue(), and framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().
const int UIELEMENT_PROPHANDLE_RESOURCEURL = 1 |
Definition at line 28 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::getFastPropertyValue(), and framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().
const int UIELEMENT_PROPHANDLE_TYPE = 2 |
Definition at line 29 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::getFastPropertyValue(), and framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().
|
constexpr |
Definition at line 33 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().
|
constexpr |
Definition at line 31 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().
|
constexpr |
Definition at line 32 of file uielementwrapperbase.cxx.
Referenced by framework::UIElementWrapperBase::impl_getStaticPropertyDescriptor().