Searched refs:maxWidthLogical (Results 1 – 1 of 1) sorted by relevance
144 long const maxWidthLogical = pColumn->getMaxWidth(); in handleMouseUp() local172 if ( ( maxWidthLogical != 0 ) && ( requestedWidthLogical >= maxWidthLogical ) ) in handleMouseUp()173 requestedWidthLogical = maxWidthLogical; in handleMouseUp()