Searched refs:CellInfoMultiSet (Results 1 – 2 of 2) sorted by relevance
159 typedef ::std::multiset<CellInfo, less<CellInfo> > CellInfoMultiSet; typedef160 typedef boost::shared_ptr<CellInfoMultiSet> CellInfoMultiSetPtr;247 CellInfoMultiSet::const_iterator begin() const;248 CellInfoMultiSet::const_iterator end() const;270 CellInfoMultiSet::const_iterator getCellsBegin(long nTop);271 CellInfoMultiSet::const_iterator getCellsEnd(long nTop);
1100 CellInfoMultiSet::const_iterator WW8TableCellGrid::getCellsBegin(long nTop) in getCellsBegin()1105 CellInfoMultiSet::const_iterator WW8TableCellGrid::getCellsEnd(long nTop) in getCellsEnd()1137 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in addShadowCells()1138 CellInfoMultiSet::const_iterator aCellEndIt = getCellsEnd(*aTopsIt); in addShadowCells()1211 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in connectCells()1212 CellInfoMultiSet::const_iterator aCellEndIt = getCellsEnd(*aTopsIt); in connectCells()1323 CellInfoMultiSet::const_iterator aCellIt = getCellsBegin(*aTopsIt); in toString()1324 CellInfoMultiSet::const_iterator aCellsEnd = getCellsEnd(*aTopsIt); in toString()1440 : m_pCellInfos(new CellInfoMultiSet) in WW8TableCellGridRow()1460 CellInfoMultiSet::const_iterator WW8TableCellGridRow::begin() const in begin()[all …]
Completed in 37 milliseconds