Lines Matching refs:ImplIntrospection

196 	friend class ImplIntrospection;
735 friend class ImplIntrospection;
1691 class ImplIntrospection : public XIntrospection class
1728 ImplIntrospection( const Reference<XMultiServiceFactory> & rXSMgr );
1765 ImplIntrospection::ImplIntrospection( const Reference<XMultiServiceFactory> & rXSMgr ) in ImplIntrospection() function in stoc_inspect::ImplIntrospection
1814 void ImplIntrospection::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
1841 Any ImplIntrospection::queryInterface( const Type & rType ) in queryInterface()
1853 Sequence< Type > ImplIntrospection::getTypes() in getTypes()
1872 Sequence< sal_Int8 > ImplIntrospection::getImplementationId() in getImplementationId()
1890 ::rtl::OUString ImplIntrospection::getImplementationName() throw() in getImplementationName()
1896 sal_Bool ImplIntrospection::supportsService(const ::rtl::OUString& ServiceName) throw() in supportsService()
1907 Sequence< ::rtl::OUString > ImplIntrospection::getSupportedServiceNames(void) throw() in getSupportedServiceNames()
1914 ::rtl::OUString ImplIntrospection::getImplementationName_Static( ) in getImplementationName_Static()
1920 Sequence< ::rtl::OUString > ImplIntrospection::getSupportedServiceNames_Static(void) throw() in getSupportedServiceNames_Static()
1930 Reference<XIntrospectionAccess> ImplIntrospection::inspect(const Any& aToInspectObj) in inspect()
2015 IntrospectionAccessStatic_Impl* ImplIntrospection::implInspect(const Any& aToInspectObj) in implInspect()
3039 Reference< XInterface > xService = (OWeakObject*)(OComponentHelper*)new ImplIntrospection( rSMgr ); in ImplIntrospection_CreateInstance()
3065 stoc_inspect::ImplIntrospection::getSupportedServiceNames_Static() ) ); in component_getFactory()