Searched refs:OleServer_Impl (Results 1 – 3 of 3) sorted by relevance
641 OleServer_Impl::OleServer_Impl( const Reference<XMultiServiceFactory>& smgr): in OleServer_Impl() function in ole_adapter::OleServer_Impl664 OleServer_Impl::~OleServer_Impl() in ~OleServer_Impl()676 Any SAL_CALL OleServer_Impl::queryInterface( const Type& aType ) throw(RuntimeException) in queryInterface()684 void SAL_CALL OleServer_Impl::acquire( ) throw() in acquire()688 void SAL_CALL OleServer_Impl::release( ) throw () in release()695 Sequence< Type > SAL_CALL OleServer_Impl::getTypes( ) throw(RuntimeException) in getTypes()711 Sequence< sal_Int8 > SAL_CALL OleServer_Impl::getImplementationId() throw(RuntimeException) in getImplementationId()727 sal_Bool OleServer_Impl::provideService(const Reference<XSingleServiceFactory>& xSFact, GUID* guid) in provideService()738 sal_Bool OleServer_Impl::provideInstance(const Reference<XInterface>& xInst, GUID* guid, sal_Bool b… in provideInstance()
246 class OleServer_Impl : public OWeakObject, XTypeProvider class249 OleServer_Impl( const Reference<XMultiServiceFactory> &smgr);250 ~OleServer_Impl();
66 Reference<XInterface > xService = *new OleServer_Impl(xSMgr); in OleServer_CreateInstance()
Completed in 21 milliseconds