# -*- 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/. # $(eval $(call gb_Jar_Jar,test-tools)) $(eval $(call gb_Jar_add_manifest_classpath,test-tools,\ juh.jar \ ridl.jar \ unoil.jar \ )) $(eval $(call gb_Jar_use_jars,test-tools,\ juh \ ridl \ unoil \ )) $(eval $(call gb_Jar_set_packageroot,test-tools,org)) $(eval $(call gb_Jar_add_sourcefiles,test-tools,\ unotest/source/java/org/openoffice/test/tools/DocumentType \ unotest/source/java/org/openoffice/test/tools/OfficeDocument \ unotest/source/java/org/openoffice/test/tools/OfficeDocumentView \ unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument \ unotest/source/java/org/openoffice/test/tools/SpreadsheetView \ )) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2013-05-07officecfg: remove Package_cppheaderMichael Stahl
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-02n#816939: Improved label overlap detection - Part 2Muthu Subramanian
2013-05-01add test for ooxml error bar exportMarkus Mohrhard
2013-05-01add export test for chartsMarkus Mohrhard
2013-04-30n#816939: Improved label overlap detection.Muthu Subramanian
2013-04-29remove this property temporarily until I understand the exceptionMarkus Mohrhard
2013-04-26some more namespace cleanupThomas Arnhold
2013-04-24fix a problem with error bar weightMarkus Mohrhard
2013-04-24extract common chart test parts into own headerMarkus Mohrhard
2013-04-24protect the properties with a mutexMarkus Mohrhard
2013-04-24we don't need the sc includes in this testMarkus Mohrhard
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-22add test case for error bar range importMarkus Mohrhard
2013-04-22and now our test file can be also a valid ODF1.2 fileMarkus Mohrhard
2013-04-22actually this test should be fine as slowcheck testMarkus Mohrhard
2013-04-22turn this nasty SAL_WARN into a SAL_INFOMarkus Mohrhard
2013-04-22fix type mismatchMarkus Mohrhard
2013-04-22more work on getting the error bar export produce valid docsMarkus Mohrhard
2013-04-22fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard
2013-04-22make the properties in the error bar case explicitMarkus Mohrhard
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin
2013-04-18Remove a few unnecessary #includesMichael Dunphy
2013-04-18Delete unused code in one file.Golnaz Irannejad
2013-04-18Remove unused codeMichael Dunphy
2013-04-18fdo#61135: adding help button to stepped lines dialog.Eric Seynaeve
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon
2013-04-11rename UI to UIConfigDavid Tardon
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin