LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::dmapper::ParagraphPropertiesPropertyMap Class Reference

#include <PropertyMap.hxx>

Inheritance diagram for writerfilter::dmapper::ParagraphPropertiesPropertyMap:
[legend]
Collaboration diagram for writerfilter::dmapper::ParagraphPropertiesPropertyMap:
[legend]

Public Member Functions

ParagraphPropertiesprops ()
 
ParagraphProperties const & props () const
 
- Public Member Functions inherited from oox::PropertyMap
 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::XPropertySetmakePropertySet () const
 

Private Attributes

ParagraphProperties m_props
 

Additional Inherited Members

- Static Public Member Functions inherited from oox::PropertyMap
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)
 

Detailed Description

Definition at line 522 of file PropertyMap.hxx.

Member Function Documentation

◆ props() [1/2]

ParagraphProperties & writerfilter::dmapper::ParagraphPropertiesPropertyMap::props ( )
inline

◆ props() [2/2]

ParagraphProperties const & writerfilter::dmapper::ParagraphPropertiesPropertyMap::props ( ) const
inline

Definition at line 526 of file PropertyMap.hxx.

References m_props.

Member Data Documentation

◆ m_props

ParagraphProperties writerfilter::dmapper::ParagraphPropertiesPropertyMap::m_props
private

Definition at line 529 of file PropertyMap.hxx.

Referenced by props().


The documentation for this class was generated from the following file: