Home
last modified time | relevance | path

Searched refs:GraphicProperties (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/sdr/properties/
H A Dgraphicproperties.cxx41 SfxItemSet& GraphicProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
60 GraphicProperties::GraphicProperties(SdrObject& rObj) in GraphicProperties() function in sdr::properties::GraphicProperties
65 GraphicProperties::GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj) in GraphicProperties() function in sdr::properties::GraphicProperties
70 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()
/trunk/main/svx/inc/svx/sdr/properties/
H A Dgraphicproperties.hxx35 class GraphicProperties : public RectangleProperties class
46 GraphicProperties(SdrObject& rObj);
49 GraphicProperties(const GraphicProperties& rProps, SdrObject& rObj);
52 virtual ~GraphicProperties();
/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx131 struct GraphicProperties struct
136 void assignUsed( const GraphicProperties& rSourceProps );
H A Ddrawingmltypes.hxx55 struct GraphicProperties;
56 typedef ::boost::shared_ptr< GraphicProperties > GraphicPropertiesPtr;
H A Dshape.hxx90 inline GraphicProperties& getGraphicProperties() { return *mpGraphicPropertiesPtr; } in getGraphicProperties()
91 inline const GraphicProperties& getGraphicProperties() const { return *mpGraphicPropertiesPtr; } in getGraphicProperties()
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx339 void GraphicProperties::assignUsed( const GraphicProperties& rSourceProps ) in assignUsed()
344 void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelper& rGraphicHelper, … in pushToPropMap()
H A Dshape.cxx72 , mpGraphicPropertiesPtr( new GraphicProperties ) in Shape()
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx40 class GraphicProperties;
85 friend class sdr::properties::GraphicProperties;
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx341 return new sdr::properties::GraphicProperties(*this); in CreateObjectSpecificProperties()

Completed in 52 milliseconds