Home
last modified time | relevance | path

Searched refs:Service (Results 1 – 25 of 173) sorted by relevance

1234567

/trunk/main/autodoc/source/ary/idl/
H A Di_service.cxx39 Service::Service( const String & i_sName, in Service() function in ary::idl::Service
49 Service::~Service() in ~Service()
79 Service::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
85 Service::get_AryClass() const in get_AryClass()
91 Service::inq_LocalName() const in inq_LocalName()
97 Service::inq_NameRoom() const in inq_NameRoom()
103 Service::inq_Owner() const in inq_Owner()
109 Service::inq_SightLevel() const in inq_SightLevel()
118 inline const Service &
121 csv_assert( i_ce.AryClass() == Service::class_id ); in service_cast()
[all …]
H A Di2s_calculator.cxx94 inline Service *
97 return SearchCe4Type<Service>(i_nType); in lhf_SearchService()
309 SecondariesCalculator::do_Process( const Service & i_rData ) in do_Process()
311 const Service & in do_Process()
312 rService = ary_cast<Service>(i_rData); in do_Process()
356 Service * in do_Process()
626 … const Service & i_ServiceToCheckItsIncludes ) in recursive_AssignIncludingService()
637 Service * in recursive_AssignIncludingService()
721 Service * in assignImplementation_toAServicesInterfaces()
722 pService = ary_cast<Service>( & my_CeStorage()[i_nService] ); in assignImplementation_toAServicesInterfaces()
H A Di2s_calculator.hxx49 class Service;
134 public csv::ConstProcessor<Service>,
178 const Service & i_rData );
218 Service * lhf_SearchService(
238 const Service & i_ServiceToCheckItsIncludes );
H A Dia_ce.cxx128 Service &
132 Service & ret = *new Service( i_sName, in Store_Service()
280 Service & in Store_Property()
281 rOwner = ary_cast<Service>(Storage()[i_nOwner]); in Store_Property()
/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx59 class Service: public cppu::WeakImplHelper2< class
92 explicit inline Service( in Service() function in __anon22856db40111::Service
102 sal_Bool Service::supportsService(rtl::OUString const & rServiceName) in supportsService()
113 void Service::connect(rtl::OUString const & rConnection, in connect()
129 Service::get(rtl::OUString const & rName) throw (css::uno::RuntimeException) in get()
142 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
158 return static_cast< cppu::OWeakObject * >(new Service(rContext)); in createInstance()
177 &Service::createInstance, in component_getFactory()
179 Service::getImplementationName_static()), in component_getFactory()
180 Service::getSupportedServiceNames_static())); in component_getFactory()
[all …]
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx97 class Service: class
101 Service( in Service() function in configmgr::configuration_provider::__anon1002af3d0111::Service
111 virtual ~Service() {} in ~Service()
181 Service::createInstanceWithArguments( in createInstanceWithArguments()
310 void Service::addRefreshListener( in addRefreshListener()
318 void Service::removeRefreshListener( in removeRefreshListener()
326 void Service::flush() throw (css::uno::RuntimeException) { in flush()
336 void Service::addFlushListener( in addFlushListener()
343 void Service::removeFlushListener( in removeFlushListener()
381 void Service::flushModifications() const { in flushModifications()
[all …]
H A Dconfigurationregistry.cxx77 class Service: class
87 virtual ~Service() {} in ~Service()
320 Service & service_;
324 Service::Service( in Service() function in configmgr::configuration_registry::__anonca95c82b0111::Service
400 void Service::close() in close()
408 void Service::destroy() in destroy()
456 void Service::addFlushListener( in addFlushListener()
468 void Service::removeFlushListener( in removeFlushListener()
480 void Service::checkValid() { in checkValid()
491 void Service::checkValid_RuntimeException() { in checkValid_RuntimeException()
[all …]
H A Dupdate.cxx65 class Service: class
70 Service(css::uno::Reference< css::uno::XComponentContext > const context): in Service() function in configmgr::update::__anon762f3add0111::Service
77 virtual ~Service() {} in ~Service()
99 void Service::insertExtensionXcsFile( in insertExtensionXcsFile()
107 void Service::insertExtensionXcuFile( in insertExtensionXcuFile()
123 void Service::removeExtensionXcuFile(rtl::OUString const & fileUri) in removeExtensionXcuFile()
138 void Service::insertModificationXcuFile( in insertModificationXcuFile()
162 return static_cast< cppu::OWeakObject * >(new Service(context)); in create()
/trunk/main/desktop/test/deployment/boxt/
H A Dboxt.cxx57 class Service: class
67 { return static_cast< cppu::OWeakObject * >(new Service); } in static_create()
75 Service() {} in Service() function in __anon2f9d7ae00111::Service
77 virtual ~Service() {} in ~Service()
119 rtl::OUString Service::static_getImplementationName() { in static_getImplementationName()
124 css::uno::Sequence< rtl::OUString > Service::static_getSupportedServiceNames() { in static_getSupportedServiceNames()
131 Service::queryDispatches( in queryDispatches()
145 void Service::dispatch( in dispatch()
158 { &Service::static_create, &Service::static_getImplementationName,
159 &Service::static_getSupportedServiceNames,
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx67 class Service: public cppu::WeakImplHelper1< css::lang::XMain > { class
82 explicit Service( in Service() function in __anon9d02001b0111::Service
296 rtl::OUString Service::getImplementationName() { in getImplementationName()
300 css::uno::Sequence< rtl::OUString > Service::getSupportedServiceNames() { in getSupportedServiceNames()
304 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
308 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
324 if (Service::getImplementationName().equalsAscii(implName)) { in component_getFactory()
326 &Service::createInstance, Service::getImplementationName(), in component_getFactory()
327 Service::getSupportedServiceNames()); in component_getFactory()
368 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx190 class Service: public cppu::WeakImplHelper3< class
318 explicit Service( in Service() function in __anon481f6b320511::Service
330 sal_Bool Service::supportsService(rtl::OUString const & serviceName) in supportsService()
491 rtl::OUString Service::getImplementationName_static() { in getImplementationName_static()
503 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
507 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
525 &Service::createInstance, in component_getFactory()
526 Service::getImplementationName_static(), in component_getFactory()
527 Service::getSupportedServiceNames_static()); in component_getFactory()
568 && writeInfo(registryKey, Service::getImplementationName_static(), in component_writeInfo()
[all …]
/trunk/main/ure/source/uretest/
H A Dcppmain.cc68 class Service: public ::cppu::WeakImplHelper1< ::css::lang::XMain > { class
70 explicit Service( in Service() function in __anon54fa01400111::Service
79 Service(Service &); // not defined
80 void operator =(Service &); // not defined
82 virtual ~Service() {} in ~Service()
91 ::sal_Int32 Service::run(::css::uno::Sequence< ::rtl::OUString > const &) in run()
217 void Service::test( in test()
243 return static_cast< ::cppu::OWeakObject * >(new Service(context)); in create()
H A Dcppserver.cc51 class Service: public ::cppu::WeakImplHelper1< ::test::types::XServer > { class
53 Service() {} in Service() function in __anonb2d15bb20111::Service
63 Service(Service &); // not defined
64 void operator =(Service &); // not defined
66 virtual ~Service() {} in ~Service()
76 return static_cast< ::cppu::OWeakObject * >(new Service); in create()
H A Dcpptest.cc49 class Service: public cppu::WeakImplHelper1< test::types::XTest > { class
51 Service() {} in Service() function in __anon79de8c5b0111::Service
62 Service(Service &); // not defined
63 void operator =(Service &); // not defined
65 virtual ~Service() {} in ~Service()
75 return static_cast< cppu::OWeakObject * >(new Service); in create()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfbackend.cxx78 class Service: class
84 Service();
87 virtual ~Service() {} in ~Service()
154 Service::Service(): enabled_(false) { in Service() function in __anon474447180111::Service
173 void Service::setPropertyValue(rtl::OUString const &, css::uno::Any const &) in setPropertyValue()
185 css::uno::Any Service::getPropertyValue(rtl::OUString const & PropertyName) in getPropertyValue()
207 return static_cast< cppu::OWeakObject * >(new Service); in createInstance()
/trunk/main/shell/source/backends/kde4be/
H A Dkde4backend.cxx78 class Service: class
84 Service();
87 virtual ~Service() {} in ~Service()
154 Service::Service(): enabled_(false) { in Service() function in __anonf99b66ce0111::Service
168 void Service::setPropertyValue(rtl::OUString const &, css::uno::Any const &) in setPropertyValue()
180 css::uno::Any Service::getPropertyValue(rtl::OUString const & PropertyName) in getPropertyValue()
224 return static_cast< cppu::OWeakObject * >(new Service); in createInstance()
/trunk/main/shell/source/backends/kdebe/
H A Dkdebackend.cxx78 class Service: class
84 Service();
87 virtual ~Service() {} in ~Service()
154 Service::Service(): enabled_(false) { in Service() function in __anondf2b77e60111::Service
168 void Service::setPropertyValue(rtl::OUString const &, css::uno::Any const &) in setPropertyValue()
180 css::uno::Any Service::getPropertyValue(rtl::OUString const & PropertyName) in getPropertyValue()
224 return static_cast< cppu::OWeakObject * >(new Service); in createInstance()
/trunk/main/autodoc/inc/ary/idl/
H A Di_service.hxx54 class Service : public CodeEntity class
60 Service(
63 ~Service();
116 Service::Add_Property( Ce_id i_nProperty ) in Add_Property()
120 Service::AddRef_IncludedService( Type_id i_nService, in AddRef_IncludedService()
125 Service::AddRef_SupportedInterface( Type_id i_nInterface, in AddRef_SupportedInterface()
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx38 Service::Service( const char * i_sName ) in Service() function in Service
45 Service::AddImplementation( const char * i_sLibrary ) in AddImplementation()
155 Service * pService = aServices[sService]; in ReadFile()
158 pService = new Service(rImpl.Data(di)); in ReadFile()
177 DependencyFinder::Add2Result( const Service & i_rService ) in Add2Result()
H A Ddependy.hxx33 class Service;
38 typedef std::map< Simstr, Service* > Map_Services;
40 class Service class
43 Service(
98 const Service & i_rService );
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx69 class Service: public cppu::WeakImplHelper1< css::lang::XMain > { class
84 explicit Service( in Service() function in __anonedf4bf8c0111::Service
127 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const &) in run()
865 rtl::OUString Service::getImplementationName() { in getImplementationName()
873 css::uno::Reference< css::uno::XInterface > Service::createInstance( in createInstance()
877 return static_cast< cppu::OWeakObject * >(new Service(context)); in createInstance()
893 if (Service::getImplementationName().equalsAscii(implName)) { in component_getFactory()
895 &Service::createInstance, Service::getImplementationName(), in component_getFactory()
896 Service::getSupportedServiceNames()); in component_getFactory()
937 && writeInfo(registryKey, Service::getImplementationName(), in component_writeInfo()
[all …]
/trunk/main/ucb/source/core/
H A Dprovprox.cxx106 const OUString& Service ) in createContentProvider() argument
110 new UcbContentProviderProxy( m_xSMgr, Service ) ); in createContentProvider()
123 const OUString& Service ) in UcbContentProviderProxy() argument
124 : m_aService( Service ), in UcbContentProviderProxy()
/trunk/main/autodoc/source/display/idl/
H A Dhi_main.hxx47 class Service;
64 public csv::ConstProcessor<ary::idl::Service>,
90 const ary::idl::Service & i_client );
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf74 en-US = "Service: [1]"
116 en-US = "Service: [2]"
305 en-US = "Service: [1]"
311 en-US = "Service: [1]"
/trunk/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp37 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
44 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
51 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
346 Value = "%PRODUCTNAME Service Manager";
353 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";

Completed in 116 milliseconds

1234567