Home
last modified time | relevance | path

Searched refs:updateListLevel (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/writerperfect/source/filter/
H A DListStyle.hxx74 virtual void updateListLevel(const int iLevel, const WPXPropertyList &xPropList) = 0;
92 void updateListLevel(const int iLevel, const WPXPropertyList &xPropList);
99 void updateListLevel(const int iLevel, const WPXPropertyList &xPropList);
H A DListStyle.cxx36 void OrderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel() function in OrderedListStyle
80 void UnorderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel() function in UnorderedListStyle
H A DDocumentCollector.cxx599 … (* iterOrderedListStyles)->updateListLevel((propList["libwpd:level"]->getInt() - 1), propList); in defineOrderedListLevel()
626 … (* iterUnorderedListStyles)->updateListLevel((propList["libwpd:level"]->getInt() - 1), propList); in defineUnorderedListLevel()