Lines Matching refs:const_iterator

218     Widths::const_iterator aWidthsEnd = pWidths->end();      in getGridColsOfRow()
219 for ( Widths::const_iterator aIt = pWidths->begin(); in getGridColsOfRow()
356 Inners_t::const_iterator aIt(mInners.begin()); in toString()
357 Inners_t::const_iterator aEnd(mInners.end()); in toString()
565 Inners_t::const_iterator aIt = mInners.find(nDepth); in getInnerForDepth()
891 FirstInTableMap_t::const_iterator aIt = mFirstInTableMap.find(pTable); in insertTableNodeInfo()
1090 WW8TableCellGrid::RowTops_t::const_iterator WW8TableCellGrid::getRowTopsBegin() const in getRowTopsBegin()
1095 WW8TableCellGrid::RowTops_t::const_iterator WW8TableCellGrid::getRowTopsEnd() const in getRowTopsEnd()
1100 CellInfoMultiSet::const_iterator WW8TableCellGrid::getCellsBegin(long nTop) in getCellsBegin()
1105 CellInfoMultiSet::const_iterator WW8TableCellGrid::getCellsEnd(long nTop) in getCellsEnd()
1129 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in addShadowCells()
1137 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in addShadowCells()
1138 CellInfoMultiSet::const_iterator aCellEndIt = getCellsEnd(*aTopsIt); in addShadowCells()
1152 RowTops_t::const_iterator aRowSpanIt(aTopsIt); in addShadowCells()
1205 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in connectCells()
1211 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in connectCells()
1212 CellInfoMultiSet::const_iterator aCellEndIt = getCellsEnd(*aTopsIt); in connectCells()
1316 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in toString()
1323 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in toString()
1324 CellInfoMultiSet::const_iterator aCellsEnd = getCellsEnd(*aTopsIt); in toString()
1348 Widths::const_iterator aItEnd = pWidths->end(); in toString()
1349 for (Widths::const_iterator aIt = pWidths->begin(); in toString()
1368 RowSpans::const_iterator aItEnd = pRowSpans->end(); in toString()
1369 for (RowSpans::const_iterator aIt = pRowSpans->begin(); in toString()
1460 CellInfoMultiSet::const_iterator WW8TableCellGridRow::begin() const in begin()
1465 CellInfoMultiSet::const_iterator WW8TableCellGridRow::end() const in end()