Lines Matching refs:ImplIntrospectionAdapter

819 class ImplIntrospectionAdapter :   class
847 ImplIntrospectionAdapter( ImplIntrospectionAccess* pAccess_,
849 ~ImplIntrospectionAdapter();
926 ImplIntrospectionAdapter::ImplIntrospectionAdapter( ImplIntrospectionAccess* pAccess_, in ImplIntrospectionAdapter() function in stoc_inspect::ImplIntrospectionAdapter
948 ImplIntrospectionAdapter::~ImplIntrospectionAdapter() in ~ImplIntrospectionAdapter()
954 Any SAL_CALL ImplIntrospectionAdapter::queryInterface( const Type& rType ) in queryInterface()
989 Reference<XPropertySetInfo> ImplIntrospectionAdapter::getPropertySetInfo(void) in getPropertySetInfo()
995 void ImplIntrospectionAdapter::setPropertyValue(const ::rtl::OUString& aPropertyName, const Any& aV… in setPropertyValue()
1001 Any ImplIntrospectionAdapter::getPropertyValue(const ::rtl::OUString& aPropertyName) in getPropertyValue()
1007 void ImplIntrospectionAdapter::addPropertyChangeListener(const ::rtl::OUString& aPropertyName, cons… in addPropertyChangeListener()
1020 void ImplIntrospectionAdapter::removePropertyChangeListener(const ::rtl::OUString& aPropertyName, c… in removePropertyChangeListener()
1033 void ImplIntrospectionAdapter::addVetoableChangeListener(const ::rtl::OUString& aPropertyName, cons… in addVetoableChangeListener()
1046 void ImplIntrospectionAdapter::removeVetoableChangeListener(const ::rtl::OUString& aPropertyName, c… in removeVetoableChangeListener()
1060 void ImplIntrospectionAdapter::setFastPropertyValue(sal_Int32, const Any&) in setFastPropertyValue()
1065 Any ImplIntrospectionAdapter::getFastPropertyValue(sal_Int32) in getFastPropertyValue()
1072 Sequence< Property > ImplIntrospectionAdapter::getProperties(void) throw( RuntimeException ) in getProperties()
1077 Property ImplIntrospectionAdapter::getPropertyByName(const ::rtl::OUString& Name) in getPropertyByName()
1083 sal_Bool ImplIntrospectionAdapter::hasPropertyByName(const ::rtl::OUString& Name) in hasPropertyByName()
1090 Type ImplIntrospectionAdapter::getElementType(void) throw( RuntimeException ) in getElementType()
1095 sal_Bool ImplIntrospectionAdapter::hasElements(void) throw( RuntimeException ) in hasElements()
1101 Any ImplIntrospectionAdapter::getByName(const ::rtl::OUString& Name) in getByName()
1107 Sequence< ::rtl::OUString > ImplIntrospectionAdapter::getElementNames(void) in getElementNames()
1113 sal_Bool ImplIntrospectionAdapter::hasByName(const ::rtl::OUString& Name) in hasByName()
1120 void ImplIntrospectionAdapter::insertByName(const ::rtl::OUString& Name, const Any& Element) in insertByName()
1126 void ImplIntrospectionAdapter::replaceByName(const ::rtl::OUString& Name, const Any& Element) in replaceByName()
1132 void ImplIntrospectionAdapter::removeByName(const ::rtl::OUString& Name) in removeByName()
1140 sal_Int32 ImplIntrospectionAdapter::getCount(void) throw( RuntimeException ) in getCount()
1145 Any ImplIntrospectionAdapter::getByIndex(sal_Int32 Index) in getByIndex()
1152 void ImplIntrospectionAdapter::insertByIndex(sal_Int32 Index, const Any& Element) in insertByIndex()
1158 void ImplIntrospectionAdapter::replaceByIndex(sal_Int32 Index, const Any& Element) in replaceByIndex()
1164 void ImplIntrospectionAdapter::removeByIndex(sal_Int32 Index) in removeByIndex()
1172 Reference<XEnumeration> ImplIntrospectionAdapter::createEnumeration(void) throw( RuntimeException ) in createEnumeration()
1178 void ImplIntrospectionAdapter::realloc(Any& array, sal_Int32 length) in realloc()
1184 sal_Int32 ImplIntrospectionAdapter::getLen(const Any& array) in getLen()
1190 Any ImplIntrospectionAdapter::get(const Any& array, sal_Int32 index) in get()
1196 void ImplIntrospectionAdapter::set(Any& array, sal_Int32 index, const Any& value) in set()
1461 xAdapter = *( new ImplIntrospectionAdapter( this, maInspectedObject, mpStaticImpl ) ); in queryAdapter()