summaryrefslogtreecommitdiff
path: root/sw/qa/extras/inc/swmodeltestbase.hxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13bnc#816603 testcaseMiklos Vajna1-0/+12
Make sure that at least full-page-width multi-page floating tables are imported on multiple pages. Change-Id: Ifb974d50c50b1495634ac2652a3ae46235bb5f52
2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks1-2/+4
Turns out this depends on not doing layout, and so is a real corner-case. Change-Id: If9d2db6b1a0df94fc809fb353f2dbf2cf9ac1c9a
2013-04-26SwModelTestBase: add save(), next to load() and reload()Miklos Vajna1-0/+11
Change-Id: I15405dd6be64da689257aed50ba847f3741df3a1
2013-04-24add comment to the right function (result of mismerge?)Luboš Luňák1-1/+1
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-18fdo#63023 incorrect RTF background color in headerMiklos Vajna1-3/+15
Change-Id: I33f5c8a856206860ac9cdb23dd6b5222cb785bf7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
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-02-18fdo#60842: add a unit testMichael Stahl1-5/+33
Change-Id: Ie91fe22f2baf0a280e5cf21c2416228ab414f285
2013-02-05Pass DocumentService to the loader during macro tests.Kohei Yoshida1-2/+2
And disable user interaction during type detection, since that would cause the test to fail. With this change, 'make check' works once again. Change-Id: I2f45a2e962e45ee64f7984e794cff814fbfe6dab
2013-01-16sw unit test: force layout compute after loading documentPierre-Eric Pelloux-Prayer1-1/+9
Change-Id: I35173bbc2a4e33dfee555aa71f053e219ef01d1e
2013-01-11sw unit test: add call to CalcLayout before using the layoutPierre-Eric Pelloux-Prayer1-0/+1
Change-Id: Ibb3f8175729cb579a687275a11884c397152fe94 Reviewed-on: https://gerrit.libreoffice.org/1645 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-11sw unit test: layout dump must be resetted in 'reload' methodPierre-Eric Pelloux-Prayer1-0/+5
Otherwise tests relying on layout dumps will parse the wrong dump. Change-Id: Ib7b4bc3a231eb3082567a1d1ed38c96835d43add Reviewed-on: https://gerrit.libreoffice.org/1643 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-08SwModelTestBase: clear layout dump cache after testing a documentMiklos Vajna1-2/+5
2012-12-21sw: add csv output for extra filter testsMiklos Vajna1-0/+35
Like the minimal filter tests, these tests are invoked from a single cppunit method since commit 0a30cb22a141c26b4eab43a478d32df0769596ec, so some info about exactly what file failed is necessary. If we are at it, also print the (re)loading time as well.
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-2/+3
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna1-0/+2
Regression from 2e4f4171d6a29858108922619d680606b633d8f2. Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385
2012-11-18sw: move swmodeltestbase.hxx to qa/extras/inc/Miklos Vajna1-0/+238
If we already have such an include dir, let's have all headers there. Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7