summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-01-19 16:17:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-01-19 16:17:46 +0000
commit024f0de540bd6874af3457773afc8de7aa1dde50 (patch)
treef095fb1d027973a8099050a2786d88a850b5df65 /sc/workben
parent601ed6045b46669d83e5c9d34038b79d4e95b684 (diff)
CWS-TOOLING: integrate CWS kohei02
2009-01-13 16:54:47 +0100 kohei r266237 : added dpshttab.obj to the list of EXCEPTIONFILES, to remove warning on Solaris. 2009-01-07 03:18:32 +0100 kohei r265942 : Repeat values only on column, row, and page fields even for drill-down data. Don't repeat values on data fields. 2009-01-06 22:23:48 +0100 kohei r265941 : Don't repeat if empty on data fields. The "Identify category" option is not supposed to affect data fields. 2009-01-05 17:42:52 +0100 kohei r265884 : CWS-TOOLING: rebase CWS kohei02 to trunk@265758 (milestone: DEV300:m38) 2008-12-12 06:10:18 +0100 kohei r265385 : instantiate string data only when it's visible. 2008-12-12 05:48:20 +0100 kohei r265384 : when displaying the page field list box, only show visible page field members. 2008-12-11 22:41:11 +0100 kohei r265375 : #i96689# added a list of German translations for CELL. 2008-12-11 22:24:41 +0100 kohei r265373 : restored the old keyword file before it got stripped off. 2008-12-11 22:17:05 +0100 kohei r265371 : #i96591# Honor the hidden members data in page fields. 2008-12-11 21:51:36 +0100 kohei r265370 : #i96326# fixed pivot cache import that previously failed to import when the field count is zero. But when the postponed flag is on, the count may be sometimes zero even when the field contains data. 2008-12-11 21:44:44 +0100 kohei r265369 : #i96171# fix for broken 'Identify Categories' option for grouped fields.
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/celltrans/keywords_utf16.txtbin3 -> 1830 bytes
-rwxr-xr-xsc/workben/celltrans/parse.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/celltrans/keywords_utf16.txt b/sc/workben/celltrans/keywords_utf16.txt
index 52e71ed3e170..5b00a5ffb7d2 100644
--- a/sc/workben/celltrans/keywords_utf16.txt
+++ b/sc/workben/celltrans/keywords_utf16.txt
Binary files differ
diff --git a/sc/workben/celltrans/parse.py b/sc/workben/celltrans/parse.py
index a6641b3b8a44..e5f8d30ca77d 100755
--- a/sc/workben/celltrans/parse.py
+++ b/sc/workben/celltrans/parse.py
@@ -32,7 +32,7 @@
import sys
-localeNames = {'fr': 'French', 'hu': 'Hungarian'}
+localeNames = {'fr': 'French', 'hu': 'Hungarian', 'de': 'German'}
def getLocaleName (code):
global localeNames
if localeNames.has_key(code):