LibreOffice Module writerfilter (master) 1
|
#include <GraphicHelpers.hxx>
Public Member Functions | |
PositionHandler (std::pair< OUString, OUString > &rPositionOffsets, std::pair< OUString, OUString > &rAligns) | |
virtual | ~PositionHandler () override |
sal_Int16 | orientation () const |
sal_Int16 | relation () const |
sal_Int32 | position () const |
bool | GetPageToggle () 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 | |
virtual void | lcl_attribute (Id aName, Value &rVal) override |
virtual void | lcl_sprm (Sprm &rSprm) override |
Private Attributes | |
sal_Int16 | m_nOrient |
sal_Int16 | m_nRelation |
sal_Int32 | m_nPosition |
std::pair< OUString, OUString > & | m_rPositionOffsets |
std::pair< OUString, OUString > & | m_rAligns |
bool | m_bPageToggle = false |
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 29 of file GraphicHelpers.hxx.
writerfilter::dmapper::PositionHandler::PositionHandler | ( | std::pair< OUString, OUString > & | rPositionOffsets, |
std::pair< OUString, OUString > & | rAligns | ||
) |
Definition at line 43 of file GraphicHelpers.cxx.
References text().
|
overridevirtual |
Definition at line 53 of file GraphicHelpers.cxx.
|
inline |
Definition at line 38 of file GraphicHelpers.hxx.
References m_bPageToggle.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 57 of file GraphicHelpers.cxx.
References aName, writerfilter::TagLogger::element(), writerfilter::dmapper::FRAME, writerfilter::TagLogger::getInstance(), writerfilter::Value::getInt(), m_bPageToggle, m_nRelation, and SAL_WARN.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 144 of file GraphicHelpers.cxx.
References oox::drawingml::convertEmuToHmm(), writerfilter::Sprm::getId(), m_nOrient, m_nPosition, m_nRelation, m_rAligns, and m_rPositionOffsets.
sal_Int16 writerfilter::dmapper::PositionHandler::orientation | ( | ) | const |
Definition at line 193 of file GraphicHelpers.cxx.
References m_nOrient, and m_nRelation.
|
inline |
Definition at line 37 of file GraphicHelpers.hxx.
References m_nPosition.
|
inline |
Definition at line 36 of file GraphicHelpers.hxx.
References m_nRelation.
|
private |
Definition at line 48 of file GraphicHelpers.hxx.
Referenced by GetPageToggle(), and lcl_attribute().
|
private |
Definition at line 43 of file GraphicHelpers.hxx.
Referenced by lcl_sprm(), and orientation().
|
private |
Definition at line 45 of file GraphicHelpers.hxx.
Referenced by lcl_sprm(), and position().
|
private |
Definition at line 44 of file GraphicHelpers.hxx.
Referenced by lcl_attribute(), lcl_sprm(), orientation(), and relation().
|
private |
Definition at line 47 of file GraphicHelpers.hxx.
Referenced by lcl_sprm().
|
private |
Definition at line 46 of file GraphicHelpers.hxx.
Referenced by lcl_sprm().