Home
last modified time | relevance | path

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

/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx987 rtl::OUString strChartType = aChartTypes[nCTIdx]->getChartType(); in GetChartType() local
988 … if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.AreaChartType"))) in GetChartType()
993 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.BarChartType"))) in GetChartType()
998 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ColumnChartType… in GetChartType()
1014 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.LineChartType")… in GetChartType()
1019 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ScatterChartTyp… in GetChartType()
1024 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.PieChartType"))) in GetChartType()
1029 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.NetChartType"))) in GetChartType()
1034 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.CandleStickChar… in GetChartType()

Completed in 17 milliseconds