Home
last modified time | relevance | path

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

/trunk/main/extensions/source/ole/
H A Dservprov.cxx638 OleServer_Impl::OleServer_Impl( const Reference<XMultiServiceFactory>& smgr): in OleServer_Impl() function in ole_adapter::OleServer_Impl
661 OleServer_Impl::~OleServer_Impl() in ~OleServer_Impl()
673 Any SAL_CALL OleServer_Impl::queryInterface( const Type& aType ) in queryInterface()
681 void SAL_CALL OleServer_Impl::acquire( ) throw() in acquire()
685 void SAL_CALL OleServer_Impl::release( ) throw () in release()
692 Sequence< Type > SAL_CALL OleServer_Impl::getTypes( ) in getTypes()
708 Sequence< sal_Int8 > SAL_CALL OleServer_Impl::getImplementationId() in getImplementationId()
724 sal_Bool OleServer_Impl::provideService(const Reference<XSingleServiceFactory>& xSFact, GUID* guid) in provideService()
735 sal_Bool OleServer_Impl::provideInstance(const Reference<XInterface>& xInst, GUID* guid, sal_Bool b… in provideInstance()
H A Dservprov.hxx240 class OleServer_Impl : public OWeakObject, XTypeProvider class
243 OleServer_Impl( const Reference<XMultiServiceFactory> &smgr);
244 ~OleServer_Impl();
H A Dservreg.cxx62 Reference<XInterface > xService = *new OleServer_Impl(xSMgr); in OleServer_CreateInstance()