Lines Matching refs:FastPropertySetInfo
40 FastPropertySetInfo::FastPropertySetInfo() in FastPropertySetInfo() function in comphelper::FastPropertySetInfo
46 FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps ) in FastPropertySetInfo() function in comphelper::FastPropertySetInfo
53 FastPropertySetInfo::~FastPropertySetInfo() in ~FastPropertySetInfo()
59 void FastPropertySetInfo::addProperty( const Property& rProperty ) in addProperty()
67 void FastPropertySetInfo::addProperties( const PropertyVector& rProps ) in addProperties()
83 const Property& FastPropertySetInfo::getProperty( const OUString& aName ) throw (UnknownPropertyExc… in getProperty()
93 const Property* FastPropertySetInfo::hasProperty( const OUString& aName ) in hasProperty()
106 Sequence< Property > SAL_CALL FastPropertySetInfo::getProperties() throw (RuntimeException) in getProperties()
113 Property SAL_CALL FastPropertySetInfo::getPropertyByName( const OUString& aName ) throw (UnknownPro… in getPropertyByName()
120 sal_Bool SAL_CALL FastPropertySetInfo::hasPropertyByName( const OUString& aName ) throw (RuntimeExc… in hasPropertyByName()
129 FastPropertySet::FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo ) in FastPropertySet()