Searched refs:GraphicProperties (Results 1 – 9 of 9) sorted by relevance
41 SfxItemSet& GraphicProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()60 GraphicProperties::GraphicProperties(SdrObject& rObj) in GraphicProperties() function in sdr::properties::GraphicProperties65 GraphicProperties::GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj) in GraphicProperties() function in sdr::properties::GraphicProperties70 GraphicProperties::~GraphicProperties() in ~GraphicProperties()74 BaseProperties& GraphicProperties::Clone(SdrObject& rObj) const in Clone()76 return *(new GraphicProperties(*this, rObj)); in Clone()79 void GraphicProperties::ItemSetChanged(const SfxItemSet& rSet) in ItemSetChanged()98 void GraphicProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()112 void GraphicProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
35 class GraphicProperties : public RectangleProperties class46 GraphicProperties(SdrObject& rObj);49 GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj);52 virtual ~GraphicProperties();
131 struct GraphicProperties struct136 void assignUsed( const GraphicProperties& rSourceProps );
55 struct GraphicProperties;56 typedef ::boost::shared_ptr< GraphicProperties > GraphicPropertiesPtr;
90 inline GraphicProperties& getGraphicProperties() { return *mpGraphicPropertiesPtr; } in getGraphicProperties()91 inline const GraphicProperties& getGraphicProperties() const { return *mpGraphicPropertiesPtr; } in getGraphicProperties()
339 void GraphicProperties::assignUsed( const GraphicProperties& rSourceProps ) in assignUsed()344 void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelper& rGraphicHelper, … in pushToPropMap()
72 , mpGraphicPropertiesPtr( new GraphicProperties ) in Shape()
40 class GraphicProperties;85 friend class sdr::properties::GraphicProperties;
341 return new sdr::properties::GraphicProperties(*this); in CreateObjectSpecificProperties()
Completed in 39 milliseconds