/aoo41x/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 77 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 D | DiagramHelper.cxx | 1486 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()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 351 …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 D | AreaChartType.hxx | 49 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | BarChartType.hxx | 49 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | FilledNetChartType.hxx | 48 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | AreaChartType.cxx | 55 ::rtl::OUString SAL_CALL AreaChartType::getChartType() in getChartType() function in chart::AreaChartType
|
H A D | BarChartType.cxx | 56 ::rtl::OUString SAL_CALL BarChartType::getChartType() in getChartType() function in chart::BarChartType
|
H A D | ColumnChartType.hxx | 49 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | LineChartType.hxx | 50 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | FilledNetChartType.cxx | 71 ::rtl::OUString SAL_CALL FilledNetChartType::getChartType() in getChartType() function in chart::FilledNetChartType
|
H A D | PieChartType.hxx | 50 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | NetChartType.hxx | 78 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | BubbleChartType.hxx | 50 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | CandleStickChartType.hxx | 49 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | ScatterChartType.hxx | 54 virtual ::rtl::OUString SAL_CALL getChartType()
|
H A D | ColumnChartType.cxx | 157 ::rtl::OUString SAL_CALL ColumnChartType::getChartType() in getChartType() function in chart::ColumnChartType
|
H A D | NetChartType.cxx | 177 ::rtl::OUString SAL_CALL NetChartType::getChartType() in getChartType() function in chart::NetChartType
|
H A D | LineChartType.cxx | 168 ::rtl::OUString SAL_CALL LineChartType::getChartType() in getChartType() function in chart::LineChartType
|
H A D | BubbleChartType.cxx | 172 ::rtl::OUString SAL_CALL BubbleChartType::getChartType() in getChartType() function in chart::BubbleChartType
|
H A D | PieChartType.cxx | 162 ::rtl::OUString SAL_CALL PieChartType::getChartType() in getChartType() function in chart::PieChartType
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 179 rtl::OUString aServiceName( xChartType->getChartType() ); in isCandleStickSeries() 204 if( aCTSeq[nCTIdx]->getChartType().equals( in getFirstCandleStickSeries()
|
/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | UpDownBarWrapper.cxx | 196 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 D | MinMaxLineWrapper.cxx | 194 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in setPropertyValue() 233 if( xType->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_CANDLESTICK) ) in getPropertyValue()
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XChart.idl | 49 long getChartType() raises(com::sun::star::script::BasicErrorException);
|