Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx101 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()
/aoo41x/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx206 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 DVLegendSymbolFactory.hxx49 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
H A DLegendEntryProvider.hxx76 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1842 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 36 milliseconds