Searched refs:aRowSpanCells (Results 1 – 1 of 1) sorted by relevance
2164 std::list< RowSpanCheck > aRowSpanCells; in CheckConsistency() local2165 std::list< RowSpanCheck >::iterator aIter = aRowSpanCells.end(); in CheckConsistency()2181 ASSERT( aIter != aRowSpanCells.end(), "Missing master box" ) in CheckConsistency()2193 aRowSpanCells.erase( aEraseIter ); in CheckConsistency()2205 aRowSpanCells.insert( aIter, aEntry ); in CheckConsistency()2214 ASSERT( aIter == aRowSpanCells.end(), "Missing overlapped box" ) in CheckConsistency()2215 aIter = aRowSpanCells.begin(); in CheckConsistency()2217 bool bEmpty = aRowSpanCells.empty(); in CheckConsistency()
Completed in 24 milliseconds