Commit graph

4640 commits

Author SHA1 Message Date
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Julien Nabet
fa6665282e Some cppcheck cleaning 2012-02-05 10:50:31 +01:00
Caolán McNamara
28a6558f9d extract max legal dff length to header 2012-02-04 14:58:04 +01:00
Julien Nabet
f25555d66c Some cppcheck cleaning 2012-02-01 22:52:43 +01:00
Kohei Yoshida
c5bb73cae7 Get the whole thing to build after the method sig change in SdrObject. 2012-01-31 21:38:58 -05:00
Caolán McNamara
4995bccb95 callcatcher: update list 2012-01-31 11:37:25 +00:00
Fridrich Štrba
0d9aa8cce7 Sort the catch-all detection at the end 2012-01-26 14:31:16 +01:00
Thorsten Behrens
efc28fae8d Disable svg font embedding for sd filters test, enable again. 2012-01-24 23:20:01 +01:00
Thorsten Behrens
e5e0aae1e2 Remove dead code from svg filter 2012-01-24 23:20:01 +01:00
Caolán McNamara
5f662f2540 all direct OUString readers are current little endian streams 2012-01-24 16:53:55 +00:00
Caolán McNamara
04d58ef75a String->rtl::OUString 2012-01-24 16:53:55 +00:00
Stephan Bergmann
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Santiago Martinez
7ce98f3415 Removed unused code as listed in unusedcode.easy 2012-01-20 21:47:32 +01:00
Kohei Yoshida
3e04e08d37 This method is now unused. 2012-01-18 20:02:19 -05:00
Marc-André Laverdière-Papineau
05a8ecca55 removed some dead code 2012-01-18 20:02:19 -05:00
Ivan Timofeev
005d652497 fdo#43193: fix rotation of shapes in imported MS documents
This partially reverts commit 1fbbd61345.
2012-01-17 10:07:48 +04:00
Caolán McNamara
8ca94d31d1 simply MSDFFReadZString and friends 2012-01-13 16:46:32 +00:00
Caolán McNamara
a55ae5fde1 just return the read string here instead of passing one in by ref 2012-01-13 16:46:31 +00:00
Caolán McNamara
4a68a5f32b return status never checked 2012-01-13 16:46:31 +00:00
Caolán McNamara
ccd716371c convert some archaic strings 2012-01-13 16:46:31 +00:00
Andras Timar
aab14cb9fb fix prefix of command line switches (-- instead of -) 2012-01-11 19:25:45 +01:00
Caolán McNamara
3c62fbcdd7 simplify LocalFileHelper::ConvertURLToPhysicalName 2012-01-10 10:09:28 +00:00
Miklos Vajna
effeb08efd Kill SvNullStream duplication 2012-01-08 20:11:09 +01:00
August Sodora
bc2a59e09d callcatcher: Remove unused code 2012-01-08 11:48:09 -05:00
Marcel Metz
d59211357a Removed unnecessary tools/debug.hxx includes. 2012-01-06 23:55:51 +01:00
Marcel Metz
53d27eb207 Removed unnecessary tools includes. 2012-01-05 15:38:51 +01:00
Marcel Metz
571ad11bc0 Removed unnecessary tools includes. 2012-01-05 15:36:41 +01:00
Marcel Metz
79646372a0 Removed unnecessary tools includes.
Hello lo-devs,

this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.

regards Marcel Metz
2012-01-05 15:31:29 +01:00
Caolán McNamara
bacfd2dc4c add a comphelper::string::getTokenCount
suitable for conversion from [Byte]String::GetTokenCount
converted low-hanging variants to rtl::O[UString]::getToken loops
added unit test
2012-01-05 09:18:19 +00:00
Caolán McNamara
f80d462331 callcatcher: drop some unused methods 2012-01-05 09:18:15 +00:00
Julien Nabet
9a8c895bc1 Fix order init 2011-12-28 23:15:41 +01:00
Pierre-André Jacquod
7da3f1bad5 option to export hidden slides to pdf files
This add the checkbox hidden pages to the PDF export general tab
and if checked, export also to PDF the hidden slides
2011-12-28 22:47:34 +01:00
Olivier Hallot
e7bddf7327 Fix for fdo43460 Part XVII getLength() to isEmpty()
Part XVII
Module
fileaccess and filter
2011-12-26 14:05:06 +04:00
Peter Jentsch
bf2857d88a open xml filter test result in default xml editor
first commit to remove the broken xml filter source
view and validation service. The validation service
is currently broken in that it doesn't allow to refer
to or define an xml catalog or alternative validation
methods. All of this is included in current xml development
tools elsewhere, so we don't need to duplicate that in LO.
2011-12-25 18:20:08 +01:00
Peter Jentsch
80b8744a97 fix threading problem in LibXSLTTransformer.cxx
need to wait for reader thread to terminate before
deleting it.
2011-12-25 18:20:07 +01:00
Peter Jentsch
027a8d56ba use radiobuttons to select builtin/saxon xslt transformation 2011-12-25 18:20:07 +01:00
Peter Jentsch
dee1e460e1 fixed warning about global resource in xmlfilterdialog.src 2011-12-25 18:20:06 +01:00
David Tardon
07a87420ad eval at the calling side, like other gbuild classes 2011-12-23 16:42:59 +01:00
Caolán McNamara
c4f0efc237 convert ReadByteString/WriteByteString from ByteString to OString
Nobody ever used the return values anyway, so for reading just
return the string and for writing the number of bytes written

Doesn't need to be members, make standalone functions

Rename  to
read_lenPrefixed_uInt8s_ToO[U]String and
write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
but much less unambiguous, seeing as a lot of users of it don't
seem to be aware that they read/write pascal-style length
prefixed strings, which isn't surprising given the
apparent simplicity of their original name.

added a unit test
2011-12-21 13:44:52 +00:00
Caolán McNamara
6708977331 needs more work first
This reverts commit 92f396733e.
2011-12-21 10:30:10 +00:00
Caolán McNamara
92f396733e convert ReadByteString/WriteByteString from ByteString to OString
Nobody ever used the return values anyway, so for reading just
return the string and for writing the number of bytes written

Doesn't need to be members, make standalone functions

Rename  to
read_lenPrefixed_uInt8s_ToO[U]String and
write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
but much less unambiguous, seeing as a lot of users of it don't
seem to be aware that they read/write pascal-style length
prefixed strings, which isn't surprising given the
apparent simplicity of their original name.

added a unit test
2011-12-21 10:10:58 +00:00
Caolán McNamara
650ed10bd0 can't see why there's an appendChar here 2011-12-21 09:30:19 +00:00
Matúš Kukan
f958657cc5 gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' 2011-12-16 21:20:08 +01:00
Caolán McNamara
512401decb avoid looping on busted escher records 2011-12-16 11:32:03 +00:00
Jesse
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
Tor Lillqvist
f43020eff6 Use OUTDIR_FOR_BUILD for cross-compiling goodness 2011-12-12 22:15:00 +02:00
Caolán McNamara
cdd597746f Resolves: fdo#43690 install explicit cancel handler 2011-12-12 11:36:54 +00:00
Takeshi Abe
75b835c8cd catch exception by constant reference 2011-12-12 10:05:25 +09:00
Fridrich Štrba
dd8b86ea55 CDR importer: fixing some build and esthetic issues 2011-12-08 14:28:04 +01:00
Fridrich Štrba
d701a0e9cc Stub Corel Draw importer 2011-12-08 14:28:04 +01:00