Searched refs:ShapePropertyInfo (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | shapepropertymap.hxx | 71 struct ShapePropertyInfo struct 79 …static ShapePropertyInfo DEFAULT; /// Default property info (used as default parameter o… argument 81 explicit ShapePropertyInfo( 99 const ShapePropertyInfo& rShapePropInfo = ShapePropertyInfo::DEFAULT ); 136 ShapePropertyInfo maShapePropInfo;
|
/aoo4110/main/oox/source/drawingml/ |
H A D | shapepropertymap.cxx | 59 ShapePropertyInfo ShapePropertyInfo::DEFAULT( spnDefaultShapeIds, true, false, false, false ); 61 ShapePropertyInfo::ShapePropertyInfo( const sal_Int32* pnPropertyIds, in ShapePropertyInfo() function in oox::drawingml::ShapePropertyInfo 74 ShapePropertyMap::ShapePropertyMap( ModelObjectHelper& rModelObjHelper, const ShapePropertyInfo& rS… in ShapePropertyMap()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 520 static const ShapePropertyInfo saCommonPropInfo( spnCommonPropIds, false, true, true, true ); 522 static const ShapePropertyInfo saLinearPropInfo( spnLinearPropIds, false, true, true, true ); 524 static const ShapePropertyInfo saFilledPropInfo( spnFilledPropIds, false, true, true, true ); 532 const ShapePropertyInfo* mpPropInfo; /// Property info for the ShapePropertyMap class.
|
Completed in 16 milliseconds