Home
last modified time | relevance | path

Searched refs:aRowHeights (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/window/
H A Darrange.cxx891 std::vector<long> aColumnWidths, aRowHeights; in getOptimalSize() local
893 return getOptimalSize( i_eType, aColumnWidths, aRowHeights, aColumnPrio, aRowPrio ); in getOptimalSize()
941 std::vector<long> aColumnWidths, aRowHeights; in resize() local
943 …Size aOptSize( getOptimalSize( WINDOWSIZE_PREFERRED, aColumnWidths, aRowHeights, aColumnPrio, aRow… in resize()
950 aRowHeights = aMinRowHeights; in resize()
962 for( size_t i = 0; i < aRowHeights.size(); ++i ) in resize()
963 nExtraSize -= aRowHeights[i] + m_nBorderY; in resize()
965 distributeExtraSize( aRowHeights, aRowPrio, nExtraSize ); in resize()
976 std::vector<long> aRowY( aRowHeights.size() ); in resize()
979 aRowY[i] = aRowY[i-1] + aRowHeights[i-1] + nDistanceY; in resize()
[all …]
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx290 sal_Int32 nFullTextHeight = aRowHeights[ nR ]; in lcl_getTextLineHeight()
351 std::vector< sal_Int32 > aRowHeights; in lcl_placeLegendEntries() local
425 lcl_collectRowHeighs( aRowHeights, nNumberOfRows, nNumberOfColumns, aTextShapes ); in lcl_placeLegendEntries()
426 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries()
429 nSumHeight += aRowHeights[nR]; in lcl_placeLegendEntries()
452 nSumHeight -= aRowHeights[nR]; in lcl_placeLegendEntries()
453 aRowHeights.pop_back(); in lcl_placeLegendEntries()
458 nNumberOfRows = static_cast<sal_Int32>(aRowHeights.size()); in lcl_placeLegendEntries()
554 lcl_collectRowHeighs( aRowHeights, nNumberOfRows, nNumberOfColumns, aTextShapes ); in lcl_placeLegendEntries()
555 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries()
[all …]

Completed in 30 milliseconds