Searched refs:o_rRowHeights (Results 1 – 2 of 2) sorted by relevance
834 … std::vector<long>& o_rColumnWidths, std::vector<long>& o_rRowHeights, in getOptimalSize() argument854 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()
419 std::vector<long>& o_rColumnWidths, std::vector<long>& o_rRowHeights,
Completed in 22 milliseconds