Home
last modified time | relevance | path

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

/trunk/main/svtools/source/table/
H A Dmousefunction.cxx156 long const columnStart = i_tableControl.getColumnMetrics( m_nResizingColumn ).nStartPixel; in handleMouseUp() local
157 long const requestedWidth = requestedEnd - columnStart; in handleMouseUp()
161 if ( requestedEnd >= columnStart ) in handleMouseUp()
H A Dtablecontrol_impl.cxx1276 const long columnStart = accumulatedWidthPixel; in impl_ni_relayout() local
1277 const long columnEnd = columnStart + newWidthsPixel[col]; in impl_ni_relayout()
1278 m_aColumnWidths.push_back( MutableColumnMetrics( columnStart, columnEnd ) ); in impl_ni_relayout()

Completed in 34 milliseconds