summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ww8export
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09DOC export of annotation marksMiklos Vajna1-7/+4
Change-Id: Ib29aef7838b9d31d7956c93e1aa5b896852e4b89
2014-01-09DOC import of annotation marksMiklos Vajna1-0/+2
Unit test is disabled, let's enable that when the export is working as well. Change-Id: I2d93ae38f480974a13cf9907f6cc82815fb3e69a
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-0/+1
- rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo regarding annotations an text ranges - support annotations on overlapping text ranges - fix *.docx import for annotations on overlapping text ranges - fix ODF import of annotations on text ranges cherry-picked from branch ooxml-osba (cherry picked from commit ebd2922ebd3cf2d3899fb80780d38f367197aadf) Conflicts: sw/Library_sw.mk sw/inc/IDocumentMarkAccess.hxx sw/inc/SidebarWin.hxx sw/inc/doc.hxx sw/inc/docufld.hxx sw/inc/hintids.hxx sw/inc/ndhints.hxx sw/inc/txatbase.hxx sw/inc/unobookmark.hxx sw/inc/unofield.hxx sw/inc/unoport.hxx sw/source/core/access/accpara.cxx sw/source/core/bastyp/init.cxx sw/source/core/crsr/bookmrk.cxx sw/source/core/crsr/findtxt.cxx sw/source/core/doc/dbgoutsw.cxx sw/source/core/doc/docbm.cxx sw/source/core/doc/doccorr.cxx sw/source/core/doc/docdde.cxx sw/source/core/doc/docedt.cxx sw/source/core/doc/docfld.cxx sw/source/core/doc/doclay.cxx sw/source/core/doc/tblrwcl.cxx sw/source/core/docnode/ndcopy.cxx sw/source/core/docnode/nodes.cxx sw/source/core/docnode/section.cxx sw/source/core/edit/edfld.cxx sw/source/core/fields/docufld.cxx sw/source/core/fields/postithelper.cxx sw/source/core/fields/reffld.cxx sw/source/core/inc/MarkManager.hxx sw/source/core/inc/crossrefbookmark.hxx sw/source/core/text/inftxt.cxx sw/source/core/text/itratr.cxx sw/source/core/text/txtfrm.cxx sw/source/core/txtnode/atrfld.cxx sw/source/core/txtnode/ndtxt.cxx sw/source/core/txtnode/thints.cxx sw/source/core/undo/undel.cxx sw/source/core/undo/undobj.cxx sw/source/core/unocore/unofield.cxx sw/source/core/unocore/unoport.cxx sw/source/core/unocore/unoportenum.cxx sw/source/filter/html/htmlatr.cxx sw/source/filter/html/htmlgrin.cxx sw/source/filter/html/wrthtml.cxx sw/source/filter/writer/writer.cxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/ww8par.cxx sw/source/ui/dialog/uiregionsw.cxx sw/source/ui/dochdl/swdtflvr.cxx sw/source/ui/docvw/PostItMgr.cxx sw/source/ui/docvw/SidebarWin.cxx sw/source/ui/fldui/fldmgr.cxx sw/source/ui/fldui/fldref.cxx sw/source/ui/inc/fldmgr.hxx sw/source/ui/inc/wrtsh.hxx sw/source/ui/shells/textfld.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/utlui/navipi.cxx sw/source/ui/wrtsh/wrtsh2.cxx writerfilter/source/dmapper/DomainMapper_Impl.cxx writerfilter/source/dmapper/DomainMapper_Impl.hxx writerfilter/source/dmapper/PropertyMap.cxx xmloff/inc/txtfldi.hxx xmloff/source/text/txtfldi.cxx xmloff/source/text/txtparae.cxx Change-Id: Ie4cc467dbb837054c73742262ee20f35c151ff3f
2014-01-06cp#2013101510000026: fix file coruption caused by comments' doc exportZolnai Tamás1-0/+0
Plcfbkl contains only character positions. The Plcfbkf is that one which contains additional informations. Change-Id: I9bd8eec5c8e64d9d757764dae51bcb866456cdc9
2014-01-03cp#2013101510000026: doc import of comments affecting more text nodesZolnai Tamás2-1/+14
Change-Id: I3932d82cb4cd640b19957b93cc7e59711af1b564
2014-01-03cp#2013101510000026: doc export of commented text rangesZolnai Tamás2-0/+25
Change-Id: I2d31da5d659edcbebc682d5604d2db24b5e341fb
2013-11-10Make CppunitTest_sw_ww8export use DECLARE_SW_ROUNDTRIP_TEST()Miklos Vajna1-54/+20
Change-Id: I46c5655904cecb6807b218e613cbcdbb6fd236e8
2013-09-10Improve border equal check in filter tests 2.Zolnai Tamás1-4/+4
Change the order of words BORDER and EQUAL in the macro name to become consistent with other macro names. e.g. CPPUNIT_ASSERT_DOUBLES_EQUAL Use a function inside the macro to make it type safe. Add additional message to make clear why the test failed. Change-Id: I9fc7a5813adf2cac36ae831d438cec498232b06c Reviewed-on: https://gerrit.libreoffice.org/5885 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-09Use hex color code in character border filter testsZolnai Tamás1-2/+3
Change-Id: I19bd1cbedd42101186fd4afbcd7af9afb630f857
2013-09-08CharBrd 9.4: DOC filtersZolnai Tamás2-0/+39
-WW8 filter is the only MS filter which ignores padding of character border. Change-Id: I17973d8d2ae624d68356729334c701864fe0a10d
2013-08-27Reduce copy&paste by adding SwModelTestBase::getShape()Miklos Vajna1-8/+3
Change-Id: I3b73405c546427bb5676db30e297af36c18043e6
2013-05-06fdo#42144 WW8 export: avoid writing pointless empty footersMiklos Vajna2-0/+9
Regression from 1348288905ffa75d3634eee4392ba4660d28cdb9 (mismerge, I guess), when header was enabled, actually empty footer was exported, even in case footer was disabled. Change-Id: Ied55dc2a9f0faef87689c07935a47db384d37e1a
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-02-27ww8export test: fail if control shape not foundMiklos Vajna1-7/+3
This check was added due to random failures (where it failed if the shape was completely missing, while the test wanted to check a property of the shape), but it shoult no longer be necessary since 2ed931303b10386153a1337fa15b225aabd40cb4 Change-Id: Ia5665b4f292cee09eab52b76e53c34a44d545896
2013-01-11doc export: add unit test for bug i106749Pierre-Eric Pelloux-Prayer2-0/+9
Change-Id: I1df4cbb013d94cff7ae5195427044b1e1b2d8895 Reviewed-on: https://gerrit.libreoffice.org/1646 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-11doc export: add unit test for fdo#56513Pierre-Eric Pelloux-Prayer2-0/+9
Change-Id: Ie87648368f877af56878bc83fe3d5ece66f77304 Reviewed-on: https://gerrit.libreoffice.org/1644 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-01-07WW8 filter: zoom factor testcaseMiklos Vajna2-0/+13
Change-Id: I89944f0a242174cc4b3c1fcf4f3f2fe744287ee3
2012-12-21sw: add csv output for extra filter testsMiklos Vajna1-11/+4
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-11-18sw: move swmodeltestbase.hxx to qa/extras/inc/Miklos Vajna1-2/+2
If we already have such an include dir, let's have all headers there. Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7
2012-10-30sw: work around random crashes in ww8exportMiklos Vajna1-3/+8
Change-Id: If11bff5804770976f069a49a1c508744d6e1987b
2012-10-20sw: run export tests twiceMiklos Vajna1-19/+26
Export tests are in fact import-export-import tests. Given that we want to test the export filter here, it's handy to run the tests twice, first before the export (to detect if already the import filter fails) and also after the second import, to do the real test. So this should make it easier to detect when you have an export failure, but in fact the bug is in the import side. Change-Id: I26e3445f079a7fbd4e037218f7094a84e730b746 Requested-by: Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> Agreed-by: Lubos Lunak <l.lunak@suse.cz>
2012-10-09sw: add odf and ww8 regression tests for first page header/footerMiklos Vajna2-0/+23
Change-Id: Ic002f3cba79b6758475cf9d3153ae3063eb640a3
2012-09-26sw: remove unneeded using statements in qa/extrasMiklos Vajna1-2/+0
Change-Id: I23b77b9c8d245d84a045bdedda1584419f4fddda
2012-08-02fdo#46020: fixed missing footnote docx/doc/rtf exportCédric Bosdonnat2-0/+11
Don't skip a next position when parsing a paragraph into runs to export. Change-Id: If7e887ea84ad24256b37aa96187bc30ea154632b
2012-08-01fdo#45724 testcaseMiklos Vajna2-0/+15
Change-Id: I27811a6e35cd07dd117831eb9dee177c54f9ff50
2012-07-13helper for XPropertySetLuboš Luňák1-2/+1
Change-Id: Ia00cf37a4bc46c73047ecc4c57f11a4a3de3cb90
2012-06-15n#325936 testcaseMiklos Vajna2-0/+88
Change-Id: I35d2ef784cbdcefe4c9bb18e1017d773202c1a9a