a tabs structure More...
Public Member Functions | |
TabStop () | |
constructor More... | |
void | printData (libstoff::DebugStream &o) const |
debug function to print the data More... | |
Public Attributes | |
int | m_pos |
the position More... | |
int | m_type |
the type: SvxTabAdjust: left, right, decimal, center, default More... | |
int | m_decimal |
the decimal char More... | |
int | m_fill |
the fill char More... | |
a tabs structure
|
inline |
constructor
|
inline |
debug function to print the data
int StarParagraphAttribute::StarPAttributeTabStop::TabStop::m_decimal |
the decimal char
Referenced by printData(), and StarParagraphAttribute::StarPAttributeTabStop::read().
int StarParagraphAttribute::StarPAttributeTabStop::TabStop::m_fill |
the fill char
Referenced by printData(), and StarParagraphAttribute::StarPAttributeTabStop::read().
int StarParagraphAttribute::StarPAttributeTabStop::TabStop::m_pos |
the position
Referenced by printData(), and StarParagraphAttribute::StarPAttributeTabStop::read().
int StarParagraphAttribute::StarPAttributeTabStop::TabStop::m_type |
the type: SvxTabAdjust: left, right, decimal, center, default
Referenced by printData(), and StarParagraphAttribute::StarPAttributeTabStop::read().