LibreOffice Module oox (master) 1
|
#include <shapepropertymap.hxx>
Public Member Functions | |
ShapePropertyInfo (const ShapePropertyIds &rnPropertyIds, bool bNamedLineMarker, bool bNamedLineDash, bool bNamedFillGradient, bool bNamedFillBitmap, bool bNamedFillHatch) | |
Default property info (used as default parameter of other methods). More... | |
bool | has (ShapeProperty ePropId) const |
sal_Int32 | operator[] (ShapeProperty ePropId) const |
Public Attributes | |
const ShapePropertyIds & | mrPropertyIds |
bool | mbNamedLineMarker |
bool | mbNamedLineDash |
True = use named line marker instead of explicit line marker. More... | |
bool | mbNamedFillGradient |
True = use named line dash instead of explicit line dash. More... | |
bool | mbNamedFillBitmap |
True = use named fill gradient instead of explicit fill gradient. More... | |
bool | mbNamedFillHatch |
True = use named fill bitmap instead of explicit fill bitmap. More... | |
Static Public Attributes | |
static ShapePropertyInfo | DEFAULT |
True = use named fill hatch instead of explicit fill hatch. More... | |
Definition at line 83 of file shapepropertymap.hxx.
|
explicit |
Default property info (used as default parameter of other methods).
Definition at line 61 of file shapepropertymap.cxx.
|
inline |
Definition at line 98 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::supportsProperty().
|
inline |
Definition at line 102 of file shapepropertymap.hxx.
|
static |
True = use named fill hatch instead of explicit fill hatch.
Definition at line 92 of file shapepropertymap.hxx.
Referenced by oox::ppt::SlidePersist::createBackground().
bool oox::drawingml::ShapePropertyInfo::mbNamedFillBitmap |
True = use named fill gradient instead of explicit fill gradient.
Definition at line 89 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::setFillBitmap().
bool oox::drawingml::ShapePropertyInfo::mbNamedFillGradient |
True = use named line dash instead of explicit line dash.
Definition at line 88 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::setFillGradient().
bool oox::drawingml::ShapePropertyInfo::mbNamedFillHatch |
True = use named fill bitmap instead of explicit fill bitmap.
Definition at line 90 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::setFillHatch().
bool oox::drawingml::ShapePropertyInfo::mbNamedLineDash |
True = use named line marker instead of explicit line marker.
Definition at line 87 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::setLineDash().
bool oox::drawingml::ShapePropertyInfo::mbNamedLineMarker |
Definition at line 86 of file shapepropertymap.hxx.
Referenced by oox::drawingml::ShapePropertyMap::hasNamedLineMarkerInTable(), and oox::drawingml::ShapePropertyMap::setLineMarker().
const ShapePropertyIds& oox::drawingml::ShapePropertyInfo::mrPropertyIds |
Definition at line 85 of file shapepropertymap.hxx.
Referenced by oox::ppt::SlidePersist::createBackground().