Home
last modified time | relevance | path

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

/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx223 xTDMgr,
272 xTDMgr, in CompoundTypeDescriptionImpl()
277 : _xTDMgr( xTDMgr ) in CompoundTypeDescriptionImpl()
323 xTDMgr, in EnumTypeDescriptionImpl()
326 : _xTDMgr( xTDMgr ) in EnumTypeDescriptionImpl()
366 xTDMgr, in TypedefTypeDescriptionImpl()
368 : _xTDMgr( xTDMgr ) in TypedefTypeDescriptionImpl()
420 xTDMgr, in ServiceTypeDescriptionImpl()
423 : _aName( rName ), _aBytes( rBytes ), _xTDMgr( xTDMgr ), in ServiceTypeDescriptionImpl()
485 XTypeDescriptionEnumerationAccess > & xTDMgr, in ModuleTypeDescriptionImpl()
[all …]
H A Dtdiface.cxx63 InterfaceMethodImpl( const Reference< XHierarchicalNameAccess > & xTDMgr, in InterfaceMethodImpl() argument
71 : _desc(xTDMgr, rMemberName, rBytes, nMethodIndex) in InterfaceMethodImpl()
72 , _xTDMgr( xTDMgr ) in InterfaceMethodImpl()
200 const Reference< XHierarchicalNameAccess > & xTDMgr, in InterfaceAttributeImpl()
211 : _xTDMgr( xTDMgr ) in InterfaceAttributeImpl()
382 const Reference< XHierarchicalNameAccess > & xTDMgr, in InterfaceTypeDescriptionImpl()
386 : _xTDMgr( xTDMgr ) in InterfaceTypeDescriptionImpl()
H A Drdbtdp_tdenumeration.cxx84 const uno::Reference< container::XHierarchicalNameAccess > & xTDMgr, in createInstance()
95 xTDMgr, rBaseKeys, rTypes, eDepth ) ); in createInstance()
174 xTDMgr, aModuleKeys, rTypes, eDepth ) ); in createInstance()
179 const uno::Reference< container::XHierarchicalNameAccess > & xTDMgr, in TypeDescriptionEnumerationImpl()
186 m_xTDMgr( xTDMgr ) in TypeDescriptionEnumerationImpl()
H A Dtdprovider.cxx248 com::sun::star::uno::Reference<container::XHierarchicalNameAccess> xTDMgr( in getTDMgr() local
250 if (! xTDMgr.is()) in getTDMgr()
252 xTDMgr.set( new TypeDescriptionManagerWrapper(this) ); in getTDMgr()
255 _xTDMgr = xTDMgr; in getTDMgr()
258 return xTDMgr; in getTDMgr()
H A Drdbtdp_tdenumeration.hxx54 ::com::sun::star::container::XHierarchicalNameAccess > & xTDMgr,
76 ::com::sun::star::container::XHierarchicalNameAccess > & xTDMgr,
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx732 Reference< container::XHierarchicalNameAccess > const & xTDMgr )
734 : m_xTDMgr( xTDMgr )
761 Reference<container::XHierarchicalNameAccess> xTDMgr( in installTypeDescriptionManager() local
766 Reference< lang::XComponent > xComp( xTDMgr, UNO_QUERY ); in installTypeDescriptionManager()
769 xComp->addEventListener( new EventListenerImpl( xTDMgr ) ); in installTypeDescriptionManager()
771 ::typelib_typedescription_registerCallback( xTDMgr.get(), typelib_callback ); in installTypeDescriptionManager()
H A Dservicefactory.cxx474 Reference< container::XHierarchicalNameAccess > xTDMgr; in bootstrapInitialContext() local
480 >>= xTDMgr) in bootstrapInitialContext()
502 xSet.set( xTDMgr, UNO_QUERY ); in bootstrapInitialContext()
513 installTypeDescriptionManager( xTDMgr ); in bootstrapInitialContext()
H A Dcomponent_context.cxx663 Reference< lang::XComponent > xTDMgr, xAC, xPolicy; // to be disposed separately in disposing() local
694 xTDMgr = xComp; in disposing()
720 try_dispose( xTDMgr ); in disposing()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx1021 Reference< container::XHierarchicalNameAccess > xTDMgr; in insert_singletons() local
1024 xContext->getValueByName( the_tdmgr ) >>= xTDMgr; in insert_singletons()
1025 if (! xTDMgr.is()) in insert_singletons()
1034 xTDMgr->getByHierarchicalName( existing_name ) >>= xExistingService_td; in insert_singletons()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dbootstrap.hxx72 …:sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > const & xTDMgr )