Home
last modified time | relevance | path

Searched refs:nNewColor (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java228 assure( "Changing CharColor via old API failed", nNewColor == nColor ); in testSubTitle()
264 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDiagram() local
265 assure( "Changing FillColor via old API failed", nNewColor == nColor ); in testDiagram()
416 int nNewColor = 0xcd853f; // peru in testAxis() local
417 xProp.setPropertyValue( "LineColor", new Integer( nNewColor )); in testAxis()
419 AnyConverter.toInt( xProp.getPropertyValue( "LineColor" )) == nNewColor ); in testAxis()
527 int nNewColor = AnyConverter.toInt( xArea.getPropertyValue( "FillColor" ) ); in testArea() local
528 assure( "Changing FillColor of Area failed", nNewColor == nColor ); in testArea()
633 int nNewColor = AnyConverter.toInt( xProp.getPropertyValue( "FillColor" ) ); in testDataSeriesAndPoints() local
634 assure( "Changing FillColor of Data Series failed", nNewColor == nColor ); in testDataSeriesAndPoints()
[all …]
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx517 void ShapeAttributeLayer::setDimColor( const RGBColor& nNewColor ) in setDimColor() argument
519 maDimColor = nNewColor; in setDimColor()
537 void ShapeAttributeLayer::setFillColor( const RGBColor& nNewColor ) in setFillColor() argument
539 maFillColor = nNewColor; in setFillColor()
557 void ShapeAttributeLayer::setLineColor( const RGBColor& nNewColor ) in setLineColor() argument
559 maLineColor = nNewColor; in setLineColor()
651 void ShapeAttributeLayer::setCharColor( const RGBColor& nNewColor ) in setCharColor() argument
653 maCharColor = nNewColor; in setCharColor()
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx290 void setDimColor( const RGBColor& nNewColor );
303 void setFillColor( const RGBColor& nNewColor );
316 void setLineColor( const RGBColor& nNewColor );
365 void setCharColor( const RGBColor& nNewColor );
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx2639 ColorData nNewColor = COL_BLACK; in ApplyAutoColor() local
2708 nNewColor = COL_BLACK; in ApplyAutoColor()
2711 nNewColor = SwViewOption::GetFontColor().GetColor(); in ApplyAutoColor()
2715 Color aTmpColor( nNewColor ); in ApplyAutoColor()
2717 nNewColor = COL_WHITE; in ApplyAutoColor()
2719 nNewColor = COL_BLACK; in ApplyAutoColor()
2725 Color aNewColor( nNewColor ); in ApplyAutoColor()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx8320 sal_Int32 nNewColor = 0; in SetOnePropertyValue() local
8321 if (aValue >>= nNewColor) in SetOnePropertyValue()
8330 aColor = Color(static_cast<sal_uInt32>(nNewColor)); in SetOnePropertyValue()

Completed in 79 milliseconds