summaryrefslogtreecommitdiff
path: root/lotuswordpro/qa
AgeCommit message (Collapse)Author
2016-05-09fftester: subtable is a subtable of itselfCaolán McNamara
Change-Id: I9de983e3c9436ab3a37d3482b0f18f04c7cdaaca
2016-05-08fftester: fail on double parse of the same tableCaolán McNamara
Change-Id: I3e462cdc8812d0ac55d9896d2b04ace34a6c4670
2016-05-05fftester: double use of XFTable, ref this upCaolán McNamara
Change-Id: I8e0c2319b2f43b66686fbce372c5df63c75b343a
2016-04-09pCont can be nullCaolán McNamara
Change-Id: I7af6c5f4a14e330924a1ea12ebb6328884b8a565
2016-04-08foundry may be nullCaolán McNamara
Change-Id: I39359389a42e35e0131db1d0451fbd5531843f75
2016-04-04currentlayout may be nullCaolán McNamara
Change-Id: I1e53482e722b82f052434f45e37a2fbdb2ea6ffc
2016-04-04hold bullet para by referenceCaolán McNamara
Change-Id: I58025ea906426a7db4079042fa38954f1a3d076b
2016-04-03subtable corruption is possibleCaolán McNamara
Change-Id: Ifbf4312df583724a22328491bea3b6e05b82418f
2016-03-15recurse protection for XFConvertCaolán McNamara
Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara
Change-Id: I24640971ea6ca89878043966293492a991f01008
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
(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-08avoid infinite regress in busted documentsCaolán McNamara
Change-Id: I639617e41cd9a9a51a3dd3efa32ac1cf2991b9d2
2016-03-07lwp: fix infinite recurseCaolán McNamara
Change-Id: Ibd17c0f68a9bac92e591fd2c998de45a84b372aa
2016-03-07improve defaultparams lopluginNoel Grandin
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>
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
Change-Id: I11822c50fa66d038a3d6f38054ab35c2e613f077
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
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
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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
2012-12-11Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordproMarcos Paulo de Souza
Change-Id: I4912ffc42edbfa1456835e61163812c371eb14c6 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com Reviewed-on: https://gerrit.libreoffice.org/1293 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara
that are needed to load .odt, .sxw etc files, and add a regression test for CVE-2012-4233 Change-Id: Ie178725ded3d76942030d12f23074de519cf62de
2012-07-26regression test for CVE-2012-1770Caolán McNamara
Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82
2012-03-07callcatcher: update listCaolán McNamara
2012-03-02add a more extensive lotuswordpro sampleCaolán McNamara
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
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 Meeks
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-30merge filters-test codeCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-06remove /clone/calc reference in lotuswordpro qaNorbert Thiebaud
2011-07-17overlong linesCaolán McNamara
2011-05-15Fix lotuswordpro unit test on WindowsTor Lillqvist
file: URLs on Windows are of the form file:///c:/path/to/file , and the SRC_ROOT environment variable is of the form C:/lo/git/master, so we can't just concatenate "file://" and SRC_ROOT, but have to insert a "/". Windows programs don't understand Cygwin symlinks, so we have to specify the path from SRC_ROOT to lotuswordpro through an explicit clone/filters path.
2011-04-28Fix lotuswordpro unit test to be able to access the files.Jan Holesovsky
[When building from tail_build.]
2011-04-27clean upDavid Tardon
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon
2011-04-19Fix compile issue.Joseph Powers
2011-04-15remove old stuff nowCaolán McNamara
2011-04-15port unit test to gbuild after fixing filterCaolán McNamara
2011-04-11add a test harness and samplesCaolán McNamara