Home
last modified time | relevance | path

Searched refs:xPropList (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/writerperfect/source/filter/
H A DListStyle.cxx31 OrderedListLevelStyle::OrderedListLevelStyle(const WPXPropertyList &xPropList) : in OrderedListLevelStyle() argument
32 mPropList(xPropList) in OrderedListLevelStyle()
36 void OrderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel() argument
41 setListLevel(iLevel, new OrderedListLevelStyle(xPropList)); in updateListLevel()
75 UnorderedListLevelStyle::UnorderedListLevelStyle(const WPXPropertyList &xPropList) in UnorderedListLevelStyle() argument
76 : mPropList(xPropList) in UnorderedListLevelStyle()
80 void UnorderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel() argument
85 setListLevel(iLevel, new UnorderedListLevelStyle(xPropList)); in updateListLevel()
H A DListStyle.hxx54 OrderedListLevelStyle(const WPXPropertyList &xPropList);
63 UnorderedListLevelStyle(const WPXPropertyList &xPropList);
74 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 DTableStyle.cxx39 TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) : in TableCellStyle() argument
41 mPropList(xPropList) in TableCellStyle()
93 TableStyle::TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, cons… in TableStyle() argument
95 mPropList(xPropList), in TableStyle()
H A DSectionStyle.cxx38 SectionStyle::SectionStyle(const WPXPropertyList &xPropList, in SectionStyle() argument
42 mPropList(xPropList), in SectionStyle()
H A DTableStyle.hxx48 TableCellStyle(const WPXPropertyList &xPropList, const char *psName);
66 …TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psN…
H A DDocumentHandler.cxx55 void DocumentHandler::startElement(const char *psName, const WPXPropertyList &xPropList) in startElement() argument
60 WPXPropertyList::Iter i(xPropList); in startElement()
H A DDocumentCollector.cxx337 WPXString propListToStyleKey(const WPXPropertyList & xPropList) in propListToStyleKey() argument
340 WPXPropertyList::Iter i(xPropList); in propListToStyleKey()
351 WPXString getParagraphStyleKey(const WPXPropertyList & xPropList, const WPXPropertyListVector & xTa… in getParagraphStyleKey() argument
353 WPXString sKey = propListToStyleKey(xPropList); in getParagraphStyleKey()
H A DPageSpan.cxx32 PageSpan::PageSpan(const WPXPropertyList &xPropList) : in PageSpan() argument
33 mxPropList(xPropList), in PageSpan()
H A DTextRunStyle.cxx118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle() argument
120 mPropList(xPropList) in SpanStyle()
H A DSectionStyle.hxx45 …SectionStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *…
H A DDocumentHandler.hxx43 void startElement(const char *psName, const WPXPropertyList &xPropList);
H A DTextRunStyle.hxx63 SpanStyle(const char *psName, const WPXPropertyList &xPropList);
H A DPageSpan.hxx44 PageSpan(const WPXPropertyList &xPropList);

Completed in 25 milliseconds