summaryrefslogtreecommitdiff
path: root/dbaccess/UIConfig_dbtable.mk
blob: 9503cc22b3750a3baa6d62336e0094f0f626be51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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/.
#

$(eval $(call gb_UIConfig_UIConfig,modules/dbtable))

$(eval $(call gb_UIConfig_add_menubarfiles,modules/dbtable,\
	dbaccess/uiconfig/dbtable/menubar/menubar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbtable,\
	dbaccess/uiconfig/dbtable/toolbar/toolbar \
))

# vim: set noet sw=4 ts=4:
/lo/core/commit/sax?id=f2f008c52aaa88329c07f441de60d6fdfce9f0b3'>Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski 2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth 2022-10-20remove commentNoel Grandin 2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin 2022-10-12crashtesting: exception during dtorCaolán McNamara 2022-10-11use std::unique_ptrCaolán McNamara 2022-09-28avoid some ref-counting in a hot pathNoel Grandin 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-18tdf#39593 Ruduce copy/paste code in Converter::converterDurationLiu Hao 2022-08-01use more string_view when dealing with attributesNoel Grandin 2022-07-28tdf#119840 remove some OUString allocationNoel Grandin 2022-07-22elide some makeStringAndClear() callsNoel Grandin 2022-07-06micro-optimisation in FastAttributeListNoel Grandin 2022-07-06shave some cost off SaxContextNoel Grandin 2022-06-09loplugin:unusedmethodsNoel Grandin 2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin 2022-05-08osl::Mutex->std::mutex in SaxExpatParserNoel Grandin 2022-05-06remove unnecessary sequenceToContainerNoel Grandin 2022-05-04Just use Any ctor instead of makeAny in saxStephan Bergmann 2022-05-01use more string_view in variousNoel Grandin 2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin 2022-04-20use more FastAttributeIter::toViewNoel Grandin 2022-03-18tdf#133603 increase cache size in CachedOutputStreamNoel Grandin