Searched refs:nSymbolWidth (Results 1 – 2 of 2) sorted by relevance
943 sal_Int32 nSymbolWidth = static_cast< sal_Int32 >( nSymbolHeigth ); in createShapes() local958 nSymbolWidth = std::max( nSymbolWidth, nCurrentWidth ); in createShapes()961 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createShapes()
473 sal_Int32 nSymbolWidth = aCurrentRatio.Width; in createDataLabel() local476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()478 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createDataLabel()
Completed in 24 milliseconds