LibreOffice Module framework (master) 1
|
#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>
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" |
const int PROPHANDLE_UINAME = 1 |
Definition at line 40 of file rootitemcontainer.cxx.
Referenced by framework::RootItemContainer::convertFastPropertyValue(), framework::RootItemContainer::getFastPropertyValue(), framework::RootItemContainer::impl_getStaticPropertyDescriptor(), and framework::RootItemContainer::setFastPropertyValue_NoBroadcast().
|
constexpr |
Definition at line 41 of file rootitemcontainer.cxx.
Referenced by framework::RootItemContainer::impl_getStaticPropertyDescriptor().
|
constexpr |
Definition at line 37 of file rootitemcontainer.cxx.
Referenced by framework::RootItemContainer::insertByIndex(), and framework::RootItemContainer::replaceByIndex().