|
Lines 81-87
Link Here
|
| 81 |
class WordPerfectCollector : public WPXDocumentInterface |
81 |
class WordPerfectCollector : public WPXDocumentInterface |
| 82 |
#else // HAVE_LIBWPD_090 |
82 |
#else // HAVE_LIBWPD_090 |
| 83 |
class WordPerfectCollector : public WPXHLListenerImpl |
83 |
class WordPerfectCollector : public WPXHLListenerImpl |
| 84 |
#endif HAVE_LIBWPD_090 |
84 |
#endif // HAVE_LIBWPD_090 |
| 85 |
{ |
85 |
{ |
| 86 |
public: |
86 |
public: |
| 87 |
WordPerfectCollector(WPXInputStream *pInput, DocumentHandler *pHandler); |
87 |
WordPerfectCollector(WPXInputStream *pInput, DocumentHandler *pHandler); |
|
Lines 93-104
Link Here
|
| 93 |
virtual void startDocument(); |
93 |
virtual void startDocument(); |
| 94 |
virtual void endDocument(); |
94 |
virtual void endDocument(); |
| 95 |
virtual void definePageStyle(const WPXPropertyList &propList) {}; |
95 |
virtual void definePageStyle(const WPXPropertyList &propList) {}; |
| 96 |
virtual void openPageSpan(const WPXPropertyList &propList) {}; |
96 |
virtual void openPageSpan(const WPXPropertyList &propList); |
| 97 |
virtual void closePageSpan() {}; |
97 |
virtual void closePageSpan(); |
| 98 |
virtual void openHeader(const WPXPropertyList &propList) {}; |
98 |
virtual void openHeader(const WPXPropertyList &propList); |
| 99 |
virtual void closeHeader() {}; |
99 |
virtual void closeHeader(); |
| 100 |
virtual void openFooter(const WPXPropertyList &propList) {}; |
100 |
virtual void openFooter(const WPXPropertyList &propList); |
| 101 |
virtual void closeFooter() {}; |
101 |
virtual void closeFooter(); |
| 102 |
virtual void defineParagraphStyle(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) {}; |
102 |
virtual void defineParagraphStyle(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) {}; |
| 103 |
virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops); |
103 |
virtual void openParagraph(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops); |
| 104 |
virtual void closeParagraph(); |
104 |
virtual void closeParagraph(); |
|
Lines 106-141
Link Here
|
| 106 |
virtual void openSpan(const WPXPropertyList &propList); |
106 |
virtual void openSpan(const WPXPropertyList &propList); |
| 107 |
virtual void closeSpan(); |
107 |
virtual void closeSpan(); |
| 108 |
virtual void defineSectionStyle(const WPXPropertyList &propList, const WPXPropertyListVector &columns) {}; |
108 |
virtual void defineSectionStyle(const WPXPropertyList &propList, const WPXPropertyListVector &columns) {}; |
| 109 |
virtual void openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns) {}; |
109 |
virtual void openSection(const WPXPropertyList &propList, const WPXPropertyListVector &columns); |
| 110 |
virtual void closeSection() {}; |
110 |
virtual void closeSection(); |
| 111 |
virtual void insertTab(); |
111 |
virtual void insertTab(); |
| 112 |
virtual void insertSpace() {}; |
112 |
virtual void insertSpace() {}; |
| 113 |
virtual void insertText(const WPXString &text); |
113 |
virtual void insertText(const WPXString &text); |
| 114 |
virtual void insertLineBreak(); |
114 |
virtual void insertLineBreak(); |
| 115 |
virtual void insertField(const WPXString &type, const WPXPropertyList &propList) {}; |
115 |
virtual void insertField(const WPXString &type, const WPXPropertyList &propList) {}; |
| 116 |
virtual void defineOrderedListLevel(const WPXPropertyList &propList) {}; |
116 |
virtual void defineOrderedListLevel(const WPXPropertyList &propList); |
| 117 |
virtual void defineUnorderedListLevel(const WPXPropertyList &propList) {}; |
117 |
virtual void defineUnorderedListLevel(const WPXPropertyList &propList); |
| 118 |
virtual void openOrderedListLevel(const WPXPropertyList &propList) {}; |
118 |
virtual void openOrderedListLevel(const WPXPropertyList &propList); |
| 119 |
virtual void openUnorderedListLevel(const WPXPropertyList &propList) {}; |
119 |
virtual void openUnorderedListLevel(const WPXPropertyList &propList); |
| 120 |
virtual void closeOrderedListLevel() {}; |
120 |
virtual void closeOrderedListLevel(); |
| 121 |
virtual void closeUnorderedListLevel() {}; |
121 |
virtual void closeUnorderedListLevel(); |
| 122 |
virtual void openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) {}; |
122 |
virtual void openListElement(const WPXPropertyList &propList, const WPXPropertyListVector &tabStops); |
| 123 |
virtual void closeListElement() {}; |
123 |
virtual void closeListElement(); |
| 124 |
virtual void openFootnote(const WPXPropertyList &propList) {}; |
124 |
virtual void openFootnote(const WPXPropertyList &propList); |
| 125 |
virtual void closeFootnote() {}; |
125 |
virtual void closeFootnote(); |
| 126 |
virtual void openEndnote(const WPXPropertyList &propList) {}; |
126 |
virtual void openEndnote(const WPXPropertyList &propList); |
| 127 |
virtual void closeEndnote() {}; |
127 |
virtual void closeEndnote(); |
| 128 |
virtual void openComment(const WPXPropertyList &propList) {}; |
128 |
virtual void openComment(const WPXPropertyList &propList) {}; |
| 129 |
virtual void closeComment() {}; |
129 |
virtual void closeComment() {}; |
| 130 |
virtual void openTextBox(const WPXPropertyList &propList) {}; |
130 |
virtual void openTextBox(const WPXPropertyList &propList) {}; |
| 131 |
virtual void closeTextBox() {}; |
131 |
virtual void closeTextBox() {}; |
| 132 |
virtual void openTable(const WPXPropertyList &propList, const WPXPropertyListVector &columns) {}; |
132 |
virtual void openTable(const WPXPropertyList &propList, const WPXPropertyListVector &columns); |
| 133 |
virtual void openTableRow(const WPXPropertyList &propList) {}; |
133 |
virtual void openTableRow(const WPXPropertyList &propList); |
| 134 |
virtual void closeTableRow() {}; |
134 |
virtual void closeTableRow(); |
| 135 |
virtual void openTableCell(const WPXPropertyList &propList) {}; |
135 |
virtual void openTableCell(const WPXPropertyList &propList); |
| 136 |
virtual void closeTableCell() {}; |
136 |
virtual void closeTableCell(); |
| 137 |
virtual void insertCoveredTableCell(const WPXPropertyList &propList) {}; |
137 |
virtual void insertCoveredTableCell(const WPXPropertyList &propList); |
| 138 |
virtual void closeTable() {}; |
138 |
virtual void closeTable(); |
| 139 |
virtual void openFrame(const WPXPropertyList &propList) {}; |
139 |
virtual void openFrame(const WPXPropertyList &propList) {}; |
| 140 |
virtual void closeFrame() {}; |
140 |
virtual void closeFrame() {}; |
| 141 |
virtual void insertBinaryObject(const WPXPropertyList &propList, const WPXBinaryData &data) {}; |
141 |
virtual void insertBinaryObject(const WPXPropertyList &propList, const WPXBinaryData &data) {}; |