Lines Matching refs:Property
46 Sequence< Property> m_aProperties;
49 OComposedPropertySetInfo(const Sequence< Property>& _rProperties);
51 virtual Sequence< Property > SAL_CALL getProperties( ) throw(RuntimeException);
52 …virtual Property SAL_CALL getPropertyByName( const ::rtl::OUString& _rName ) throw(UnknownProperty…
94 Sequence< Property> aMasterProps; in compose()
98 const Property* pMasterProps = aMasterProps.getConstArray(); in compose()
112 Sequence< Property > aSecondaryProperties; in compose()
113 const Property* pPrimaryProperty = aMasterProps.getConstArray(); in compose()
127 const Property* pSecondaryProperties = aSecondaryProperties.getConstArray(); in compose()
150 m_aProperties = Sequence< Property >(nOverallProperties); in compose()
151 Property* pProperties = m_aProperties.getArray(); in compose()
152 const Property* pMasterProperties = pMasterProps; in compose()
308 OComposedPropertySetInfo::OComposedPropertySetInfo(const Sequence< Property>& rSeq) in OComposedPropertySetInfo()
314 Sequence< Property> SAL_CALL OComposedPropertySetInfo::getProperties() throw(RuntimeException) in getProperties()
320 …Property SAL_CALL OComposedPropertySetInfo::getPropertyByName( const ::rtl::OUString& _rName ) thr… in getPropertyByName()
323 const Property* pProps = m_aProperties.getConstArray(); in getPropertyByName()
338 const Property* pProps = m_aProperties.getConstArray(); in hasPropertyByName()