LibreOffice Module writerfilter (master) 1
|
#include <PropertyMap.hxx>
Classes | |
struct | ValidValue |
Public Types | |
enum | TablePropertyMapTarget { TablePropertyMapTarget_START , CELL_MAR_LEFT = TablePropertyMapTarget_START , CELL_MAR_RIGHT , CELL_MAR_TOP , CELL_MAR_BOTTOM , TABLE_WIDTH , TABLE_WIDTH_TYPE , LEFT_MARGIN , HORI_ORIENT , TablePropertyMapTarget_MAX } |
Public Member Functions | |
TablePropertyMap () | |
bool | getValue (TablePropertyMapTarget eWhich, sal_Int32 &nFill) |
void | setValue (TablePropertyMapTarget eWhich, sal_Int32 nSet) |
virtual void | insertTableProperties (const PropertyMap *, const bool bOverwrite=true) override |
![]() | |
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 | |
ValidValue | m_aValidValues [TablePropertyMapTarget_MAX] |
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 563 of file PropertyMap.hxx.
Enumerator | |
---|---|
TablePropertyMapTarget_START | |
CELL_MAR_LEFT | |
CELL_MAR_RIGHT | |
CELL_MAR_TOP | |
CELL_MAR_BOTTOM | |
TABLE_WIDTH | |
TABLE_WIDTH_TYPE | |
LEFT_MARGIN | |
HORI_ORIENT | |
TablePropertyMapTarget_MAX |
Definition at line 567 of file PropertyMap.hxx.
|
inlineexplicit |
Definition at line 597 of file PropertyMap.hxx.
bool writerfilter::dmapper::TablePropertyMap::getValue | ( | TablePropertyMapTarget | eWhich, |
sal_Int32 & | nFill | ||
) |
Definition at line 2010 of file PropertyMap.cxx.
References writerfilter::dmapper::TablePropertyMap::ValidValue::bValid, m_aValidValues, writerfilter::dmapper::TablePropertyMap::ValidValue::nValue, and TablePropertyMapTarget_MAX.
|
overridevirtual |
Definition at line 2036 of file PropertyMap.cxx.
References writerfilter::dmapper::TablePropertyMap::ValidValue::bValid, writerfilter::TagLogger::endElement(), writerfilter::TagLogger::getInstance(), m_aValidValues, writerfilter::dmapper::TablePropertyMap::ValidValue::nValue, writerfilter::TagLogger::startElement(), TablePropertyMapTarget_MAX, and TablePropertyMapTarget_START.
void writerfilter::dmapper::TablePropertyMap::setValue | ( | TablePropertyMapTarget | eWhich, |
sal_Int32 | nSet | ||
) |
Definition at line 2025 of file PropertyMap.cxx.
References writerfilter::dmapper::TablePropertyMap::ValidValue::bValid, m_aValidValues, writerfilter::dmapper::TablePropertyMap::ValidValue::nValue, and TablePropertyMapTarget_MAX.
|
private |
Definition at line 594 of file PropertyMap.hxx.
Referenced by getValue(), insertTableProperties(), and setValue().