106 Commits

Author SHA1 Message Date
Markus Mohrhard
4f4edde013 more windows build fixes
Change-Id: I57b361dea1ee6a5bfdc95ec3632bb42a5941b900
Reviewed-on: https://gerrit.libreoffice.org/34232
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-14 01:01:58 +00:00
Markus Mohrhard
33dbfed46d more build fixes, loplugin:staticmethods
Change-Id: I710182dfe2082b9782076faa27c8bd78e899a7cb
2017-02-14 01:21:16 +01:00
Markus Mohrhard
1a4934eae2 fix build
Change-Id: I7b27d5e5b47eb91cfe87918ae335cd228845be17
2017-02-14 01:09:34 +01:00
David Tardon
1f7441211a test result of text document import
Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2
2017-02-13 22:56:52 +01:00
David Tardon
a48c22e1bf add test for handling .wk3 format file
Change-Id: Id6fd1f979902e286009d16f9d8ea551df3940859
2017-01-29 20:26:42 +01:00
David Tardon
69c0300003 eliminate some code duplicity
Change-Id: I7792ddd691f81744971d45e1155e3192b24155dc
2017-01-29 20:21:29 +01:00
David Tardon
fbbb4850dc upload libwps 0.4.5
Change-Id: Ifab6f95d22d0d335d68bb367dca12a92b864cdd9
2017-01-12 08:58:09 +01:00
David Tardon
c2447d0b6a honor lib version in import tests again
Change-Id: Idf99aab4bc136ac4a8a07945001e4f34a34a0e17
2017-01-11 17:35:35 +01:00
Miklos Vajna
ff8f5e6255 writerperfect, xmloff: fix loplugin:cppunitassertequals warnings
Change-Id: Ie8246433a7cea0886f00d8c76cf6f7d023545417
Reviewed-on: https://gerrit.libreoffice.org/32770
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-01-06 09:34:59 +00:00
David Tardon
01c75db710 convert test helper library to dynamic
Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386
2016-12-05 10:41:54 +01:00
David Tardon
e60a60f570 refactor
Change-Id: I0cc034e7521de7911a9f5dfe8bc405971d175754
2016-12-05 10:41:54 +01:00
David Tardon
675a74d5e5 rename to better match the purpose
Change-Id: I7cd8e551c284045fbe782cc9756e283d466fd1bc
2016-12-05 10:41:52 +01:00
David Tardon
5c6dde9e4a add new test files for libmwaw 0.3.9
Change-Id: Ia8b69fac2115c9fd932c08deabe8908e07388d86
2016-12-05 10:41:51 +01:00
David Tardon
05adc066ec use std::unique_ptr
Change-Id: Idd19671bb2eab12cac2011160c617bf3f43659d7
2016-09-09 12:14:04 +02:00
osnola
f471c55378 add test files for libstaroffice
Change-Id: Iabb5965eb09e9128f2cfc720bf69e97f6a96fa22
2016-08-11 08:13:27 +02:00
David Tardon
2ff98b560c upload libmwaw 0.3.8
Change-Id: I4779d538199ecccb8997e3bfdbf97d7b0ea9679b
2016-06-24 16:33:03 +02:00
David Tardon
b3b09e461c add integration test for libzmf
Change-Id: Ic56be82cfc2b2439a4f0e60797796e4583f93554
2016-06-23 22:58:30 +02:00
Wastack
018c6adf85 tdf#97966: Remove 'static' keywords
Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd
Reviewed-on: https://gerrit.libreoffice.org/23132
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-11 08:56:20 +00:00
Stephan Bergmann
60b1c95cc4 Extract Directories from BootstrapFixtureBase
(as some tests derive from the latter only for the Directories part, not for the
setUp/tearDown overrides: those tests will be cleaned up next)

Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f
Reviewed-on: https://gerrit.libreoffice.org/23078
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-10 08:04:40 +00:00
Noel Grandin
70f87284c6 improve defaultparams loplugin
to catch calling params with defaults like "= OUSString()"

Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9
Reviewed-on: https://gerrit.libreoffice.org/22932
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-07 05:57:17 +00:00
David Tardon
4db6402917 upload libwps 0.4.3
Change-Id: I4f147c3d55de86eb4bd56bb4c728df19c925b376
Reviewed-on: https://gerrit.libreoffice.org/22366
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
2016-02-15 10:59:13 +00:00
David Tardon
eb10d84194 astyle
Change-Id: Ib9f4c6c4343dab9dd0959330f3a39fea319b4f4f
2016-02-08 08:54:23 +01:00
Noel Grandin
b14224fe97 loplugin:unusedmethods
using an idea from dtardon:

