Home
last modified time | relevance | path

Searched refs:nMaxEntryHeight (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/chart2/source/view/main/
H A DVLegend.cxx346 sal_Int32 nMaxEntryHeight = nYOffset + aMaxEntryExtent.Height; in lcl_placeLegendEntries() local
501 sal_Int32 nMaxNumberOfRows = nMaxEntryHeight in lcl_placeLegendEntries()
502 ? (rAvailableSpace.Height - 2*nYPadding ) / nMaxEntryHeight in lcl_placeLegendEntries()
535 double fAspect = nMaxEntryHeight in lcl_placeLegendEntries()
536 ? static_cast< double >( nMaxEntryWidth ) / static_cast< double >( nMaxEntryHeight ) in lcl_placeLegendEntries()