LibreOffice Module writerfilter (master) 1
|
#include <CellMarginHandler.hxx>
Public Member Functions | |
CellMarginHandler () | |
virtual | ~CellMarginHandler () override |
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 |
Public Attributes | |
sal_Int32 | m_nLeftMargin |
bool | m_bLeftMarginValid |
sal_Int32 | m_nRightMargin |
bool | m_bRightMarginValid |
sal_Int32 | m_nTopMargin |
bool | m_bTopMarginValid |
sal_Int32 | m_nBottomMargin |
bool | m_bBottomMarginValid |
Private Member Functions | |
virtual void | lcl_attribute (Id Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
void | createGrabBag (const OUString &aName) |
Private Attributes | |
sal_Int32 | m_nValue |
Converted value. More... | |
sal_Int32 | m_nWidth |
Original value. More... | |
sal_Int32 | m_nType |
Unit of the value (dxa, etc). More... | |
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 |
Definition at line 28 of file CellMarginHandler.hxx.
writerfilter::dmapper::CellMarginHandler::CellMarginHandler | ( | ) |
Definition at line 31 of file CellMarginHandler.cxx.
|
overridevirtual |
Definition at line 47 of file CellMarginHandler.cxx.
|
private |
Definition at line 69 of file CellMarginHandler.cxx.
References aName, aSeq, comphelper::InitPropertySequence(), m_aInteropGrabBag, m_aInteropGrabBagName, m_nType, m_nWidth, and sType.
Referenced by lcl_sprm().
void writerfilter::dmapper::CellMarginHandler::enableInteropGrabBag | ( | const OUString & | aName | ) |
Definition at line 162 of file CellMarginHandler.cxx.
References aName, and m_aInteropGrabBagName.
beans::PropertyValue writerfilter::dmapper::CellMarginHandler::getInteropGrabBag | ( | ) |
Definition at line 167 of file CellMarginHandler.cxx.
References comphelper::containerToSequence(), m_aInteropGrabBag, and m_aInteropGrabBagName.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 51 of file CellMarginHandler.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100Unsigned(), writerfilter::Value::getInt(), m_nType, m_nValue, m_nWidth, SAL_WARN, and SAL_WARN_IF.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 94 of file CellMarginHandler.cxx.
References createGrabBag(), writerfilter::Sprm::getId(), writerfilter::Sprm::getProps(), m_bBottomMarginValid, m_bLeftMarginValid, m_bRightMarginValid, m_bTopMarginValid, m_nBottomMargin, m_nLeftMargin, m_nRightMargin, m_nTopMargin, m_nValue, and SAL_WARN.
|
private |
Definition at line 36 of file CellMarginHandler.hxx.
Referenced by createGrabBag(), and getInteropGrabBag().
|
private |
Definition at line 35 of file CellMarginHandler.hxx.
Referenced by createGrabBag(), enableInteropGrabBag(), and getInteropGrabBag().
bool writerfilter::dmapper::CellMarginHandler::m_bBottomMarginValid |
Definition at line 52 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
bool writerfilter::dmapper::CellMarginHandler::m_bLeftMarginValid |
Definition at line 46 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
bool writerfilter::dmapper::CellMarginHandler::m_bRightMarginValid |
Definition at line 48 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
bool writerfilter::dmapper::CellMarginHandler::m_bTopMarginValid |
Definition at line 50 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
sal_Int32 writerfilter::dmapper::CellMarginHandler::m_nBottomMargin |
Definition at line 51 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
sal_Int32 writerfilter::dmapper::CellMarginHandler::m_nLeftMargin |
Definition at line 45 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
sal_Int32 writerfilter::dmapper::CellMarginHandler::m_nRightMargin |
Definition at line 47 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
sal_Int32 writerfilter::dmapper::CellMarginHandler::m_nTopMargin |
Definition at line 49 of file CellMarginHandler.hxx.
Referenced by lcl_sprm().
|
private |
Unit of the value (dxa, etc).
Definition at line 33 of file CellMarginHandler.hxx.
Referenced by createGrabBag(), and lcl_attribute().
|
private |
Converted value.
Definition at line 31 of file CellMarginHandler.hxx.
Referenced by lcl_attribute(), and lcl_sprm().
|
private |
Original value.
Definition at line 32 of file CellMarginHandler.hxx.
Referenced by createGrabBag(), and lcl_attribute().