Searched refs:nNumberOfRows (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/chart2/source/view/main/ |
| H A D | VLegend.cxx | 234 …olumnWidths( std::vector< sal_Int32 >& rColumnWidths, const sal_Int32 nNumberOfRows, const sal_Int… in lcl_collectColumnWidths() argument 241 for( ; nRow < nNumberOfRows; ++nRow ) in lcl_collectColumnWidths() 259 void lcl_collectRowHeighs( std::vector< sal_Int32 >& rRowHeights, const sal_Int32 nNumberOfRows, co… in lcl_collectRowHeighs() argument 268 for( ; nRow < nNumberOfRows; ++nRow ) in lcl_collectRowHeighs() 284 …eHeight( const std::vector< sal_Int32 >& aRowHeights, const sal_Int32 nNumberOfRows, double fViewF… in lcl_getTextLineHeight() argument 288 for( sal_Int32 nR=0; nR<nNumberOfRows; nR++ ) in lcl_getTextLineHeight() 349 sal_Int32 nNumberOfColumns = 0, nNumberOfRows = 0; in lcl_placeLegendEntries() local 422 nNumberOfRows = nCurrentRow+1; in lcl_placeLegendEntries() 425 lcl_collectRowHeighs( aRowHeights, nNumberOfRows, nNumberOfColumns, aTextShapes ); in lcl_placeLegendEntries() 426 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries() [all …]
|