Home
last modified time | relevance | path

Searched refs:TableRowStyle (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/writerperfect/source/filter/
H A DTableStyle.cxx68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle() function in TableRowStyle
74 void TableRowStyle::write(DocumentHandler *pHandler) const in write()
103 typedef std::vector<TableRowStyle *>::iterator TRSVIter; in ~TableStyle()
156 typedef std::vector<TableRowStyle *>::const_iterator TRSVIter; in write()
H A DTableStyle.hxx54 class TableRowStyle : public Style class
57 TableRowStyle(const WPXPropertyList &propList, const char *psName);
72 void addTableRowStyle(TableRowStyle *pTableRowStyle) { mTableRowStyles.push_back(pTableRowStyle); } in addTableRowStyle()
78 std::vector<TableRowStyle *> mTableRowStyles;
H A DDocumentCollector.cxx859 TableRowStyle *pTableRowStyle = new TableRowStyle(propList, sTableRowStyleName.cstr()); in openTableRow()

Completed in 33 milliseconds