Commit graph

306160 commits

Author SHA1 Message Date
Christian Lohmaier
9b72a692ee don't let the Mac/PPC linker complain when the symbol isn't used 2012-05-21 13:19:56 +02:00
Jesús Corrius
93a9094657 Register Kind Names for supported file types for Windows Vista and higher 2012-05-21 12:28:05 +02:00
Andras Timar
80cbf517a6 MSI: remove unused string
Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd
2012-05-21 12:11:10 +02:00
Takeshi Abe
f8e94ec864 allocate in exact size
Change-Id: I0a9d760ebd10f3655f116953a2ed353f992ef508
2012-05-21 09:56:06 +09:00
Markus Mohrhard
67ff63988f support to suppress values in data bar cells
Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97
2012-05-21 01:19:19 +02:00
Markus Mohrhard
d4b94e9eb9 some smalll data bar rendering improvements
Change-Id: I068565f21b6bda67e6a3b39eb3bbd248e1b48efe
2012-05-21 01:08:25 +02:00
Markus Mohrhard
09938f698b support fixed axis in the middle of the cell
Change-Id: I1f6dca8434282d161dac3f86da6b4c75aac29a02
2012-05-21 00:24:51 +02:00
Markus Mohrhard
f6442313dc more on correct import of data bars from Excel2010
http://msdn.microsoft.com/en-us/library/documentformat.openxml.office2010.excel.databar.aspx

Change-Id: I6d76cd888b723718e5a2beedfb5223fb6c0d0ba2
2012-05-20 22:26:31 +02:00
Markus Mohrhard
4f8af4aeac correctly import data bar information from Excel2010
Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079
2012-05-20 20:55:02 +02:00
Markus Mohrhard
b930234aad add namespace for extensions from Excel2010
Change-Id: I45144a08729b00c1e46784b430af7bc15244dfe7
2012-05-20 20:55:01 +02:00
David Tardon
0617174992 fix build with build.pl
Change-Id: I29310b2c53258201609983b0a2c7292ced0614f9
2012-05-20 20:45:44 +02:00
Andras Timar
e1b9c7e45f remove Win9x specific conditions
Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
2012-05-20 19:41:36 +02:00
David Tardon
c0a4b0967b we do not need to depend on dictionaries anymore
Change-Id: I78e0772723ca3bc6c2fef42d6af66e17117cac0b
2012-05-20 16:28:55 +02:00
David Tardon
217b573354 move idxdict out of dictionaries
So dictionaries is again a nice data-only module and we do not need to
build it in build phase of cross-compilation. It really does not make
sense to build a gazillion of extensions just because we will need one
tiny tool later...

Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0
2012-05-20 16:28:55 +02:00
David Tardon
3591aff585 gbuildize solenv
Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7
2012-05-20 16:28:55 +02:00
David Tardon
96735db324 make adding a bunch of files a bit easier
Change-Id: I97e6d26a33e18f0303742c930478a8ebac13a7b0
2012-05-20 16:28:54 +02:00
David Tardon
220dcadca1 move x11_extensions to tail_build
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
2012-05-20 16:28:54 +02:00
David Tardon
07ab493b52 gbuildize x11_extensions
Change-Id: I4362106ac5d221241eafdf44705ca5553ac7013c
2012-05-20 16:28:54 +02:00
Julien Nabet
c53812a1b7 Some cppcheck cleaning
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-20 15:25:37 +02:00
David Tardon
b8c046acfc only add -manifest:no for msc--mingw's ldd chokes on it
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
2012-05-20 14:18:46 +02:00
Julien Nabet
2b657f5844 Fix Prefer prefix ++/-- operators for non-primitive types
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-19 15:10:13 +02:00
Julien Nabet
891f032e85 Remove "else if" dup small block
Was there since 2008-04-03 (with a format changed 2012-04-06)

Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
2012-05-19 15:10:13 +02:00
Christian Lohmaier
a8ecb8801f fdo#47035: Fix saving of jpeg files on Mac/PPC
jpeg_compress_struct gets padded with the same effect as the
jpeg_decompress_struct, so needs some reordering as well to make Mac/PPC
happy (a27a399)
2012-05-19 14:05:10 +02:00
Christian Lohmaier
a27a3990b8 fdo#47035: Fix loading of jpeg files on Mac/PPC
jpeg_decompress_struct gets padded when compiling libjpeg, but the
jpeg filter in svtools assume non-padded size, resulting in a mismatch
that makes libjpeg refuse to do its work.
2012-05-19 04:02:42 +02:00
Stephan Bergmann
ef48b58387 Revert fix for "#i86306# prepare against really broken CUPS installations..."
...from 8046a87ecc.  At least sometimes in
sw_complex test (with various bundled Java extensions enabled) under load, this
code reports "Signal 11 during cups initialization called, ignoring cups" and
in-process JVM aborts in panic.  Looks like a legitimate SIGSEGV (to be
translated into java.lang.NullPointerException) from JVM code is erroneously
caught by the temporary lcl_signal_action in cupsmgr.cxx instead.  As there is
no non-cooperative way to have different signal handlers for different threads
(at least under POSIX), and
<https://issues.apache.org/ooo/show_bug.cgi?id=86306> "office crashes at startup
on Solaris Intel" suggests this signal-catching business is only there to work
around a completely broken machine, I think it is best to simply remove it
again.

Change-Id: I55b95a71d622f83c975989a4ffb1d95ef5737075
2012-05-18 21:11:23 +02:00
Markus Mohrhard
8ba9f9cd1e can't compare int and sal_Int32 in CPPUNIT_ASSERT_EQUAL
Change-Id: I804e8f27197314d913d2dde138391996338458aa
2012-05-18 19:50:03 +02:00
Markus Mohrhard
13bb6dcddc ensure that number of tabs is correctly set in ScViewData, fdo#45987
Change-Id: Ia77ea939f6ce9301afeabe1d1679998ce34b397e
2012-05-18 19:36:01 +02:00
Markus Mohrhard
90d0efb524 Revert 4 commits related to fdo#45987
Revert "and another wae ( that I missed )"

