Commit graph

304747 commits

Author SHA1 Message Date
David Tardon
7eb020a5b9 WaE: 'auto_ptr' is deprecated 2012-04-16 20:23:16 +02:00
David Tardon
037bb830ea WaE: deprecated conversion from string constant to 'LPTSTR' 2012-04-16 20:23:15 +02:00
David Tardon
27d0dd881b WaE: "_WIN32_WINNT" redefined 2012-04-16 20:23:14 +02:00
David Tardon
91be92c24d WaE: variable 'GDIError' set but not used 2012-04-16 20:23:13 +02:00
David Tardon
2f3fef29bd WaE: deprecated conversion from string constant to 'LPTSTR' 2012-04-16 20:23:12 +02:00
David Tardon
b1b0ddb816 WaE: deprecated conversion from string constant to 'LPSTR' 2012-04-16 20:23:11 +02:00
David Tardon
f133b54532 WaE: "isnan" redefined 2012-04-16 20:23:08 +02:00
David Tardon
0128edc892 WaE: ignoring #pragma warning 2012-04-16 20:23:07 +02:00
David Tardon
4573948159 WaE: declaration of 'argc' shadows a previous local 2012-04-16 20:23:05 +02:00
David Tardon
cf40c8513a WaE: variable 'dwWaitResult' set but not used 2012-04-16 20:23:04 +02:00
David Tardon
cc138ca963 WaE: unused variable 'hProcess' 2012-04-16 20:23:03 +02:00
David Tardon
df02932ed3 convert tabs to spaces 2012-04-16 20:23:03 +02:00
David Tardon
f039cd3e48 WaE: unused parameter 2012-04-16 20:23:01 +02:00
David Tardon
a6fd4d1d8b WaE: initialization order 2012-04-16 20:22:59 +02:00
David Tardon
7e6e16ba6d WaE: declaration of 'nInd' shadows a previous local 2012-04-16 20:22:58 +02:00
David Tardon
bd51998c2f WaE: declaration of 'hr' shadows a previous local 2012-04-16 20:22:57 +02:00
David Tardon
bc9229aa0c WaE: deprecated conversion from string constant to 'LPSTR' 2012-04-16 20:22:55 +02:00
David Tardon
46880d2860 WaE: "CDECL" redefined 2012-04-16 20:22:54 +02:00
David Tardon
f62686942b WaE: "STRICT" redefined 2012-04-16 20:22:53 +02:00
Rafael Dominguez
a5b909ac6d Return by value instead of passing by reference to get data. 2012-04-16 18:44:00 +02:00
Rafael Dominguez
05524106d1 Remove deprecated function. 2012-04-16 18:44:00 +02:00
Rafael Dominguez
ae7ad6dab3 Make an out argument a pointer instead of a reference.
- Fix some style issues.
2012-04-16 18:44:00 +02:00
Luboš Luňák
6242b36b78 remove unused variable 2012-04-16 18:44:00 +02:00
Caolán McNamara
36245c84ba Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog 2012-04-16 16:43:39 +01:00
Andrew Higginson
f73d268896 Resolves: fdo#48659 about dialog misses BuildID 2012-04-16 16:35:00 +01:00
Petr Mladek
ae9a98b436 allow to download main source tarballs again
The file "core.ver" was removed in configure together with other "core.*"
files. It was ugly name. Better to use "sources.ver" and the variable
"lo_sources_ver=..."

The source version is not used in "unpack-sources", so do not source the .ver file
at all.

The source tarballs are put into "major.minor.micro" version subdirectory
on the download site now.
2012-04-16 17:20:04 +02:00
Michael Stahl
44092833d3 fdo#38215: forgot idiotic C++ syntax (fix 0868a0155a) 2012-04-16 16:35:59 +02:00
Caolán McNamara
119b0a666d callcatcher: update list 2012-04-16 15:21:38 +01:00
Caolán McNamara
3f70484461 catch by const reference 2012-04-16 15:21:37 +01:00
Caolán McNamara
30cdbe0994 hard to tell what side-effects dbtools::StatementComposer::getQuery might have 2012-04-16 15:21:37 +01:00
Caolán McNamara
437c4984db upgrade GetValueTextByPos family to rtl::OUString 2012-04-16 15:21:36 +01:00
Caolán McNamara
2c676c03f3 String->rtl::OUString 2012-04-16 15:21:36 +01:00
Caolán McNamara
b046b108c3 unused inlines 2012-04-16 15:21:36 +01:00
Caolán McNamara
919a50e3bc _bUseRowSetFilter and _bUseRowSetOrder are always true 2012-04-16 15:21:36 +01:00
Caolán McNamara
b50405ef34 simplify getComposedRowSetStatement 2012-04-16 15:21:36 +01:00
Caolán McNamara
b5dbfd61f0 callcatcher: update unused code 2012-04-16 15:21:35 +01:00
Caolán McNamara
52d1caa437 String::CreateFromInt32->rtl::OUString::valueOf 2012-04-16 15:21:35 +01:00
Michael Stahl
502c93143e fdo#38635: fix border printing:
Apparently this special case in lcl_PaintLeftRightLine for printer
output devices is no longer necessary with the new drawing layer borders
and causes the vertical border lines to be far too short, leading to
visible gaps in the PDF.
(regression from 0f0896c26f)
2012-04-16 16:14:18 +02:00
Michael Stahl
0868a0155a fdo#38215: merge consecutive border lines:
This re-implements the merging that was done by SwLineRects::AddLineRect,
SwLineRect::MakeUnion with the drawing layer border lines.
This is used to merge borders of paragraphs and of tables that have the
"separating" border-model, which fixes both the tiny dividing gaps
between successive borders in the second bugdoc and the weird subtly
differently rendered successive borders in the first bugdoc.
(regression from 0f0896c26f)
2012-04-16 16:14:17 +02:00
Michael Stahl
1d5e263a12 sw: create horizontal border lines with start left and end right 2012-04-16 16:14:16 +02:00
Thorsten Behrens
983c27402e Fix fdo#33591 - edge-case trans gradients came out empty
Gradients with start==end got us zero steps, thus no fill at all.
Funnily this was wrong since pre-3.0 or somesuch.
2012-04-16 15:52:59 +02:00
Stephan Bergmann
25de2a561b Corret size_t format specifier 2012-04-16 15:52:46 +02:00
Matúš Kukan
f0a5768f14 animations is not api, it should be animations_inc package 2012-04-16 15:02:44 +02:00
Olivier Hallot
fe794eaa03 More RTL_CONSTASCII_USTRINGPARAM removals
sd/filter
2012-04-16 10:01:21 -03:00
Rene Engelhard
8fd72efca9 configure.in: fix Qt detection in Debian/Ubuntu multiarch 2012-04-16 14:07:45 +02:00
Matúš Kukan
b560776417 YaccTarget and headers cleaning 2012-04-16 13:56:29 +02:00
Michael Stahl
c528569916 C++ overloading is clearly the best invention ever 2012-04-16 13:03:04 +02:00
Olivier Hallot
fa60d67d75 More RTL_CONSTASCII_USTRINGPARAM removals
sd
2012-04-16 07:41:43 -03:00
Olivier Hallot
f02e866f1e More RTL_CONSTASCII_USTRINGPARAM removals
/sd/.../grf and html
2012-04-16 07:41:43 -03:00
Fridrich Štrba
df80de1f47 Uploading new release of libvisio (0.0.16) 2012-04-16 12:29:39 +02:00