summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_macab.mk
blob: 2403a2dc3f3b4b3f192a32abb25aa28fc59c0628 (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_Configuration_Configuration,driver_macab))

$(eval $(call gb_Configuration_add_spool_modules,driver_macab,connectivity/registry/macab,\
	org/openoffice/Office/DataAccess/Drivers-macab.xcu \
))

$(eval $(call gb_Configuration_add_localized_datas,driver_macab,connectivity/registry/macab,\
	org/openoffice/Office/DataAccess/Drivers.xcu \
))

# vim: set noet sw=4 ts=4:
.svlNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-06-12Remove redundant reinterpret_castStephan Bergmann 2018-06-12-fsanitize=functionStephan Bergmann 2018-06-11new loplugin:shouldreturnboolNoel Grandin 2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-02improve constparam lopluginNoel Grandin 2017-10-23loplugin:includeform: storeStephan Bergmann 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert store from OSL_ASSERT to assertChris Sherlock 2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin 2016-09-19convert storeAccessMode to scoped enumNoel Grandin 2016-03-01loplugin:unuseddefaultparam in storeNoel Grandin 2016-02-23new loplugin: commaoperatorNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-30loplugin:unusedmethodsNoel Grandin 2015-10-27loplugin:unusedmethodsNoel Grandin 2015-08-29Avoid explicit casts of (sizeof) constants known at compile timeMatteo Casalin 2015-08-21Silence some conversion warningsMatteo Casalin 2015-08-11new loplugin: defaultparamsNoel Grandin 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre 2014-04-04Clean up unreferenced functionsStephan Bergmann 2014-02-17store: sal_Bool -> boolStephan Bergmann 2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann 2012-06-27re-base on ALv2 code.Michael Meeks 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann 2011-11-27remove include of pch header from storeNorbert Thiebaud 2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold 2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth 2010-03-04mhu22: resync to master repository (DEV300_m73).Matthias Huetsch [mhu] 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-18#i108349# Added missing statement (compiler warning).Matthias Huetsch [mhu] 2009-11-13#i71568# #i108349# Simplified block (page) allocation.Matthias Huetsch [mhu] 2009-11-10#i71568# #i108349# Remove unnecessary flush(), more cleanup.Matthias Huetsch [mhu] 2009-11-02#i71568# #i108349# Remove unused StateBlock code.Matthias Huetsch [mhu] 2009-10-29#i71568# #i108349# Remove unused range locking code.Matthias Huetsch [mhu] 2009-03-13CWS-TOOLING: integrate CWS mhu17Vladimir Glazounov