Home
last modified time | relevance | path

Searched refs:FastPropertySetInfo (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svx/source/table/
H A Dpropertyset.cxx40 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()
[all …]
H A Dpropertyset.hxx47 class FastPropertySetInfo : public ::cppu::WeakAggImplHelper1< ::com::sun::star::beans::XPropertySe… class
50 FastPropertySetInfo();
51 FastPropertySetInfo( const PropertyVector& rProps );
52 virtual ~FastPropertySetInfo();
75 FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo );
100 rtl::Reference< FastPropertySetInfo > mxInfo;
H A Dtablecolumn.cxx252 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()
H A Dtablerow.cxx327 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()
H A Dtablecolumn.hxx71 static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo();
H A Dtablerow.hxx74 static rtl::Reference< ::comphelper::FastPropertySetInfo > getStaticPropertySetInfo();

Completed in 20 milliseconds