Lines Matching refs:aServices

310     uno::Sequence< ::rtl::OUString > aServices( 2 );  in getSupportedServiceNames_Static()  local
311 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static()
312 aServices[ 1 ] = C2U( "com.sun.star.chart2.MeanValueRegressionCurve" ); in getSupportedServiceNames_Static()
313 return aServices; in getSupportedServiceNames_Static()
338 uno::Sequence< ::rtl::OUString > aServices( 2 ); in getSupportedServiceNames_Static() local
339 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static()
340 aServices[ 1 ] = C2U( "com.sun.star.chart2.LinearRegressionCurve" ); in getSupportedServiceNames_Static()
341 return aServices; in getSupportedServiceNames_Static()
366 uno::Sequence< ::rtl::OUString > aServices( 2 ); in getSupportedServiceNames_Static() local
367 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static()
368 aServices[ 1 ] = C2U( "com.sun.star.chart2.LogarithmicRegressionCurve" ); in getSupportedServiceNames_Static()
369 return aServices; in getSupportedServiceNames_Static()
394 uno::Sequence< ::rtl::OUString > aServices( 2 ); in getSupportedServiceNames_Static() local
395 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static()
396 aServices[ 1 ] = C2U( "com.sun.star.chart2.ExponentialRegressionCurve" ); in getSupportedServiceNames_Static()
397 return aServices; in getSupportedServiceNames_Static()
422 uno::Sequence< ::rtl::OUString > aServices( 2 ); in getSupportedServiceNames_Static() local
423 aServices[ 0 ] = lcl_aServiceName; in getSupportedServiceNames_Static()
424 aServices[ 1 ] = C2U( "com.sun.star.chart2.PotentialRegressionCurve" ); in getSupportedServiceNames_Static()
425 return aServices; in getSupportedServiceNames_Static()