Searched refs:ePropId (Results 1 – 2 of 2) sorted by relevance
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() argument114 … { return setAnyProperty( ePropId, ::com::sun::star::uno::Any( rValue ) ); } in setProperty()131 ::com::sun::star::uno::Any& operator[]( ShapePropertyId ePropId );132 const ::com::sun::star::uno::Any& operator[]( ShapePropertyId ePropId ) const;
80 bool ShapePropertyMap::supportsProperty( ShapePropertyId ePropId ) const in supportsProperty()82 return maShapePropInfo.has( ePropId ); in supportsProperty()90 bool ShapePropertyMap::setAnyProperty( ShapePropertyId ePropId, const Any& rValue ) in setAnyProperty() argument93 sal_Int32 nPropId = maShapePropInfo[ ePropId ]; in setAnyProperty()97 switch( ePropId ) in setAnyProperty()
Completed in 9 milliseconds