Commit graph

112 commits

Author SHA1 Message Date
Kohei Yoshida
7e70c9ddb6 Disable this temporarily due to the objection from Thai users. 2011-02-28 11:07:24 -05:00
Kohei Yoshida
77b5cc0a97 Renamed GetnAnz() to GetCount(), to make it easier for us to understand. 2011-02-28 10:40:09 -05:00
Kohei Yoshida
c03562112f Store locale type instead of language type. 2011-02-28 10:39:31 -05:00
Thomas Arnhold
fcb8fd3ba5 Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:38:15 +01:00
Kohei Yoshida
ad225eaadd Sigh.... 2011-02-25 10:58:27 -05:00
Kohei Yoshida
98ae2c26f2 Added i18npool as dependency to svl, the unit test now depends on it. 2011-02-25 10:43:33 -05:00
Kohei Yoshida
54fcbd8c70 Use OUString instead of String in the unit test code.
Added another method PutEntry() to allow rtl::OUString to be used.
We'll keep this until UniString gets totally eradicated.
2011-02-24 19:47:04 -05:00
Kohei Yoshida
65493885df Generate locale code that includes numeral shape and calendar type. 2011-02-24 18:13:28 -05:00
Kohei Yoshida
44b463c0e1 Pick up numeral shape and calendar type as well as the language.
So far this change doesn't affect the behavior of the number formatter
but only to pick up extra data that Excel provides (that we need to
map to our own later on).
2011-02-24 15:46:03 -05:00
Kohei Yoshida
ffa8d10bd8 Git commit --amend implies -a !? Removing uninteneded commit.
So, it seems that when you git add and git commit --amend, it commits
all changes even when you don't specify -a !?

