Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 25 of 87) sorted by relevance

1234

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java79 private Color foreground, background; field in Format
123 foreground = fmt.getForeground(); in Format()
143 foreground = null; in clearFormatting()
359 foreground = new Color(c.getRGB()); in setForeground()
369 return foreground; in getForeground()
416 if (foreground!=rhs.foreground) in isDefault()
456 if (foreground!=rhs.foreground) in isSubset()
H A DSxcDocumentSerializer.java68 private Color foreground = Color.black; field in SxcDocumentSerializer
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java204 int findColor(Color c, boolean foreground) { in findColor() argument
206 Color colorArray[] = foreground ? fgColors : bgColors; in findColor()
237 Color getColor(int index, boolean foreground) { in getColor() argument
239 Color colorArray[] = foreground ? fgColors : bgColors; in getColor()
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx131 values.foreground = m_pColormap->GetBlackPixel() in CreateGC()
199 values.foreground = m_pColormap->GetWhitePixel(); in GetInvert50GC()
642 aNewVal.foreground = rColMap.GetWhitePixel(), aNewVal.background = rColMap.GetBlackPixel(); in drawBitmap()
705 aValues.function = GXcopy, aValues.foreground = nWhite, aValues.background = nBlack; in drawMaskedBitmap()
719 aValues.function = GXand, aValues.foreground = 0x00000000, aValues.background = 0xffffffff; in drawMaskedBitmap()
729 … aValues.function = GXand, aValues.foreground = 0xffffffff, aValues.background = 0x00000000; in drawMaskedBitmap()
737 aValues.function = GXxor, aValues.foreground = 0xffffffff, aValues.background = 0x00000000; in drawMaskedBitmap()
978 aValues.foreground = 1, aValues.background = 0; in drawMask()
H A Dsalbmp.cxx862 aValues.foreground = 1, aValues.background = 0; in ImplSalDDB()
889 aValues.foreground = 1; in ImplSalDDB()
930 aValues.foreground = 1, aValues.background = 0; in ImplSalDDB()
H A Dsalgdi3.cxx160 values.foreground = nTextPixel_; in GetFontGC()
802 XPutPixel( pImg, 0, 0, aGCVal.foreground ); in DrawServerAAForcedString()
H A Dsalgdi.cxx366 values.foreground = m_pColormap->GetBlackPixel() in GetTrackingGC()
/aoo4110/main/winaccessibility/source/UAccCOM/
H A DAccComponentBase.cpp136 STDMETHODIMP CAccComponentBase::get_foreground(IA2Color * foreground) in get_foreground() argument
143 if (foreground == NULL) in get_foreground()
150 *foreground = (long)GetXInterface()->getForeground(); in get_foreground()
H A DAccComponent.cpp46 STDMETHODIMP CAccComponent::get_foreground(IA2Color * foreground) in get_foreground() argument
49 return CAccComponentBase::get_foreground(foreground); in get_foreground()
H A DAccComponentBase.h60 STDMETHOD(get_foreground)(IA2Color * foreground);
H A DAccComponent.h87 STDMETHOD(get_foreground)(IA2Color * foreground);
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java92 Color foreground = fmt.getForeground(); in FontDescription() local
93 if( foreground != null ) { in FontDescription()
95 icvFore = EndianConverter.writeShort(cc.convertFromRGB(foreground)); in FontDescription()
/aoo4110/main/offapi/com/sun/star/awt/
H A DXVclWindowPeer.idl78 /** sets the foreground color.
90 /** returns the font, foreground and background color for the specified
H A DXProgressBar.idl47 /** sets the foreground color (RGB) of the control.
/aoo4110/main/offapi/com/sun/star/chart/
H A DAccessibleChartElement.idl85 foreground and background color, line width, font name and
167 foreground and background colors and—if applicable, i.e. the
172 <p>The foreground and background colors may in some cases be directly
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl212 /** Returns the foreground color of this object.
215 The returned color is the foreground color of this object or, if
216 that is not supported, the default foreground color.
/aoo4110/main/vcl/unx/generic/app/
H A Dsoicon.cxx94 aValues.foreground = 0xffffffff; in SelectAppIconPixmap()
H A Dsaldisp.cxx735 values.foreground = 0; in initScreen()
/aoo4110/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl104 painted in the foreground. Their order reflects the z order.</li>
H A DAccessibleSpreadsheetPageView.idl111 they are painted in the foreground. Their order reflects the
/aoo4110/main/offapi/com/sun/star/text/
H A DAccessiblePageView.idl155 that are painted in the foreground appear behind any
H A DAccessibleTextDocumentView.idl152 that are painted in the foreground appear behind any
/aoo4110/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx728 aVal.foreground = 0xffffffff; in setBitmapData()
/aoo4110/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1875 Color aFore = toColor( qColorGroup.foreground() ); in UpdateSettings()
1962 Color aMenuFore = toColor( qMenuCG.foreground() ); in UpdateSettings()
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl2115 /** @brief Returns the foreground color of this object.
2116 @param [out] foreground
2117 The returned color is the foreground color of this object or, if
2118 that is not supported, the default foreground color.
2121 [propget] HRESULT foreground
2123 [out, retval] IA2Color *foreground

Completed in 151 milliseconds

1234