Home
last modified time | relevance | path

Searched refs:getChartType (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx77 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingGeometryProperties()
97 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingStatisticProperties()
127 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingAreaProperties()
151 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingSymbolProperties()
170 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingMainAxis()
190 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingSecondaryAxis()
212 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingOverlapAndGapWidthProperties()
257 rtl::OUString aChartTypeName = xChartType->getChartType(); in getSupportedLabelPlacements()
368 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingRightAngledAxes()
451 rtl::OUString aChartTypeName = xChartType->getChartType(); in noBordersForSimpleScheme()
[all …]
H A DDiagramHelper.cxx1486 if( xType.is() && xType->getChartType().match(CHART2_SERVICE_NAME_CHARTTYPE_PIE) ) in isSupportingFloorAndWall()
1488 if( xType.is() && xType->getChartType().match(CHART2_SERVICE_NAME_CHARTTYPE_NET) ) in isSupportingFloorAndWall()
1490 if( xType.is() && xType->getChartType().match(CHART2_SERVICE_NAME_CHARTTYPE_FILLED_NET) ) in isSupportingFloorAndWall()
1504 rtl::OUString aChartType = xChartType->getChartType(); in isPieOrDonutChart()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx351 …nst OUString aChartTypeToMatch( getChartTypeForNewSeries(aFormerlyUsedChartTypes)->getChartType()); in matchesTemplate()
363 … bResult = bResult && aChartTypeSeq[nCTIdx]->getChartType().equals( aChartTypeToMatch ); in matchesTemplate()
902 OUString aNewChartType( xNewChartType->getChartType() ); in copyPropertiesFromOldToNewCoordianteSystem()
909 if( xOldType.is() && xOldType->getChartType().equals( aNewChartType ) ) in copyPropertiesFromOldToNewCoordianteSystem()
H A DAreaChartType.hxx49 virtual ::rtl::OUString SAL_CALL getChartType()
H A DBarChartType.hxx49 virtual ::rtl::OUString SAL_CALL getChartType()
H A DFilledNetChartType.hxx48 virtual ::rtl::OUString SAL_CALL getChartType()
H A DAreaChartType.cxx55 ::rtl::OUString SAL_CALL AreaChartType::getChartType() in getChartType() function in chart::AreaChartType
H A DBarChartType.cxx56 ::rtl::OUString SAL_CALL BarChartType::getChartType() in getChartType() function in chart::BarChartType
H A DColumnChartType.hxx49 virtual ::rtl::OUString SAL_CALL getChartType()
H A DLineChartType.hxx50 virtual ::rtl::OUString SAL_CALL getChartType()
H A DFilledNetChartType.cxx71 ::rtl::OUString SAL_CALL FilledNetChartType::getChartType() in getChartType() function in chart::FilledNetChartType
H A DPieChartType.hxx50 virtual ::rtl::OUString SAL_CALL getChartType()
H A DNetChartType.hxx78 virtual ::rtl::OUString SAL_CALL getChartType()
H A DBubbleChartType.hxx50 virtual ::rtl::OUString SAL_CALL getChartType()
H A DCandleStickChartType.hxx49 virtual ::rtl::OUString SAL_CALL getChartType()
H A DScatterChartType.hxx54 virtual ::rtl::OUString SAL_CALL getChartType()
H A DColumnChartType.cxx157 ::rtl::OUString SAL_CALL ColumnChartType::getChartType() in getChartType() function in chart::ColumnChartType
H A DNetChartType.cxx177 ::rtl::OUString SAL_CALL NetChartType::getChartType() in getChartType() function in chart::NetChartType
H A DLineChartType.cxx168 ::rtl::OUString SAL_CALL LineChartType::getChartType() in getChartType() function in chart::LineChartType
H A DBubbleChartType.cxx172 ::rtl::OUString SAL_CALL BubbleChartType::getChartType() in getChartType() function in chart::BubbleChartType
H A DPieChartType.cxx162 ::rtl::OUString SAL_CALL PieChartType::getChartType() in getChartType() function in chart::PieChartType
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx179 rtl::OUString aServiceName( xChartType->getChartType() ); in isCandleStickSeries()
204 if( aCTSeq[nCTIdx]->getChartType().equals( in getFirstCandleStickSeries()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx196 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in setPropertyValue()
220 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in getPropertyValue()
H A DMinMaxLineWrapper.cxx194 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in setPropertyValue()
233 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in getPropertyValue()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXChart.idl49 long getChartType() raises(com::sun::star::script::BasicErrorException);

Completed in 86 milliseconds

12