Searched refs:aYellow (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofpageobj.cxx | 91 const basegfx::BColor aYellow(1.0, 1.0, 0.0); in createViewIndependentPrimitive2DSequence() local 92 …Reference xReference(new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(aOutline, aYellow)); in createViewIndependentPrimitive2DSequence()
|
H A D | viewcontact.cxx | 275 const basegfx::BColor aYellow(1.0, 1.0, 0.0); in createViewIndependentPrimitive2DSequence() local 277 new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(aOutline, aYellow)); in createViewIndependentPrimitive2DSequence()
|
/trunk/main/sc/source/ui/view/ |
H A D | hintwin.cxx | 50 Color aYellow( 255,255,192 ); // hellgelb in ScHintWindow() local 51 SetBackground( aYellow ); in ScHintWindow()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | embedded3dprimitive2d.cxx | 80 const basegfx::BColor aYellow(1.0, 1.0, 0.0); in create2DDecomposition() local 81 const Primitive2DReference xRef(new PolygonHairlinePrimitive2D(aOutline, aYellow)); in create2DDecomposition()
|
/trunk/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 222 Color aYellow( ScDetectiveFunc::GetCommentColor() ); in ScCommentData() local 223 aCaptionSet.Put( XFillColorItem( String(), aYellow ) ); in ScCommentData()
|
Completed in 26 milliseconds