Searched refs:aChartType (Results 1 – 9 of 9) sorted by relevance
463 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultDirectLightColor() local464 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() local484 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultAmbientLightColor()500 rtl::OUString aChartType = xChartType->getChartType(); in getDefaultSimpleLightDirection() local501 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() local516 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in getDefaultRealisticLightDirection()[all …]
160 OUString aChartType = xChartType->getChartType(); in lcl_getFirstStockChartType() local161 if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in lcl_getFirstStockChartType()
1504 rtl::OUString aChartType = xChartType->getChartType(); in isPieOrDonutChart() local1505 if( aChartType.equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isPieOrDonutChart()
276 void SAL_CALL BaseCoordinateSystem::addChartType( const Reference< chart2::XChartType >& aChartType… in addChartType() argument280 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() argument294 aIt( ::std::find( m_aChartTypes.begin(), m_aChartTypes.end(), aChartType )); in removeChartType()301 ModifyListenerHelper::removeListener( aChartType, m_xModifyEventForwarder ); in removeChartType()
2245 rtl::OUString aChartType = xChartTypeModel->getChartType(); in createSeriesPlotter() local2249 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 …]
55 void addChartType( [in] XChartType aChartType )60 void removeChartType( [in] XChartType aChartType )
112 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 )
2744 OUString aChartType( aCTSeq[nCTIdx]->getChartType()); in exportSeries() local2748 …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()
472 rtl::OUString aChartType( xChartType->getChartType() ); in lcl_isXYChart() local473 if( aChartType.equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CHARTTYPE_SCATTER) ) in lcl_isXYChart()
Completed in 89 milliseconds