Home
last modified time | relevance | path

Searched refs:OComposedPropertySetInfo (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/comphelper/source/property/
H A Dcomposedprops.cxx43 class OComposedPropertySetInfo : public ::cppu::WeakImplHelper1< XPropertySetInfo > class
49 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::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()
335 …sal_Bool SAL_CALL OComposedPropertySetInfo::hasPropertyByName( const ::rtl::OUString& _rName ) thr… in hasPropertyByName()
/aoo41x/main/comphelper/inc/comphelper/
H A Dcomposedprops.hxx56 class OComposedPropertySetInfo;
72 OComposedPropertySetInfo* m_pInfo;

Completed in 75 milliseconds