Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx73 …const sal_Int32* mpnPropertyIds; /// Pointer to array of property identifiers for all S… member
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 []()
/AOO41X/main/oox/source/drawingml/
H A Dshapepropertymap.cxx63 mpnPropertyIds( pnPropertyIds ), in ShapePropertyInfo()
69 …OSL_ENSURE( mpnPropertyIds != 0, "ShapePropertyInfo::ShapePropertyInfo - missing property identifi… in ShapePropertyInfo()