Searched refs:_nColor (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/svl/source/items/ |
H A D | cntwall.cxx | 41 : 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | MessageBox.java | 208 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()
|
/aoo42x/main/forms/source/inc/ |
H A D | formcontrolfont.hxx | 57 void setTextColor( sal_Int32 _nColor ) { m_aTextColor <<= _nColor; } in setTextColor() argument 62 void setTextLineColor( sal_Int32 _nColor ) { m_aTextLineColor <<= _nColor; } in setTextLineColor() argument
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | extcolorcfg.hxx | 49 ,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
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 1079 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()
|
/aoo42x/main/svl/inc/svl/ |
H A D | cntwall.hxx | 41 Color _nColor; member in CntWallpaperItem 65 void SetColor( Color nColor ) { _nColor = nColor; } in SetColor() 69 Color GetColor() const { return _nColor; } in GetColor()
|
/aoo42x/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 300 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()
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | dlgedfunc.hxx | 108 void setOverlappedControlColor(sal_Int32 _nColor);
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | dlgedfunc.cxx | 143 void DlgEdFunc::setOverlappedControlColor(sal_Int32 _nColor) in setOverlappedControlColor() argument 145 m_nOverlappedControlColor = _nColor; in setOverlappedControlColor()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmcontrolbordermanager.hxx | 189 void setStatusColor( ControlStatus _nStatus, sal_Int32 _nColor );
|
Completed in 39 milliseconds