Caolán McNamara
08fd513e71
callcatcher: update list
2012-03-20 20:35:53 +00:00
Christina Rossmanith
dbd9198aa9
Remove unused code (sdext)
2012-03-20 13:57:59 +00:00
Christina Rossmanith
fdd1863907
Remove unused code (sdext)
2012-03-20 13:51:48 +00:00
Christina Rossmanith
591e0fc5e9
Remove unused code
2012-03-20 13:49:19 +00:00
Julien Nabet
9481eb32e7
cppcheck report: logical disjunction always evaluates to true
2012-03-20 14:24:46 +01:00
Caolán McNamara
cf1e9315aa
orientation is always vertical
2012-03-20 12:57:33 +00:00
Luboš Luňák
f15023d340
do not let a unittest create temp files in the current directory
2012-03-16 20:09:34 +01:00
Stephan Bergmann
6e67c03dc0
Enable -Wnon-virtual-dtor for GCC 4.6
...
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
Michael Stahl
f8f0891168
sdext: factor out a static library to fix triple-linked objects
2012-03-12 18:30:31 +01:00
David Tardon
72137b44ff
suppress errors with -Werror
2012-03-12 08:53:33 +01:00
Luboš Luňák
df6097ab4f
operator must be in template or argument namespace
...
clang has more strict (and probably more spec compliant) lookup
2012-03-10 22:59:22 +01:00
Matúš Kukan
c289ee218f
sdext: fix unit test for Windows
2012-03-10 21:23:23 +01:00
David Tardon
de9f94dc8f
beware of excessive white spaces
2012-03-08 19:02:30 +01:00
Tor Lillqvist
bcdb2f161e
Fix Windows compilation errors caused by int/sal_Int32 borkage
...
Unfortunately the unit test in question still fails on Windows,
though.
2012-03-08 17:11:32 +02:00
Markus Mohrhard
ccfbb86475
use better assertion macros in pdfimport unit test
2012-03-08 13:17:13 +01:00
Michael Stahl
f4926f2310
sdext: Configuration: use nodeliver mode
...
Preventing the files from officecfg being overwritten by files from sdext.
Should fix the smoketest failure if the extensions are enabled.
2012-03-08 10:01:47 +01:00
Caolán McNamara
9656a15495
WaE: various higher debug level compile time warnings
2012-03-07 11:06:47 +00:00
David Tardon
e24911bc95
use const_iterator
2012-03-07 08:46:48 +01:00
David Tardon
b061efc4b3
ensure proper ordering, too
2012-03-06 11:35:31 +01:00
David Tardon
3324a076b8
add dummy dep for generated file
2012-03-06 10:32:08 +01:00
David Tardon
e5fab5a0eb
update makefile
2012-03-06 10:32:08 +01:00
David Tardon
71eb43357b
this code is still used by pdfimport's test apps
...
This reverts commit 4001370ba5
.
Conflicts:
unusedcode.easy
2012-03-06 10:32:07 +01:00
David Tardon
50d5361abb
the passed string is already quoted
2012-03-06 10:32:06 +01:00
David Tardon
9bb97a34f0
remove leftover makefiles
2012-03-06 10:32:06 +01:00
David Tardon
6f223177f9
convert pdfimport test
2012-03-06 10:32:05 +01:00
David Tardon
19dd86582b
the include must be at the beginning
2012-03-06 10:32:05 +01:00
David Tardon
5e5d02fbbe
fix platform ID
2012-03-06 10:32:05 +01:00
David Tardon
09d3721aa8
remove unused bitmap
2012-03-06 10:32:04 +01:00
David Tardon
270e921450
remove unused sources
2012-03-06 10:32:04 +01:00
David Tardon
2985d0169a
fix placement of help file
2012-03-06 10:31:31 +01:00
David Tardon
97d8cbb955
fix added library names
2012-03-06 10:31:31 +01:00
David Tardon
861c23e9e0
fix platform ID
2012-03-06 10:29:03 +01:00
David Tardon
20a30f1389
let gb_Extension do the necessary manifest updates
2012-03-06 10:29:02 +01:00
David Tardon
ff0b5e2465
set platform
2012-03-06 10:29:02 +01:00
David Tardon
135c9df6f0
fix platform ID
2012-03-06 10:27:25 +01:00
David Tardon
2c67fa9858
build test executables for pdfimport
2012-03-06 10:26:33 +01:00
David Tardon
dba2d32d5b
gbuildize sdext
2012-03-06 10:26:33 +01:00
Takeshi Abe
660e4481a4
Avoid temporary rtl::OUString
...
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-28 01:55:00 +09:00
Julien Nabet
67d01fb5d4
Avoid temporary rtl::OUString
2012-02-26 14:58:33 +01:00
Thomas Arnhold
e6773662df
WaE: duplicateBranch
2012-02-21 20:57:04 +01:00
Elton Chung
d30b4e9fb6
Get rid of size() == 0
2012-02-19 17:07:46 +04:00
Elton Chung
23af031b09
Fix typos in comments
2012-02-18 09:35:43 +00:00
Caolán McNamara
e97191f39d
WaE: unreachable code
2012-02-17 12:21:37 +00:00
Kate Goss
4001370ba5
Remove unused pdfi::PDFIRawAdaptor::odfConvert
2012-02-13 15:20:42 +00:00
Kate Goss
c424b5dc32
Remove unused pdfi::PDFIProcessor::sortDocument(bool)
2012-02-13 15:20:42 +00:00
Kate Goss
20370a163b
Remove unused pdfi::DrawXmlEmitter::GetBreakIterator()
2012-02-13 15:20:41 +00:00
Kohei Yoshida
bc99c90e88
This method is still used on WIN32.
2012-02-10 14:51:30 -05:00
Alexander Bergmann
99b2adf721
Removed unused code
2012-02-10 14:20:52 +00:00
Josh Heidenreich
306287528a
Added and improved READMEs for modules in extensions, extras, postprocess
2012-02-09 12:12:00 +00:00
Caolán McNamara
849a2471bd
update unused list
2012-02-08 09:12:27 +00:00