# -*- 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,report)) $(eval $(call gb_Jar_use_jars,report,\ libreoffice \ java_uno \ commonwizards \ )) $(eval $(call gb_Jar_set_manifest,report,$(SRCDIR)/wizards/com/sun/star/wizards/report/MANIFEST.MF)) $(eval $(call gb_Jar_add_manifest_classpath,report,reportbuilderwizard.jar)) $(eval $(call gb_Jar_set_packageroot,report,com)) $(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,services)) # vim: set noet sw=4 ts=4: bora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/UIConfig_xmlsec.mk
el Grandin
AgeCommit message (Expand)Author
2014-08-09Converted RID_XMLSECTP_GENERAL to Widget Layout.Rachit Gupta
2014-08-03Converted RID_XMLSECTP_DETAILS to Widget Layout.Rachit Gupta
2014-01-30convert cert path page to .uiCaolán McNamara
2014-01-30convert view certs tabdialog to .uiCaolán McNamara
2013-04-11rename UI to UIConfigDavid Tardon
2023-07-04loplugin:unusedvarsglobalNoel Grandin
2023-03-06no need to allocate these separatelyNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-21loplugin:unocast (frm::OInterfaceContainer)Stephan Bergmann
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara
2022-09-19tdf#149797 Change highlight background color in some controlsIlhan Yesil
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-11-28use more OInterfaceContainerHelper3 in formsNoel Grandin
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin
2021-11-25loplugin:stringliteraldefine in formsNoel Grandin
2021-11-22improve method namingNoel Grandin
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin
2021-11-08Replace some macros in forms part 17Julien Nabet
2021-11-07Replace some macros in forms part 16Julien Nabet
2021-11-07Replace some macros in forms part 13Julien Nabet
2021-11-06Replace some macros in forms part 10Julien Nabet
2021-11-06Replace some macros in forms part 9Julien Nabet
2021-11-05Replace some macros in forms part 7Julien Nabet
2021-11-05Replace some macros in forms part 8Julien Nabet
2021-11-05Replace some macros in forms part 6Julien Nabet
2021-11-05Replace some macros in forms part 5Julien Nabet
2021-11-05Replace some macros in forms part 4Julien Nabet
2021-11-04Replace some macros in forms part 3Julien Nabet
2021-11-03Replace some macros in forms part 2Julien Nabet
2021-11-02Replace some macros in formsJulien Nabet
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin