Searched refs:ShapePropertyMap (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | shapepropertymap.cxx | 74 ShapePropertyMap::ShapePropertyMap( ModelObjectHelper& rModelObjHelper, const ShapePropertyInfo& rS… in ShapePropertyMap() function in oox::drawingml::ShapePropertyMap 80 bool ShapePropertyMap::supportsProperty( ShapePropertyId ePropId ) const in supportsProperty() 85 bool ShapePropertyMap::hasNamedLineMarkerInTable( const OUString& rMarkerName ) const in hasNamedLineMarkerInTable() 90 bool ShapePropertyMap::setAnyProperty( ShapePropertyId ePropId, const Any& rValue ) in setAnyProperty() 122 bool ShapePropertyMap::setLineMarker( sal_Int32 nPropId, const Any& rValue ) in setLineMarker() 139 bool ShapePropertyMap::setLineDash( sal_Int32 nPropId, const Any& rValue ) in setLineDash() 155 bool ShapePropertyMap::setFillGradient( sal_Int32 nPropId, const Any& rValue ) in setFillGradient() 171 bool ShapePropertyMap::setFillBitmapUrl( sal_Int32 nPropId, const Any& rValue ) in setFillBitmapUrl()
|
H A D | lineproperties.cxx | 176 void lclPushMarkerProperties( ShapePropertyMap& rPropMap, in lclPushMarkerProperties() 364 void LineProperties::pushToPropMap( ShapePropertyMap& rPropMap, in pushToPropMap()
|
H A D | fillproperties.cxx | 186 void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap, in pushToPropMap()
|
H A D | shape.cxx | 445 ShapePropertyMap aShapeProps( rFilterBase.getModelObjectHelper() ); in createAndInsert()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 633 ShapePropertyMap& rPropMap, 652 ShapePropertyMap& rPropMap, 672 ShapePropertyMap& rPropMap, 886 void LineFormatter::convertFormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShape… in convertFormatting() 911 void FillFormatter::convertFormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShape… in convertFormatting() 930 void EffectFormatter::convertFormatting( ShapePropertyMap& /*rPropMap*/, const ModelRef< Shape >& /… in convertFormatting() argument 999 ShapePropertyMap aPropMap( mrModelObjHelper, *mrEntry.mpPropInfo ); in convertFrameFormatting() 1025 ShapePropertyMap aPropMap( mrModelObjHelper, *mrEntry.mpPropInfo ); in convertAutomaticLine() 1034 ShapePropertyMap aPropMap( mrModelObjHelper, *mrEntry.mpPropInfo ); in convertAutomaticFill()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | drawingmanager.hxx | 35 namespace oox { namespace drawingml { class ShapePropertyMap; } } 202 …void convertLineProperties( ::oox::drawingml::ShapePropertyMap& rPropMap, const Bif… 204 …void convertFillProperties( ::oox::drawingml::ShapePropertyMap& rPropMap, const Bif… 206 …void convertFrameProperties( ::oox::drawingml::ShapePropertyMap& rPropMap, sal_uInt… 341 void convertRectProperties( ::oox::drawingml::ShapePropertyMap& rPropMap ) const;
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 593 void BiffDrawingObjectBase::convertLineProperties( ShapePropertyMap& rPropMap, const BiffObjLineMod… in convertLineProperties() 707 void BiffDrawingObjectBase::convertFillProperties( ShapePropertyMap& rPropMap, const BiffObjFillMod… in convertFillProperties() 793 void BiffDrawingObjectBase::convertFrameProperties( ShapePropertyMap& /*rPropMap*/, sal_uInt16 /*nF… in convertFrameProperties() argument 1043 ShapePropertyMap aPropMap( getBaseFilter().getModelObjectHelper() ); in implConvertAndInsert() 1086 void BiffRectObject::convertRectProperties( ShapePropertyMap& rPropMap ) const in convertRectProperties() 1115 ShapePropertyMap aPropMap( getBaseFilter().getModelObjectHelper() ); in implConvertAndInsert() 1133 ShapePropertyMap aPropMap( getBaseFilter().getModelObjectHelper() ); in implConvertAndInsert() 1175 ShapePropertyMap aPropMap( getBaseFilter().getModelObjectHelper() ); in implConvertAndInsert() 1256 ShapePropertyMap aPropMap( getBaseFilter().getModelObjectHelper() ); in implConvertAndInsert()
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlformatting.hxx | 32 namespace drawingml { class ShapePropertyMap; } 177 ::oox::drawingml::ShapePropertyMap& rPropMap, 203 ::oox::drawingml::ShapePropertyMap& rPropMap,
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | fillproperties.hxx | 42 class ShapePropertyMap; 123 ShapePropertyMap& rPropMap,
|
H A D | shapepropertymap.hxx | 94 class ShapePropertyMap : public PropertyMap class 97 explicit ShapePropertyMap(
|
H A D | lineproperties.hxx | 66 ShapePropertyMap& rPropMap,
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 46 using ::oox::drawingml::ShapePropertyMap; 416 void StrokeModel::pushToPropMap( ShapePropertyMap& rPropMap, const GraphicHelper& rGraphicHelper ) … in pushToPropMap() 460 void FillModel::pushToPropMap( ShapePropertyMap& rPropMap, const GraphicHelper& rGraphicHelper ) co… in pushToPropMap()
|
H A D | vmlshape.cxx | 322 ::oox::drawingml::ShapePropertyMap aPropMap( mrDrawing.getFilter().getModelObjectHelper() ); in convertShapeProperties()
|
/aoo41x/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 172 ::oox::drawingml::ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in createBackground()
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 382 ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in pushToXCell()
|
Completed in 97 milliseconds