#include <ie_imp_WordPerfect.h>
Public Member Functions | |
| ABI_ListDefinition (int iOutlineHash) | |
| void | setListID (const int iLevel, const UT_uint32 iID) |
| UT_uint32 | getListID (const int iLevel) const |
| FL_ListType | getListType (const int iLevel) const |
| void | setListType (const int iLevel, const char type) |
| void | incrementLevelNumber (const int iLevel) |
| void | setLevelNumber (const int iLevel, const int iNumber) |
| void | setListLeftOffset (const int iLevel, const float listLeftOffset) |
| void | setListMinLabelWidth (const int iLevel, const float listMinLabelWidth) |
| int | getLevelNumber (const int iLevel) const |
| float | getListLeftOffset (const int iLevel) const |
| float | getListMinLabelWidth (const int iLevel) const |
| int | getOutlineHash () const |
Private Attributes | |
| UT_uint32 | m_iListIDs [WP6_NUM_LIST_LEVELS] |
| int | m_iListNumbers [WP6_NUM_LIST_LEVELS] |
| FL_ListType | m_listTypes [WP6_NUM_LIST_LEVELS] |
| float | m_listLeftOffset [WP6_NUM_LIST_LEVELS] |
| float | m_listMinLabelWidth [WP6_NUM_LIST_LEVELS] |
| int | m_iOutlineHash |
| ABI_ListDefinition::ABI_ListDefinition | ( | int | iOutlineHash | ) |
References BULLETED_LIST, m_iListIDs, m_iListNumbers, m_listLeftOffset, m_listMinLabelWidth, m_listTypes, and WP6_NUM_LIST_LEVELS.
| void ABI_ListDefinition::setListID | ( | const int | iLevel, | |
| const UT_uint32 | iID | |||
| ) | [inline] |
References m_iListIDs.
Referenced by IE_Imp_WordPerfect::defineOrderedListLevel(), and IE_Imp_WordPerfect::defineUnorderedListLevel().
| UT_uint32 ABI_ListDefinition::getListID | ( | const int | iLevel | ) | const [inline] |
| FL_ListType ABI_ListDefinition::getListType | ( | const int | iLevel | ) | const [inline] |
| void ABI_ListDefinition::setListType | ( | const int | iLevel, | |
| const char | type | |||
| ) |
References LOWERCASE_LIST, LOWERROMAN_LIST, m_listTypes, NUMBERED_LIST, UPPERCASE_LIST, and UPPERROMAN_LIST.
Referenced by IE_Imp_WordPerfect::defineOrderedListLevel().
| void ABI_ListDefinition::incrementLevelNumber | ( | const int | iLevel | ) | [inline] |
| void ABI_ListDefinition::setLevelNumber | ( | const int | iLevel, | |
| const int | iNumber | |||
| ) | [inline] |
| void ABI_ListDefinition::setListLeftOffset | ( | const int | iLevel, | |
| const float | listLeftOffset | |||
| ) | [inline] |
References m_listLeftOffset.
Referenced by IE_Imp_WordPerfect::defineOrderedListLevel(), and IE_Imp_WordPerfect::defineUnorderedListLevel().
| void ABI_ListDefinition::setListMinLabelWidth | ( | const int | iLevel, | |
| const float | listMinLabelWidth | |||
| ) | [inline] |
References m_listMinLabelWidth.
Referenced by IE_Imp_WordPerfect::defineOrderedListLevel(), and IE_Imp_WordPerfect::defineUnorderedListLevel().
| int ABI_ListDefinition::getLevelNumber | ( | const int | iLevel | ) | const [inline] |
| float ABI_ListDefinition::getListLeftOffset | ( | const int | iLevel | ) | const [inline] |
| float ABI_ListDefinition::getListMinLabelWidth | ( | const int | iLevel | ) | const [inline] |
| int ABI_ListDefinition::getOutlineHash | ( | ) | const [inline] |
References m_iOutlineHash.
Referenced by IE_Imp_WordPerfect::defineOrderedListLevel(), and IE_Imp_WordPerfect::defineUnorderedListLevel().
UT_uint32 ABI_ListDefinition::m_iListIDs[WP6_NUM_LIST_LEVELS] [private] |
Referenced by ABI_ListDefinition(), getListID(), and setListID().
int ABI_ListDefinition::m_iListNumbers[WP6_NUM_LIST_LEVELS] [private] |
Referenced by ABI_ListDefinition(), getLevelNumber(), incrementLevelNumber(), and setLevelNumber().
FL_ListType ABI_ListDefinition::m_listTypes[WP6_NUM_LIST_LEVELS] [private] |
Referenced by ABI_ListDefinition(), getListType(), and setListType().
float ABI_ListDefinition::m_listLeftOffset[WP6_NUM_LIST_LEVELS] [private] |
Referenced by ABI_ListDefinition(), getListLeftOffset(), and setListLeftOffset().
float ABI_ListDefinition::m_listMinLabelWidth[WP6_NUM_LIST_LEVELS] [private] |
Referenced by ABI_ListDefinition(), getListMinLabelWidth(), and setListMinLabelWidth().
int ABI_ListDefinition::m_iOutlineHash [private] |
Referenced by getOutlineHash().
1.5.5