Home
last modified time | relevance | path

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

/aoo42x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx388 ColumnPositions::const_iterator nextCol = col + 1; in impl_checkInvariants() local
389 if ( nextCol != m_aColumnWidths.end() ) in impl_checkInvariants()
390 if ( col->getEnd() != nextCol->getStart() ) in impl_checkInvariants()
392 col = nextCol; in impl_checkInvariants()

Completed in 20 milliseconds