/aoo41x/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 136 const BitmapColor& rLineColor = *mpLineColor; in DrawLine() local 150 SetPixel( nY, nX, rLineColor ); in DrawLine() 155 SetPixel( nY, nX, rLineColor ); in DrawLine() 169 SetPixel( nY, nX, rLineColor ); in DrawLine() 174 SetPixel( nY, nX, rLineColor ); in DrawLine() 210 SetPixel( nY, nX, rLineColor ); in DrawLine() 249 SetPixel( nY, nX, rLineColor ); in DrawLine()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter.hxx | 299 …uInt16 defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineColor ); 366 …olygon( const Polygon& rPoly, sal_Bool bFilled, const Color& rFillColor, const Color& rLineColor ); 368 …const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rFillColor, const Color& rLineColor );
|
H A D | swfwriter.cxx | 433 …Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineColor ) in defineShape() argument 452 mpTag->addRGBA( rLineColor ); // Color in defineShape()
|
H A D | swfwriter1.cxx | 287 …Polygon( const Polygon& rPoly, sal_Bool bFilled, const Color& rFillColor, const Color& rLineColor ) in Impl_writePolygon() argument 290 Impl_writePolyPolygon( aPolyPoly, bFilled, rFillColor, rLineColor ); in Impl_writePolygon() 308 … const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rFillColor, const Color& rLineColor ) in Impl_writePolyPolygon() argument 331 Color aLineColor( rLineColor ); in Impl_writePolyPolygon()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | textlineprimitive2d.cxx | 270 const basegfx::BColor& rLineColor) in TextLinePrimitive2D() argument 277 maLineColor(rLineColor) in TextLinePrimitive2D()
|
/aoo41x/main/vcl/inc/ |
H A D | printergfx.hxx | 345 void SetLineColor (const PrinterColor& rLineColor = PrinterColor()) in SetLineColor() argument 346 { maLineColor = rLineColor; } in SetLineColor()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | textlineprimitive2d.hxx | 64 const basegfx::BColor& rLineColor);
|
/aoo41x/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 725 …ameExample::DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor) in DrawRect_Impl() argument 728 SetLineColor(rLineColor); in DrawRect_Impl()
|
/aoo41x/main/svx/inc/svx/ |
H A D | swframeexample.hxx | 73 void DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor);
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 589 XLineColorItem& rLineColor = (XLineColorItem&)p3DObj->GetMergedItem( XATTR_LINECOLOR ); in Create3DObject() local 590 p3DObj->SetMergedItem( XFillColorItem( String(), rLineColor.GetColorValue() ) ); in Create3DObject()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.hxx | 130 void AddPaintAttr( const Color& rLineColor, const Color& rFillColor,
|
H A D | svgwriter.cxx | 171 void SVGAttributeWriter::AddPaintAttr( const Color& rLineColor, const Color& rFillColor, in AddPaintAttr() argument 191 AddColorAttr( aXMLAttrStroke, aXMLAttrStrokeOpacity, rLineColor ); in AddPaintAttr()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | optpage.hxx | 393 void DrawRect(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor);
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1565 sal_Int32 SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem(const Color& rLineColor, in MatchSdrBoxIntoFlyBoxItem() argument 1664 aLine.SetColor( rLineColor ); in MatchSdrBoxIntoFlyBoxItem()
|
H A D | ww8par.hxx | 1330 sal_Int32 MatchSdrBoxIntoFlyBoxItem( const Color& rLineColor,
|
/aoo41x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1885 …d SwMarkPreview::DrawRect(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor) in DrawRect() argument 1888 SetLineColor(rLineColor); in DrawRect()
|