Home
last modified time | relevance | path

Searched refs:Color (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/aoo41x/main/vcl/inc/vcl/
H A Dsettings.hxx340 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 Dbitmapex.hxx57 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 Dgraphictools.hxx312 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 Dgdimtf.hxx38 class Color;
84 typedef Color (*ColorExchangeFnc)( const Color& rColor, const void* pColParam );
109 SAL_DLLPRIVATE static Color ImplColAdjustFnc( const Color& rColor, const void* pColParam );
112 SAL_DLLPRIVATE static Color ImplColConvertFnc( const Color& rColor, const void* pColParam );
115 SAL_DLLPRIVATE static Color ImplColMonoFnc( const Color& rColor, const void* pColParam );
118 SAL_DLLPRIVATE static Color ImplColReplaceFnc( const Color& rColor, const void* pColParam );
176 … void ReplaceColors( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol = 0 );
177 void ReplaceColors( const Color* pSearchColors, const Color* rReplaceColors,
180 GDIMetaFile GetMonochromeMtf( const Color& rCol ) const;
/aoo41x/main/svgio/source/svgreader/
H A Dsvgtools.cxx651 typedef std::hash_map< rtl::OUString, Color, rtl::OUStringHash > ColorTokenMapper; in match_colorKeyword()
652 typedef std::pair< rtl::OUString, Color > ColorTokenValueType; in match_colorKeyword()
659 …apperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("aqua"), Color( 0, 255, 255))); in match_colorKeyword()
664 …enMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("black"), Color( 0, 0, 0))); in match_colorKeyword()
666 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("blue"), Color( 0, 0, 255))); in match_colorKeyword()
708 …MapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("gold"), Color(255, 215, 0))); in match_colorKeyword()
712 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("green"), Color(0, 128, 0))); in match_colorKeyword()
739 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("lime"), Color( 0, 255, 0))); in match_colorKeyword()
743 …MapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("maroon"), Color(128, 0, 0))); in match_colorKeyword()
758 …nMapperList.insert(ColorTokenValueType(rtl::OUString::createFromAscii("navy"), Color( 0, 0, 128))); in match_colorKeyword()
[all …]
/aoo41x/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx44 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 Dcolor.hxx33 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 +()
75Color operator*( Color col ) const { return Color((sal_uInt8)((sal_uInt32)col.getRed()*getRed()/SA… in operator *()
78Color operator*( sal_uInt8 n ) const { return Color((sal_uInt8)((sal_uInt32)n*getRed()/SAL_MAX_UIN… in operator *()
[all …]
H A Dbitmapdevice.hxx51 class Color;
128 void clear( Color fillColor );
142 Color pixelColor,
161 Color pixelColor,
167 Color getPixel( const basegfx::B2IPoint& rPt );
196 Color lineColor,
222 Color lineColor,
240 Color lineColor,
261 Color lineColor,
404 void drawMaskedColor( Color aSrcColor,
[all …]
/aoo41x/main/svx/source/xoutdev/
H A Dxtabcolr.cxx248 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 …]
/aoo41x/main/offapi/com/sun/star/awt/
H A DXStyleSettings.idl27 #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 …]
/aoo41x/main/sw/source/ui/config/
H A Dviewopt.cxx67 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()
429 Color& SwViewOption::GetDocColor() in GetDocColor()
471 Color& SwViewOption::GetLinksColor() in GetLinksColor()
499 Color& SwViewOption::GetSpellColor() in GetSpellColor()
513 Color& SwViewOption::GetFontColor() in GetFontColor()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dcolor.hxx113 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 …]
/aoo41x/main/svtools/workben/
H A Dsvdem.cxx170 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 …]
/aoo41x/main/sw/inc/
H A Dviewopt.hxx124 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 …]
/aoo41x/main/basebmp/test/
H A Dbasictest.cxx59 Color aTestColor; in colorTest()
61 aTestColor = Color(0xDEADBEEF); in colorTest()
127 const Color aCol(0xFFFFFFFF); in testPixelFuncs()
133 const Color aCol2(0xFFFFFFFF); in testPixelFuncs()
139 const Color aCol3(0x00000000); in testPixelFuncs()
193 const Color aCol4(0x010101); in testPixelFuncs()
198 const Color aCol5(0x0F0F0F); in testPixelFuncs()
203 const Color aCol6(0xFFFFFF); in testPixelFuncs()
214 const Color aCol7(0); in testPixelFuncs()
217 const Color aCol4(0x00101010); in testPixelFuncs()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dsvx3ditems.hxx123 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 Dswframeexample.hxx36 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 …]
/aoo41x/main/vcl/source/app/
H A Dsettings.cxx587 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 …]
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx44 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 …]
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java27 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 …]
/aoo41x/main/vcl/source/gdi/
H A Dbitmapex.cxx646 aMask.Erase( Color( COL_BLACK ) ); in CopyPixel()
710 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace()
1180 Color aColorTopLeft, in createBlendFrame()
1181 Color aColorBottomRight) in createBlendFrame()
1188 Color aColTopRight(aColorTopLeft); in createBlendFrame()
1204 Color aColorTopLeft, in createBlendFrame()
1205 Color aColorTopRight, in createBlendFrame()
1206 Color aColorBottomRight, in createBlendFrame()
1207 Color aColorBottomLeft) in createBlendFrame()
1261 Color aMix(aColorTopLeft); in createBlendFrame()
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dcolor.cxx213 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 …]
/aoo41x/main/svtools/source/table/
H A Dgridtablerenderer.cxx82 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 …]
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx492 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 …]
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsProperties.hxx88 Color GetBackgroundColor (void) const;
93 Color GetTextColor (void) const;
94 void SetTextColor (const Color& rColor);
98 Color GetSelectionColor (void) const;
99 void SetSelectionColor (const Color& rColor);
103 Color GetHighlightColor (void) const;
104 void SetHighlightColor (const Color& rColor);
128 Color maBackgroundColor;
129 Color maTextColor;
130 Color maSelectionColor;
[all …]

Completed in 540 milliseconds

12345678910>>...58