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