Home
last modified time | relevance | path

Searched refs:ShapePropertyId (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx41 enum ShapePropertyId enum
88 …inline bool has( ShapePropertyId ePropId ) const { return mpnPropertyIds[ ePropId ] >= 0; } in has()
89 …inline sal_Int32 operator[]( ShapePropertyId ePropId ) const { return mpnPropertyIds[ ePropId ]… in operator []()
102 bool supportsProperty( ShapePropertyId ePropId ) const;
109 …bool setAnyProperty( ShapePropertyId ePropId, const ::com::sun::star::uno::Any& rVa…
113 inline bool setProperty( ShapePropertyId ePropId, const Type& rValue ) in setProperty()
131 ::com::sun::star::uno::Any& operator[]( ShapePropertyId ePropId );
132 const ::com::sun::star::uno::Any& operator[]( ShapePropertyId ePropId ) const;
/aoo4110/main/oox/source/drawingml/
H A Dshapepropertymap.cxx80 bool ShapePropertyMap::supportsProperty( ShapePropertyId ePropId ) const in supportsProperty()
90 bool ShapePropertyMap::setAnyProperty( ShapePropertyId ePropId, const Any& rValue ) in setAnyProperty()

Completed in 30 milliseconds