LibreOffice Module writerfilter (master) 1
|
#include <SectionColumnHandler.hxx>
Public Member Functions | |
SectionColumnHandler () | |
virtual | ~SectionColumnHandler () override |
bool | IsEqualWidth () const |
sal_Int32 | GetSpace () const |
sal_Int32 | GetNum () const |
bool | IsSeparator () const |
const std::vector< Column_ > & | GetColumns () 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 Name, Value &val) override |
virtual void | lcl_sprm (Sprm &sprm) override |
Private Attributes | |
bool | m_bEqualWidth |
sal_Int32 | m_nSpace |
sal_Int32 | m_nNum |
bool | m_bSep |
std::vector< Column_ > | m_aCols |
Column_ | m_aTempColumn |
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 33 of file SectionColumnHandler.hxx.
writerfilter::dmapper::SectionColumnHandler::SectionColumnHandler | ( | ) |
Definition at line 28 of file SectionColumnHandler.cxx.
References m_aTempColumn, writerfilter::dmapper::Column_::nSpace, and writerfilter::dmapper::Column_::nWidth.
|
overridevirtual |
Definition at line 38 of file SectionColumnHandler.cxx.
|
inline |
Definition at line 56 of file SectionColumnHandler.hxx.
References m_aCols.
|
inline |
Definition at line 53 of file SectionColumnHandler.hxx.
References m_nNum.
|
inline |
Definition at line 52 of file SectionColumnHandler.hxx.
References m_nSpace.
|
inline |
Definition at line 51 of file SectionColumnHandler.hxx.
References m_bEqualWidth.
|
inline |
Definition at line 54 of file SectionColumnHandler.hxx.
References m_bSep.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 40 of file SectionColumnHandler.cxx.
References writerfilter::dmapper::ConversionHelper::convertTwipToMM100(), writerfilter::Value::getInt(), m_aTempColumn, m_bEqualWidth, m_bSep, m_nNum, m_nSpace, writerfilter::dmapper::Column_::nSpace, and writerfilter::dmapper::Column_::nWidth.
|
overrideprivatevirtual |
Implements writerfilter::LoggedProperties.
Definition at line 69 of file SectionColumnHandler.cxx.
References writerfilter::Sprm::getId(), writerfilter::Sprm::getProps(), m_aCols, m_aTempColumn, writerfilter::dmapper::Column_::nSpace, and writerfilter::dmapper::Column_::nWidth.
|
private |
Definition at line 39 of file SectionColumnHandler.hxx.
Referenced by GetColumns(), and lcl_sprm().
|
private |
Definition at line 41 of file SectionColumnHandler.hxx.
Referenced by lcl_attribute(), lcl_sprm(), and SectionColumnHandler().
|
private |
Definition at line 35 of file SectionColumnHandler.hxx.
Referenced by IsEqualWidth(), and lcl_attribute().
|
private |
Definition at line 38 of file SectionColumnHandler.hxx.
Referenced by IsSeparator(), and lcl_attribute().
|
private |
Definition at line 37 of file SectionColumnHandler.hxx.
Referenced by GetNum(), and lcl_attribute().
|
private |
Definition at line 36 of file SectionColumnHandler.hxx.
Referenced by GetSpace(), and lcl_attribute().