Searched defs:ShapePropertyInfo (Results 1 – 2 of 2) sorted by relevance
71 struct ShapePropertyInfo struct73 …const sal_Int32* mpnPropertyIds; /// Pointer to array of property identifiers for all S…74 …bool mbNamedLineMarker; /// True = use named line marker instead of explicit l…75 …bool mbNamedLineDash; /// True = use named line dash instead of explicit lin…76 …bool mbNamedFillGradient; /// True = use named fill gradient instead of explicit…77 …bool mbNamedFillBitmapUrl; /// True = use named fill bitmap URL instead of explic…79 …static ShapePropertyInfo DEFAULT; /// Default property info (used as default parameter o…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 []()
61 ShapePropertyInfo::ShapePropertyInfo( const sal_Int32* pnPropertyIds, in ShapePropertyInfo() function in oox::drawingml::ShapePropertyInfo
Completed in 25 milliseconds