*sigh*
2011-02-23 14:59:18 -05:00
Kohei Yoshida
cbfec50fa0 Updated method documentation to be more specific. 2011-02-23 13:39:50 -05:00
Jan Holesovsky
3d999b9f9b Fix incorrect use of uno::Sequence. 2011-02-15 14:06:24 +01:00
Jan Holesovsky
ddbef3da19 Use contstructor instead of assignment, fixes unittest in sc. 2011-02-15 09:47:07 +01:00
Caolán McNamara
c4f50da148 WaE: gcc 4.6.0 various warnings 2011-01-24 10:46:04 +00:00
Thomas Arnhold
9bec4c995b Remove empty description and dates. 2011-01-22 00:21:04 +01:00
Carsten Driesner
6e6de6ff1e removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl 2011-01-13 10:26:18 +01:00
Muthu Subramanian K
16752e0ac9 Fix forced div formatting (when nCntPre = 0) 2011-01-12 12:30:06 +05:30
Mikhail Voytenko
305315337b removetooltypes01: rebase to DEV300_m96 2011-01-06 14:57:12 +01:00
Kohei Yoshida
0e4628b488 If the language is not specified, use the initial language. (fdo#32523)
SvNumberFormatter has many methods that take language as an argument,
with the default value of LANGUAGE_DONTKNOW.  Most of those methods
default to the intialized language if the language is DONTKNOW, except
for one variant of GetStandardFormat() !  This caused the internal
language to accidentally get set to something else *permanently*.
2010-12-22 22:58:05 -05:00
Caolán McNamara
3a36efd234 WaE, unused variable 2010-12-09 12:57:14 +00:00
Muthu Subramanian K
dcdeded097 New number formats (?/4, ?/100 and ?/[n]). n#655214
?/4 is for quarters representation
?/100 is for hunderds representation
?/[n] is for forcing the divisor to be 'n' e.g. ?/5
2010-12-09 17:27:56 +05:30
Michael Callahan
040cd5d18f remove obsolete __FAR_DATA 2010-12-06 10:36:19 +00:00
Takeshi Abe
54b4213411 Replace all occured, occurance etc. 2010-12-05 19:05:55 +00:00
Caolán McNamara
9143a46db7 cppcheck: can reduce the scope of this variable 2010-12-05 13:32:36 +00:00
Gert Faller
261b50b882 RTL_CONSTASCII_USTRINGPARAM in libs-gui 17 2010-11-25 21:21:10 +01:00
Gert Faller
8c779305bc RTL_CONSTASCII_USTRINGPARAM in libs-gui 07 2010-11-22 22:32:51 +01:00
Bjoern Michaelsen
c8e2c920be gnumake2: removing old dmake file in migrated modules 2010-11-19 21:45:41 +01:00
Xiaofei Zhang
3491b4ac4f removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework 2010-11-10 13:50:33 +08:00
Caolán McNamara
93cd215dd6 can undo this now with fix in compiler settings 2010-11-05 12:38:09 +00:00
Kohei Yoshida
fc5a588438 Remove unnecessary coping of i18n::Currency2 instance.
Without this, loading Calc fails with segmentation fault on SLED 11 x64
platform.  The object is used read-only, so it's perfectly safe to
treat it as such.
2010-11-01 13:53:07 -04:00
Mathias Bauer
e775b40a11 CWS gnumake: resync to m91; conflicts unresolved 2010-10-28 23:02:10 +02:00
Norbert Thiebaud
d88b292704 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:38 -05:00
Povilas Kanapickas
849a713ffd remove non-compiled code 2010-10-18 16:52:27 +01:00
Thomas Klausner
d07418ac24 Add more files to EXCEPTIONSFILES, needed on NetBSD with system boost.
Ok: Caolán McNamara <caolanm@redhat.com>
2010-10-18 13:32:54 +02:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
jgraeme
7f02e96be9 A patch to remove some unused directives.
Graeme
2010-10-09 10:47:07 +02:00
J. Graeme Lingard
5ba8a3f904 Remove redundant #include directives & comments 2010-10-07 20:49:14 -04:00
Petr Mladek
028b400398 remove include guards using fixguard.py 2010-10-05 18:21:29 +02:00
Kohei Yoshida
24e77af99f svtools-uninitialized-member-fix.diff: initialize data members for sure 2010-09-16 10:49:55 +02:00
Jonathan Pryor
b00fc9462d sc-date-fix.diff: Parse 'june-2007' as June 1 2007 in en-US locales
n#358750
2010-09-15 11:54:10 +02:00
Vladimir Glazunov
a4587226ee CWS-TOOLING: integrate CWS codecleanup02 2010-08-25 17:21:42 +02:00
Xiaofei Zhang
d210c6ccc3 #i112600#: clean up l10ntools, rsc, sot, svl, tools and unotools 2010-07-29 10:56:19 +08:00
Eike Rathke [er]
8444953804 calc56: #i108385# make TEXT return text if text was passed, handling text formats that include a @ code 2010-07-16 20:13:45 +02:00
Bjoern Michaelsen
d6fff07968 CWS gnumake2: resync to DEV300_m84 2010-07-13 14:36:24 +02:00
Niklas Nebel
bcd4bc56c9 #i112250# #i113022# better handling of automatic decimals for small values or equal cells 2010-07-07 17:28:29 +02:00
Malte Timmermann
5965bb5243 codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31 2010-06-25 13:15:03 +02:00
Vladimir Glazunov
314ac1b55f CWS-TOOLING: integrate CWS koheiautodecimal 2010-05-28 08:57:30 +02:00
Kohei Yoshida
95d72876f3 koheiautodecimal: #i111533# Adjust the default display format for general number format cells. 2010-05-12 10:35:18 -04:00
Kohei Yoshida
0c088315f9 koheiautodecimal: rebased to DEV300_m76. 2010-04-19 16:00:33 +02:00
Mathias Bauer
18895204b0 CWS gnumake2: rebase to DEV300_m76; fix build problems 2010-04-17 20:34:49 +02:00
Mathias Bauer
449cd590b6 CWS gnumake2: move delivered header files in from svl/inc to svl/inc/svl; remove ununsed files; rename svs.res to svl.res 2010-04-16 22:57:56 +02:00
Niklas Nebel
1bb058876f dr73: merge with DEV300_m75 2010-03-17 12:18:14 +01:00
Eike Rathke [er]
fb85b7b2cd dr73: #i109823# uninitialized variable; patch from <cmc> 2010-03-05 00:30:14 +01:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Kohei Yoshida
624a9db6cf koheiautodecimal: #i26826# Prefer scientific notation for values less than 1.0E-4. 2010-02-03 21:44:04 -05:00
Kohei Yoshida
324721c3ef rebased to m70 2010-01-29 22:03:10 +01:00
Kurt Zenker
4eeae16d41 CWS-TOOLING: integrate CWS fwk120 2010-01-15 15:13:13 +01:00
Mathias Bauer
ad482351a6 #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
Mathias Bauer
9a4d0581c7 #i103496#: move SysLocale stuff to unotools 2009-10-12 11:49:13 +02:00
Mathias Bauer
80a5eff607 #i103496#: make svl buildable with internal inc/svl directory 2009-10-08 16:59:48 +02:00
Mathias Bauer
cf2b56f39d #i103496#: make svl buildable 2009-10-08 16:48:26 +02:00
Mathias Bauer
e6b4345c7f #i103496#: split svtools in two libs, depending on whether the code needs vcl or not 2009-10-08 12:20:11 +02:00