Commit Graph

998 Commits

Author SHA1 Message Date
02d9bd3b14 fix typo: = -> ==
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
2012-06-13 06:06:43 +02:00
0dded0d18a fdo#47044: Adapt to different Windows versions' InternetQueryOption behavior
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13
2012-06-08 16:54:18 +02:00
de0c09bb42 targeted string re-work
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
2012-06-02 22:43:34 -05:00
d554198328 Make Win32 LibO installable side by side with other StarOffice derivatives 2012-05-31 18:19:08 +02:00
d95d58af08 nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-06-01 01:04:50 +09:00
bb9f730458 nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-31 01:56:28 +09:00
6e6d81e9cf targetted SAL_N_ELEMENTS reversion.
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29 18:03:34 +01:00
b6ce391171 -Werror=deprecated-declarations
g_strcasecmp -> g_ascii_strcasecmp, hopefully the latter is already
available in oldest relevant glib.

Change-Id: Iac47ebd511672d4ca08d4dc998a536939d4a98c3
2012-05-29 09:01:32 +02:00
22e8f9b907 shell: export more symbols, as private
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
2012-05-29 07:36:11 +02:00
db416d1355 export COM functions
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b
2012-05-29 07:36:09 +02:00
bc406009d1 WaE: declaration of 'index' shadows a global declaration
Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649
2012-05-29 07:34:07 +02:00
9cea55e10d WaE incomplete cppu::ImplementationEntry
Change-Id: I152ffd56ae3b95fce87056292e909e9bf5daa9e9
2012-05-29 07:33:49 +02:00
6456d3d20c macbacked.cxx is really and objective c++ source -> rename .mm
Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4
2012-05-29 07:33:46 +02:00
d4efa8b0cf gbuildize shell
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29 07:33:44 +02:00
b2022330c0 removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16 23:28:22 +09:00
07b3d083b4 TDE integration
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14 20:09:41 -05:00
b169bb235e Argh, another tweak.
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02 08:56:18 +02:00
35ec153921 Minor comment tweak.
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-05-02 08:52:12 +02:00
87897ea713 and be (not so) ultimately smart in the mailto handler 2012-04-30 16:15:09 +02:00
b78e16f99d be even smarter in the mailto handler :) 2012-04-30 16:14:35 +02:00
f0208e344b Add a comment why we do what we do ;-)
Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73
2012-04-30 15:54:26 +02:00
77d4873ee6 fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail program found 2012-04-30 15:50:05 +02:00
995de2b09e Reduce chatter 2012-04-24 12:22:14 +03:00
86a85224bc s/OpenOffice/LibreOffice/ 2012-04-23 17:58:27 +02:00
7bec04312d WaE: initialization of pointer to null from a constant boolean expression 2012-04-22 21:44:29 +03:00
a219edfbb6 Don't check for ORBit < 2.8
ORBit 2.8 was released in 2003 so let's assume that this isn't being used.  Also
the assumption is that it's coming in through GConf, which isn't true with GConf
3 onwards, released July 2011.
2012-04-19 15:01:52 +01:00
f6eba1a27a fix library link order to work with link --as-needed 2012-04-13 16:54:06 +02:00
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
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
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
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
d564c79e6d shell: fix silly flags from 2c5a817591 2012-04-05 16:54:34 +02:00
a7dc11cfbf typo fix 2012-03-27 15:47:07 +02:00
99d1eff4a8 replace OpenOffice.org to LibreOffice in registry keys 2012-03-27 15:40:18 +02:00
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
68f2753710 .h files don't need executable bits 2012-03-23 21:58:13 +01:00
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
1a4276c511 WaE: ignoring lockf return value 2012-03-22 12:26:41 +00:00
f729d2d830 Appease valgrind 2012-03-21 22:42:43 +01:00
baebdaa48e Call inflateInit2 instead of inflateInit for the zip stream 2012-03-21 13:42:54 +01:00
e6aa2b67d4 Remove unused define 2012-03-21 10:52:36 +01:00
101aa287fd Missing include 2012-03-19 19:45:54 +01:00
04366df3bc Simple Zip file-format implementation to avoid the need of minizip 2012-03-19 15:22:55 +01:00
1f09f96e95 mingw: allow use of system zlib 2012-03-18 21:23:41 +01:00
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
04c8f56627 WaE: missing initializer for member 2012-03-12 08:53:50 +01:00
c79f0398f6 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:50 +01:00