/trunk/main/vcl/inc/vcl/ |
H A D | settings.hxx | 340 Color maActiveColor; 351 Color maDialogColor; 354 Color maFaceColor; 355 Color maFieldColor; 358 Color maFontColor; 360 Color maHelpColor; 368 Color maLightColor; 369 Color maLinkColor; 372 Color maMenuColor; 377 Color maMonoColor; [all …]
|
H A D | bitmapex.hxx | 57 Color aTransparentColor; 189 const Color* pInitColor = NULL, 226 sal_Bool Erase( const Color& rFillColor ); 297 … sal_Bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 ); 317 sal_Bool Replace( const Color* pSearchColors, const Color* pReplaceColors, 460 Color aColorTopLeft, 461 Color aColorBottomRight); 466 Color aColorTopLeft, 467 Color aColorTopRight, 468 Color aColorBottomRight, [all …]
|
H A D | graphictools.hxx | 312 Color aFillColor, 319 Color aHatchColor, 330 Color getFillColor () const; 367 Color getHatchColor () const; 371 Color getGradient1stColor () const; 373 Color getGradient2ndColor () const; 394 void setFillColor ( Color aFillColor ); 443 Color maFillColor; 450 Color maHatchColor; 452 Color maGradient1stColor; [all …]
|
H A D | outdev.hxx | 345 Color maLineColor; 346 Color maFillColor; 348 Color maTextColor; 349 Color maTextLineColor; 350 Color maOverlineColor; 486 …E void ImplDraw2ColorFrame( const Rectangle& rRect, const Color& rLeftTopColor, const Color& rRi… 852 Color aStart = Color(COL_WHITE), 853 Color aEnd = Color(COL_BLACK)); 855 Color GetPixel( const Point& rPt ) const; 944 Color GetTextFillColor() const; [all …]
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgtools.cxx | 654 typedef std::hash_map< rtl::OUString, Color, rtl::OUStringHash > ColorTokenMapper; in match_colorKeyword() 655 typedef std::pair< rtl::OUString, Color > ColorTokenValueType; in match_colorKeyword() 662 …apperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("aqua"), Color( 0, 255, 255))); in match_colorKeyword() 667 …enMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("black"), Color( 0, 0, 0))); in match_colorKeyword() 669 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("blue"), Color( 0, 0, 255))); in match_colorKeyword() 711 …MapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("gold"), Color(255, 215, 0))); in match_colorKeyword() 715 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("green"), Color(0, 128, 0))); in match_colorKeyword() 742 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("lime"), Color( 0, 255, 0))); in match_colorKeyword() 746 …MapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("maroon"), Color(128, 0, 0))); in match_colorKeyword() 761 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("navy"), Color( 0, 0, 128))); in match_colorKeyword() [all …]
|
/trunk/main/basebmp/inc/basebmp/ |
H A D | colormisc.hxx | 44 Color operator()( Color v1, sal_uInt8 m, Color v2 ) const in operator ()() 53 Color operator()( Color v1, sal_uInt8 m, Color v2 ) const in operator ()() 68 : public TernaryFunctorBase<sal_uInt8,Color,Color,Color> 71 Color v1, in operator ()() 90 : public TernaryFunctorBase<Color,Color,Color,Color> 92 Color operator()( Color input, in operator ()() 93 Color v1, in operator ()() 139 return Color(c,c,c); in fromGreyscale() 150 template<bool polarity> struct ColorTraits< Color >::blend_functor< Color, polarity > 163 typedef basebmp::Color Type; [all …]
|
H A D | color.hxx | 33 class Color class 42 Color() : mnColor(0) {} in Color() function in basebmp::Color 43 explicit Color( sal_uInt32 nVal ) : mnColor(nVal) {} in Color() function in basebmp::Color 44 Color( sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue ) : in Color() function in basebmp::Color 65 Color operator&( sal_uInt32 nMask ) const { return Color(mnColor & nMask); } in operator &() 66 Color operator^( Color col ) const { return Color(col.getRed()^getRed(), in operator ^() 69 Color operator-( Color col ) const { return Color((sal_uInt8)abs((int)getRed()-col.getRed()), in operator -() 72 Color operator+( Color col ) const { return Color(getRed()+col.getRed(), in operator +() 75 …Color operator*( Color col ) const { return Color((sal_uInt8)((sal_uInt32)col.getRed()*getRed()/SA… in operator *() 78 …Color operator*( sal_uInt8 n ) const { return Color((sal_uInt8)((sal_uInt32)n*getRed()/SAL_MAX_UIN… in operator *() [all …]
|
H A D | bitmapdevice.hxx | 58 class Color; 135 void clear( Color fillColor ); 149 Color pixelColor, 168 Color pixelColor, 174 Color getPixel( const basegfx::B2IPoint& rPt ); 203 Color lineColor, 229 Color lineColor, 247 Color lineColor, 268 Color lineColor, 411 void drawMaskedColor( Color aSrcColor, [all …]
|
/trunk/main/svx/source/xoutdev/ |
H A D | xtabcolr.cxx | 248 Insert( new XColorEntry( Color( 0x00, 0x45, 0x86 ), aStrChart ) ); in Create() 250 Insert( new XColorEntry( Color( 0xff, 0x42, 0x0e ), aStrChart ) ); in Create() 252 Insert( new XColorEntry( Color( 0xff, 0xd3, 0x20 ), aStrChart ) ); in Create() 254 Insert( new XColorEntry( Color( 0x57, 0x9d, 0x1c ), aStrChart ) ); in Create() 256 Insert( new XColorEntry( Color( 0x7e, 0x00, 0x21 ), aStrChart ) ); in Create() 258 Insert( new XColorEntry( Color( 0x83, 0xca, 0xff ), aStrChart ) ); in Create() 260 Insert( new XColorEntry( Color( 0x31, 0x40, 0x04 ), aStrChart ) ); in Create() 262 Insert( new XColorEntry( Color( 0xae, 0xcf, 0x00 ), aStrChart ) ); in Create() 264 Insert( new XColorEntry( Color( 0x4b, 0x1f, 0x6f ), aStrChart ) ); in Create() 267 Insert( new XColorEntry( Color( 0xff, 0x95, 0x0e ), aStrChart ) ); in Create() [all …]
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XStyleSettings.idl | 27 #include <com/sun/star/util/Color.idl> 59 [attribute] ::com::sun::star::util::Color ActiveColor; 74 [attribute] ::com::sun::star::util::Color CheckedColor; 89 [attribute] ::com::sun::star::util::Color DialogColor; 95 [attribute] ::com::sun::star::util::Color DisableColor; 98 [attribute] ::com::sun::star::util::Color FaceColor; 104 [attribute] ::com::sun::star::util::Color FieldColor; 116 [attribute] ::com::sun::star::util::Color HelpColor; 137 [attribute] ::com::sun::star::util::Color LightColor; 149 [attribute] ::com::sun::star::util::Color MenuColor; [all …]
|
/trunk/main/sw/source/ui/config/ |
H A D | viewopt.cxx | 67 Color SwViewOption::aLinksColor(COL_BLUE); 73 Color SwViewOption::aFontColor(COL_BLACK); 137 const Color aCol( nCol ); in DrawRect() 154 Color aOldColor(pOut->GetLineColor()); in DrawRectPrinter() 156 pOut->SetLineColor( Color(COL_BLACK) ); in DrawRectPrinter() 182 pOut->SetLineColor( Color(COL_GRAY ) ); in PaintPostIts() 428 Color& SwViewOption::GetDocColor() in GetDocColor() 470 Color& SwViewOption::GetLinksColor() in GetLinksColor() 498 Color& SwViewOption::GetSpellColor() in GetSpellColor() 512 Color& SwViewOption::GetFontColor() in GetFontColor() [all …]
|
/trunk/main/svtools/workben/ |
H A D | svdem.cxx | 170 Color aInfoColor; 171 Color aHolidayColor; 172 Color aFrameColor; 295 SetBackground( Wallpaper( Color( COL_WHITE ) ) ); in ShowFont() 422 aColorBox.InsertEntry( Color( COL_BLUE ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Blue" ) ) ); in MyFontDialog() 425 aColorBox.InsertEntry( Color( COL_RED ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) ); in MyFontDialog() 509 aFont.SetColor( Color( (ColorData)aColorBox.GetSelectEntryPos() ) ); in SetAttr() 617 aCalendar.SetSaturdayColor( Color( COL_LIGHTGREEN ) ); in MyCalendar() 754 aColorList.InsertEntry( Color( COL_RED ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Red" ) ) ); in MyWin() 961 Color aColor = aColorList.GetSelectEntryColor(); in IMPL_LINK() [all …]
|
/trunk/main/sw/inc/ |
H A D | viewopt.hxx | 124 static Color aFontColor; 126 static Color aLinksColor; 127 static Color aVisitedLinksColor; 128 static Color aDirectCursorColor; 129 static Color aTextGridColor; 131 static Color aSmarttagColor; 133 static Color aSectionBoundColor; 134 static Color aPageBreakColor; 562 static Color& GetDocColor(); 568 static Color& GetLinksColor(); [all …]
|
/trunk/main/tools/inc/tools/ |
H A D | color.hxx | 113 class TOOLS_DLLPUBLIC Color class 119 Color() { mnColor = COL_BLACK; } in Color() function in Color 120 Color( ColorData nColor ) { mnColor = nColor; } in Color() function in Color 125 Color( const ResId& rResId ); 163 sal_Bool IsRGBEqual( const Color& rColor ) const; 196 inline void Color::SetRed( sal_uInt8 nRed ) in SetRed() 202 inline void Color::SetGreen( sal_uInt8 nGreen ) in SetGreen() 208 inline void Color::SetBlue( sal_uInt8 nBlue ) in SetBlue() 220 inline sal_Bool Color::IsRGBEqual( const Color& rColor ) const in IsRGBEqual() 225 inline sal_uInt8 Color::GetLuminance() const in GetLuminance() [all …]
|
/trunk/main/basebmp/test/ |
H A D | basictest.cxx | 58 Color aTestColor; in TEST_F() 60 aTestColor = Color(0xDEADBEEF); in TEST_F() 109 const Color aCol(0xFFFFFFFF); in TEST_F() 114 const Color aCol2(0xFFFFFFFF); in TEST_F() 119 const Color aCol3(0x00000000); in TEST_F() 164 const Color aCol4(0x010101); in TEST_F() 168 const Color aCol5(0x0F0F0F); in TEST_F() 172 const Color aCol6(0xFFFFFF); in TEST_F() 182 const Color aCol7(0); in TEST_F() 185 const Color aCol4(0x00101010); in TEST_F() [all …]
|
/trunk/main/vcl/source/app/ |
H A D | settings.cxx | 587 maShadowColor = Color( COL_GRAY ); in SetStandardStyles() 599 maWorkspaceColor = Color( COL_GRAY ); in SetStandardStyles() 604 maActiveColor = Color( COL_BLUE ); in SetStandardStyles() 608 maDeactiveColor = Color( COL_GRAY ); in SetStandardStyles() 617 maMenuHighlightColor = Color( COL_BLUE ); in SetStandardStyles() 629 maFontColor = Color( COL_BLACK ); in SetStandardStyles() 696 if ( rColor != Color( COL_LIGHTGRAY ) ) in Set3DColors() 869 Color StyleSettings::GetFaceGradientColor() const in GetFaceGradientColor() 878 return Color( Color::HSBtoRGB( h, s, b ) ); in GetFaceGradientColor() 883 Color StyleSettings::GetSeparatorColor() const in GetSeparatorColor() [all …]
|
/trunk/main/svx/inc/svx/ |
H A D | svx3ditems.hxx | 123 Svx3DMaterialColorItem(const Color& rCol = Color(0x0000b8ff)); 128 SVX_DLLPUBLIC Svx3DMaterialEmissionItem(const Color& rCol = Color(0x00000000)); 194 Svx3DLightcolor1Item(const Color& rCol = Color(0xffcccccc)); 199 Svx3DLightcolor2Item(const Color& rCol = Color(0x00000000)); 204 Svx3DLightcolor3Item(const Color& rCol = Color(0x00000000)); 209 Svx3DLightcolor4Item(const Color& rCol = Color(0x00000000)); 214 Svx3DLightcolor5Item(const Color& rCol = Color(0x00000000)); 219 Svx3DLightcolor6Item(const Color& rCol = Color(0x00000000)); 224 Svx3DLightcolor7Item(const Color& rCol = Color(0x00000000)); 229 Svx3DLightcolor8Item(const Color& rCol = Color(0x00000000)); [all …]
|
H A D | swframeexample.hxx | 36 Color m_aTransColor; // transparency 37 Color m_aBgCol; // background 38 Color m_aFrameColor; // graphic frame 39 Color m_aAlignColor; // align anchor 40 Color m_aBorderCol; // frame of doc 41 Color m_aPrintAreaCol; // frame of printable area of doc 42 Color m_aTxtCol; // symbolised text 43 Color m_aBlankCol; // area of symbol for blank 44 Color m_aBlankFrameCol; // frame of symbol for blank 71 …Rectangle DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorde… [all …]
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | TokenView.java | 24 import java.awt.Color; 133 final Color aBackgroundColor; in PaintLineHighlight() 139 final Color aBarColor; in PaintLineHighlight() 395 private final static Color maSeparatorColor = Color.GRAY; 396 private final static Color maBackgroundColor = Color.WHITE; 397 private final static Color maHighlightColor = new Color(0xB0E0E6); // Powder Blue 398 private final static Color maGroupHighlightColor0 = new Color(0x32CD32); // Lime Green 399 private final static Color maGroupHighlightColor1 = new Color(0x90EE90); // Light Green 400 private final static Color maGroupHighlightColor2 = new Color(0xbbFfbb); 401 private final static Color maErrorHighlightColor = new Color(0xff3020); [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 712 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace() 1182 Color aColorTopLeft, in createBlendFrame() 1183 Color aColorBottomRight) in createBlendFrame() 1206 Color aColorTopLeft, in createBlendFrame() 1207 Color aColorTopRight, in createBlendFrame() 1208 Color aColorBottomRight, in createBlendFrame() 1209 Color aColorBottomLeft) in createBlendFrame() 1263 Color aMix(aColorTopLeft); in createBlendFrame() 1281 Color aMixA(aColorTopLeft); in createBlendFrame() 1290 Color aMixB(aColorTopRight); in createBlendFrame() [all …]
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | wmfwr.hxx | 44 Color aLineColor; 45 Color aFillColor; 46 Color aTextColor; 87 Color aSrcLineColor; 88 Color aSrcFillColor; 89 Color aSrcTextColor; 102 Color aDstLineColor; 103 Color aDstFillColor; 104 Color aDstTextColor; 144 void WriteColor(const Color & rColor); [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | color.cxx | 213 Color::Color() : in Color() function in oox::drawingml::Color 222 Color::~Color() in ~Color() 244 void Color::setUnused() in setUnused() 249 void Color::setSrgbClr( sal_Int32 nRgb ) in setSrgbClr() 338 void Color::clearTransformations() in clearTransformations() 344 void Color::clearTransparence() in clearTransparence() 511 bool Color::hasTransparency() const in hasTransparency() 516 sal_Int16 Color::getTransparency() const in getTransparency() 529 void Color::toRgb() const in toRgb() 594 void Color::toCrgb() const in toCrgb() [all …]
|
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WseColorTable.java | 27 import java.awt.Color; 47 private Color fgColors[]; 48 private Color bgColors[]; 54 fgColors = new Color[16]; in WseColorTable() 55 bgColors = new Color[16]; in WseColorTable() 58 fgColors[0] = Color.black; in WseColorTable() 59 bgColors[0] = Color.white; in WseColorTable() 70 fgColors = new Color[16]; in WseColorTable() 71 bgColors = new Color[16]; in WseColorTable() 204 int findColor(Color c, boolean foreground) { in findColor() [all …]
|
/trunk/main/svtools/source/table/ |
H A D | gridtablerenderer.cxx | 82 Color m_lastArrowColor; 224 Color lcl_getEffectiveColor( in lcl_getEffectiveColor() 225 ::boost::optional< ::Color > const & i_modelColor, in lcl_getEffectiveColor() 227 ::Color const & ( StyleSettings::*i_getDefaultColor ) () const in lcl_getEffectiveColor() 253 ::boost::optional< ::Color > aLineColor( m_pImpl->rModel.getLineColor() ); in PaintHeaderArea() 341 ::Color backgroundColor = _rStyle.GetFieldColor(); in PrepareRow() 344 ::Color lineColor = !aLineColor ? _rStyle.GetSeparatorColor() : *aLineColor; in PrepareRow() 346 ::Color const activeSelectionBackColor = in PrepareRow() 363 Color const fieldColor = _rStyle.GetFieldColor(); in PrepareRow() 370 Color hilightColor = activeSelectionBackColor; in PrepareRow() [all …]
|
/trunk/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterService.cxx | 492 return util::Color(); in getBackgroundColor() 494 return util::Color( in getBackgroundColor() 512 util::Color SAL_CALL SlideSorterService::getTextColor (void) in getTextColor() 517 return util::Color(); in getTextColor() 519 return util::Color( in getTextColor() 537 util::Color SAL_CALL SlideSorterService::getSelectionColor (void) in getSelectionColor() 542 return util::Color(); in getSelectionColor() 544 return util::Color( in getSelectionColor() 562 util::Color SAL_CALL SlideSorterService::getHighlightColor (void) in getHighlightColor() 567 return util::Color(); in getHighlightColor() [all …]
|