<dtardon> noelgrandin, hi. could you try to run the unusedmethods clang
plugin with "make build-nocheck"? that would catch functions that are
only used in tests. e.g., i just removed the whole o3tl::range class,
which has not been used in many years, but htere was a test for it...
<noelgrandin> dtardon, interesting idea! Sure, I can do that.

Change-Id: I5653953a426a2186a1e43017212d87ffce520387
Reviewed-on: https://gerrit.libreoffice.org/22041
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-08 06:08:14 +00:00
Noel Grandin
8ee52d72f5 loplugin:unusedfields writerfilter,writerperfect
Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195
2015-12-21 12:45:49 +02:00
David Tardon
22d0a7bf86 do not require newest libe-book for build
Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1
2015-12-17 23:03:16 +01:00
David Tardon
36b087f8b0 do not require newest libwps for build
Change-Id: Iba0090da0591b6f9a6d74bb18ebaabef53448063
2015-12-17 23:03:16 +01:00
David Tardon
3fd652b3de do not require newest libmwaw for build
Change-Id: Ic0f9e47c2128b74deb0a948c1853afb13ae5fd1d
2015-12-17 23:03:15 +01:00
David Tardon
71f92e9a69 do not require newest libetonyek for build
Change-Id: I6e023cd25a1481dd18e3a16b8756c43dde4560ce
2015-12-17 23:03:15 +01:00
David Tardon
ddbba41b39 allow to skip import tests based on library version
That way we don't have to require the newest version for build just to
run tests.

Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1
2015-12-17 23:03:15 +01:00
Noel Grandin
651649233f com::sun::star->css in writerperfect/
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9
Reviewed-on: https://gerrit.libreoffice.org/20146
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-25 04:46:50 +00:00
David Tardon
c0e04644a1 upload libetonyek 0.1.4
Change-Id: I21eb802e65c7054cfbf73a90c0d63a007829ebcf
2015-11-18 19:51:40 +01:00
Stephan Bergmann
42e2262cdd loplugin:nullptr (automatic rewrite)
Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d
2015-11-10 10:32:00 +01:00
Stephan Bergmann
b36963c0a6 Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12 17:52:29 +02:00
David Tardon
eeba0f6db6 add MS Write test doc
Change-Id: Ieb33e9b134848e856613b6c769cc50a66f378b85
2015-10-08 19:47:07 +02:00
Caolán McNamara
09b637e365 boost::scoped_ptr->std::unique_ptr
Change-Id: I03020e3536ee692a96224a517794c0d0a294f607
Reviewed-on: https://gerrit.libreoffice.org/18793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-23 14:32:43 +00:00
David Tardon
95182ff010 add more test files in various PalmOS formats
Change-Id: I1fbec04b8b035663b3ec9d11d84fe8291bb2eb8b
2015-09-20 13:03:20 +02:00
David Tardon
4bf13220a6 add test files for Lotus and QuattroPro
Change-Id: I2a64f07f4599b5490ab8664d1001836aa783abd0
2015-09-20 13:03:19 +02:00
David Tardon
f55ee1256d enable PageMaker import test
Change-Id: Ie3b77207f42c88460c49926a5d71d4bcc85bcc28
2015-09-20 13:03:19 +02:00
David Tardon
4df0412e3a remove copypasta
Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751
2015-09-20 11:07:09 +02:00
Caolán McNamara
31ebd9f475 boost->std
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
2015-09-16 15:34:23 +01:00
Caolán McNamara
be35344b6b add CVE-2015-1759 test case
Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
2015-08-28 16:12:26 +01:00
Caolán McNamara
5be676d052 add CVE-2015-1760 test cases
Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
2015-08-28 16:09:05 +01:00
David Tardon
6b0585a5b7 upload libmwaw 0.3.6
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
2015-08-25 10:03:11 +02:00
Caolán McNamara
12b6bca821 cppcheck: unreadVariable
Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
2015-05-25 12:32:53 +01:00
David Tardon
a1202971e5 enable Apple Numbers import
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
2015-05-20 15:13:12 +02:00
David Tardon
d5ffc8b0ad enable Apple Pages import
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-20 15:13:12 +02:00
Stephan Bergmann
fc5dfa8fd3 Move module-local includes to writerperfect/inc
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2015-05-19 10:57:32 +02:00
David Tardon
773bb53d0b enable new formats supported by libmwaw
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2015-05-17 14:05:39 +02:00
Noel Grandin
48bb2913a7 convert SFX_FILTER_ constants to enum class
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
2015-03-19 08:25:03 +02:00
Noel Grandin
fb14be5f8f create new 'enum class' SotClipboardFormatId to unify types
of which there are several.

There are some issues here I am unsure of
- the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids
  Perhaps I should change them to use the common values and create new enum values where necessary?
- the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff
   numeric values to the underlying code, but perhaps further fixing is necessary?

Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-03-18 14:23:50 +02:00