Searched refs:TableRowStyle (Results 1 – 3 of 3) sorted by relevance
68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle() function in TableRowStyle74 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()
54 class TableRowStyle : public Style class57 TableRowStyle(const WPXPropertyList &propList, const char *psName);72 void addTableRowStyle(TableRowStyle *pTableRowStyle) { mTableRowStyles.push_back(pTableRowStyle); } in addTableRowStyle()78 std::vector<TableRowStyle *> mTableRowStyles;
859 TableRowStyle *pTableRowStyle = new TableRowStyle(propList, sTableRowStyleName.cstr()); in openTableRow()
Completed in 27 milliseconds