This reverts commit a1faa06b41.

Revert "fix wae"

This reverts commit 2f58857654.

Revert "attempt to prevent illegal maTabData access(s)"

This reverts commit 8352eb5a1a.

Conflicts:

	sc/source/ui/view/viewdata.cxx

Revert "fix bad stl access fdo#45987"

This reverts commit 8b1d29bc9b.

Conflicts:

	sc/source/ui/view/viewdata.cxx

Change-Id: Idba6ec8ab448332ec349f23b10a2cce8b313ff19
33c437c8b9f005c43f03518863e151a6f0fc9589
2012-05-18 19:35:43 +02:00
Luboš Luňák
1472935fd7 note how to find images using UNO, as it's not exactly easy to find out
Change-Id: If5440cae646a56fef4c054774705689e5512b8e4
2012-05-18 19:24:54 +02:00
Luboš Luňák
a28f5713a7 testcase for part of bnc#705956
60cb70b945 specifically

Change-Id: I160b24505d3e2425ce807f92f80d6737b725941b
2012-05-18 19:24:54 +02:00
Kohei Yoshida
1735044e9f Adjust sheet fields in cells when sheet structure changes.
Change-Id: I0aff738968e286df57ef7dd5b67780108cdc6c89
2012-05-18 12:11:50 -04:00
Petr Mladek
dd15b51dda lo-commit-stat: problem with wide character in bug title
+ do not check for "-" in the bug title; it might be also wide character
  in some cases

+ show result when looking for bug titles

+ sort bugs when loolking for bug titles and printing bug numbers

Change-Id: I39496f7d0cf5f7a116e7d3c506b76b4a3de1dee1
2012-05-18 18:08:24 +02:00
Ivan Timofeev
b47213604b lo-commit-stat: remove flags and print_filters
Change-Id: I3d5ecb3cc52aeba780087f4ecb6b3bf86353276c
2012-05-18 18:08:24 +02:00
Ivan Timofeev
a8b77a5290 lo-commit-stat: use bug titles instead of commit messages if possible
Change-Id: I0d5bb5f593c94b039c45bde638337932fa380b55
2012-05-18 18:08:24 +02:00
Markus Mohrhard
a24a38695b Light red is better as default color for negative values
Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e
2012-05-18 17:44:33 +02:00
Markus Mohrhard
e3fea48ac8 correctly get the min value and the max value for data bars
Change-Id: I5e46bf534d1b70536810e9d9ac0a67210b271109
2012-05-18 17:36:47 +02:00
Markus Mohrhard
726051277d update data bars correctly
Change-Id: Icddd688dbf5da8154dd470539b03b6a2d02ca755
2012-05-18 17:36:46 +02:00
Rob Snelders
a78ee84360 fd0#40778 - Remove dictionary choice when adding new entry
Change-Id: Id7bd039b505d30e71065c2cdf27eba1cb466be56
2012-05-18 16:31:01 +01:00
Rob Snelders
c867a3037d fd0#40778 - Remove dictionary choice when adding new entry
Change-Id: Ieaaf2466474463d19f91c74ea7f164962ba19936
2012-05-18 16:31:00 +01:00
Caolán McNamara
2f5a85a68d useless temporary
Change-Id: Ia7c1da0eedc5d64ef3f2b17fb999bec3b242af88
2012-05-18 16:31:00 +01:00
Michael Stahl
76cec6c3fd work around spurious signed overflow warnings
g++ (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5:
/com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow
does not occur when assuming that (X - c) > X is always false
[-Werror=strict-overflow]
2012-05-18 16:33:19 +02:00
Michael Stahl
5729da18a1 fdo#42865: privatized unique empty string symbol:
Unfortunately this --enable-dbg-util only problem (caused by
_GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based
logging in sal; adapt all map files to export the unique symbol.
2012-05-18 16:33:19 +02:00
Michael Stahl
7e5a6a3850 python: svn 1.7 breaks the build because...
... the output of "svninfo" in a directory that doesn't contain a .svn
changed

Change-Id: I16b132663a7c8d9fd60eafafecfc7f9e82b69b29
2012-05-18 16:33:19 +02:00
Stephan Bergmann
9455c44d3f Yet another -Werror=sign-compare
Change-Id: Ieb77f3b2da130edce01de61f86b1eba722fdb103
2012-05-18 16:24:45 +02:00
Noel Power
a1faa06b41 and another wae ( that I missed )
Change-Id: Ie4e41d8d7c5c598595aeef49091ebc7fc3cf300f
2012-05-18 15:11:08 +01:00
Noel Power
2f58857654 fix wae
Change-Id: I9b774486e47484ada0c4f84ad8a4c23ed338da0d
2012-05-18 15:10:28 +01:00
Takeshi Abe
00f1180c96 removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
2012-05-18 22:56:54 +09:00
Takeshi Abe
6589e01589 the page seems moved
Change-Id: Id2a12ec3a3c394bb40aa233f29807932b1fa84d5
2012-05-18 22:56:54 +09:00
Luboš Luňák
2a598ba330 be more kind to people who have not yet seen the world of UNO
Change-Id: I63344d31273cb0014f9d1767f8f36f78c9ff1bb8
2012-05-18 15:41:49 +02:00
Caolán McNamara
101149d803 WaE: make test msvc2008 warnings free
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
2012-05-18 14:17:29 +01:00