LibreOffice Module writerfilter (master) 1
|
#include <GraphicHelpers.hxx>
Public Member Functions | |
WrapHandler () | |
virtual | ~WrapHandler () override |
css::text::WrapTextMode | getWrapMode () 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_Int32 | m_nType |
sal_Int32 | m_nSide |
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 51 of file GraphicHelpers.hxx.
writerfilter::dmapper::WrapHandler::WrapHandler | ( | ) |
Definition at line 206 of file GraphicHelpers.cxx.
|
overridevirtual |
Definition at line 213 of file GraphicHelpers.cxx.
text::WrapTextMode writerfilter::dmapper::WrapHandler::getWrapMode | ( | ) | const |
Definition at line 235 of file GraphicHelpers.cxx.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 217 of file GraphicHelpers.cxx.
References aName, writerfilter::Value::getInt(), m_nSide, and m_nType.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 231 of file GraphicHelpers.cxx.
|
private |
Definition at line 64 of file GraphicHelpers.hxx.
Referenced by getWrapMode(), and lcl_attribute().
|
private |
Definition at line 63 of file GraphicHelpers.hxx.
Referenced by getWrapMode(), and lcl_attribute().