Commit graph

21829 commits

Author SHA1 Message Date
Luboš Luňák
8aee85264b variable-size arrays is a gccism 2011-02-09 18:14:26 +01:00
Thomas Arnhold
afd8d789a4 make test -> make check 2011-02-09 14:21:41 +01:00
Caolán McNamara
8e1fa1adbd throw out some warnings 2011-02-09 10:32:14 +00:00
Tor Lillqvist
0192ac37e3 prewin.h already includes <windows.h> 2011-02-09 01:02:36 +02:00
Thomas Arnhold
28731569f5 Remove double line spacing and some dead code 2011-02-08 22:25:12 +01:00
Caolán McNamara
3e8bc43f7d unused variable 2011-02-08 20:59:30 +00:00
Caolán McNamara
ab3476c5db fix build breakage 2011-02-08 20:59:30 +00:00
Christina Rossmanith
692b46ed21 Fixed double line spacing / Translated comments German->English 2011-02-08 21:45:26 +01:00
Caolán McNamara
cc4c4cc94f fix build breakage 2011-02-08 20:43:55 +00:00
Guillaume Poussel
203c2e012d Remove bogus/date comments in filter. 2011-02-08 19:02:51 +01:00
Guillaume Poussel
74f30263fe Clean-up bogus comments in filter. 2011-02-08 18:45:55 +01:00
Luboš Luňák
af078cdedf apply color properly to form, paragraph or character (bnc#654875) 2011-02-08 16:06:44 +01:00
Tor Lillqvist
c5a2ee0e1e Adapt to move of prewin.h and postwin.h 2011-02-08 13:03:50 +02:00
Christina Rossmanith
d084910276 Removed blank lines, dead code; Translated comments from German->English 2011-02-08 09:43:02 +01:00
Jan Holesovsky
4145654d97 Merge remote branch 'origin/libreoffice-3-3'
Conflicts:
	writerfilter/source/dmapper/DomainMapper_Impl.cxx
2011-02-08 00:12:25 +01:00
Thomas Arnhold
dac6fe7131 Remove dead code 2011-02-07 23:30:22 +01:00
Thomas Arnhold
5e4687547b Remove dead code 2011-02-07 22:41:12 +01:00
Thomas Arnhold
0056fe28c7 Remove lots of dead code 2011-02-07 20:11:01 +01:00
Joseph Powers
9dc52cf149 cherry picked from 0679158ebb6c84863e6e0e2fe877ea06eba4a2d4
Move XServiceInfo.hpp from DEBUG to main.

Now that XServiceInfo is always used, it would be nice to always include
if defination. This fixes a compile error on mac.

PS: Also some trailing white space. The changed code all appears at the
top of the patch.

Signed-off-by: Noel Power <noel.power@novell.com>
2011-02-07 16:40:01 +00:00
Noel Power
7274ce0e6c fix for bnc#655763
cherry picked from ae5d018c49d3ab61416cde7fb09c37bcce7d9566
reviewed in bug https://bugzilla.novell.com/show_bug.cgi?id=655763#c6

Signed-off-by: Cedric Bosdonnat <cbosdonnat@novell.com>
2011-02-07 15:51:39 +00:00
Thomas Arnhold
80866d4884 Remove dead code and one unused file 2011-02-07 16:02:57 +01:00
Joseph Powers
080b12d9a9 Move XServiceInfo.hpp from DEBUG to main.
Now that XServiceInfo is always used, it would be nice to always include
if defination. This fixes a compile error on mac.

PS: Also some trailing white space. The changed code all appears at the
top of the patch.
2011-02-07 06:00:37 -08:00
Noel Power
b84e4df4be fix for bnc#655763 2011-02-07 12:08:23 +00:00
Thomas Arnhold
462081c738 OSL_DEBUG_LEVEL formatting 2011-02-06 17:28:39 +01:00
Thomas Arnhold
50e3856290 Remove DEBUG_FTN 2011-02-06 17:28:39 +01:00
Thomas Arnhold
9362e908e6 Remove unused file 2011-02-06 17:28:38 +01:00
Joseph Powers
90926e382b Use boost::hash instead if std:hash 2011-02-06 08:04:18 -08:00
Joseph Powers
9a0787e20f Convert a slist into a list 2011-02-06 07:16:38 -08:00
Fridrich Štrba
110c79cd4c use boost::hash instead of std::hash 2011-02-06 14:45:40 +01:00
Fridrich Štrba
a51a98a670 Revert "Add #include <hash_map> again, we still use std::hash"
This reverts commit fc8a217f55b7b12cceffa2cad83c2a8441b66dc5.
2011-02-06 14:43:15 +01:00
Joseph Powers
5b68e2c619 Add #include <hash_map> again, we still use std::hash 2011-02-06 05:33:35 -08:00
Fridrich Štrba
c49b647c0a sgi hash containers -> boost unordered containers 2011-02-06 10:37:38 +01:00
Peter Jentsch
b38becea53 Update of the libxslt based xsltfilter implementation.
* Uses the sax document handler adapter
* Uses libxslt by default
* Tries to evaluate the 2nd userdata parameter of the filter configuration as
  the name of the transformation service to use.  This should allow extension
  authors to provide their own transformer implementation (which then could use
  the old java based transformation service which in turn uses saxon and could
  provide xslt 2.0 for the TEI people for example).

This is incomplete in the sense that the current filter configurations for the
MS Office 2003 filters needed to be changed to still use the Java based
filter, as long as there's no libxslt based extension function for the
embedded ole export available.
2011-02-04 13:43:28 +01:00
Peter Jentsch
f9f85cac33 add missing config entry for JAXP transformation to word/excel 2003 filters 2011-02-04 12:31:06 +00:00
Michael Meeks
205a722d5b remove obsolete duplicate method 2011-02-03 18:34:34 +00:00
Chris Carpenter(mordocai)
31bd12f464 Complete Easy Hack: Remove obsolete BmpColorMode enum 2011-02-03 17:50:12 +00:00
Peter Jentsch
706218853b fixed flat xml export service name in configuration files 2011-02-03 17:45:30 +01:00
Peter Jentsch
d6c923033f Simplified implementation of the flat xml import/export.
It still lacks the line-wrapping provided by the xslt script
"split-long-lines.xsl", will be provided later.
2011-02-03 17:45:30 +01:00
Jan Holesovsky
e5368b51e9 css -> ::com::sun::star; this is a header file. 2011-02-03 17:45:30 +01:00
Peter Jentsch
c69e09e1bf Move a header providing useful macros, for broader use. 2011-02-03 17:45:30 +01:00
Caolán McNamara
ca0da7f38a fix copy ctor and assignment sigs 2011-02-03 14:48:49 +00:00
Caolán McNamara
6234d68863 fix copy ctor and assignment sigs 2011-02-03 14:45:00 +00:00
Caolán McNamara
b53dc656ea cppcheck: fix operator= and stray ; 2011-02-03 14:41:48 +00:00
Caolán McNamara
4e501bb061 fix visibility warning 2011-02-03 12:07:37 +00:00
Caolán McNamara
6aa54d04e7 WaE: define hid that nErrCode was unused in exception thrown 2011-02-03 12:01:22 +00:00
Takeshi Kurosawa
e95db00960 Use SvXMLUnitConverter's base64 encoder
SVGActionWriter uses FastString class to encode an image to a base64 string.
But there are several more generic encoders. We can use one of them.
2011-02-02 20:54:22 +01:00
Petr Mladek
c04b21be7b RTF export crasher (bnc#656503)
Signed off by Cedric
2011-02-02 17:09:03 +01:00
Caolán McNamara
69a3a12a54 build-break, fix this makefile 2011-02-02 12:06:46 +00:00
Caolán McNamara
59730079f7 WaE: throw out some warnings 2011-02-02 11:32:45 +00:00
Thomas Arnhold
534f5af5eb Clean up makefiles 2011-02-02 12:08:07 +01:00