Lines Matching refs:CellProperties

112 		class CellProperties : public TextProperties  class
120 CellProperties(SdrObject& rObj, sdr::table::Cell* pCell );
123 CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell);
126 ~CellProperties();
143 SfxItemSet& CellProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties() function in sdr::properties::CellProperties
168CellProperties::CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pC… in CellProperties() function in sdr::properties::CellProperties
174 CellProperties::~CellProperties() in ~CellProperties()
178 BaseProperties& CellProperties::Clone(SdrObject& rObj) const in Clone()
181 return *(new CellProperties(*this, rObj,0)); in Clone()
184 void CellProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
188 void CellProperties::ItemSetChanged(const SfxItemSet& rSet ) in ItemSetChanged()
254 void CellProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange()
279 … void CellProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()
309 , mpProperties( new sdr::properties::CellProperties( rTableObj, this ) ) in Cell()
751 …return new sdr::properties::CellProperties( *static_cast<sdr::properties::CellProperties*>(pProper… in CloneProperties()
1584 …mpProperties = new sdr::properties::CellProperties( static_cast< SdrTableObj& >( GetObject() ), th… in setAllPropertiesToDefault()