Thorsten Behrens
13e1fe0561
Fix error in handling 'z' for svg:d string parsing
...
Previously 'z' did not update the current point to the start
point of the subpath, as required by
http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand . Fixed
now, and adapted all the unit tests.
2012-01-18 15:27:54 +01:00
Thorsten Behrens
b13852edb7
Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.
2012-01-18 15:27:53 +01:00
Fridrich Štrba
7f1d77d9fe
If COM==_MSC, then OS==WNT and also GUI==WNT
2012-01-18 15:13:15 +01:00
Fridrich Štrba
aa318df835
Package stlport on Windows when requested (fdo#37561)
2012-01-18 15:08:44 +01:00
Eike Rathke
1de8ddb72e
convert one freshly introduced DBG_ERRORFILE to SAL_WARN
2012-01-18 14:05:54 +01:00
Eike Rathke
923934d0f4
nitpick, it's i18n, not l18n
2012-01-18 14:02:36 +01:00
Lionel Elie Mamane
ef08c38172
Oups... where is my brown paper bag?
2012-01-18 13:55:45 +01:00
Lionel Elie Mamane
773668c6ab
OKeySet: tryRefetch and refreshRow share most of their code
2012-01-18 13:13:59 +01:00
Lionel Elie Mamane
c2567a6587
janitorial: typo in comments
2012-01-18 12:37:23 +01:00
Lionel Elie Mamane
3623701d65
fdo#44813: make the refresh query filter NULL-safe
2012-01-18 12:37:11 +01:00
Miklos Vajna
80852d8526
writerfilter: remove empty line before shebang
2012-01-18 02:15:10 +01:00
Miklos Vajna
f4f774a3ae
writerfilter: drop exec bit on non-script files
2012-01-18 02:15:10 +01:00
Bjoern Michaelsen
03f4f6e17a
lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in
2012-01-18 00:49:51 +01:00
August Sodora
064065985a
fdo#44402: make keyboard navigation work again in Tools->Options
2012-01-17 18:34:55 -05:00
August Sodora
9746244229
Remove unused macros
2012-01-17 17:45:31 -05:00
Marcel Metz
d2c8003ecb
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:44 +01:00
Marcel Metz
2a566b1775
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:44 +01:00
Marcel Metz
3f7c5847ff
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:43 +01:00
Marcel Metz
64fb265325
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:43 +01:00
Marcel Metz
91fe68f4c2
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:42 +01:00
Marcel Metz
28c9559f64
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:42 +01:00
Marcel Metz
6cd5f6f506
Replaced SAL_INFO with SAL_WARN were applicable.
2012-01-17 23:27:41 +01:00
Michael Stahl
d20033a3eb
sw: tweak translations of previous commit
2012-01-17 23:11:36 +01:00
Luc Castermans
d76091de45
Translate comments from German to English; sw/source/core/frmedt is complete.
2012-01-17 23:08:28 +01:00
Michael Stahl
e762a8bd18
sw: translate some comments
2012-01-17 23:08:27 +01:00
Olivier Hallot
9646171562
Fix for fdo43460 Part XL getLength() to isEmpty()
...
Part XL
Modules
sw
2012-01-17 19:07:47 -02:00
Michael Meeks
802d82b6e2
vcl: expand the documentation in README
2012-01-17 18:03:51 +00:00
Tor Lillqvist
b00bd214c4
Correct my email
2012-01-17 19:12:17 +02:00
Tor Lillqvist
ee4fc40f63
Make it sound slightly less experimental and scary
2012-01-17 19:12:15 +02:00
Takeshi Abe
c2c669db13
removed dead macro
2012-01-18 02:01:16 +09:00
Eike Rathke
0f1fc0dfea
a can't-happen-but-do-it-correct-anyway one character fix
2012-01-17 17:57:37 +01:00
Eike Rathke
c0bbf6f78a
rudimentary check if date acceptance pattern interferes with decimal number
2012-01-17 17:04:35 +01:00
Eike Rathke
fa836f7bf0
added [zh-TW] date acceptance patterns (various)
2012-01-17 17:04:35 +01:00
Thomas Arnhold
804e86170f
remove unused methods
2012-01-17 17:01:26 +01:00
Stephan Bergmann
3c8478e26b
Removed obsolete splitbuild.
2012-01-17 16:55:18 +01:00
Andras Timar
433fb076ee
remove older zlib from download list
2012-01-17 16:08:08 +01:00
Michael Stahl
f25ef2b904
gbuild: UnoApiTarget: initialize target local vars
...
Fixes the problem in offapi, where a rebuild after changing an IDL file
would produce an offapi.rdb that contained the stale content of the
old version of the IDL file. This was because in offapi 2 rdb files are
built, offapi.rdb and types.rdb, and types.rdb is a merge of udkapi.rdb
and offapi.rdb, hence it depends on offapi.rdb. Unfortunately this means
that the UNOAPI_MERGE variable for types.rdb is inherited to
offapi.rdb, with the result that after the workdir offapi.rdb is built
from .urd files, it is overwritten by a merge of udkapi.rdb and a stale
offapi.rdb from the solver.
2012-01-17 15:49:01 +01:00
Michael Stahl
aeb56b2ba1
registry: print error messages on stderr
2012-01-17 15:49:01 +01:00
Lionel Elie Mamane
8935f127d1
DbGridControl::SeekCursor: show exception when seek fails (and debug build)
2012-01-17 15:47:45 +01:00
Lionel Elie Mamane
a63d7020ce
janitorial: typo in private member name
2012-01-17 15:47:45 +01:00
Lionel Elie Mamane
d30ecc1a23
janitorial: const iterator where may be, indentation
2012-01-17 15:47:45 +01:00
Lionel Elie Mamane
b713652b33
Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)
...
Syntax supported by at least SQLite.
2012-01-17 15:47:44 +01:00
Lionel Elie Mamane
6031d1285c
fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parser
2012-01-17 15:47:43 +01:00
Lionel Elie Mamane
a261e36481
fdo#44813: don't replace NULLs given by the database by type-default values
...
It makes no sense, because non-nullable columns can have NULL value.
E.g. in "foo LEFT JOIN bar ON condition", the non-nullable columns of "bar"
when it has no row matching "condition".
Even when we are about to insert/update a row, we should not put a
hard-coded value (that just happens to be the one constructed by the
C++ default constructor for that type) in non-nullable columns: there
is no guarantee that this value makes sense in that database's context.
The database may or may not have a default value set for that column.
If it has, we should leave it up to the database to set it automatically.
If it has not, an error *is* the right reaction.
Another place where this substitution does damage is when we refresh a
row. We use the values we have read from the primary key to select the
row again. So we should not mangle those, else the select returns no
row and we mistakingly think the row has been deleted.
2012-01-17 15:47:43 +01:00
Eike Rathke
605707652a
added [zh-CN] date acceptance patterns (various)
2012-01-17 15:41:10 +01:00
Eike Rathke
054b910f72
added [ru-RU] date acceptance patterns "D.M." and "D/M/"
2012-01-17 15:20:46 +01:00
Eike Rathke
3cc4917c2d
added [is-IS] date acceptance patterns "D.M." and "D/M/"
2012-01-17 15:13:07 +01:00
Andras Timar
2fe5c4a185
fix zh-TW translation errors reported by Cheng-Chia Tseng in e-mail
2012-01-17 14:41:22 +01:00
Eike Rathke
87b12c4271
added [glt-LT] date acceptance pattern "M-D"
2012-01-17 14:38:16 +01:00
Eike Rathke
197c0ef041
added [gd-GB] date acceptance patterns "D/M" and "D-M"
2012-01-17 14:34:31 +01:00