summaryrefslogtreecommitdiff
path: root/writerfilter/qa
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10rhbz#960019 : RTF import: handle extra groups in listoverride entryMichael Stahl1-0/+12
This crashed because for a single listoverride entry 2 SPRMs were sent to the domain-mapper, and the second one was empty. (cherry picked from commit b3944f124ab3dc87332796a46387f837ad29e8d5) Change-Id: Ic41ffd8bd4edcff065f49ecef3464efedd909d63 Reviewed-on: https://gerrit.libreoffice.org/4805 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-10fdo#64656 RTF import: handle levelnumbers without leveltextMiklos Vajna1-0/+10
Change-Id: I34ce7b172dc94489f7f506796e66b14598aab19c (cherry picked from commit 2c64af529567324f4433984ed7673304d26062c8)
2013-05-21fdo#46808, Use service constructorsNoel Grandin1-14/+4
Change-Id: Ib428bb78751e9707c89dcf311b8ab86ad8184775
2013-05-02writerfilter: few more doxygen commentsMiklos Vajna1-0/+7
Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-8/+8
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
2013-02-25drop various dangling makefile.mksCaolán McNamara3-184/+0
Change-Id: Id76b57a1ef2edbb05f1d22a624caad077275ac74
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-4/+2
Change-Id: Ica4dc859229c2ba0dc052a97ff23178895c25580 Reviewed-on: https://gerrit.libreoffice.org/2368 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-01-03writerfilter: remove Junit complex testMichael Stahl6-136/+0
The test just loads 4 documents and has been disabled for months. Also remove the test documents because they are duplicates and are also stored in writerfilter/qa/documents/. Change-Id: I9f51240483d800bc104c3842b8158dec90b3e69b
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-5/+5
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist1-2/+2
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-9/+0
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-2/+7
that are needed to load .odt, .sxw etc files, and add a regression test for CVE-2012-4233 Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
2012-10-23RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl1-2/+8
throw a WrappedTargetRuntimeException instead :( Change-Id: Iebf2b709beea738ba513ec5ce884874b76fbf243
2012-10-23fdo#51145 give better error message on import invalid RTFMiklos Vajna1-1/+9
Change-Id: Idd81e58b8b0b95b1027b7ece434cb362a689f124
2012-09-17targetted make reversion.Bjoern Michaelsen3-171/+210
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-29/+7
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin1-3/+0
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
2012-07-31various rtf regression testsCaolán McNamara3-0/+0
Change-Id: If4fd8fba87c13b6294813a86155d3d0ea4d18eb2
2012-07-26writerfilter/qa: clean up rtl:: and RTL_CONSTASCII_* usageMiklos Vajna1-8/+6
Change-Id: I729e5a6dcc9ca3a291c5f28c8b7eed7e3ca03bfd
2012-07-21writerfilter: rtl::OUString -> OUStringMiklos Vajna2-7/+3
Change-Id: I1577c1bb8a3dc498b647b930d405c90f80eafaf9
2012-07-02writerfilter is now RTL_CONSTASCII..PARAM-freeMiklos Vajna1-2/+1
Change-Id: I04ef6ffefa7e27a1f9cac6d7d46cb6022223b9ff
2012-06-28re-base on ALv2 code. Includes:Michael Meeks10-179/+141
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-4/+0
2012-06-21re-base on ALv2 code.Michael Meeks4-95/+59
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks3-42/+42
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud1-8/+8
Change-Id: I910a508722a309d7916377a7e2df2093070809ad
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
Change-Id: Ie5a8469620650ba67bab8c875e0bc136bd103866
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-03-06use a consistent naming schemeCaolán McNamara1-0/+0
2012-02-19Get rid of size() == 0Elton Chung1-2/+2
2012-01-18writerfilter: drop exec bit on non-script filesMiklos Vajna2-0/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2012-01-09catch exception by constant referenceTakeshi Abe1-1/+1
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara1-3/+6
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-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-2/+5
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-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara8-1/+1
2011-09-30merge filters-test codeCaolán McNamara1-121/+8
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2-2/+14
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-08testrtf: add support for an indeterminate directoryMiklos Vajna2-5/+17
2011-08-06[PATCH] do not use hard-code/clone/in writerfilter testsNorbert Thiebaud1-2/+2
2011-08-04CVE-2010-3451-1.rtf: reduce size of thisMiklos Vajna1-2055/+0
The fix for this is in commit 9bd6527559cf12ef7b04761212e26149e1a229a7, reverting the rtfnum.cxx part of it shows that this smaller sample tests the issue as well.
2011-08-04add new failing test rtf filesMiklos Vajna2-0/+2083
2011-08-04testrtf: ignore dotfilesMiklos Vajna1-0/+6
2011-08-03testrtftok: fix path on windowsMiklos Vajna1-1/+2
2011-08-03more passing rtf test docsMiklos Vajna5-0/+136
2011-08-03initial rtf unit testMiklos Vajna2-0/+177
2011-07-23merge junittests from feature/gnumake4_writerfilter_head ↵Bjoern Michaelsen2-27/+93
(e0ac3ddd8a3602490854829107908abefc3eaf2f)
2011-07-23merge cppunittest from feature/gnumake4_writerfilter_head ↵Bjoern Michaelsen1-171/+105
(e0ac3ddd8a3602490854829107908abefc3eaf2f)