diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-05-31 10:17:06 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-05-31 10:17:06 +0000 |
commit | 1d2d599a5be96e6b62a31af31562b37534fa0def (patch) | |
tree | 39990ec7f5a0902378fc409bedff6a232e831dc2 /sc/source/ui/src/sc.src | |
parent | 417adc34d1c0b6225402b5a3817399d51d47b078 (diff) |
#99768# HC bitmaps for ScRefButton
Diffstat (limited to 'sc/source/ui/src/sc.src')
-rw-r--r-- | sc/source/ui/src/sc.src | 59 |
1 files changed, 18 insertions, 41 deletions
diff --git a/sc/source/ui/src/sc.src b/sc/source/ui/src/sc.src index 486042b8ce2d..7a89c6a2b455 100644 --- a/sc/source/ui/src/sc.src +++ b/sc/source/ui/src/sc.src @@ -2,9 +2,9 @@ * * $RCSfile: sc.src,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2001-11-16 23:21:25 $ + * last change: $Author: dr $ $Date: 2002-05-31 11:17:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ // StarCalc Applikations Resource // // (C) 1994 StarDivision GmbH, Hamburg, Germany - // $Author: kz $ $Date: 2001-11-16 23:21:25 $ $Revision: 1.12 $ + // $Author: dr $ $Date: 2002-05-31 11:17:06 $ $Revision: 1.13 $ // $Logfile: T:/sc/source/ui/src/sc.srv $ $Workfile: sc.src $ //================================================================== @@ -105,35 +105,29 @@ String RID_APPTITLE Text[ turkish ] = "%PRODUCTNAME Calc"; Text[ language_user1 ] = " "; Text[ catalan ] = "%PRODUCTNAME Calc"; + Text[ thai ] = "%PRODUCTNAME Calc"; }; // About-Dialog -------------------------------------------------------------- // Icons & Bitmaps: ---------------------------------------------------------- - - //Bitmap RID_DEFAULTINTRO { File = "scintro.bmp"; }; - //Bitmap RID_DROPDOWNBITMAP { File = "dropdown.bmp"; }; - //Bitmap RID_BLUEDROPDOWNBITMAP { File = "dropblue.bmp"; }; -//Bitmap RID_ANCHORBITMAP { File = "anchor.bmp" ; }; -//Bitmap RID_GRAYANCHORBITMAP { File = "anchor.bmp" ; }; //! andere Bitmap !!! - -// Bitmap RID_BMP_REFBTN1 { File = "refinp1.bmp" ; }; -// Bitmap RID_BMP_REFBTN2 { File = "refinp2.bmp" ; }; - Image RID_BMP_REFBTN1 { ImageBitmap = Bitmap { File = "refinp1.bmp"; }; + MaskColor = STD_MASKCOLOR; +}; - MaskColor = Color +Image RID_BMP_REFBTN1_H +{ + ImageBitmap = Bitmap { - Red = 0xC000 ; - Green = 0xC000 ; - Blue = 0xC000 ; + File = "refinp1_h.bmp"; }; + MaskColor = SC_HC_MASKCOLOR; }; Image RID_BMP_REFBTN2 @@ -142,13 +136,16 @@ Image RID_BMP_REFBTN2 { File = "refinp2.bmp"; }; + MaskColor = STD_MASKCOLOR; +}; - MaskColor = Color +Image RID_BMP_REFBTN2_H +{ + ImageBitmap = Bitmap { - Red = 0xC000 ; - Green = 0xC000 ; - Blue = 0xC000 ; + File = "refinp2_h.bmp"; }; + MaskColor = SC_HC_MASKCOLOR; }; @@ -157,23 +154,3 @@ String 30001 { Text = "Dummy1" ; }; String 30002 { Text = "Dummy2" ; }; String 30006 { Text = "Dummy3" ; }; - - - - - - - - - - - - - - - - - - - - |