Home
last modified time | relevance | path

Searched refs:aLineColor (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx253 ::boost::optional< ::Color > aLineColor( m_pImpl->rModel.getLineColor() ); in PaintHeaderArea()
254 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintHeaderArea()
285 ::boost::optional< ::Color > const aLineColor( m_pImpl->rModel.getLineColor() ); in PaintColumnHeader()
286 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintColumnHeader()
343 ::boost::optional< ::Color > const aLineColor( m_pImpl->rModel.getLineColor() ); in PrepareRow()
344 ::Color lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PrepareRow()
354 if ( !aLineColor ) in PrepareRow()
406 ::Color const lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintRowHeader()
464 ::boost::optional< ::Color > aLineColor( m_pImpl->rModel.getLineColor() ); in PaintCell()
465 ::Color lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PaintCell()
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx55 Color aLineColor; member
84 Color aLineColor; member in PictWriter
1321 WriteOpcode_RGBFgCol(aLineColor); in SetAttrForFrame()
1408 const Color aOldLineColor(aLineColor); in HandleLineInfoPolyPolygons()
1411 aLineColor = Color( COL_TRANSPARENT ); in HandleLineInfoPolyPolygons()
1421 aLineColor = aOldLineColor; in HandleLineInfoPolyPolygons()
1947 aLineColor = pA->GetColor(); in WriteOpcodes()
1949 aLineColor = Color( COL_TRANSPARENT ); in WriteOpcodes()
2063 pAt->aLineColor=aLineColor; in WriteOpcodes()
2080 aLineColor=pAt->aLineColor; in WriteOpcodes()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx392 Color aLineColor; member
397 aLineColor ( COL_BLACK ), in WinMtfLineStyle()
401 aLineColor ( rColor ), in WinMtfLineStyle()
405 aLineColor ( rColor ), in WinMtfLineStyle()
409 …sal_Bool operator==( const WinMtfLineStyle& rStyle ) { return ( ( aLineColor == rStyle.aLineColor in operator ==()
410 …sal_Bool operator==( WinMtfLineStyle* pStyle ) { return ( ( aLineColor == pStyle->aLineColor ) && … in operator ==()
413 aLineColor = rStyle.aLineColor; in operator =()
420 aLineColor = pStyle->aLineColor; in operator =()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx58 ::Color aLineColor;
108 aLineColor = ::Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in TableWindow()
116 aFont.SetColor( aLineColor ); in TableWindow()
373 SetLineColor( aLineColor ); in Paint()
417 SetLineColor( aLineColor ); in Paint()
464 ::Color aLineColor;
505 aLineColor = ::Color( aColorConfig.GetColorValue( svtools::FONTCOLOR ).nColor ); in ColumnsWindow()
513 aFont.SetColor( aLineColor ); in ColumnsWindow()
709 SetLineColor( aLineColor ); in Paint()
741 SetLineColor( aLineColor ); in Paint()
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx400 aLineColor(rCpy.aLineColor), in SwPageFtnInfo()
423 aLineColor = rCpy.aLineColor; in operator =()
445 aLineColor == rCmp.aLineColor && in operator ==()
/trunk/main/vcl/workben/
H A Dsvptest.cxx338 Color aLineColor( 0, 0, 0 ); in Paint() local
343 aLineColor = approachColor( aLineColor, aApproachColor ); in Paint()
344 SetLineColor( aLineColor ); in Paint()
347 if( aApproachColor.IsRGBEqual( aLineColor ) ) in Paint()
/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx409 Color aLineColor = maLineFill.getBestSolidColor(); in pushToPropMap() local
410 if( aLineColor.isUsed() ) in pushToPropMap()
412 … rPropMap.setProperty( SHAPEPROP_LineColor, aLineColor.getColor( rGraphicHelper, nPhClr ) ); in pushToPropMap()
413 if( aLineColor.hasTransparency() ) in pushToPropMap()
414 rPropMap.setProperty( SHAPEPROP_LineTransparency, aLineColor.getTransparency() ); in pushToPropMap()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx164 Color aLineColor( rStateOutDev.GetLineColor() ); in ImplConvertTransparentAction() local
165aLineColor.SetRed( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColor in ImplConvertTransparentAction()
166aLineColor.SetGreen( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineCol… in ImplConvertTransparentAction()
167aLineColor.SetBlue( static_cast<sal_uInt8>( (255L*nTransparency + (100L - nTransparency)*aLineColo… in ImplConvertTransparentAction()
168 o_rMtf.AddAction( new MetaLineColorAction(aLineColor, sal_True) ); in ImplConvertTransparentAction()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx519 Color aLineColor = pGridItem->GetColor(); in DrawPage() local
520 if(aLineColor.GetColor() == COL_AUTO) in DrawPage()
522 aLineColor = GetFillColor(); in DrawPage()
523 aLineColor.Invert(); in DrawPage()
525 SetLineColor(aLineColor); in DrawPage()
/trunk/main/sw/inc/
H A Dfmtclds.hxx78 Color aLineColor; //color of the separator line member in SwFmtCol
126 const Color& GetLineColor() const { return aLineColor;} in GetLineColor()
140 void SetLineColor(const Color& rCol ) { aLineColor = rCol;} in SetLineColor()
H A Dpagedesc.hxx54 Color aLineColor; //color of the separator line member in SwPageFtnInfo
63 const Color& GetLineColor() const { return aLineColor;} in GetLineColor()
71 void SetLineColor(const Color& rCol ) { aLineColor = rCol;} in SetLineColor()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx218 if(aBackColor == aLineColor) in UserDraw()
219 aLineColor.Invert(); in UserDraw()
220 pVDev->SetLineColor(aLineColor); in UserDraw()
430 aLineColor ( COL_LIGHTGRAY ), in SvxNumValueSet()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx134 … const basegfx::BColor aLineColor(maBColorModifierStack.getModifiedColor(rSource.getBColor())); in tryDrawPolygonHairlinePrimitive2DDirect() local
137 mpOutputDevice->SetLineColor(Color(aLineColor)); in tryDrawPolygonHairlinePrimitive2DDirect()
187 const basegfx::BColor aLineColor( in tryDrawPolygonStrokePrimitive2DDirect() local
192 mpOutputDevice->SetLineColor(Color(aLineColor)); in tryDrawPolygonStrokePrimitive2DDirect()
/trunk/main/padmin/source/
H A Dpadialog.cxx555 Color aLineColor( 0, 0, 0 ); in printPage() local
560 aLineColor = approachColor( aLineColor, aApproachColor ); in printPage()
561 pPrinter->SetLineColor( aLineColor ); in printPage()
564 if( aApproachColor.IsRGBEqual( aLineColor ) ) in printPage()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx251 aLineColor ( COL_LIGHTGRAY ), in SvxNumValueSet2()
331 if(aBackColor == aLineColor) in UserDraw()
332 aLineColor.Invert(); in UserDraw()
336 pVDev->SetLineColor(aLineColor); in UserDraw()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx132 Color aLineColor; // aktuelle GDIMetafile Farbeinstellungen member in PSWriter
376 aLineColor = Color( COL_BLACK ); in WritePS()
610 Color aOldLineColor( aLineColor ); in ImplWriteActions()
611 aLineColor = ( (const MetaPixelAction*) pMA )->GetColor(); in ImplWriteActions()
616 aLineColor = aOldLineColor; in ImplWriteActions()
976 aLineColor = ( (const MetaLineColorAction*) pMA )->GetColor(); in ImplWriteActions()
1047 pGS->aLineCol = aLineColor; in ImplWriteActions()
1077 aLineColor = pGS->aLineCol; in ImplWriteActions()
2226 if ( aColor != aLineColor ) in ImplWriteLineColor()
2228 aColor = aLineColor; in ImplWriteLineColor()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx336 Color aLineColor; member in ImpColorMerk
342 aLineColor( rOut.GetLineColor() ), in ImpColorMerk()
350 aLineColor = rOut.GetLineColor(); in ImpColorMerk()
365 rOut.SetLineColor( aLineColor ); in Restore()
381 const Color& GetLineColor() const { return aLineColor; } in GetLineColor()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1149 basebmp::Color aLineColor( 0, 0, 0 ); in Paint() local
1153 aLineColor = approachColor( aLineColor, aApproachColor ); in Paint()
1156 if( aApproachColor == aLineColor ) in Paint()
1176 aLineColor, in Paint()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx297 Color aLineColor( mpVDev->GetLineColor() ); in Impl_writePolyPolygon() local
298 if( 0 == aLineColor.GetTransparency() ) in Impl_writePolyPolygon()
299 aLineColor.SetTransparency( nTransparence ); in Impl_writePolyPolygon()
303 Impl_writePolyPolygon(rPolyPoly, bFilled, aFillColor, aLineColor ); in Impl_writePolyPolygon()
331 Color aLineColor( rLineColor ); in Impl_writePolyPolygon() local
333 aLineColor.SetTransparency( mnGlobalTransparency ); in Impl_writePolyPolygon()
335 nID = defineShape( aPolyPoly, 1, aLineColor ); in Impl_writePolyPolygon()
/trunk/main/sw/source/core/text/
H A Dtxtpaint.hxx173 Color aLineColor = pOut->GetLineColor(); in DbgRect() local
178 pOut->SetLineColor( aLineColor ); in DbgRect()
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx166 XMLPropertyState aLineColor( nIndex, aAny ); in StartElement() local
167 rProperties.push_back(aLineColor); in StartElement()
/trunk/main/svx/source/xoutdev/
H A Dxtablend.cxx167 const basegfx::BColor aLineColor(rStyleSettings.GetFieldTextColor().getBColor()); in CreateBitmapForUI() local
170 aLineColor, in CreateBitmapForUI()
H A Dxtabdash.cxx158 const basegfx::BColor aLineColor(rStyleSettings.GetFieldTextColor().getBColor()); in ImpCreateBitmapForXDash() local
161 aLineColor, in ImpCreateBitmapForXDash()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx113 const Color aLineColor(((XLineColorItem&)(rSet.Get(XATTR_LINECOLOR))).GetColorValue()); in impGetLineAttribute() local
114 aColorAttribute = aLineColor.getBColor(); in impGetLineAttribute()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx92 Color aLineColor(189,201,219); in Paint() local
94 SetLineColor(aLineColor); in Paint()

Completed in 89 milliseconds

12