Lines Matching refs:Property

294     virtual Sequence< Property > SAL_CALL getProperties(  )
296 virtual Property SAL_CALL getPropertyByName( const OUString& aName )
329 Sequence< Property > ImplPropertySetInfo::getProperties(void) in getProperties()
332 static Sequence<Property> * pSeq = NULL; in getProperties()
337 pSeq = new Sequence<Property>( 3 ); in getProperties()
338 Property * pAry = pSeq->getArray(); in getProperties()
365 Property ImplPropertySetInfo::getPropertyByName(const OUString& Name) in getPropertyByName()
368 Sequence<Property> aSeq = getProperties(); in getPropertyByName()
369 const Property * pAry = aSeq.getConstArray(); in getPropertyByName()
377 return Property(); in getPropertyByName()
383 Sequence<Property> aSeq = getProperties(); in hasPropertyByName()
384 const Property * pAry = aSeq.getConstArray(); in hasPropertyByName()
439 Property m_aFirstStruct;
521 virtual Property SAL_CALL getFirstStruct() throw(RuntimeException) in getFirstStruct()
523 virtual void SAL_CALL setFirstStruct( const Property& _firststruct ) throw(RuntimeException) in setFirstStruct()
733 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in setPropertyValue()
737 Property aProp = aPropSeq.getArray()[ i ]; in setPropertyValue()
748 Sequence<Property> aPropSeq = m_xMyInfo->getProperties(); in getPropertyValue()
752 Property aProp = aPropSeq.getArray()[ i ]; in getPropertyValue()
1203 Sequence<Property> aRetSeq = xAccess->getProperties( nConcepts ); in test_introsp()
1218 const Property* pProps = aRetSeq.getConstArray(); in test_introsp()
1224 const Property aProp = pProps[ i ]; in test_introsp()
1398 Property aGetProp = xAccess->getProperty( aWDemandedName, nConcepts ); in test_introsp()