Home
last modified time | relevance | path

Searched refs:getColorByIndex (Results 1 – 11 of 11) sorted by relevance

/trunk/main/chart2/source/inc/
H A DConfigColorScheme.hxx69 SAL_DLLPRIVATE virtual ::sal_Int32 SAL_CALL getColorByIndex( ::sal_Int32 nIndex )
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx292 C2U("Color"), uno::makeAny( xColorScheme->getColorByIndex( nNewSeriesIndex ))); in lcl_CreateNewSeries()
785 … C2U("Color"), uno::makeAny( xColorScheme->getColorByIndex( nSeriesCounter ))); in applyInterpretedData()
/trunk/main/chart2/source/tools/
H A DConfigColorScheme.cxx156 ::sal_Int32 SAL_CALL ConfigColorScheme::getColorByIndex( ::sal_Int32 nIndex ) in getColorByIndex() function in chart::ConfigColorScheme
/trunk/main/offapi/com/sun/star/chart2/
H A DXColorScheme.idl55 ::com::sun::star::util::Color getColorByIndex( [in] long nIndex );
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx235 nSpecialFillColor = xColorScheme->getColorByIndex( nPointIndex ); in createItemConverter()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx467 m_xColorScheme->getColorByIndex( nPointIndex )); in createShapes()
H A DVSeriesPlotter.cxx2098 C2U("Color"), uno::makeAny( m_xColorScheme->getColorByIndex( nPointIndex ))); in createLegendSymbolForPoint()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx868 return uno::makeAny( xColorScheme->getColorByIndex( m_nPointIndex ) ); in getPropertyValue()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx78 uno::makeAny( xColorScheme->getColorByIndex( nIndex ))); in lcl_applyDefaultStyle()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1944 … aPointProp.SetProperty( aColorName, xColorScheme->getColorByIndex( nPointIdx ) ); in ConvertDataSeries()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3406 xColorScheme->getColorByIndex( nElement ))); in exportDataPoints()

Completed in 268 milliseconds