Searched refs:OleProperties (Results 1 – 3 of 3) sorted by relevance
38 OleProperties::OleProperties(SdrObject& rObj) in OleProperties() function in sdr::properties::OleProperties43 OleProperties::OleProperties(const OleProperties& rProps, SdrObject& rObj) in OleProperties() function in sdr::properties::OleProperties48 OleProperties::~OleProperties() in ~OleProperties()52 BaseProperties& OleProperties::Clone(SdrObject& rObj) const in Clone()54 return *(new OleProperties(*this, rObj)); in Clone()57 void OleProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
35 class OleProperties : public RectangleProperties class40 OleProperties(SdrObject& rObj);43 OleProperties(const OleProperties& rProps, SdrObject& rObj);46 virtual ~OleProperties();
743 return new sdr::properties::OleProperties(*this); in CreateObjectSpecificProperties()
Completed in 35 milliseconds