Commit Graph

318230 Commits

Author SHA1 Message Date
Lubos Lunak
e908072678 PCH for Library_vcl 2012-12-26 22:32:39 +01:00
Lubos Lunak
13e3a3e552 PCH for Library_sal 2012-12-26 22:32:39 +01:00
Tor Lillqvist
e36f556026 Cosmetics
Change-Id: Ib7225307f51c8764c4b2b0e4ce45702d7919a017
2012-12-26 21:05:49 +02:00
Tor Lillqvist
92dfaaa0bf Subsystem 5.01 is invalid for 64-bit code, says the linker
Change-Id: I77f714bca9ddebffd6241d901661471aa27f03d5
2012-12-26 21:05:48 +02:00
Markus Mohrhard
9e41982ac1 text:p is not allowed for chart objects, fdo#58571
Change-Id: I24c485d31ea3f0540164ff65074b392be1e557e6
2012-12-26 20:01:00 +01:00
Lubos Lunak
a6077f6d7e fix windows PCH build 2012-12-26 19:20:24 +01:00
Lubos Lunak
5051b6ed72 PCH for Library_dbu 2012-12-26 18:43:28 +01:00
Lubos Lunak
9bb21aea18 do not bother trying to keep PCH and non-PCH dependencies correct together
When compiling using a PCH, includes included using the PCH usually don't
show up in compiler dependencies output, so the only the PCH has a dependency
on the include, and the source has only a transitive dependency. Switching
to non-PCH (e.g. ENABLE_PCH= on cmdline) means the dependency is lost.
Trying with the PCH timestamp was a nice try, but it can sometimes still
miss something. So whoever wants to switch needs cleaning first or
just know what they're doing.
2012-12-26 18:43:28 +01:00
Lubos Lunak
47b17ca76b ignore #include inside #if 2012-12-26 18:43:27 +01:00
Lubos Lunak
32bd430f4d PCH for Library_svt 2012-12-26 18:43:26 +01:00
Tor Lillqvist
96d3a20f38 WaE: unreferenced formal parameters and old-style declarators
Change-Id: I3bdf909d169696b0ce79ee9830aa99ae880636db
2012-12-26 18:18:52 +02:00
Lubos Lunak
6ede7ad593 fix build 2012-12-26 15:43:38 +01:00
Luboš Luňák
28195613d3 fix dmake build of module external ... I think
Not that I have any clue about dmake, but without this it seems
like incremental make doesn't remake external if necessary, and
with this copied and adjusted from other non-tail_build module
it seems to work *shrug*.

Change-Id: If6818860d12ed752814574028895870a60d6a7d1
2012-12-26 15:38:12 +01:00
Luboš Luňák
3a5f326c75 fix operator lookup with clang
I'm not sure if this is clang being more strict or buggy, probably the latter.

Change-Id: I900ba2cd2b1d4c23e41e4787be4263954ce8b4c0
2012-12-26 15:25:17 +01:00
Lubos Lunak
34e53da47b add a systematic solution 2012-12-26 13:57:24 +01:00
Lubos Lunak
6340adaf8b LC_ALL=C for consistent sort 2012-12-26 13:56:47 +01:00
Lubos Lunak
9f44fe19eb INCLUDE_STL does not exist 2012-12-26 13:56:47 +01:00
Lubos Lunak
beec35375e fix typo 2012-12-26 13:56:46 +01:00
Lubos Lunak
458b102b81 disable ccache too when running clang as rewritter 2012-12-26 13:56:46 +01:00
Lubos Lunak
8b727538e8 better error handling when writing modified source 2012-12-26 13:56:45 +01:00
Lubos Lunak
e1b11cc461 config_clang.h 2012-12-26 13:56:45 +01:00
Lubos Lunak
8c0cb89a4f multiple include guard for config_global.h
Strictly speaking not necessary, but it should prevent compilers
from needlessly opening the file repeatedly.
2012-12-26 13:56:43 +01:00
Philipp Riemer
4cf17dc564 translate remaining German comments in sw/inc
Change-Id: I76b03fd1fe374562fc7714361d08bc683ca8cb01
2012-12-26 12:15:08 +01:00
Muthu Subramanian
e481740cc8 n#793999: PPTX Export - background image fit to slide. 2012-12-26 16:21:42 +05:30
László Németh
8d7f13d24c librelogo fixes, ca/cs/et/pt_BR/ro lang. guessing for translation
Change-Id: Ia3f753a192a262fb8b86c8c0c654db3bcaf3863e
2012-12-26 10:55:45 +01:00
José Guilherme Vanz
ed338bc212 OUString cleanup in oox
Change-Id: Id3c121acddd515621325c93735bb3dd88592749e
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1485
Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2012-12-26 08:00:52 +00:00
Markus Mohrhard
ef48f2fd61 add a unit test for new method in ScRangeList
Change-Id: Id27973cc82c71daffec62cbaccba30777c08612b
2012-12-26 04:16:58 +01:00
Markus Mohrhard
7c528f40e0 one more improvement around cond format rendering, fdo#57896
Change-Id: I5eb267ec2d1666edd53f5b9d58fd2a0cec044aa1
2012-12-26 04:16:58 +01:00
Tor Lillqvist
53a5bf7529 Fix the MSVC build with --without-help
It tried to build helppack installer(s) anyway as it looked for "HELP"
in BUILD_TYPE and was fooled by the "DBGHELP".

