Lines Matching refs:ConfigItemTest
54 class ConfigItemTest : public ::cppu::WeakImplHelper2< css::task::XJob , class
60 explicit ConfigItemTest(const css::uno::Reference< css::uno::XComponentContext >& xContext);
81 ConfigItemTest(ConfigItemTest &); // not defined
82 virtual ~ConfigItemTest() {} in ~ConfigItemTest()
83 void operator=(ConfigItemTest &); // not defined
99 ConfigItemTest::ConfigItemTest(const css::uno::Reference< css::uno::XComponentContext >& xContext) in ConfigItemTest() function in svl::ConfigItemTest
105 css::uno::Any SAL_CALL ConfigItemTest::execute(const css::uno::Sequence< css::beans::NamedValue >& … in execute()
156 ::rtl::OUString SAL_CALL ConfigItemTest::getImplementationName() in getImplementationName()
159 return ConfigItemTest::st_getImplementationName(); in getImplementationName()
164 ::sal_Bool SAL_CALL ConfigItemTest::supportsService(const ::rtl::OUString& sServiceName) in supportsService()
167 …css::uno::Sequence< ::rtl::OUString > lServiceNames = ConfigItemTest::st_getSupportedServiceNames(… in supportsService()
178 css::uno::Sequence< ::rtl::OUString > SAL_CALL ConfigItemTest::getSupportedServiceNames() in getSupportedServiceNames()
181 return ConfigItemTest::st_getSupportedServiceNames(); in getSupportedServiceNames()
185 ::rtl::OUString SAL_CALL ConfigItemTest::st_getImplementationName() in st_getImplementationName()
191 css::uno::Sequence< ::rtl::OUString > SAL_CALL ConfigItemTest::st_getSupportedServiceNames() in st_getSupportedServiceNames()
199 css::uno::Reference< css::uno::XInterface > SAL_CALL ConfigItemTest::st_create(const css::uno::Refe… in st_create()
201 ConfigItemTest* pObject = new ConfigItemTest(xContext); in st_create()
212 &::svl::ConfigItemTest::st_create,
213 &::svl::ConfigItemTest::st_getImplementationName,
214 &::svl::ConfigItemTest::st_getSupportedServiceNames,