Searched refs:xPropList (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/writerperfect/source/filter/ |
H A D | ListStyle.cxx | 31 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 D | ListStyle.hxx | 54 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 D | TableStyle.cxx | 39 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 D | SectionStyle.cxx | 38 SectionStyle::SectionStyle(const WPXPropertyList &xPropList, in SectionStyle() argument 42 mPropList(xPropList), in SectionStyle()
|
H A D | TableStyle.hxx | 48 TableCellStyle(const WPXPropertyList &xPropList, const char *psName); 66 …TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psN…
|
H A D | DocumentHandler.cxx | 55 void DocumentHandler::startElement(const char *psName, const WPXPropertyList &xPropList) in startElement() argument 60 WPXPropertyList::Iter i(xPropList); in startElement()
|
H A D | DocumentCollector.cxx | 337 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 D | PageSpan.cxx | 32 PageSpan::PageSpan(const WPXPropertyList &xPropList) : in PageSpan() argument 33 mxPropList(xPropList), in PageSpan()
|
H A D | TextRunStyle.cxx | 118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle() argument 120 mPropList(xPropList) in SpanStyle()
|
H A D | SectionStyle.hxx | 45 …SectionStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *…
|
H A D | DocumentHandler.hxx | 43 void startElement(const char *psName, const WPXPropertyList &xPropList);
|
H A D | TextRunStyle.hxx | 63 SpanStyle(const char *psName, const WPXPropertyList &xPropList);
|
H A D | PageSpan.hxx | 44 PageSpan(const WPXPropertyList &xPropList);
|
Completed in 25 milliseconds