Lines Matching refs:aResultBuffer

246     OUStringBuffer aResultBuffer;  in GetChartTypeByClassName()  local
250 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart.")); in GetChartTypeByClassName()
252 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.")); in GetChartTypeByClassName()
257 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Line")); in GetChartTypeByClassName()
259 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Area")); in GetChartTypeByClassName()
263 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Bar")); in GetChartTypeByClassName()
266 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Column")); in GetChartTypeByClassName()
271 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Pie")); in GetChartTypeByClassName()
273 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Donut")); in GetChartTypeByClassName()
277 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("XY")); in GetChartTypeByClassName()
279 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Scatter")); in GetChartTypeByClassName()
283 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Bubble")); in GetChartTypeByClassName()
285 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Net")); in GetChartTypeByClassName()
287 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("FilledNet")); in GetChartTypeByClassName()
291 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Stock")); in GetChartTypeByClassName()
293 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("CandleStick")); in GetChartTypeByClassName()
299 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Bar")); in GetChartTypeByClassName()
301 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Column")); in GetChartTypeByClassName()
310 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("Diagram")); in GetChartTypeByClassName()
312 aResultBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM("ChartType")); in GetChartTypeByClassName()
314 return aResultBuffer.makeStringAndClear(); in GetChartTypeByClassName()