Searched refs:WPXPropertyList (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/writerperfect/source/filter/ |
H A D | DocumentCollector.hxx | 93 virtual void openPageSpan(const WPXPropertyList &propList); 99 virtual void openHeader(const WPXPropertyList &propList); 101 virtual void openFooter(const WPXPropertyList &propList); 107 virtual void openSpan(const WPXPropertyList &propList); 115 virtual void defineOrderedListLevel(const WPXPropertyList &propList); 117 virtual void openOrderedListLevel(const WPXPropertyList &propList); 118 virtual void openUnorderedListLevel(const WPXPropertyList &propList); 124 virtual void openFootnote(const WPXPropertyList &propList); 126 virtual void openEndnote(const WPXPropertyList &propList); 130 virtual void openTableRow(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() 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() 470 WPXPropertyList *pPersistPropList = new WPXPropertyList(propList); in openParagraph() 529 void DocumentCollector::openSpan(const WPXPropertyList &propList) in openSpan() [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()
|
Completed in 45 milliseconds