Home
last modified time | relevance | path

Searched defs:ShapePropertyInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Dshapepropertymap.hxx71 struct ShapePropertyInfo struct
73 …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 []()
/trunk/main/oox/source/drawingml/
H A Dshapepropertymap.cxx61 ShapePropertyInfo::ShapePropertyInfo( const sal_Int32* pnPropertyIds, in ShapePropertyInfo() function in oox::drawingml::ShapePropertyInfo

Completed in 18 milliseconds