Searched refs:WPXPropertyList (Results 1 – 16 of 16) sorted by relevance
| /AOO41X/main/writerperfect/source/filter/ |
| H A D | DocumentCollector.hxx | 89 virtual void setDocumentMetaData(const WPXPropertyList & /* propList */) {} in setDocumentMetaData() argument 93 virtual void openPageSpan(const WPXPropertyList &propList); 96 virtual void openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns); 99 virtual void openHeader(const WPXPropertyList &propList); 101 virtual void openFooter(const WPXPropertyList &propList); 104 …virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops); 107 virtual void openSpan(const WPXPropertyList &propList); 115 virtual void defineOrderedListLevel(const WPXPropertyList &propList); 116 virtual void defineUnorderedListLevel(const WPXPropertyList &propList); 117 virtual void openOrderedListLevel(const WPXPropertyList &propList); [all …]
|
| H A D | DocumentCollector.cxx | 206 WPXPropertyList xBlankAttrList; in _writeMasterPages() 231 WPXPropertyList xBlankAttrList; in _writeTargetDocument() 237 WPXPropertyList docContentPropList; in _writeTargetDocument() 337 WPXString propListToStyleKey(const WPXPropertyList & xPropList) in propListToStyleKey() 340 WPXPropertyList::Iter i(xPropList); in propListToStyleKey() 351 WPXString getParagraphStyleKey(const WPXPropertyList & xPropList, const WPXPropertyListVector & xTa… in getParagraphStyleKey() 377 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() [all …]
|
| H A D | ListStyle.hxx | 54 OrderedListLevelStyle(const WPXPropertyList &xPropList); 57 WPXPropertyList mPropList; 63 UnorderedListLevelStyle(const WPXPropertyList &xPropList); 66 WPXPropertyList mPropList; 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 | TextRunStyle.cxx | 41 ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, … in ParagraphStyle() 57 WPXPropertyList propList; in write() 66 WPXPropertyList::Iter k((*mpPropList)); in write() 103 WPXPropertyList::Iter j(i()); in write() 118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle() 127 WPXPropertyList styleOpenList; in write() 132 WPXPropertyList propList(mPropList); in write()
|
| H A D | TableStyle.hxx | 48 TableCellStyle(const WPXPropertyList &xPropList, const char *psName); 51 WPXPropertyList mPropList; 57 TableRowStyle(const WPXPropertyList &propList, const char *psName); 60 WPXPropertyList mPropList; 66 …TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psN… 75 WPXPropertyList mPropList;
|
| H A D | PageSpan.cxx | 32 PageSpan::PageSpan(const WPXPropertyList &xPropList) : in PageSpan() 92 WPXPropertyList propList; in writePageMaster() 100 WPXPropertyList tempPropList = mxPropList; in writePageMaster() 107 WPXPropertyList footnoteSepPropList; in writePageMaster() 134 WPXPropertyList propList; in writeMasterPages()
|
| H A D | TableStyle.cxx | 39 TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) : in TableCellStyle() 54 WPXPropertyList stylePropList; in write() 55 WPXPropertyList::Iter i(mPropList); in write() 68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle() 93 TableStyle::TableStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, cons… in TableStyle()
|
| H A D | TextRunStyle.hxx | 49 …ParagraphStyle(WPXPropertyList *propList, const WPXPropertyListVector &tabStops, const WPXString &… 54 WPXPropertyList *mpPropList; 63 SpanStyle(const char *psName, const WPXPropertyList &xPropList); 67 WPXPropertyList mPropList;
|
| H A D | ListStyle.cxx | 31 OrderedListLevelStyle::OrderedListLevelStyle(const WPXPropertyList &xPropList) : in OrderedListLevelStyle() 36 void OrderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel() 75 UnorderedListLevelStyle::UnorderedListLevelStyle(const WPXPropertyList &xPropList) in UnorderedListLevelStyle() 80 void UnorderedListStyle::updateListLevel(const int iLevel, const WPXPropertyList &xPropList) in updateListLevel()
|
| H A D | SectionStyle.hxx | 45 …SectionStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *… 49 WPXPropertyList mPropList;
|
| H A D | SectionStyle.cxx | 38 SectionStyle::SectionStyle(const WPXPropertyList &xPropList, in SectionStyle() 59 WPXPropertyList columnProps; in write()
|
| H A D | PageSpan.hxx | 44 PageSpan(const WPXPropertyList &xPropList); 59 WPXPropertyList mxPropList;
|
| H A D | DocumentHandler.cxx | 55 void DocumentHandler::startElement(const char *psName, const WPXPropertyList &xPropList) in startElement() 60 WPXPropertyList::Iter i(xPropList); in startElement()
|
| H A D | DocumentHandler.hxx | 43 void startElement(const char *psName, const WPXPropertyList &xPropList);
|
| H A D | DocumentElement.hxx | 70 WPXPropertyList maAttrList;
|
| H A D | DocumentElement.cxx | 76 WPXPropertyList xBlankAttrList; in write()
|