Commit graph

303524 commits

Author SHA1 Message Date
Caolán McNamara
82ca4cfc81 update to point to moved openoffice.org bugzilla 2012-03-20 12:57:32 +00:00
Caolán McNamara
8550b42a1d remove extra string casts 2012-03-20 12:57:31 +00:00
Caolán McNamara
0a14f36501 split macros to elide unneeded methods 2012-03-20 12:57:31 +00:00
Caolán McNamara
00f32691bf SfxUINT32s->std::vector 2012-03-20 12:57:31 +00:00
Caolán McNamara
c3eccfd1c2 cgms are image/cgm 2012-03-20 12:57:31 +00:00
Caolán McNamara
c9cfc18edb callcatcher update list 2012-03-20 12:57:30 +00:00
Andras Timar
0778689797 remove unused Language selection dialog from MSI 2012-03-20 13:26:51 +01:00
Andras Timar
638f45f5a6 remove unused BrOffice files 2012-03-20 13:06:37 +01:00
David Bolen
fd205e95ad Missing sub-menu arrows with 3.5.x and GTK < 2.15
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-03-20 12:49:04 +01:00
Petr Mladek
3a878d3dbf vcl: better check in GraphiteLayout::expandOrCondense:
Improves the commit d066f7e4af that
fixed crash when printing the bugdoc from i#103958
2012-03-20 11:35:13 +01:00
Stephan Bergmann
7b9ea611be Resolves rhbz#804437, do not rtl_uString_release(NULL)
...in case osl_getProcessWorkingDir fails (e.g., if it has been unlinked).
2012-03-20 11:23:55 +01:00
Lionel Elie Mamane
9f6e09e241 fdo#47560 properly separate each new sorting column 2012-03-20 11:07:15 +01:00
Lionel Elie Mamane
470feb03f1 fdo#47370 properly duplicate (invisible) out-of-order sort columns
Keep track of position of previous sorting column and use it to decide whether to duplicate invisible new sort column
2012-03-20 11:07:13 +01:00
Miklos Vajna
066d9b9741 cleanup: use lcl_getParagraphBorder() while parsing RTF_BOX 2012-03-20 09:58:54 +01:00
Luke Petrolekas
a2e37bd3f0 Delete commented out code 2012-03-20 08:57:24 +01:00
Luke Petrolekas
eb1c4f8ff0 Remove commented out code. 2012-03-20 08:57:15 +01:00
Stephan Bergmann
a4abe212c1 Unused includes 2012-03-20 08:56:53 +01:00
Luboš Luňák
086aa1cf2a C++11: invalid string literal suffix
so let's make the sal_intXY ugliness even a bit more ugly
2012-03-20 08:53:19 +01:00
Luboš Luňák
cf25b76b68 move #include from .h to the one .cxx where it is needed 2012-03-20 08:52:14 +01:00
Tor Lillqvist
8da05bd824 WaE: '%u' expects 'unsigned int', but argument is 'sal_uInt32' 2012-03-20 09:33:55 +02:00
Kohei Yoshida
f1a2c10b72 Fix a crash on launching the pivot layout dialog with duplicated data fields. 2012-03-19 19:13:48 -04:00
Markus Mohrhard
95c65a363f check for negative sheet number here too, fdo#47503 2012-03-19 23:27:17 +01:00
Luboš Luňák
52faa80a81 remove fiddly casts, add few const where appropriate 2012-03-19 22:43:30 +01:00
Stephan Bergmann
54fb699f0f Typo 2012-03-19 20:22:54 +01:00
Kohei Yoshida
5b63983e22 Record sort order during the first sort by the value, and use it the 2nd time.
This avoids comparison of raw values (ScDPItemData) during the 2nd sort.
Comparison of raw values can be expensive especially when the item sets mostly
consist of string values.
2012-03-19 15:21:38 -04:00
Stephan Bergmann
101aa287fd Missing include 2012-03-19 19:45:54 +01:00
Stephan Bergmann
5bda84a2d7 Fixed spl_component_getFactory
The old code relied on the order of initializing global static variables across
compilation units, which failed for MinGW cross compilation.  Cleaned up.
2012-03-19 19:36:51 +01:00
Fridrich Štrba
e1b8187d59 OOps 2012-03-19 15:44:46 +01:00
Jan Holesovsky
6850bd1522 Improve linkoo for MinGW. 2012-03-19 15:35:23 +01:00
Jan Holesovsky
e0c17f41a5 How to examine strings in winedbg. 2012-03-19 15:27:49 +01:00
Fridrich Štrba
e515cc938e Don't build unnecessary files 2012-03-19 15:23:41 +01:00
Fridrich Štrba
04366df3bc Simple Zip file-format implementation to avoid the need of minizip 2012-03-19 15:22:55 +01:00
Jan Holesovsky
43061897a6 Workaround a strange wine / mingw crash. 2012-03-19 14:34:35 +01:00
Stephan Bergmann
9019ccb423 soffice.exe must not link against sal3.dll (might fix fdo#44489)
...as soffice.exe creates the proper environment (PATH) for soffice.bin to be
able to load URE libs like sal3.dll, so soffice.exe itself should neither be
able to load nor depend on sal3.dll (and does not depend on anything exported by
it, anyway).

It is unclear to me how this ever worked (which it presumably did?) with any
Windows build, either native MSVC or cross-compiled MinGW.  (Maybe MSVC builds
do not record a dependency from soffice.exe to sal3.dll, noting that the former
does not import anything from the latter?)
2012-03-19 14:21:00 +01:00
Jan Holesovsky
f3e4e3ea94 Better check when to use the lcms2-windows-export.patch. 2012-03-19 13:42:15 +01:00
Jan Holesovsky
aa79014710 Fix libcms2 build on MinGW. 2012-03-19 13:33:26 +01:00
Tor Lillqvist
5a6e8707c2 Don't build helppack installers if --without-help
Or should it be --without-helppack-integration that affects it? Or
both? Why do we need both these switches?  And what does that
irritating "integration" thing mean again? Does
--without-helppack-integration mean "yes, do build helppacks, but
don't integrate them"?
2012-03-19 12:36:12 +02:00
Miklos Vajna
9415e8c6c3 testcase for n#751020 2012-03-19 10:56:47 +01:00
Stephan Bergmann
c08e789d3a Copy/paste typo 2012-03-19 09:53:12 +01:00
Tor Lillqvist
4fa48a1190 Do AC_PROG_EGREP before using $GREP 2012-03-19 10:50:27 +02:00
Tor Lillqvist
f21960f3b3 Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library 2012-03-19 10:42:44 +02:00
David Tardon
28eaee81ac mingw: check for jpeg dll 2012-03-19 09:22:51 +01:00
David Tardon
9339da8659 mingw: check for system iconv dll
libxslt in Fedora mingw packages depends on it.
2012-03-19 09:22:51 +01:00
Miklos Vajna
dd875e4f6a testcase for fdo#43965 2012-03-19 09:09:09 +01:00
Miklos Vajna
dac6b79381 fdo#43965 fix RTF import of \up and \dn with custom parameters 2012-03-19 09:09:02 +01:00
Miklos Vajna
bb34b73730 fdo#43965 dmapper: fix line width default
Writer's default is 0, but Word's default is 26 (15 in 1/8 pt)
2012-03-19 09:08:52 +01:00
Lubos Lunak
6ea1578264 Define CMS_DLL in the header as that is how we build it
Otherwise code using the lcms2 we build won't get the stdcall
decorations and linking will fail.
2012-03-19 09:51:07 +02:00
Tor Lillqvist
f257c29b6c Revert "lcms2 uses stdcall for some reason"
Nah, will use the patch by Lubos instead.

This reverts commit 85f0745547.
2012-03-19 09:42:19 +02:00
Tor Lillqvist
85f0745547 lcms2 uses stdcall for some reason 2012-03-19 09:40:19 +02:00
Markus Mohrhard
fc95d20500 adjust test for the correct dbdata import 2012-03-19 06:18:48 +01:00