Searched refs:TableProperties (Results 1 – 9 of 9) sorted by relevance
46 TableProperties::TableProperties() in TableProperties() function in oox::drawingml::table::TableProperties56 TableProperties::~TableProperties() in ~TableProperties()60 void TableProperties::apply( const TablePropertiesPtr& /* rSourceTableProperties */ ) in apply()234 const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase… in getUsedTableStyle()267 void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet()
164 …ar::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProperties& rTableProper… in pushToXCell()168 TableProperties& rProperties( const_cast< TableProperties& >( rTableProperties ) ); in pushToXCell()
94 class TableProperties : public TextProperties class102 TableProperties(SdrObject& rObj );105 TableProperties(const TableProperties& rProps, SdrObject& rObj );108 ~TableProperties();116 TableProperties::TableProperties(SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties121 TableProperties::TableProperties(const TableProperties& rProps, SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties126 TableProperties::~TableProperties() in ~TableProperties()130 BaseProperties& TableProperties::Clone(SdrObject& rObj) const in Clone()132 return *(new TableProperties(*this, rObj)); in Clone()144 SfxItemSet& TableProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()[all …]
39 class TableProperties class43 TableProperties();44 ~TableProperties();
32 class TableProperties;44 TableProperties& mrTableProperties;
43 class TableProperties;84 …ar::uno::Reference < ::com::sun::star::table::XCell >& rxCell, const TableProperties& rTableProper…
77 class TableProperties;78 typedef ::boost::shared_ptr< TableProperties > TablePropertiesPtr;
94 @param TableProperties contains the properties of the table.102 [in] com::sun::star::beans::PropertyValues TableProperties )
95 mpTablePropertiesPtr.reset( new table::TableProperties() ); in getTableProperties()194 …pertiesPtr( rReferencedShape.mpTablePropertiesPtr.get() ? new table::TableProperties( *rReferenced… in applyShapeReference()
Completed in 80 milliseconds