Alexandr N. Zamaraev
d70d9fc878
Fixes incorrect save NUMBER value to DBF (fdo#30504)
...
Open Office Calc save numeric value in numeric column as text
representation add null chars right for column with.
Bat other applications save value as text and space chars left for
column with.
For example:
Format: N, 3, 0
Value: 1
Calc saved value (hex): 31 00 00
Other Apps saved value (hex): 20 20 31
This inaccuracy does not affect the format of the readers implemented in
C or C++ but can break the implementation in other languages (Python,
Ruby, Haskell)
2010-10-01 12:49:26 -04:00
Tor Lillqvist
e60de95c7a
Workaround for default_images symlink problem on Cygwin
2010-09-17 16:30:03 +03:00
Jan Holesovsky
4843a4657a
kde4-buildfix-connectivity.diff: Fix KDE4 build.
2010-09-14 20:31:23 +02:00
Thorsten Behrens
b4896256c5
win32-force-version-fix.diff: force WINVER when using non-std win api
2010-09-14 12:57:42 +02:00
Ocke Janssen [oj]
07daaab076
dba33g: #i111345# wrong error message used when opening invalid table format
2010-07-15 07:46:31 +02:00
Ocke Janssen [oj]
a95d6a3fb8
dba33g: #i111345# handle string sep corrected
2010-07-14 15:25:10 +02:00
Ocke Janssen [oj]
084fbb9e5e
dba33g: #i112213# handle chart import for columns
2010-07-09 14:49:18 +02:00
Ocke Janssen [oj]
cfc1d8bdff
dba33g: #i110825# applay patch to removed unused code
2010-07-09 07:19:45 +02:00
Ocke Janssen [oj]
8300ef8db5
dba33g: assertion when closing stream, only close either the input stream or output stream
2010-07-08 12:46:25 +02:00
Ocke Janssen [oj]
bf97aef60b
dba33g: assertion when closing stream, only close either the input stream or output stream
2010-07-08 12:45:25 +02:00
Ocke Janssen [oj]
9b3ed7aa91
dba33g: handle of next and prior for count function corrected
2010-07-07 09:07:34 +02:00
Ivo Hinkelmann
52d1202cce
CWS-TOOLING: integrate CWS dba33f
2010-06-04 14:23:34 +02:00
Ocke Janssen [oj]
b8076ccb49
dba33f: #i111900# fix between
2010-05-28 11:37:27 +02:00
Ocke Janssen [oj]
7e53e4596a
dba33f: #i107654# like corrected
2010-05-27 08:38:58 +02:00
Niklas Nebel
29ce98cbc3
calc53: merge with DEV300_m77
2010-04-29 13:35:08 +02:00
Niklas Nebel
24706bb307
calc53: #i25840# null result in text column only for empty cells, not values
2010-04-26 14:26:49 +02:00
Frank Schoenheit [fs]
a5c79e695f
dba33f: merge with m76-branch
2010-04-16 13:55:24 +02:00
Jens-Heiner Rechtien
cfc78d6b12
CWS-TOOLING: integrate CWS sb118
2010-04-16 10:09:51 +02:00
sb
75ba087051
sb118: merged in re/DEV300_next towards DEV300_m76
2010-04-07 13:14:23 +02:00
Frank Schoenheit [fs]
2fa1d80dfd
Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f
2010-03-29 22:04:55 +02:00
Frank Schoenheit [fs]
0f305e2e26
dba33f: added missing break (thanks to Terence Enger (400guy@openoffice.org))
2010-03-29 21:56:25 +02:00
Ocke Janssen [oj]
0a9efb55a0
dba33f: #110236# use delete []
2010-03-26 07:24:23 +01:00
Ocke Janssen [oj]
87fe0fd1d5
dba33f: #110236# use delete []
2010-03-26 07:23:37 +01:00
Ocke Janssen
ed1953db63
#i109366# remove :* from url
2010-03-23 14:10:06 +00:00
Ocke Janssen
bb7e46c319
add SAL_DLLPUBLIC_EXPORT
2010-03-17 12:54:06 +00:00
Ocke Janssen
6c8f48f2d1
add SAL_DLLPUBLIC_EXPORT
2010-03-17 12:53:49 +00:00
Ocke Janssen
dd7a39f401
removed export.dxp
2010-03-17 12:19:26 +00:00
Ocke Janssen
fdab408038
#i109366# add SAL_DLLPUBLIC_EXPORT
2010-03-17 11:17:09 +00:00
sb
2951cc3ad8
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
db02ac8b89
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
2010-02-12 16:56:44 +01:00
Jens-Heiner Rechtien
82b1d381cd
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
Ocke Janssen
1fce2c3710
#i108897# set first bit to 20h
2010-02-11 15:46:14 +00:00
Ocke Janssen [oj]
5f71d65924
dba33f: #i108730# impl case case and rank functions
2010-02-08 14:05:16 +01:00
sb
07b4fe3375
sb118: merged in DEV300_m71
2010-02-08 09:18:14 +01:00
sb
ec0ee57607
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29 17:01:54 +01:00
Ocke Janssen [oj]
4bc4c4dd44
dba33f: #i108730# impl case case and rank functions
2010-01-28 08:42:56 +01:00
Ivo Hinkelmann
c95e2922dd
CWS-TOOLING: integrate CWS dba33d
2010-01-27 13:51:16 +01:00
Kurt Zenker
36f7b64c6c
CWS-TOOLING: integrate CWS dba33b
2010-01-15 14:01:24 +01:00
Ocke Janssen [oj]
9a2088753c
dba33b: merge m69
2010-01-15 09:16:51 +01:00
Ocke Janssen [oj]
fbb7a4cd4c
dba33f: #i20615# new feature to allow server side column descrriptions to be visible and changeable in the table designer.
2010-01-13 08:44:34 +01:00
Ocke Janssen [oj]
3af527bf8c
dba33e: svx split
2010-01-11 08:09:14 +01:00
Ocke Janssen [oj]
5ac40e5c94
dba33f: merge from dba33e
2010-01-08 14:12:39 +01:00
Ocke Janssen [oj]
cf9d195402
dba33e: #i107472# catch exception
2010-01-08 09:22:40 +01:00
Ocke Janssen [oj]
2eec0edf16
dba33e: #i107315# convert SQL statement to MySQL notation
2010-01-08 08:12:03 +01:00
Ocke Janssen [oj]
3a654009a4
dba33e: #i107461# care for case of column name
2010-01-07 12:25:46 +01:00
Ocke Janssen [oj]
6ce5b7bd1b
check for correct type and some refactoring
2010-01-07 09:08:11 +01:00
Ocke Janssen
a95adf2581
#i107794# fix for WChar
2010-01-05 07:51:21 +00:00
Ocke Janssen [oj]
898d0a4770
Automated merge with http://hg.services.openoffice.org/cws/dba33e
2009-12-17 17:25:59 +01:00
Ocke Janssen [oj]
dd00022030
dba33e: Merge from dba33d
2009-12-15 09:46:08 +01:00
Frank Schoenheit [fs]
aabc69e75d
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-11 11:26:05 +01:00