Searched refs:FastPropertySetInfo (Results 1 – 6 of 6) sorted by relevance
40 FastPropertySetInfo::FastPropertySetInfo() in FastPropertySetInfo() function in comphelper::FastPropertySetInfo46 FastPropertySetInfo::FastPropertySetInfo( const PropertyVector& rProps ) in FastPropertySetInfo() function in comphelper::FastPropertySetInfo53 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()[all …]
47 class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< ::com::sun::star::beans::XPropertySe… class50 FastPropertySetInfo();51 FastPropertySetInfo( const PropertyVector& rProps );52 virtual ~FastPropertySetInfo();75 FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo );100 rtl::Reference< FastPropertySetInfo > mxInfo;
252 rtl::Reference< ::comphelper::FastPropertySetInfo > TableColumn::getStaticPropertySetInfo() in getStaticPropertySetInfo()254 static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; in getStaticPropertySetInfo()292 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo()
327 rtl::Reference< ::comphelper::FastPropertySetInfo > TableRow::getStaticPropertySetInfo() in getStaticPropertySetInfo()329 static rtl::Reference< ::comphelper::FastPropertySetInfo > xInfo; in getStaticPropertySetInfo()367 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo()
71 static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo();
74 static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo();
Completed in 24 milliseconds