Lines Matching refs:sdr
108 namespace sdr namespace
120 CellProperties(SdrObject& rObj, sdr::table::Cell* pCell );
123 CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell);
139 sdr::table::CellRef mxCell;
162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties()
168 …CellProperties::CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pC… in CellProperties()
260 sdr::table::SdrTableObj& rObj = (sdr::table::SdrTableObj&)GetSdrObject(); in ItemChange()
286 namespace sdr { namespace table { namespace
309 , mpProperties( new sdr::properties::CellProperties( rTableObj, this ) ) in Cell()
748 sdr::properties::TextProperties* Cell::CloneProperties( sdr::properties::TextProperties* pPropertie… in CloneProperties()
751 …return new sdr::properties::CellProperties( *static_cast<sdr::properties::CellProperties*>(pProper… in CloneProperties()
758 sdr::properties::TextProperties* Cell::CloneProperties( SdrObject& rNewObj, Cell& rNewCell ) in CloneProperties()
1584 …mpProperties = new sdr::properties::CellProperties( static_cast< SdrTableObj& >( GetObject() ), th… in setAllPropertiesToDefault()