diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-21 11:08:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-21 11:08:35 +0000 |
commit | df040bfbbb3f00d06cea6e6f6f54cee8543f823a (patch) | |
tree | bf0bb31a2a3537f613183c55e8207efbdb24b7b6 /sc/source/ui/src/scfuncs.src | |
parent | cc21ce93bb11d7a6b754aa82cb22d2e4464af43c (diff) |
INTEGRATION: CWS dr41 (1.82.184); FILE MERGED
2005/10/05 01:22:11 dr 1.82.184.3: RESYNC: (1.82-1.84); FILE MERGED
2005/08/25 15:16:21 dr 1.82.184.2: #i42727# BAHTTEXT
2005/08/25 14:27:23 dr 1.82.184.1: #i42727# BAHTTEXT
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 8f24f3c1001f..3627e8d24852 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -4,9 +4,9 @@ * * $RCSfile: scfuncs.src,v $ * - * $Revision: 1.84 $ + * $Revision: 1.85 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:09:26 $ + * last change: $Author: rt $ $Date: 2005-10-21 12:08:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -9877,6 +9877,31 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2 Text [ en-US ] = "Cell Text"; }; }; + // -=*# Resource for function BAHTTEXT #*=- + Resource SC_OPCODE_BAHTTEXT + { + String 1 // Description + { + Text [ de ] = "Wandelt eine Zahl in Text um (Baht)."; + Text [ en-US ] = "Converts a number to text (Baht)." ; + }; + ExtraData = + { + ID_FUNCTION_GRP_TEXT; + U2S( HID_FUNC_BAHTTEXT ); + 1; 0; + }; + String 2 // Name of Parameter 1 + { + Text [ de ] = "Zahl" ; + Text [ en-US ] = "Number" ; + }; + String 3 // Description of Parameter 1 + { + Text [ de ] = "Die umzuwandelnde Zahl."; + Text [ en-US ] = "The number to convert."; + }; + }; // -=*# Resource for function CODE #*=- Resource SC_OPCODE_CODE { |