# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Jar_Jar,report)) $(eval $(call gb_Jar_use_jars,report,\ $(OUTDIR)/bin/ridl.jar \ $(OUTDIR)/bin/unoil.jar \ $(OUTDIR)/bin/jurt.jar \ $(OUTDIR)/bin/juh.jar \ $(OUTDIR)/bin/java_uno.jar \ $(OUTDIR)/bin/commonwizards.jar \ )) $(eval $(call gb_Jar_set_manifest,report,$(SRCDIR)/wizards/com/sun/star/wizards/report/MANIFEST.MF)) $(eval $(call gb_Jar_set_packageroot,report,com)) $(eval $(call gb_Jar_set_jarclasspath,report,\ commonwizards.jar \ )) $(eval $(call gb_Jar_add_sourcefiles,report,\ wizards/com/sun/star/wizards/report/CallReportWizard \ wizards/com/sun/star/wizards/report/Dataimport \ wizards/com/sun/star/wizards/report/DBColumn \ wizards/com/sun/star/wizards/report/GroupFieldHandler \ wizards/com/sun/star/wizards/report/IReportBuilderLayouter \ wizards/com/sun/star/wizards/report/IReportDefinitionReadAccess \ wizards/com/sun/star/wizards/report/IReportDocument \ wizards/com/sun/star/wizards/report/RecordTable \ wizards/com/sun/star/wizards/report/ReportFinalizer \ wizards/com/sun/star/wizards/report/ReportImplementationHelper \ wizards/com/sun/star/wizards/report/ReportLayouter \ wizards/com/sun/star/wizards/report/ReportTextDocument \ wizards/com/sun/star/wizards/report/ReportTextImplementation \ wizards/com/sun/star/wizards/report/ReportWizard \ )) $(eval $(call gb_Jar_set_componentfile,report,wizards/com/sun/star/wizards/report/report,OOO)) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-09Revert "clang-tidy performance-move-const-arg"Noel Grandin
2018-09-06clang-tidy performance-move-const-argNoel Grandin
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-13short-circuit IsFuzzing when FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION definedCaolán McNamara
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-07-27unotools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-07-09loplugin:oncevarNoel Grandin
2018-06-28Fix typosAndrea Gelmini
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-30make CharClass also mutex-protect calls to its dependent classLuboš Luňák
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski
2018-05-17-Werror,-Wunused-private-fieldStephan Bergmann
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin
2018-05-11Avoid gengal hanging in an --enable-dbgutil build on WindowsTor Lillqvist
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara
2018-04-25Revert "make UcbStreamHelper return SvStream by std::unique_ptr"Noel Grandin
2018-04-25make UcbStreamHelper return SvStream by std::unique_ptrNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin