Home
last modified time | relevance | path

Searched refs:_nColor (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svl/source/items/
H A Dcntwall.cxx41 : SfxPoolItem( which ), _nColor( COL_TRANSPARENT ), _nStyle( 0 ) in CntWallpaperItem()
47 : SfxPoolItem( which ), _nColor( COL_TRANSPARENT ), _nStyle( 0 ) in CntWallpaperItem()
58 _nColor.Read( rStream, sal_True ); in CntWallpaperItem()
89 _nColor( rItem._nColor ), in CntWallpaperItem()
107 ( rWallItem._nColor == _nColor ) && in operator ==()
135 SAL_CONST_CAST( CntWallpaperItem*, this )->_nColor.Write( rStream, sal_True ); in Store()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java208 public static int getRedColorShare(int _nColor) { in getRedColorShare() argument
209 int nRed = (int) _nColor/65536; in getRedColorShare()
210 int nRedModulo = _nColor % 65536; in getRedColorShare()
217 public static int getGreenColorShare(int _nColor) { in getGreenColorShare() argument
218 int nRed = (int) _nColor/65536; in getGreenColorShare()
219 int nRedModulo = _nColor % 65536; in getGreenColorShare()
224 public static int getBlueColorShare(int _nColor) { in getBlueColorShare() argument
225 int nRed = (int) _nColor/65536; in getBlueColorShare()
226 int nRedModulo = _nColor % 65536; in getBlueColorShare()
/trunk/main/forms/source/inc/
H A Dformcontrolfont.hxx57 void setTextColor( sal_Int32 _nColor ) { m_aTextColor <<= _nColor; } in setTextColor() argument
62 void setTextLineColor( sal_Int32 _nColor ) { m_aTextLineColor <<= _nColor; } in setTextLineColor() argument
/trunk/main/svtools/inc/svtools/
H A Dextcolorcfg.hxx49 ,sal_Int32 _nColor in ExtendedColorConfigValue() argument
53 ,m_nColor(_nColor) in ExtendedColorConfigValue()
62 inline void setColor(sal_Int32 _nColor) { m_nColor = _nColor; } in setColor() argument
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java1079 public static int getRedColorShare(int _nColor) in getRedColorShare() argument
1081 int nRed = _nColor / 65536; in getRedColorShare()
1082 int nRedModulo = _nColor % 65536; in getRedColorShare()
1089 public static int getGreenColorShare(int _nColor) in getGreenColorShare() argument
1091 int nRed = _nColor / 65536; in getGreenColorShare()
1092 int nRedModulo = _nColor % 65536; in getGreenColorShare()
1097 public static int getBlueColorShare(int _nColor) in getBlueColorShare() argument
1099 int nRed = _nColor / 65536; in getBlueColorShare()
1100 int nRedModulo = _nColor % 65536; in getBlueColorShare()
/trunk/main/svl/inc/svl/
H A Dcntwall.hxx41 Color _nColor; member in CntWallpaperItem
65 void SetColor( Color nColor ) { _nColor = nColor; } in SetColor()
69 Color GetColor() const { return _nColor; } in GetColor()
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx300 void ControlBorderManager::setStatusColor( ControlStatus _nStatus, sal_Int32 _nColor ) in setStatusColor() argument
305 m_nFocusColor = _nColor; in setStatusColor()
308 m_nMouseHoveColor = _nColor; in setStatusColor()
311 m_nInvalidColor = _nColor; in setStatusColor()
/trunk/main/reportdesign/source/ui/inc/
H A Ddlgedfunc.hxx108 void setOverlappedControlColor(sal_Int32 _nColor);
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx143 void DlgEdFunc::setOverlappedControlColor(sal_Int32 _nColor) in setOverlappedControlColor() argument
145 m_nOverlappedControlColor = _nColor; in setOverlappedControlColor()
/trunk/main/svx/source/inc/
H A Dfmcontrolbordermanager.hxx189 void setStatusColor( ControlStatus _nStatus, sal_Int32 _nColor );

Completed in 38 milliseconds