# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,unoxml_complex)) $(eval $(call gb_JunitTest_set_defs,unoxml_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,unoxml_complex,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_sourcefiles,unoxml_complex,\ unoxml/qa/complex/unoxml/DOMTest \ unoxml/qa/complex/unoxml/TestDocument \ )) $(eval $(call gb_JunitTest_add_classes,unoxml_complex,\ complex.unoxml.DOMTest \ )) # vim: set noet sw=4 ts=4: sted-by: Julien Nabet <serval2412@yahoo.fr>
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea
Reviewed-on: https://gerrit.libreoffice.org/35637
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Fix typos 2017-02-13T09:37:18+00:00 Andrea Gelmini andrea.gelmini@gelma.net 2017-02-13T09:29:54+00:00 417bc898802630c567d970d0283312697acdd5ff Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c Reviewed-on: https://gerrit.libreoffice.org/34199 Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com> Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c
Reviewed-on: https://gerrit.libreoffice.org/34199
Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
oox: update README for recent change. 2016-11-23T09:25:14+00:00 Mark Hung marklh9@gmail.com 2016-11-20T04:06:14+00:00 9e3c0bbe0c6f85e1d14c15cf1e94424bb0c387cc Change-Id: I0c50ec67b7d71c9a59f5a522f19ec40a4b21090b Reviewed-on: https://gerrit.libreoffice.org/31008 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Change-Id: I0c50ec67b7d71c9a59f5a522f19ec40a4b21090b
Reviewed-on: https://gerrit.libreoffice.org/31008
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
that has been implemented now, remove from readme 2015-04-23T00:34:35+00:00 Markus Mohrhard markus.mohrhard@googlemail.com 2015-04-23T00:34:35+00:00 ac8c6a6ab812c2dff9a664bf3a1dcc684cc1ac64 Change-Id: I71d61f09acb715ec037c8609b9de1e3bfd5340f9
Change-Id: I71d61f09acb715ec037c8609b9de1e3bfd5340f9
start documenting problems around OOXML spec 2015-02-19T00:06:10+00:00 Markus Mohrhard markus.mohrhard@collabora.co.uk 2015-02-18T18:53:36+00:00 ffc0391e2e9d797ef8ce3d1089e8d9d2b11a5ead We implement in many places wrong default values based on how MSO 2007 behaves. Newer MSO versions produce correct files so our import is wrong. Instead of changing the default value we need to be able to use default values based on the document producer. Change-Id: I6a2a0b30885ebccc384d17f896709ecdd475d786
We implement in many places wrong default values based on how MSO 2007
behaves. Newer MSO versions produce correct files so our import is
wrong. Instead of changing the default value we need to be able to use
default values based on the document producer.

Change-Id: I6a2a0b30885ebccc384d17f896709ecdd475d786
OOX: Update README with recently made changes 2014-09-20T22:48:01+00:00 David Ostrovsky david@ostrovsky.org 2014-09-20T09:51:22+00:00 34bbf1a89e4c0219332b9e32f93b7326a2a7fcec Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b
Correct common misspellings, and remove some ASCII art along the way. 2014-05-17T12:38:38+00:00 Chris Laplante mostthingsweb@gmail.com 2014-05-14T18:15:38+00:00 3c1e30b77df4f34c4954bff37a08439ace7f2434 Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
Reviewed-on: https://gerrit.libreoffice.org/9356
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>