Home
last modified time | relevance | path

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

/AOO42X/main/svl/qa/complex/ConfigItems/helper/
H A DConfigItemTest.cxx54 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()
[all …]