Home
last modified time | relevance | path

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

/aoo4110/main/writerperfect/source/filter/
H A DTableStyle.cxx102 typedef std::vector<TableCellStyle *>::iterator TCSVIter; in ~TableStyle() typedef
104 …for (TCSVIter iterTableCellStyles = mTableCellStyles.begin() ; iterTableCellStyles != mTableCellSt… in ~TableStyle()
160 typedef std::vector<TableCellStyle *>::const_iterator TCSVIter; in write() typedef
161 …for (TCSVIter iterTableCell = mTableCellStyles.begin() ; iterTableCell != mTableCellStyles.end(); … in write()

Completed in 13 milliseconds