Searched defs:ShapePropertyInfo (Results 1 – 2 of 2) sorted by relevance
71 struct ShapePropertyInfo struct73 … mpnPropertyIds; /// Pointer to array of property identifiers for all SHAPEPROP properties.74 … mbNamedLineMarker; /// True = use named line marker instead of explicit line marker.75 … mbNamedLineDash; /// True = use named line dash instead of explicit line dash.76 … mbNamedFillGradient; /// True = use named fill gradient instead of explicit fill gradient.77 … mbNamedFillBitmapUrl; /// True = use named fill bitmap URL instead of explicit fill bitmap URL.79 …ertyInfo DEFAULT; /// Default property info (used as default parameter of other methods).88 …inline bool has( ShapePropertyId ePropId ) const { return mpnPropertyIds[ ePropId ] >= 0; } in has()89 …line sal_Int32 operator[]( ShapePropertyId ePropId ) const { return mpnPropertyIds[ ePropId ]; } in operator []()
61 ShapePropertyInfo::ShapePropertyInfo( const sal_Int32* pnPropertyIds, in ShapePropertyInfo() function in oox::drawingml::ShapePropertyInfo