Home
last modified time | relevance | path

Searched refs:maShapeFillColor (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/filter/source/svg/
H A Dsvgwriter.hxx143 Color maShapeFillColor; member
157 maShapeFillColor( Color( COL_TRANSPARENT ) ), in SVGShapeDescriptor()
H A Dsvgwriter.cxx667 …const sal_Bool bLineOnly = ( rShape.maShapeFillColor == Color( COL_TRANSPARENT ) ) && ( !rShape.m… in ImplWriteShape()
670 …mpContext->AddPaintAttr( rShape.maShapeLineColor, rShape.maShapeFillColor, &aBoundRect, rShape.map… in ImplWriteShape()
1502 mapCurShape->maShapeFillColor = aFill.getFillColor(); in ImplWriteActions()
1503 …mapCurShape->maShapeFillColor.SetTransparency( (sal_uInt8) FRound( 255.0 * aFill.getTransparency()… in ImplWriteActions()
1640 mapCurShape->maShapeFillColor = mapCurShape->maShapeLineColor; in ImplWriteActions()