Home
last modified time | relevance | path

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

/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx995 long effectiveMin = currentWidth, effectiveMax = currentWidth; in impl_ni_calculateColumnWidths() local
1008 effectiveMax = maxWidth; in impl_ni_calculateColumnWidths()
1010 effectiveMax = gridWidthPixel; // TODO: any better guess here? in impl_ni_calculateColumnWidths()
1012 if ( effectiveMin == effectiveMax ) in impl_ni_calculateColumnWidths()
1022 … effectiveColumnLimits.push_back( ::std::pair< long, long >( effectiveMin, effectiveMax ) ); in impl_ni_calculateColumnWidths()
1024 accumulatedMaxWidth += effectiveMax; in impl_ni_calculateColumnWidths()

Completed in 28 milliseconds