Home
last modified time | relevance | path

Searched defs:propList (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/writerperfect/source/filter/
H A DDocumentCollector.cxx377 void DocumentCollector::openPageSpan(const WPXPropertyList &propList) in openPageSpan()
384 void DocumentCollector::openHeader(const WPXPropertyList &propList) in openHeader()
401 void DocumentCollector::openFooter(const WPXPropertyList &propList) in openFooter()
418 void DocumentCollector::openSection(const WPXPropertyList &propList, const WPXPropertyListVector &c… in openSection()
465 void DocumentCollector::openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector … in openParagraph()
529 void DocumentCollector::openSpan(const WPXPropertyList &propList) in openSpan()
562 void DocumentCollector::defineOrderedListLevel(const WPXPropertyList &propList) in defineOrderedListLevel()
603 void DocumentCollector::defineUnorderedListLevel(const WPXPropertyList &propList) in defineUnorderedListLevel()
697 void DocumentCollector::openListElement(const WPXPropertyList &propList, const WPXPropertyListVecto… in openListElement()
755 void DocumentCollector::openFootnote(const WPXPropertyList &propList) in openFootnote()
[all …]
H A DTextRunStyle.cxx57 WPXPropertyList propList; in write() local
132 WPXPropertyList propList(mPropList); in write() local
H A DPageSpan.cxx92 WPXPropertyList propList; in writePageMaster() local
134 WPXPropertyList propList; in writeMasterPages() local
H A DTableStyle.cxx68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle()