Searched refs:rEntryKeyAspectRatio (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/chart2/source/view/main/ |
H A D | VLegendSymbolFactory.cxx | 101 const awt::Size& rEntryKeyAspectRatio, in createSymbol() argument 122 xResultGroup, rEntryKeyAspectRatio )); in createSymbol() 134 xLine->setSize( awt::Size( rEntryKeyAspectRatio.Width, 0 )); in createSymbol() 135 xLine->setPosition( awt::Point( 0, rEntryKeyAspectRatio.Height/2 )); in createSymbol() 141 … const sal_Int32 nSize = std::min(rEntryKeyAspectRatio.Width,rEntryKeyAspectRatio.Height); in createSymbol() 146 … drawing::Position3D aPos( rEntryKeyAspectRatio.Width/2, rEntryKeyAspectRatio.Height/2, 0 ); in createSymbol() 184 … sal_Int32 nSize = std::min( rEntryKeyAspectRatio.Width, rEntryKeyAspectRatio.Height ); in createSymbol() 186 …xShape->setPosition( awt::Point( rEntryKeyAspectRatio.Width/2-nSize/2, rEntryKeyAspectRatio.Height… in createSymbol() 197 xShape->setSize( rEntryKeyAspectRatio ); in createSymbol()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 206 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio, 225 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio 231 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio 238 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
|
H A D | VLegendSymbolFactory.hxx | 49 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
|
H A D | LegendEntryProvider.hxx | 76 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 1842 const awt::Size& rEntryKeyAspectRatio in createLegendEntries() argument 1875 …vector< ViewLegendEntry > aSeriesEntries( this->createLegendEntriesForSeries( rEntryKeyAspectRatio, in createLegendEntries() 2024 const awt::Size& rEntryKeyAspectRatio in createLegendSymbolForSeries() argument 2046 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForSeries() 2054 const awt::Size& rEntryKeyAspectRatio in createLegendSymbolForPoint() argument 2102 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForPoint() 2109 const awt::Size& rEntryKeyAspectRatio in createLegendEntriesForSeries() argument 2139 … Reference< drawing::XShape > xShape( this->createLegendSymbolForPoint( rEntryKeyAspectRatio, in createLegendEntriesForSeries() 2169 rEntryKeyAspectRatio, rSeries, xSymbolGroup, xShapeFactory ) ); in createLegendEntriesForSeries() 2210 … Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendEntriesForSeries()
|
Completed in 62 milliseconds