LibreOffice Module writerfilter (master) 1
|
#include <PropertyMap.hxx>
Public Member Functions | |
StyleSheetPropertyMap () | |
sal_Int16 | GetListLevel () const |
void | SetListLevel (sal_Int16 nLevel) |
sal_Int16 | GetOutlineLevel () const |
void | SetOutlineLevel (sal_Int16 nLevel) |
![]() | |
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 |
Private Attributes | |
sal_Int16 | mnListLevel |
sal_Int16 | mnOutlineLevel |
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 539 of file PropertyMap.hxx.
|
explicit |
Definition at line 1960 of file PropertyMap.cxx.
|
inline |
Definition at line 549 of file PropertyMap.hxx.
References mnListLevel.
Referenced by writerfilter::dmapper::ListDef::GetChapterNumberingWeight(), and writerfilter::dmapper::DomainMapper_Impl::GetListLevel().
|
inline |
Definition at line 552 of file PropertyMap.hxx.
References mnOutlineLevel.
Referenced by writerfilter::dmapper::StyleSheetTable::ApplyStyleSheetsImpl(), and writerfilter::dmapper::ListDef::GetChapterNumberingWeight().
|
inline |
Definition at line 550 of file PropertyMap.hxx.
References mnListLevel.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
inline |
Definition at line 553 of file PropertyMap.hxx.
References mnOutlineLevel, and WW_OUTLINE_MAX.
Referenced by writerfilter::dmapper::DomainMapper::sprmWithProps().
|
private |
Definition at line 543 of file PropertyMap.hxx.
Referenced by GetListLevel(), and SetListLevel().
|
private |
Definition at line 544 of file PropertyMap.hxx.
Referenced by GetOutlineLevel(), and SetOutlineLevel().