Home
last modified time | relevance | path

Searched refs:o_rRowHeights (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/vcl/
H A Darrange.hxx419 std::vector<long>& o_rColumnWidths, std::vector<long>& o_rRowHeights,
/trunk/main/vcl/source/window/
H A Darrange.cxx834 … std::vector<long>& o_rColumnWidths, std::vector<long>& o_rRowHeights, in getOptimalSize() argument
854 o_rRowHeights = std::vector< long >( nRows, 0 ); in getOptimalSize()
865 if( aSize.Height() > o_rRowHeights[ it->m_nY ] ) in getOptimalSize()
866 o_rRowHeights[ it->m_nY ] = aSize.Height(); in getOptimalSize()
882 aMatrixSize.Height() += o_rRowHeights[i] + nDistanceY; in getOptimalSize()

Completed in 34 milliseconds