Commit Graph

972 Commits

Author SHA1 Message Date
Petr Mladek
f6eba1a27a fix library link order to work with link --as-needed 2012-04-13 16:54:06 +02:00
Caolán McNamara
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
Caolán McNamara
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
27cea710fd Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:42 +02:00
Michael Stahl
d564c79e6d shell: fix silly flags from 2c5a817591 2012-04-05 16:54:34 +02:00
Andras Timar
a7dc11cfbf typo fix 2012-03-27 15:47:07 +02:00
Andras Timar
99d1eff4a8 replace OpenOffice.org to LibreOffice in registry keys 2012-03-27 15:40:18 +02:00
Michael Stahl
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
Michael Stahl
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
Michael Stahl
68f2753710 .h files don't need executable bits 2012-03-23 21:58:13 +01:00
Michael Stahl
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
Andras Timar
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
Caolán McNamara
1a4276c511 WaE: ignoring lockf return value 2012-03-22 12:26:41 +00:00
Fridrich Štrba
f729d2d830 Appease valgrind 2012-03-21 22:42:43 +01:00
Fridrich Štrba
baebdaa48e Call inflateInit2 instead of inflateInit for the zip stream 2012-03-21 13:42:54 +01:00
Fridrich Štrba
e6aa2b67d4 Remove unused define 2012-03-21 10:52:36 +01:00
Stephan Bergmann
101aa287fd Missing include 2012-03-19 19:45:54 +01:00
Fridrich Štrba
04366df3bc Simple Zip file-format implementation to avoid the need of minizip 2012-03-19 15:22:55 +01:00
David Tardon
1f09f96e95 mingw: allow use of system zlib 2012-03-18 21:23:41 +01:00
Stephan Bergmann
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
David Tardon
04c8f56627 WaE: missing initializer for member 2012-03-12 08:53:50 +01:00
David Tardon
c79f0398f6 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:50 +01:00
David Tardon
b0e3615c63 WaE: deprecated conversion from string constant to 'char*' 2012-03-12 08:53:49 +01:00
David Tardon
392b37cadf WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:49 +01:00
David Tardon
5cf40e3821 WaE: variable 'hr' set but not used 2012-03-12 08:53:48 +01:00
David Tardon
3eb65ae04a WaE: variable 'bRet' set but not used 2012-03-12 08:53:48 +01:00
David Tardon
2009feb8ec WaE: defined but not used 2012-03-12 08:53:48 +01:00
David Tardon
9dd2c03c37 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:47 +01:00
David Tardon
75c5b3561e WaE: deleting object of abstract class type with non-virt. destuctor 2012-03-12 08:53:47 +01:00
David Tardon
c696282069 WaE: variable 'hr' set but not used 2012-03-12 08:53:46 +01:00
David Tardon
5982c0306f suppress errors with -Werror 2012-03-12 08:53:46 +01:00
David Tardon
2c5a817591 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:46 +01:00
David Tardon
064d8f1405 WaE: invalid conversion from 'const char*' to 'LPSTR' 2012-03-12 08:53:44 +01:00
David Tardon
bd6757d60d WaE: value computed is not used 2012-03-12 08:53:42 +01:00
David Tardon
ca67ec0ebc WaE: initialization order 2012-03-12 08:53:39 +01:00
David Tardon
3b521d1bc6 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:39 +01:00
Elton Chung
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
Elton Chung
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
Tor Lillqvist
a6ed487d97 Decrease verbiage a little bit 2012-01-27 15:52:23 +02:00
Caolán McNamara
8ab3795596 make shell ByteString free 2012-01-23 11:37:05 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Jesús Corrius
933cb63dcc Fix spelling typo 2012-01-20 16:17:16 +01:00
Olivier Hallot
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
Takeshi Abe
5451e9c702 catch exception by constant reference 2011-12-26 03:38:50 +09:00
mst
c9e1a120ff tkr41: #117828# office crash fixed . (null pointer) + add unit test
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
2011-11-29 17:57:29 +01:00
Norbert Thiebaud
53223466d6 remove include of pch header from shell 2011-11-27 13:21:45 -06:00
Korrawit Pruegsanusak
c5710d4700 s/infomation/information/ 2011-11-27 14:42:26 +07:00
Tor Lillqvist
c7524e9441 Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android 2011-11-26 00:23:45 +02:00