# -*- 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_Package_Package,wizards_basicsrveuro,$(SRCDIR)/wizards/source/euro)) $(eval $(call gb_Package_add_files,wizards_basicsrveuro,$(LIBO_SHARE_FOLDER)/basic/Euro,\ AutoPilotRun.xba \ Common.xba \ ConvertRun.xba \ dialog.xlb \ DlgConvert.xdl \ DlgPassword.xdl \ Hard.xba \ Init.xba \ Protect.xba \ script.xlb \ Soft.xba \ Writer.xba \ )) # vim: set noet sw=4 ts=4: i/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/querydlg.hxx
AgeCommit message (Expand)Author
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/uiGeorge Bateman
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-26weld ORelationDialog and DlgQryJoinCaolán McNamara
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin
2018-05-28loplugin:useuniqueptr in DlgQryJoinNoel Grandin
2018-05-17loplugin:unusedfields in dbaccess..drawinglayerNoel Grandin
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-05-19loplugin:unusedfieldsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin