Commit graph

230 commits

Author SHA1 Message Date
Caolán McNamara
db5a5ffa82 split bootstrapfixture and move test-filters class for sot test
sot is below vcl, but is a filters test, we can split bootstrapfixture
into a vcl needing bit and and non-vcl bit and filters test api
can be standalone and combined with whichever bit in order to form
pre and post vcl filters test
2011-10-15 12:18:44 +01:00
Michael Meeks
8a0d0457a7 test fix: use setUp and tearDown not constructors to init LibreOffice
It turns out the constructors are all run back-to-back one per filter,
and we need to init and de-init in a sensible order to make multiple
tests that otherwise share the ContentBroker work properly.
2011-10-05 16:02:28 +01:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Bjoern Michaelsen
4efbed432d add missed file hwpfilter/RdbTarget_hwpfilter_test_hwpfilter.mk 2011-10-04 18:34:24 +02:00
Bjoern Michaelsen
371c4c8600 adapt hwpfilter unittests to separate RdbTarget makefile requirement 2011-10-04 18:34:23 +02:00
Caolán McNamara
d820977d6a valgrind: fix leak 2011-10-02 23:19:51 +01:00
Caolán McNamara
4a5745503c merge filters-test code 2011-09-30 12:39:35 +01:00
Tor Lillqvist
4f3e9f30a0 Always link with user32 2011-09-22 15:46:15 +03:00
Stephan Bergmann
7d1bb036e1 Simplified setting headless mode for smoke-/subsequenttetss.
Both C++ and Java OfficeConnection code now always pass --headless, so no
need for SAL_USE_VCLPLUGIN=svp etc. any more.  Only some C++ unit tests that
link against vcl still need an explicit --headless.
2011-09-16 10:38:06 +02:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Caolán McNamara
e54fd4b67d WaE: constify these (worrying-looking) font name tables 2011-09-09 09:23:10 +01:00
Tor Lillqvist
2e5c28651c I see no immediate reason for this #ifndef __MINGW32__ 2011-09-09 10:53:10 +03:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Norbert Thiebaud
1e536c6b09 do not use /clone in paht for test in hwpfilter 2011-08-06 13:07:57 -05:00
Takeshi Abe
1a44d29eb1 Emacs modeline compatible with vim's one 2011-08-05 10:59:45 +09:00
Tor Lillqvist
b9bee88e1b Add consistent Emacs and vim mode lines 2011-07-30 23:01:51 +03:00
Bjoern Michaelsen
6f38368f3b keep gbuild calls consistent at now, even if it is a bit longer 2011-07-23 15:23:21 +02:00
Bjoern Michaelsen
112be98c92 resyncing to master 2011-07-21 18:38:50 +02:00
Matúš Kukan
a9137707c4 Remove component_getImplementationEnvironment 2011-07-12 17:58:59 +02:00
Caolán McNamara
0e334c2bfa gb_Library_PLAINEXT->gb_Library_DLLEXT 2011-07-01 15:18:34 +01:00
Caolán McNamara
34f6f96ecb add modified unoexceptionprotector for better error msgs from exceptions 2011-06-30 22:57:49 +01:00
Tor Lillqvist
12330bfe5b Fix Windows build 2011-06-27 14:06:18 +03:00
Caolán McNamara
e8de073d63 use size_t here 2011-06-21 12:24:31 +01:00
Bjoern Michaelsen
03e6f1338c gnumake4: postmerge fixes in hwp 2011-06-21 13:11:39 +02:00
David Tardon
169f83bb9c use the new way of setting UNO API include dirs 2011-06-18 11:26:56 +02:00
Hans-Joachim Lankenau
4fb5b90d3e ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:26:55 +02:00
Tor Lillqvist
4018095024 Link with user32 for Windows 2011-06-16 17:07:20 +03:00
Caolán McNamara
16e0d4a57a don't need to link against vcl 2011-06-14 10:49:11 +01:00
Caolán McNamara
2787179fe9 add regression test 2011-06-14 00:56:56 +01:00
Caolán McNamara
af870cf4d7 return the correct return code 2011-06-14 00:56:22 +01:00
Caolán McNamara
0b303af5dc ditch MyDataSink and use comphelper::MediaDescriptor::addInputStream 2011-06-14 00:32:25 +01:00
Caolán McNamara
b879a95c1d gbuildize hwpfilter 2011-06-13 23:20:18 +01:00
Caolán McNamara
bfd0bbab20 survive missing writer component for testing purposes 2011-06-13 22:23:07 +01:00
Caolán McNamara
20a1afe407 valgrind: linenumber uninited 2011-06-13 21:26:18 +01:00
Caolán McNamara
3de0e85039 it's c++ not c 2011-06-13 21:14:31 +01:00
Caolán McNamara
1663abc706 #i49123# implement typedetection for supported .hwp format versions 2011-06-13 21:08:00 +01:00
Caolán McNamara
d29775ce3c stack example .hwp files here for future tests 2011-06-13 15:55:04 +01:00
Korrawit Pruegsanusak
655d930476 Code cleanup
* Remove dead code
* Fix comment typos
Released under LGPLv3+/MPL
2011-06-12 16:44:43 -05:00
Julien Nabet
097225a9ce Some cppcheck cleaning 2011-06-09 23:06:51 +02:00
Tor Lillqvist
21a1eabf51 Drop %_EXT% which was always empty 2011-06-03 13:32:47 +03:00
Christian Lohmaier
73d3ad1375 restore Korean comments that were smashed to just ? by 6dfe3457faf4bef4b7080d9f0df31b8aff693380 2011-06-01 15:10:16 +01:00
Korrawit Pruegsanusak
6630b19694 Code Cleanup in filters
* Fix typos in comments
* Remove bogus comments
* Remove dead codes

Released under LGPLv3+/MPL
2011-05-30 19:09:24 +01:00
David Tardon
944be16fc0 do not leak memory 2011-05-18 06:05:01 +02:00
David Tardon
5b16dfdc6f make_keyword expects the buffer size is >=256B 2011-05-16 17:32:08 +02:00
David Tardon
d971198fd3 do not leak memory 2011-05-16 15:28:20 +02:00
David Tardon
717548874c do not leak memory 2011-05-16 15:10:28 +02:00
Julien Nabet
7c4fbccee7 Easyhack: Add visibility markup to all component_get* functions 2011-04-20 21:05:01 +02:00
Jan Holesovsky
62abc84216 Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	binfilter/bf_forms/source/component/forms_Filter.cxx
	binfilter/bf_sw/source/core/inc/node2lay.hxx
	binfilter/bf_sw/source/filter/xml/sw_swxml.cxx
	binfilter/inc/bf_sw/swdbtoolsclient.hxx
	filter/source/xsltdialog/xmlfileview.cxx
	oox/source/ole/axcontrol.cxx
	oox/source/vml/vmlformatting.cxx
	oox/source/xls/autofiltercontext.cxx
	oox/source/xls/externallinkfragment.cxx
	oox/source/xls/formulaparser.cxx
	oox/source/xls/pivotcachebuffer.cxx
	oox/source/xls/pivotcachefragment.cxx
	oox/source/xls/sheetdatacontext.cxx
	writerfilter/source/dmapper/GraphicImport.cxx
	writerfilter/source/dmapper/SettingsTable.cxx
	writerfilter/source/ooxml/model.xml
2011-03-18 15:38:26 +01:00
Caolán McNamara
984b7fdc6b unroll this to help out simple minded compiler 2011-03-10 09:25:27 +00:00