Searched defs:iListID (Results 1 – 2 of 2) sorted by relevance
91 OrderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in OrderedListStyle()98 UnorderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in UnorderedListStyle()
114 ListStyle::ListStyle(const char *psName, const int iListID) : in ListStyle()