# -*- 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_Module_Module,oox)) $(eval $(call gb_Module_add_targets,oox,\ CustomTarget_generated \ Library_oox \ Package_customshapes \ Package_generated \ )) $(eval $(call gb_Module_add_l10n_targets,oox,\ AllLangMoTarget_oox \ )) $(eval $(call gb_Module_add_check_targets,oox,\ CppunitTest_oox_tokenmap \ CppunitTest_oox_vba_compression \ CppunitTest_oox_vba_encryption \ CppunitTest_oox_crypto \ CppunitTest_oox_mathml \ CppunitTest_oox_drawingml \ CppunitTest_oox_vml \ CppunitTest_oox_shape \ CppunitTest_oox_export \ )) # vim: set noet sw=4 ts=4: k LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableWindowData.hxx
AgeCommit message (Expand)Author
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin
2020-09-13tdf#124176 Use #pragma once in dbaccess/source/uiGeorge Bateman
2017-12-05loplugin:countusersofdefaultparams in dbaccessNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák