# -*- 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,form)) $(eval $(call gb_Jar_use_jars,form,\ ridl \ unoil \ jurt \ juh \ java_uno \ commonwizards \ )) $(eval $(call gb_Jar_set_manifest,form,$(SRCDIR)/wizards/com/sun/star/wizards/form/MANIFEST.MF)) $(eval $(call gb_Jar_set_packageroot,form,com)) $(eval $(call gb_Jar_add_sourcefiles,form,\ wizards/com/sun/star/wizards/form/CallFormWizard \ wizards/com/sun/star/wizards/form/DataEntrySetter \ wizards/com/sun/star/wizards/form/FieldLinker \ wizards/com/sun/star/wizards/form/Finalizer \ wizards/com/sun/star/wizards/form/FormConfiguration \ wizards/com/sun/star/wizards/form/FormControlArranger \ wizards/com/sun/star/wizards/form/FormDocument \ wizards/com/sun/star/wizards/form/FormWizard \ wizards/com/sun/star/wizards/form/StyleApplier \ wizards/com/sun/star/wizards/form/UIControlArranger \ )) $(eval $(call gb_Jar_set_componentfile,form,wizards/com/sun/star/wizards/form/form,OOO)) # vim: set noet sw=4 ts=4: b/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/groupproperties.hxx
AgeCommit message (Expand)Author
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-01-27Fix typosAndrea Gelmini
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02loplugin:countusersofdefaultparamsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-11-04CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist