Searched refs:columnStart (Results 1 – 2 of 2) sorted by relevance
156 long const columnStart = i_tableControl.getColumnMetrics( m_nResizingColumn ).nStartPixel; in handleMouseUp() local157 long const requestedWidth = requestedEnd - columnStart; in handleMouseUp()161 if ( requestedEnd >= columnStart ) in handleMouseUp()
1276 const long columnStart = accumulatedWidthPixel; in impl_ni_relayout() local1277 const long columnEnd = columnStart + newWidthsPixel[col]; in impl_ni_relayout()1278 m_aColumnWidths.push_back( MutableColumnMetrics( columnStart, columnEnd ) ); in impl_ni_relayout()
Completed in 29 milliseconds