# -*- 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_Jar_Jar,table)) $(eval $(call gb_Jar_use_jars,table,\ libreoffice \ java_uno \ commonwizards \ )) $(eval $(call gb_Jar_set_packageroot,table,com)) $(eval $(call gb_Jar_set_manifest,table,$(SRCDIR)/wizards/com/sun/star/wizards/table/MANIFEST.MF)) $(eval $(call gb_Jar_add_sourcefiles,table,\ wizards/com/sun/star/wizards/table/CallTableWizard \ wizards/com/sun/star/wizards/table/CGCategory \ wizards/com/sun/star/wizards/table/CGTable \ wizards/com/sun/star/wizards/table/FieldDescription \ wizards/com/sun/star/wizards/table/FieldFormatter \ wizards/com/sun/star/wizards/table/Finalizer \ wizards/com/sun/star/wizards/table/PrimaryKeyHandler \ wizards/com/sun/star/wizards/table/ScenarioSelector \ wizards/com/sun/star/wizards/table/TableWizard \ )) $(eval $(call gb_Jar_set_componentfile,table,wizards/com/sun/star/wizards/table/table,OOO,services)) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)Author
2016-06-24package: fix exception handling in DeflateThread (related tdf#91807)Michael Stahl
2016-06-20tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-05-10tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand
2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan
2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05Don't check version field from local ZIP headerJan-Marek Glogowski
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06loplugin:mergeclassesNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18Simplify ZipPackage::isLocalFile checkStephan Bergmann
2015-08-17avoid possible leak on exceptionCaolán McNamara
2015-08-07Related: tdf#88314 delete temp filesCaolán McNamara
2015-08-05Resolves: tdf#88314 close temp file after each thread completedCaolán McNamara
2015-07-26Revert "Resolves: tdf#88314 close temp file after each thread completes"Norbert Thiebaud
2015-07-24Resolves: tdf#88314 close temp file after each thread completesCaolán McNamara
2015-07-14loplugin:unusedmethods toolkit,packageNoel Grandin
2015-07-07loplugin:unusedmethods packageNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-29drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)Noel Grandin
2015-06-28Fix typosAndrea Gelmini
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05WaE: unreferenced local variableCaolán McNamara
2015-06-05uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgsCaolán McNamara
2015-06-01loplugin:loopvartoosmallNoel Grandin