Home
last modified time | relevance | path

Searched refs:Color (Results 251 – 275 of 1557) sorted by relevance

1...<<11121314151617181920>>...63

/aoo42x/main/vcl/inc/vcl/
H A Dcanvastools.hxx41 class Color;
156 VCL_DLLPUBLIC colorToStdColorSpaceSequence( const Color& rColor );
167 … VCL_DLLPUBLIC colorToDoubleSequence( const Color& rColor,
176 Color VCL_DLLPUBLIC stdColorSpaceSequenceToColor(
187Color VCL_DLLPUBLIC doubleSequenceToColor( const ::com::sun::star::uno::Sequence< double > rColo…
H A Dfont.hxx61 void SetColor( const Color& );
62 const Color& GetColor() const;
63 void SetFillColor( const Color& );
64 const Color& GetFillColor() const;
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java395 public java.awt.Color getBackground() { in getBackground()
397 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
403 public void setBackground(java.awt.Color c) { in setBackground()
408 public java.awt.Color getForeground() { in getForeground()
410 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
416 public void setForeground(java.awt.Color c) { in setForeground()
H A DDialog.java498 public java.awt.Color getBackground() { in getBackground()
500 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
506 public void setBackground(java.awt.Color c) { in setBackground()
511 public java.awt.Color getForeground() { in getForeground()
513 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
519 public void setForeground(java.awt.Color c) { in setForeground()
H A DFrame.java490 public java.awt.Color getBackground() { in getBackground()
492 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
498 public void setBackground(java.awt.Color c) { in setBackground()
503 public java.awt.Color getForeground() { in getForeground()
505 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
511 public void setForeground(java.awt.Color c) { in setForeground()
/aoo42x/main/sd/source/ui/view/
H A Ddrviews9.cxx329 pAttr->Put (XFillColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
351 pAttr->Put (XLineColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
374 Color aColor ((sal_uInt8) pRed->GetValue (), in AttrExec()
401 Color aBlack (0, 0, 0); in AttrExec()
434 Color aColor ((sal_uInt8) pRed->GetValue (), in AttrExec()
577 Color aBlack (0, 0, 0); in AttrExec()
639 Color aBlack (0, 0, 0); in AttrExec()
815 Color aColor; in AttrState()
/aoo42x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx970 Color SwPostItMgr::GetArrowColor(sal_uInt16 aDirection,unsigned long aPage) const in GetArrowColor()
975 return Color(COL_WHITE); in GetArrowColor()
1699 Color SwPostItMgr::GetColorDark(sal_uInt16 aAuthorIndex) in GetColorDark()
1703 static const Color aArrayNormal[] = { in GetColorDark()
1711 return Color(COL_WHITE); in GetColorDark()
1714 Color SwPostItMgr::GetColorLight(sal_uInt16 aAuthorIndex) in GetColorLight()
1718 static const Color aArrayLight[] = { in GetColorLight()
1726 return Color(COL_WHITE); in GetColorLight()
1729 Color SwPostItMgr::GetColorAnchor(sal_uInt16 aAuthorIndex) in GetColorAnchor()
1733 static const Color aArrayAnchor[] = { in GetColorAnchor()
[all …]
/aoo42x/main/sc/source/ui/inc/
H A Dcsvruler.hxx47 Color maBackColor; /// Background color.
48 Color maActiveColor; /// Color for active part of ruler.
49 Color maTextColor; /// Text and scale color.
50 Color maSplitColor; /// Split area color.
/aoo42x/main/vcl/workben/
H A Dvcldemo.cxx127 SetFillColor(Color(COL_RED)); in MouseButtonDown()
162 SetFillColor(Color(COL_BLUE)); in Paint()
163 SetLineColor(Color(COL_YELLOW)); in Paint()
172 SetTextColor( Color( COL_WHITE ) ); in Paint()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DContextView.java24 import java.awt.Color;
69 maName.setBackground (Color.WHITE); in ContextView()
71 maDescription.setBackground (Color.WHITE); in ContextView()
73 maRole.setBackground (Color.WHITE); in ContextView()
/aoo42x/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx108 const Color aShadowColor(((SdrShadowColorItem&)(rSet.Get(SDRATTR_SHADOWCOLOR))).GetColorValue()); in impGetLineAttribute()
113 const Color aLineColor(((XLineColorItem&)(rSet.Get(XATTR_LINECOLOR))).GetColorValue()); in impGetLineAttribute()
170 Color maFormTextShdwColor; // shadow color
249 Color getFormTextShdwColor() const { return maFormTextShdwColor; } in getFormTextShdwColor()
398 Color SdrFormTextAttribute::getFormTextShdwColor() const in getFormTextShdwColor()
/aoo42x/main/reportdesign/source/ui/report/
H A DStartMarker.cxx134 Color aStartColor(m_nColor); in Paint()
141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
159 const Color aColor(m_nColor); in setColor()
160 Color aTextColor = GetTextColor(); in setColor()
/aoo42x/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.cxx114 void ImplPolyPolygon::setRGBAFillColor( Color::IntSRGBA aColor ) in setRGBAFillColor()
121 void ImplPolyPolygon::setRGBALineColor( Color::IntSRGBA aColor ) in setRGBALineColor()
128 Color::IntSRGBA ImplPolyPolygon::getRGBAFillColor() const in getRGBAFillColor()
134 Color::IntSRGBA ImplPolyPolygon::getRGBALineColor() const in getRGBALineColor()
/aoo42x/main/cui/source/dialogs/
H A DSpellAttrib.hxx150 Color m_aBackgroundColor;
156 SpellBackgroundAttrib(const Color& rCol);
160 const Color& GetColor() const { return m_aBackgroundColor;} in GetColor()
161 void SetColor( const Color& rNewCol ){m_aBackgroundColor = rNewCol;} in SetColor()
/aoo42x/main/sc/inc/
H A Dpatattr.hxx93 sal_uInt8 nScript = 0, const Color* pBackConfigColor = NULL,
94 const Color* pTextConfigColor = NULL );
100 sal_uInt8 nScript = 0, const Color* pBackConfigColor = NULL,
101 const Color* pTextConfigColor = NULL ) const;
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx142 const Color *pColor;
244 Color aGlobalRetoucheColor;
324 Color aSGlobalRetoucheColor;
772 const Color *pLast = 0; in PaintLines()
956 const Color *pCol = 0; in PaintSubsidiary()
1950 const Color aColor( pBrush && in DrawGraphic()
2330 const Color* pHCColor = 0; in PaintLines()
4150 const Color *pColor ) const in PaintBorderLine()
5809 const Color* pCol; in PaintBackground()
6511 const Color* pDummyColor; in GetDrawBackgrdColor()
[all …]
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl27 #include <com/sun/star/util/Color.idl>
106 void setPenColor( [in] com::sun::star::util::Color nsRgbaColor );
118 void setFillColor( [in] com::sun::star::util::Color nsRgbaColor );
236 com::sun::star::util::Color getCurrentPenColor();
242 com::sun::star::util::Color getCurrentFillColor();
270 When true, the Color member of the RenderState is initialized
/aoo42x/main/sc/source/filter/inc/
H A Dxichart.hxx108 Color GetFontAutoColor() const;
110 Color GetSeriesLineAutoColor( sal_uInt16 nFormatIdx ) const;
112 Color GetSeriesFillAutoColor( sal_uInt16 nFormatIdx ) const;
164 const Color* pFontColor = 0 ) const;
431 sal_uInt16 nLeadFontIdx, const Color& rLeadFontColor ) const;
454 virtual Color GetFontColor() const = 0;
506 virtual Color GetFontColor() const;
1188 Color GetFontColor() const;
1227 virtual Color GetFontColor() const;
/aoo42x/main/xmloff/source/style/
H A Dbordrhdl.cxx274 aBorderLine.Color = 0; in importXML()
327 Color aColor; in importXML()
370 aBorderLine.Color = 0; in importXML()
408 aBorderLine.Color = (sal_Int32)aColor.GetRGBColor(); in importXML()
444 rUnitConverter.convertColor( aOut, aBorderLine.Color ); in exportXML()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXSlideSorterBase.idl43 #include <com/sun/star/util/Color.idl>
117 [attribute] ::com::sun::star::util::Color BackgroundColor;
118 [attribute] ::com::sun::star::util::Color TextColor;
119 [attribute] ::com::sun::star::util::Color SelectionColor;
120 [attribute] ::com::sun::star::util::Color HighlightColor;
H A DHatch.idl31 #include <com/sun/star/util/Color.idl>
56 // DocMerge from xml: field com::sun::star::drawing::Hatch::Color
59 com::sun::star::util::Color Color;
/aoo42x/main/editeng/inc/editeng/
H A Dsvxrtf.hxx40 class Color;
83 typedef Color* ColorPtr;
236 Color* pDfltColor;
381 inline const Color& GetColor( size_t nId ) const;
458 inline const Color& SvxRTFParser::GetColor( size_t nId ) const in GetColor()
/aoo42x/main/sd/source/ui/dlg/
H A Dcopydlg.cxx196 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK()
230 maLbStartColor.SelectEntry( Color( nTmp ) ); in IMPL_LINK()
233 maLbEndColor.SelectEntry( Color( nTmp ) ); in IMPL_LINK()
306 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK()
334 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK()
/aoo42x/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.cxx98 Gdiplus::Color aClearColor = hasAlpha() ? in clear()
99 … Gdiplus::Color( 0,255,255,255 ) : Gdiplus::Color((Gdiplus::ARGB)Gdiplus::Color::White); in clear()
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphSpacingtoBorder.java72 borderLine[0].Color=0x00FF0000; in testParagraphSpacingtoBorderSetting()
76 borderLine[1].Color =0x00FFFF00; in testParagraphSpacingtoBorderSetting()
80 borderLine[2].Color =0x0000FF00; in testParagraphSpacingtoBorderSetting()
84 borderLine[3].Color =0x0000FF00; in testParagraphSpacingtoBorderSetting()

Completed in 213 milliseconds

1...<<11121314151617181920>>...63