LibreOffice Module writerfilter (master) 1
|
Handler for sprms that contain a measure and a unit. More...
#include <MeasureHandler.hxx>
Public Member Functions | |
MeasureHandler () | |
virtual | ~MeasureHandler () override |
sal_Int32 | getMeasureValue () const |
sal_Int32 | getValue () const |
sal_Int32 | getUnit () const |
sal_Int16 | GetRowHeightSizeType () const |
void | enableInteropGrabBag (const OUString &aName) |
css::beans::PropertyValue | getInteropGrabBag () |
![]() | |
LoggedProperties (const std::string &sPrefix) | |
virtual | ~LoggedProperties () override |
void | attribute (Id name, Value &val) override |
Receives an attribute. More... | |
void | sprm (Sprm &sprm) override |
Receives a SPRM. More... | |
virtual void | attribute (Id name, Value &val)=0 |
Receives an attribute. More... | |
virtual void | sprm (Sprm &sprm)=0 |
Receives a SPRM. More... | |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
sal_Int32 | m_nMeasureValue |
sal_Int32 | m_nUnit |
sal_Int16 | m_nRowHeightSizeType |
OUString | m_aInteropGrabBagName |
std::vector< css::beans::PropertyValue > | m_aInteropGrabBag |
Additional Inherited Members | |
virtual void | lcl_attribute (Id name, Value &val)=0 |
virtual void | lcl_sprm (Sprm &sprm)=0 |
![]() | |
~Properties () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Handler for sprms that contain a measure and a unit.
Definition at line 31 of file MeasureHandler.hxx.
writerfilter::dmapper::MeasureHandler::MeasureHandler | ( | ) |
Definition at line 31 of file MeasureHandler.cxx.
|
overridevirtual |
Definition at line 40 of file MeasureHandler.cxx.
void writerfilter::dmapper::MeasureHandler::enableInteropGrabBag | ( | const OUString & | aName | ) |
Definition at line 121 of file MeasureHandler.cxx.
References aName, and m_aInteropGrabBagName.
beans::PropertyValue writerfilter::dmapper::MeasureHandler::getInteropGrabBag | ( | ) |
Definition at line 126 of file MeasureHandler.cxx.
References comphelper::containerToSequence(), m_aInteropGrabBag, and m_aInteropGrabBagName.
sal_Int32 writerfilter::dmapper::MeasureHandler::getMeasureValue | ( | ) | const |
Definition at line 104 of file MeasureHandler.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), m_nMeasureValue, and m_nUnit.
|
inline |
Definition at line 53 of file MeasureHandler.hxx.
References m_nRowHeightSizeType.
|
inline |
Definition at line 51 of file MeasureHandler.hxx.
References m_nUnit.
|
inline |
Definition at line 50 of file MeasureHandler.hxx.
References m_nMeasureValue.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 45 of file MeasureHandler.cxx.
References writerfilter::Value::getInt(), writerfilter::Value::getString(), m_aInteropGrabBag, m_aInteropGrabBagName, m_nMeasureValue, m_nRowHeightSizeType, and m_nUnit.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 101 of file MeasureHandler.cxx.
|
private |
Definition at line 38 of file MeasureHandler.hxx.
Referenced by getInteropGrabBag(), and lcl_attribute().
|
private |
Definition at line 37 of file MeasureHandler.hxx.
Referenced by enableInteropGrabBag(), getInteropGrabBag(), and lcl_attribute().
|
private |
Definition at line 33 of file MeasureHandler.hxx.
Referenced by getMeasureValue(), getValue(), and lcl_attribute().
|
private |
Definition at line 35 of file MeasureHandler.hxx.
Referenced by GetRowHeightSizeType(), and lcl_attribute().
|
private |
Definition at line 34 of file MeasureHandler.hxx.
Referenced by getMeasureValue(), getUnit(), and lcl_attribute().