Searched refs:OComposedPropertySetInfo (Results 1 – 2 of 2) sorted by relevance
43 class OComposedPropertySetInfo : public ::cppu::WeakImplHelper1< XPropertySetInfo > class49 OComposedPropertySetInfo(const Sequence< Property>& _rProperties);168 m_pInfo = new OComposedPropertySetInfo(m_aProperties); in getPropertySetInfo()308 OComposedPropertySetInfo::OComposedPropertySetInfo(const Sequence< Property>& rSeq) in OComposedPropertySetInfo() function in comphelper::OComposedPropertySetInfo314 Sequence< Property> SAL_CALL OComposedPropertySetInfo::getProperties() throw(RuntimeException) in getProperties()320 …Property SAL_CALL OComposedPropertySetInfo::getPropertyByName( const ::rtl::OUString& _rName ) thr… in getPropertyByName()335 …sal_Bool SAL_CALL OComposedPropertySetInfo::hasPropertyByName( const ::rtl::OUString& _rName ) thr… in hasPropertyByName()
56 class OComposedPropertySetInfo;72 OComposedPropertySetInfo* m_pInfo;
Completed in 16 milliseconds