Searched refs:TCSVIter (Results 1 – 1 of 1) sorted by relevance
102 typedef std::vector<TableCellStyle *>::iterator TCSVIter; in ~TableStyle() typedef104 …for (TCSVIter iterTableCellStyles = mTableCellStyles.begin() ; iterTableCellStyles != mTableCellSt… in ~TableStyle()160 typedef std::vector<TableCellStyle *>::const_iterator TCSVIter; in write() typedef161 …for (TCSVIter iterTableCell = mTableCellStyles.begin() ; iterTableCell != mTableCellStyles.end(); … in write()
Completed in 13 milliseconds