Searched refs:aRowHeights (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 290 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 …]
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 891 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 …]
|
Completed in 22 milliseconds