Commit graph

293260 commits

Author SHA1 Message Date
Julien Nabet
45e8a9dca7 operator fixing 2011-09-03 09:04:29 +02:00
Regina Henschel
33996edb39 Fix wrong line end positioning
fix fdo#40529 - if you have line ends that are *not* filled,
the polygon overlaps with the line end marker. Adapted calculation
in drawing layer to have that sorted out.
2011-09-03 01:26:09 +02:00
Jenei Gábor
bc0a497f08 Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")
The SQL parser implementation does not handle comments.
Temporarily remove "-- ..." and "// ..." end-of-line comments and "/* ... */"
inline comments of a query and append comments after recomposition of the
query.

NOTE: The original comment positions are not preserved, all comments are
      appended to the query!

Based on the original patch further development was done for inline comments
and preserving comments' line order.
2011-09-03 01:19:51 +02:00
Kohei Yoshida
69b6d6cfd2 Speed up range name lookup by index.
This should speed up formula calculations considerably during xls
import since shared formulas are also stored in ScRangeName and
they are looked up by index. (bnc#715104)
2011-09-02 15:52:35 -04:00
Miklos Vajna
07d1d39fcc RTFSymbol: avoid unnecessary typedef 2011-09-02 19:28:01 +02:00
Caolán McNamara
09279fe3da remove recently unused methods 2011-09-02 16:53:53 +01:00
Caolán McNamara
535125950b regenerate list 2011-09-02 16:11:52 +01:00
Michael Meeks
59b308e056 add missing components, use new configmgr path, and enable ODS test 2011-09-02 15:31:54 +01:00
Markus Mohrhard
f44c104106 enable calc's ODS file filter unit test 2011-09-02 15:31:53 +01:00
Michael Meeks
da1073f130 let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIR 2011-09-02 15:31:53 +01:00
Michael Meeks
7872be8ab6 more xoutdev redundant cut/paste cleanup 2011-09-02 15:31:53 +01:00
Lionel Elie Mamane
3b32204d9f fdo#39355: reenable "use typedefs and endianess from sal" patch hunk 2011-09-02 14:58:55 +02:00
Lionel Elie Mamane
6749e4859f Typo in comment 2011-09-02 14:58:55 +02:00
Marc-Andre Laverdiere
5c16dae200 Modified output of filters-test.cxx to CSV 2011-09-02 18:04:21 +05:30
Caolán McNamara
91313fc05a Resolves: rhbz#735182 libreoffice doesn't build with poppler-0.17.3 2011-09-02 13:24:18 +01:00
Tor Lillqvist
11e8dc2d90 Need doubled dollarsign here it seems for this to actually work as intended 2011-09-02 14:43:48 +03:00
Caolán McNamara
075755a792 add link lib for decompose_ja_voiced_sound_marks 2011-09-02 12:31:21 +01:00
Matúš Kukan
a44dda4b7d process more idl files at once - second part: makefiles 2011-09-02 11:49:25 +02:00
Matúš Kukan
4453178694 process more idl files at once - first part: gbuild 2011-09-02 11:48:12 +02:00
Matúš Kukan
5f000fdf86 include missing header file 2011-09-02 11:41:27 +02:00
Tor Lillqvist
141ba95cfc Add basebmpdllapi.h 2011-09-02 12:03:19 +03:00
Tor Lillqvist
6eb586506d Add a foodllapi.h file here too and use it
Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate
headers as is the normal convention.

Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header.
Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't
match the declaration.
2011-09-02 11:57:10 +03:00
Caolán McNamara
1d32ee9a53 regenerate 2011-09-02 09:54:18 +01:00
Caolán McNamara
0ee8ec18c4 add a way to better construct an OString of len X from a SvStream 2011-09-02 09:54:18 +01:00
Caolán McNamara
088e175776 add a public __sal_NoAcquire to OString to match OUString's 2011-09-02 09:54:17 +01:00
Caolán McNamara
cd9038dd39 move to comphelper, and rename 2011-09-02 09:54:17 +01:00
Caolán McNamara
a2d55e1869 update list 2011-09-02 09:54:17 +01:00
Tor Lillqvist
7cdab67854 And then fix MSVC compilation 2011-09-02 11:10:55 +03:00
Kohei Yoshida
ca5a4839a6 css::awt namespace is included in this file. 2011-09-02 02:06:20 -04:00
Kohei Yoshida
d178d7bef1 fdo#40466: Get charts to import from xlsx again.
This regression was probably caused by a bad merge of OOo m106.
2011-09-02 02:00:41 -04:00
Kohei Yoshida
2c00fc5206 No macros for the com::sun::foo. 2011-09-02 02:00:40 -04:00
Kohei Yoshida
f71bd7314a sal_Bool to bool. 2011-09-02 02:00:40 -04:00
Joseph Powers
8c7345ab89 unusedcode.easy: vcl::unotools cleanup 2011-09-01 22:47:32 -07:00
Tor Lillqvist
893c6785a9 Fix MinGW compilation error with min() 2011-09-02 08:44:38 +03:00
Joseph Powers
581e7d7057 unusedcode.easy: PDFWriter cleanup 2011-09-01 20:51:15 -07:00
Miklos Vajna
9a31efdad9 enhwmf: revert typo introduced by cdc4b38034 2011-09-01 23:34:06 +02:00
Thorsten Behrens
399cd057dd More build fixing.
Writer also needed the ooxmlexport.hxx from oox now.
2011-09-01 23:24:23 +02:00
Thorsten Behrens
29cd8ec18e Fix the build.
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a4 by exporting the
moved file from oox and adapting starmath.
2011-09-01 22:52:25 +02:00
Michael Meeks
067e7bb997 remove obsolete, and apparently unused GLOBALOVERFLOW* defines 2011-09-01 20:51:09 +01:00
Michael Meeks
8e7560f441 re-factor and cleanup load and save code for lists, killing copy & paste
'return' is not a function, GLOBALOVERFLOW is superstition, bin unused &
obsolete static character arrays, prune unused includes, remove bogus
comments.
2011-09-01 20:51:09 +01:00
Julien Nabet
e506874251 slightly buggy commit 66141a46a4 from 20/11/2008 2011-09-01 21:34:54 +02:00
Julien Nabet
78c1a9f5c4 Some cppcheck cleaning 2011-09-01 21:34:19 +02:00
Tor Lillqvist
f8d22519a4 Move OoxmlFormulaExportBase to oox 2011-09-01 21:38:43 +03:00
Radek Doulik
da691c1416 make the overlap smaller 2011-09-01 20:36:11 +02:00
Muthu Subramanian
72051f5a6b fix for linear gradient export to PDF
Signed-off-by: Radek Doulik <rodo@novell.com>
2011-09-01 20:32:29 +02:00
Tor Lillqvist
e90b1a0c7b Need an explicit implementation of constructor for MSVC it seems 2011-09-01 20:42:57 +03:00
Laurent BP
5849ca749a Resolves:fdo#40499/#i75665# remove italic from bg autotext numbered formula 2011-09-01 16:57:08 +01:00
Caolán McNamara
9db9812dc1 resync list 2011-09-01 16:42:03 +01:00
Gabor Jenei
cdc4b38034 fix warnings 2011-09-01 16:42:03 +01:00
Caolán McNamara
f2b9160f09 humour me, and sync this with osl/w32/security.c 2011-09-01 16:42:02 +01:00