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.cxx979 rtl::OUString strChartType = aChartTypes[nCTIdx]->getChartType(); in GetChartType() local
980 … if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.AreaChartType"))) in GetChartType()
985 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.BarChartType"))) in GetChartType()
990 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ColumnChartType… in GetChartType()
1006 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.LineChartType")… in GetChartType()
1011 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.ScatterChartTyp… in GetChartType()
1016 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.PieChartType"))) in GetChartType()
1021 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.NetChartType"))) in GetChartType()
1026 …else if (strChartType.equals(::rtl::OUString::createFromAscii("com.sun.star.chart2.CandleStickChar… in GetChartType()