Lines Matching refs:Name

517 					xPropSet->setPropertyValue( rProp.Name, bUseCopy ? aRealValue : aValue );  in setPropertyValueByIndex()
632 aRet = xPropSet->getPropertyValue( rProp.Name ); in getPropertyValueByIndex()
766 virtual Property SAL_CALL getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)
768 virtual sal_Bool SAL_CALL hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcepts)
772 …virtual Reference<XIdlMethod> SAL_CALL getMethod(const ::rtl::OUString& Name, sal_Int32 MethodConc…
774 virtual sal_Bool SAL_CALL hasMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts)
879 virtual Property SAL_CALL getPropertyByName(const ::rtl::OUString& Name) throw( RuntimeException );
880 virtual sal_Bool SAL_CALL hasPropertyByName(const ::rtl::OUString& Name) throw( RuntimeException );
887 virtual Any SAL_CALL getByName(const ::rtl::OUString& Name)
890 virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& Name) throw( RuntimeException );
893 virtual void SAL_CALL insertByName(const ::rtl::OUString& Name, const Any& Element)
895 virtual void SAL_CALL replaceByName(const ::rtl::OUString& Name, const Any& Element)
897 virtual void SAL_CALL removeByName(const ::rtl::OUString& Name)
1077 Property ImplIntrospectionAdapter::getPropertyByName(const ::rtl::OUString& Name) in getPropertyByName() argument
1080 return mpAccess->getProperty( Name, PropertyConcept::ALL ); in getPropertyByName()
1083 sal_Bool ImplIntrospectionAdapter::hasPropertyByName(const ::rtl::OUString& Name) in hasPropertyByName() argument
1086 return mpAccess->hasProperty( Name, PropertyConcept::ALL ); in hasPropertyByName()
1101 Any ImplIntrospectionAdapter::getByName(const ::rtl::OUString& Name) in getByName() argument
1104 return mxObjNameAccess->getByName( Name ); in getByName()
1113 sal_Bool ImplIntrospectionAdapter::hasByName(const ::rtl::OUString& Name) in hasByName() argument
1116 return mxObjNameAccess->hasByName( Name ); in hasByName()
1120 void ImplIntrospectionAdapter::insertByName(const ::rtl::OUString& Name, const Any& Element) in insertByName() argument
1123 mxObjNameContainer->insertByName( Name, Element ); in insertByName()
1126 void ImplIntrospectionAdapter::replaceByName(const ::rtl::OUString& Name, const Any& Element) in replaceByName() argument
1129 mxObjNameContainer->replaceByName( Name, Element ); in replaceByName()
1132 void ImplIntrospectionAdapter::removeByName(const ::rtl::OUString& Name) in removeByName() argument
1135 mxObjNameContainer->removeByName( Name ); in removeByName()
1228 Property ImplIntrospectionAccess::getProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in getProperty() argument
1232 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in getProperty()
1249 sal_Bool ImplIntrospectionAccess::hasProperty(const ::rtl::OUString& Name, sal_Int32 PropertyConcep… in hasProperty() argument
1252 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in hasProperty()
1334 Reference<XIdlMethod> ImplIntrospectionAccess::getMethod(const ::rtl::OUString& Name, sal_Int32 Met… in getMethod() argument
1338 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in getMethod()
1354 sal_Bool ImplIntrospectionAccess::hasMethod(const ::rtl::OUString& Name, sal_Int32 MethodConcepts) in hasMethod() argument
1357 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in hasMethod()
2292 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2395 rProp.Name = aFieldName; in implInspect()
2405 ::rtl::OUString aPropName = rProp.Name; in implInspect()
2571 rProp.Name = aPropName; in implInspect()
2789 rProp.Name = aPropName; in implInspect()
2996 rProp.Name = aPropName; in implInspect()