Searched refs:mpnPropertyIds (Results 1 – 2 of 2) sorted by relevance
73 …const sal_Int32* mpnPropertyIds; /// Pointer to array of property identifiers for all S… member88 …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 []()
63 mpnPropertyIds( pnPropertyIds ), in ShapePropertyInfo()69 …OSL_ENSURE( mpnPropertyIds != 0, "ShapePropertyInfo::ShapePropertyInfo - missing property identifi… in ShapePropertyInfo()