Lines Matching refs:TableProperties
94 class TableProperties : public TextProperties class
102 TableProperties(SdrObject& rObj );
105 TableProperties(const TableProperties& rProps, SdrObject& rObj );
108 ~TableProperties();
116 TableProperties::TableProperties(SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties
121 TableProperties::TableProperties(const TableProperties& rProps, SdrObject& rObj) in TableProperties() function in sdr::table::TableProperties
126 TableProperties::~TableProperties() in ~TableProperties()
130 BaseProperties& TableProperties::Clone(SdrObject& rObj) const in Clone()
132 return *(new TableProperties(*this, rObj)); in Clone()
135 void TableProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange()
144 SfxItemSet& TableProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
712 return new TableProperties(*this); in CreateObjectSpecificProperties()