Home
last modified time | relevance | path

Searched refs:maLineColor (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx128 maLineColor (0, 0xff, 0), in PrinterGfx()
370 if( maLineColor.Is() ) in DrawRect()
372 PSSetColor (maLineColor); in DrawRect()
383 if( maLineColor.Is() ) in DrawLine()
385 PSSetColor (maLineColor); in DrawLine()
416 PSSetColor (maLineColor); in DrawPolyLine()
463 if (maLineColor.Is ()) in DrawPolygon()
465 PSSetColor (maLineColor); in DrawPolygon()
512 if( maLineColor.Is() ) in DrawPolyPolygon()
514 PSSetColor (maLineColor); in DrawPolyPolygon()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx120 maLineColor = aColor; in SetLineColor()
216 maLineColor(COL_BLACK), in CellAppearancePropertyPanel()
499 maLineColor.SetColor( COL_TRANSPARENT ); in NotifyItemUpdate()
510 maLineColor = ((const SvxColorItem*)pState)->GetValue(); in NotifyItemUpdate()
511 if(maLineColor == COL_AUTO) in NotifyItemUpdate()
525 maLineColor.SetColor(COL_AUTO); in NotifyItemUpdate()
789 mpLineColorUpdater->Update(maLineColor); in UpdateControlState()
803 if( maTLBRColor == maLineColor) in UpdateControlState()
804 mpLineColorUpdater->Update(maLineColor); in UpdateControlState()
810 if( maBLTRColor == maLineColor) in UpdateControlState()
[all …]
H A DCellAppearancePropertyPanel.hxx135 Color maLineColor; member in sc::sidebar::CellAppearancePropertyPanel
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx60 maLineColor( COL_BLACK ), in ScOutlineWindow()
162 maLineColor = rStyleSettings.GetButtonTextColor(); in InitSettings()
617 SetLineColor( maLineColor ); in Paint()
634 SetLineColor( maLineColor ); in Paint()
656 SetFillColor( maLineColor ); in Paint()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx923 mpGraphics->SetLineColor( ImplColorToSal( maLineColor ) ); in ImplInitLineColor()
1249 maLineColor = Color( COL_TRANSPARENT ); in SetLineColor()
1307 maLineColor = Color( COL_TRANSPARENT ); in SetLineColor()
1312 if( maLineColor != aColor ) in SetLineColor()
1316 maLineColor = aColor; in SetLineColor()
1650 const Color aOldLineColor( maLineColor ); in impPaintLineGeometryWithEvtlExpand()
2420 const Color aOldLineColor(maLineColor); in DrawPolyLine()
2494 pData->mpLineColor = new Color( maLineColor ); in Push()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx111 maLineColor = mpOutputDevice->GetLineColor(); /* COL_BLACK */ in initAttrs()
131 mpOutputDevice->SetLineColor( maLineColor ); in InitOutputDevice()
237 maLineColor = Color( (sal_uInt32)nColor ); in setLineColor()
243 return maLineColor.GetColor(); in getLineColor()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextlineprimitive2d.hxx50 basegfx::BColor maLineColor; member in drawinglayer::primitive2d::TextLinePrimitive2D
72 const basegfx::BColor& getLineColor() const { return maLineColor; } in getLineColor()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx242 PrinterColor maLineColor; member in psp::PrinterGfx
346 { maLineColor = rLineColor; } in SetLineColor()
353 { DrawPixel (rPoint, maLineColor); } in DrawPixel()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx229 …us::Color aTestColor(aTrans, SALCOLOR_RED(maLineColor), SALCOLOR_GREEN(maLineColor), SALCOLOR_BLUE… in drawPolyLine()
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx163 maLineColor(), in ShapeAttributeLayer()
551 return calcValue( maLineColor, in getLineColor()
559 maLineColor = nNewColor; in setLineColor()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx276 , maLineColor( COL_WHITE ) in AquaSalGraphics()
601 maLineColor.SetAlpha( 0.0 ); // transparent in SetLineColor()
603 CGContextSetStrokeColor( mrContext, maLineColor.AsArray() ); in SetLineColor()
610 maLineColor = RGBAColor( nSalColor ); in SetLineColor()
612 CGContextSetStrokeColor( mrContext, maLineColor.AsArray() ); in SetLineColor()
679 ImplDrawPixel( nX, nY, maLineColor ); in drawPixel()
H A Dsalgdiutils.cxx168 CGContextSetStrokeColor( mrContext, maLineColor.AsArray() ); in SetState()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h172 RGBAColor maLineColor; member in AquaSalGraphics
196 bool IsPenVisible() const { return maLineColor.IsVisible(); } in IsPenVisible()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx104 aParms.maLineColor = in prefetch()
123 aParms.maLineColor = in prefetch()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx86 basegfx::BColor maLineColor; member in __anonc3207dfb0111::PropertyHolder
117 maLineColor(), in PropertyHolder()
150 const basegfx::BColor& getLineColor() const { return maLineColor; } in getLineColor()
151 void setLineColor(const basegfx::BColor& rNew) { if(rNew != maLineColor) maLineColor = rNew; } in setLineColor()
H A Dtextlineprimitive2d.cxx277 maLineColor(rLineColor) in TextLinePrimitive2D()
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx199 maLineColor( COL_BLACK ), in XclChMarkerFormat()
965 rMarkerFmt.maLineColor = ScfApiHelper::ConvertFromApiColor( aApiSymbol.BorderColor ); in ReadMarkerProperties()
1174 aApiSymbol.FillColor : ScfApiHelper::ConvertToApiColor( rMarkerFmt.maLineColor ); in WriteMarkerProperties()
H A Dxechart.cxx1471 maData.maLineColor = maData.maFillColor = aLineColor; in Convert()
1491 maData.maLineColor = maData.maFillColor = aLineColor; in ConvertStockSymbol()
1507 … mnLineColorId = rRoot.GetPalette().InsertColor( maData.maLineColor, EXC_COLOR_CHARTLINE ); in RegisterColors()
1515 rStrm << maData.maLineColor << maData.maFillColor << maData.mnMarkerType << maData.mnFlags; in WriteBody()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Drenderer.hxx111 ::boost::optional< Color::IntSRGBA > maLineColor;
/trunk/main/sc/source/ui/inc/
H A Dolinewin.hxx53 Color maLineColor; /// Line color for expanded groups. member in ScOutlineWindow
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx505 RGBColor maLineColor; member in slideshow::internal::ShapeAttributeLayer
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1492 if( !rParms.maLineColor.is_initialized() ) in createActions()
3026 if( rParams.maLineColor.is_initialized() ) in ImplRenderer()
3029 getState( aStateStack ).lineColor = pColor->getDeviceColor( *rParams.maLineColor ); in ImplRenderer()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h177 SalColor maLineColor; member in WinSalGraphics
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx67 Color maLineColor; member in VCLXGraphics
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx345 Color maLineColor; member in OutputDevice
917 const Color& GetLineColor() const { return maLineColor; } in GetLineColor()

Completed in 172 milliseconds

12