H A D | cell.cxx | 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(); 162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties() function in sdr::properties::CellProperties 168 …CellProperties::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() [all …]
|