Searched refs:TRSVIter (Results 1 – 1 of 1) sorted by relevance
103 typedef std::vector<TableRowStyle *>::iterator TRSVIter; in ~TableStyle() typedef106 …for (TRSVIter iterTableRowStyles = mTableRowStyles.begin() ; iterTableRowStyles != mTableRowStyles… in ~TableStyle()156 typedef std::vector<TableRowStyle *>::const_iterator TRSVIter; in write() typedef157 …for (TRSVIter iterTableRow = mTableRowStyles.begin() ; iterTableRow != mTableRowStyles.end(); iter… in write()
Completed in 10 milliseconds