Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx205 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio,
224 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio
230 const ::com::sun::star::awt::Size& rEntryKeyAspectRatio
237 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,
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1841 const awt::Size& rEntryKeyAspectRatio in createLegendEntries() argument
1874 …vector< ViewLegendEntry > aSeriesEntries( this->createLegendEntriesForSeries( rEntryKeyAspectRatio, in createLegendEntries()
2023 const awt::Size& rEntryKeyAspectRatio in createLegendSymbolForSeries() argument
2045 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForSeries()
2053 const awt::Size& rEntryKeyAspectRatio in createLegendSymbolForPoint() argument
2101 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForPoint()
2108 const awt::Size& rEntryKeyAspectRatio in createLegendEntriesForSeries() argument
2138 … Reference< drawing::XShape > xShape( this->createLegendSymbolForPoint( rEntryKeyAspectRatio, in createLegendEntriesForSeries()
2168 rEntryKeyAspectRatio, rSeries, xSymbolGroup, xShapeFactory ) ); in createLegendEntriesForSeries()
2209 … Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendEntriesForSeries()