LibreOffice Module writerfilter (master) 1
|
Handler for floating table positioning. More...
#include <TablePositionHandler.hxx>
Public Member Functions | |
sal_Int32 | getY () const |
sal_Int32 | getX () const |
sal_Int32 | getLeftFromText () const |
sal_Int32 | getRightFromText () const |
sal_Int32 | getTopFromText () const |
sal_Int32 | getBottomFromText () const |
const OUString & | getVertAnchor () const |
const OUString & | getYSpec () const |
const OUString & | getHorzAnchor () const |
const OUString & | getXSpec () const |
TablePositionHandler () | |
~TablePositionHandler () override | |
css::uno::Sequence< css::beans::PropertyValue > | getTablePosition () const |
Compute the UNO properties for the frame containing the table based on the received tokens. More... | |
bool | operator== (const TablePositionHandler &rHandler) const |
![]() | |
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 | |
void | lcl_attribute (Id nId, Value &rVal) override |
void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
OUString | m_aVertAnchor { "margin" } |
OUString | m_aYSpec |
OUString | m_aHorzAnchor { "text" } |
OUString | m_aXSpec |
sal_Int32 | m_nY = 0 |
sal_Int32 | m_nX = 0 |
sal_Int32 | m_nLeftFromText = 0 |
sal_Int32 | m_nRightFromText = 0 |
sal_Int32 | m_nTopFromText = 0 |
sal_Int32 | m_nBottomFromText = 0 |
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 floating table positioning.
Definition at line 21 of file TablePositionHandler.hxx.
writerfilter::dmapper::TablePositionHandler::TablePositionHandler | ( | ) |
Definition at line 23 of file TablePositionHandler.cxx.
|
overridedefault |
|
inline |
Definition at line 44 of file TablePositionHandler.hxx.
References m_nBottomFromText.
|
inline |
Definition at line 48 of file TablePositionHandler.hxx.
References m_aHorzAnchor.
|
inline |
Definition at line 41 of file TablePositionHandler.hxx.
References m_nLeftFromText.
|
inline |
Definition at line 42 of file TablePositionHandler.hxx.
References m_nRightFromText.
uno::Sequence< beans::PropertyValue > writerfilter::dmapper::TablePositionHandler::getTablePosition | ( | ) | const |
Compute the UNO properties for the frame containing the table based on the received tokens.
Note that the properties will need to be adjusted with the table properties before actually using them.
Definition at line 74 of file TablePositionHandler.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::dmapper::FRAME, comphelper::SequenceAsHashMap::getAsConstPropertyValueList(), m_aHorzAnchor, m_aVertAnchor, m_aXSpec, m_aYSpec, m_nBottomFromText, m_nLeftFromText, m_nRightFromText, m_nTopFromText, m_nX, m_nY, and writerfilter::dmapper::NONE.
|
inline |
Definition at line 43 of file TablePositionHandler.hxx.
References m_nTopFromText.
|
inline |
Definition at line 46 of file TablePositionHandler.hxx.
References m_aVertAnchor.
|
inline |
Definition at line 40 of file TablePositionHandler.hxx.
References m_nX.
|
inline |
Definition at line 49 of file TablePositionHandler.hxx.
References m_aXSpec.
|
inline |
Definition at line 39 of file TablePositionHandler.hxx.
References m_nY.
|
inline |
Definition at line 47 of file TablePositionHandler.hxx.
References m_aYSpec.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 30 of file TablePositionHandler.cxx.
References writerfilter::TagLogger::element(), writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), writerfilter::Value::getString(), m_aHorzAnchor, m_aVertAnchor, m_aXSpec, m_aYSpec, m_nBottomFromText, m_nLeftFromText, m_nRightFromText, m_nTopFromText, m_nX, m_nY, and nId.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 72 of file TablePositionHandler.cxx.
bool writerfilter::dmapper::TablePositionHandler::operator== | ( | const TablePositionHandler & | rHandler | ) | const |
Definition at line 145 of file TablePositionHandler.cxx.
References m_aHorzAnchor, m_aVertAnchor, m_aXSpec, m_aYSpec, m_nX, and m_nY.
|
private |
Definition at line 25 of file TablePositionHandler.hxx.
Referenced by getHorzAnchor(), getTablePosition(), lcl_attribute(), and operator==().
|
private |
Definition at line 23 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getVertAnchor(), lcl_attribute(), and operator==().
|
private |
Definition at line 26 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getXSpec(), lcl_attribute(), and operator==().
|
private |
Definition at line 24 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getYSpec(), lcl_attribute(), and operator==().
|
private |
Definition at line 32 of file TablePositionHandler.hxx.
Referenced by getBottomFromText(), getTablePosition(), and lcl_attribute().
|
private |
Definition at line 29 of file TablePositionHandler.hxx.
Referenced by getLeftFromText(), getTablePosition(), and lcl_attribute().
|
private |
Definition at line 30 of file TablePositionHandler.hxx.
Referenced by getRightFromText(), getTablePosition(), and lcl_attribute().
|
private |
Definition at line 31 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getTopFromText(), and lcl_attribute().
|
private |
Definition at line 28 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getX(), lcl_attribute(), and operator==().
|
private |
Definition at line 27 of file TablePositionHandler.hxx.
Referenced by getTablePosition(), getY(), lcl_attribute(), and operator==().