LibreOffice Module writerfilter (master) 1
|
#include <PropertyMap.hxx>
Public Member Functions | |
ParagraphPropertyMap () | |
![]() | |
ParagraphProperties & | props () |
ParagraphProperties const & | props () const |
![]() | |
PropertyMap () | |
bool | hasProperty (sal_Int32 nPropId) const |
bool | setAnyProperty (sal_Int32 nPropId, const css::uno::Any &rValue) |
bool | setProperty (sal_Int32 nPropId, Type &&rValue) |
bool | setProperty (sal_Int32, const css::uno::Any &)=delete |
css::uno::Any | getProperty (sal_Int32 nPropId) |
void | erase (sal_Int32 nPropId) |
bool | empty () const |
void | assignUsed (const PropertyMap &rPropMap) |
void | assignAll (const PropertyMap &rPropMap) |
css::uno::Sequence< css::beans::PropertyValue > | makePropertyValueSequence () const |
void | fillSequences (css::uno::Sequence< OUString > &rNames, css::uno::Sequence< css::uno::Any > &rValues) const |
void | fillPropertyNameMap (PropertyNameMap &rMap) const |
css::uno::Reference< css::beans::XPropertySet > | makePropertySet () const |
Additional Inherited Members | |
![]() | |
static const OUString & | getPropertyName (sal_Int32 nPropId) |
static sal_Int32 | getPropertyId (std::u16string_view sPropName) |
static void | dump (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
static void | dumpCode (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
static void | dumpData (const css::uno::Reference< css::beans::XPropertySet > &rXPropSet) |
Definition at line 556 of file PropertyMap.hxx.
|
inlineexplicit |
Definition at line 560 of file PropertyMap.hxx.