Home
last modified time | relevance | path

Searched refs:aChartType (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/chart2/source/tools/
H A DChartTypeHelper.cxx463 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultDirectLightColor() local
464 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultDirectLightColor()
471 else if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_LINE) in getDefaultDirectLightColor()
483 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultAmbientLightColor() local
484 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultAmbientLightColor()
500 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultSimpleLightDirection() local
501 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultSimpleLightDirection()
503 else if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_LINE) in getDefaultSimpleLightDirection()
515 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultRealisticLightDirection() local
516 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultRealisticLightDirection()
[all …]
H A DObjectIdentifier.cxx160 OUString aChartType = xChartType->getChartType(); in lcl_getFirstStockChartType() local
161 if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in lcl_getFirstStockChartType()
H A DDiagramHelper.cxx1504 rtl::OUString aChartType = xChartType->getChartType(); in isPieOrDonutChart() local
1505 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isPieOrDonutChart()
/aoo4110/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx276 void SAL_CALL BaseCoordinateSystem::addChartType( const Reference< chart2::XChartType >& aChartType in addChartType() argument
280 if( ::std::find( m_aChartTypes.begin(), m_aChartTypes.end(), aChartType ) in addChartType()
284 m_aChartTypes.push_back( aChartType ); in addChartType()
285 ModifyListenerHelper::addListener( aChartType, m_xModifyEventForwarder ); in addChartType()
289 …SAL_CALL BaseCoordinateSystem::removeChartType( const Reference< chart2::XChartType >& aChartType ) in removeChartType() argument
294 aIt( ::std::find( m_aChartTypes.begin(), m_aChartTypes.end(), aChartType )); in removeChartType()
301 ModifyListenerHelper::removeListener( aChartType, m_xModifyEventForwarder ); in removeChartType()
/aoo4110/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2245 rtl::OUString aChartType = xChartTypeModel->getChartType(); in createSeriesPlotter() local
2249 if( aChartType.equalsIgnoreAsciiCase( CHART2_SERVICE_NAME_CHARTTYPE_COLUMN ) ) in createSeriesPlotter()
2251 else if( aChartType.equalsIgnoreAsciiCase( CHART2_SERVICE_NAME_CHARTTYPE_BAR ) ) in createSeriesPlotter()
2253 else if( aChartType.equalsIgnoreAsciiCase( CHART2_SERVICE_NAME_CHARTTYPE_AREA ) ) in createSeriesPlotter()
2255 else if( aChartType.equalsIgnoreAsciiCase( CHART2_SERVICE_NAME_CHARTTYPE_LINE ) ) in createSeriesPlotter()
2257 else if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_SCATTER) ) in createSeriesPlotter()
2259 else if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_BUBBLE) ) in createSeriesPlotter()
2261 else if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in createSeriesPlotter()
2263 else if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_NET) ) in createSeriesPlotter()
2265 else if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_FILLED_NET) ) in createSeriesPlotter()
[all …]
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXChartTypeContainer.idl55 void addChartType( [in] XChartType aChartType )
60 void removeChartType( [in] XChartType aChartType )
/aoo4110/main/chart2/source/model/inc/
H A DBaseCoordinateSystem.hxx112 const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& aChartType )
116 const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& aChartType )
/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx2744 OUString aChartType( aCTSeq[nCTIdx]->getChartType()); in exportSeries() local
2748 …if( aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.CandleStickChartType"… in exportSeries()
2906 … SchXMLTools::getTokenByChartType( aChartType, false /* bUseOldNames */ )); in exportSeries()
2930 …bool bIsScatterChart = aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.Sc… in exportSeries()
2931 …bool bIsBubbleChart = aChartType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.Bub… in exportSeries()
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx472 rtl::OUString aChartType( xChartType->getChartType() ); in lcl_isXYChart() local
473 if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_SCATTER) ) in lcl_isXYChart()

Completed in 83 milliseconds