Change-Id: I9a271a464a776f4f4dad8ea1bef662966b88f944
2012-12-26 02:54:34 +02:00
Takeshi Abe
7af975da68 Drop unused variable
Change-Id: Iccfc052323f61f8b5416c7e4c68df3c7aeeb3b1c
2012-12-26 09:48:15 +09:00
Takeshi Abe
31e7ef3264 Nuke unreachable code
Change-Id: Id6db5aafda2f240225e6655ca7d5f594b072be31
2012-12-26 09:48:15 +09:00
Takeshi Abe
5bfe7ed9e7 sal_Bool to bool
Change-Id: I42b4d27101f663a75aa8fc1c13e5ec3f03c8a2da
2012-12-26 09:48:15 +09:00
Tor Lillqvist
8b456d1098 Add config/config_graphite.h.in 2012-12-26 02:32:13 +02:00
Tor Lillqvist
56b555387b Drop obsolete options 2012-12-26 02:29:38 +02:00
Markus Mohrhard
eaecc7971f simplify cond format copy&paste code, fdo#58677
This should also help with fdo#57896 and some other problems I found

Change-Id: I8cb3eb69a7ec1413cb57ce81c5f4d806250474e5
2012-12-25 21:07:09 +01:00
Markus Mohrhard
a06a44c3b3 one more fix for fdo#58686
Change-Id: I02e29441fa5d9573cb179dfde2357416102ff341
2012-12-25 21:07:09 +01:00
Tor Lillqvist
c29098917a Get rid of (most uses of) GUI
GUI only takes values UNX or WNT, so it is fairly pointless. One can check
whether OS is WNT or not instead.

Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
Reviewed-on: https://gerrit.libreoffice.org/1304
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-25 17:53:25 +00:00
Peter Foley
e5ccda4bb3 fix officebean on mingw
Change-Id: I18994c4c825748344f8d203e1a6be6b242249409
2012-12-25 11:23:58 -05:00
Peter Foley
43a9cd8a9c add libpng to tail_build
Change-Id: Icac37cd3e82c5dd4bb6339c57e70f47054a17c12
2012-12-25 09:58:46 -05:00
Peter Foley
01c7923d72 add zlib to tail_build
Change-Id: If891480564760044ad0af792f8c21a8ca1a06580
2012-12-25 09:58:45 -05:00
Peter Foley
0897b55183 build fix for editeng OUString cleanup
Change-Id: I82fdca86631d5b364224d151d85da5baef1a54a8
2012-12-25 09:44:16 -05:00
Zolnai Tamás
db99a31c4e fdo#58673 Generate the same keyid for pots as for merge
Change-Id: I65c71d22570c62c84d359b12aa5375016be1f69a
2012-12-24 06:26:08 +01:00
Lionel Elie Mamane
5c0ca47ea0 ODBC: binary data is not null-terminated
Change-Id: Ibc90fabf7534b537948c12de76b611daf5ca9808
2012-12-25 13:06:00 +01:00
Lionel Elie Mamane
12bad6a4e9 no reason to treat CHAR differently than VARCHAR
Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a
2012-12-25 13:05:59 +01:00
Lionel Elie Mamane
2f54f2a4ac fdo#58693 ODBC SQLGetData returns byte length, not data size
Change-Id: Icd2f6503d9452c36f858180e4193af993ae7e288
2012-12-25 13:05:57 +01:00
David Tardon
26eaea11f3 fix dbghelp.dll checksum
Change-Id: Iee6b3eb7658d75f7f677066f29a2bccc8e119da1
2012-12-25 12:34:30 +01:00
Tor Lillqvist
a737ae58cc WaE: unreferenced local variable
Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c
2012-12-25 13:32:22 +02:00
David Tardon
bcb6931965 fix download of dbghelp.dll
Change-Id: I200a623b70906a07b1549ff76472678e158496a4
2012-12-25 10:56:41 +01:00
Tor Lillqvist
ee6f9b5419 WaE: unreferenced local variable
Change-Id: I3a1eff09724ec79ebc87360e37ccb412b7173a59
2012-12-25 10:55:29 +02:00
Tor Lillqvist
43df436f60 WaE: Fix needed with MSVS 2010, too
Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815
2012-12-25 10:55:29 +02:00