Lines Matching refs:max
219 aResult.Width = ::std::max( aResult.Width, aCurrSize.Width ); in lcl_createTextShapes()
220 aResult.Height = ::std::max( aResult.Height, aCurrSize.Height ); in lcl_createTextShapes()
253 rColumnWidths[nColumn] = ::std::max( nWidth, rColumnWidths[nColumn] ); in lcl_collectColumnWidths()
277 nCurrentRowHeight = ::std::max( nCurrentRowHeight, aTextSize.Height ); in lcl_collectRowHeighs()
318 sal_Int32 nXPadding = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.33 ) ); in lcl_placeLegendEntries()
320 sal_Int32 nXOffset = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.66 ) ); in lcl_placeLegendEntries()
321 sal_Int32 nYPadding = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.2 ) ); in lcl_placeLegendEntries()
322 sal_Int32 nYOffset = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.2 ) ); in lcl_placeLegendEntries()
325 …const sal_Int32 nSymbolToTextDistance = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize *… in lcl_placeLegendEntries()
386 … aColumnWidths[nCurrentColumn] = std::max( nNewWidth, aColumnWidths[nCurrentColumn] ); in lcl_placeLegendEntries()
602 nMaxYPos = ::std::max( nMaxYPos, nCurrentYPos ); in lcl_placeLegendEntries()
958 nSymbolWidth = std::max( nSymbolWidth, nCurrentWidth ); in createShapes()