# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Package_Package,reportbuilder_license,$(SRCDIR)/reportbuilder/license)) $(eval $(call gb_Package_add_file,reportbuilder,bin/reportbuilder/readme_en-US.html,readme_en-US.html)) $(eval $(call gb_Package_add_file,reportbuilder,bin/reportbuilder/readme_en-US.txt,readme_en-US.txt)) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ce-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/connectivity/sqlnode.hxx
AgeCommit message (Expand)Author
2023-12-30cid#1545421 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-03cid#1546453 COPY_INSTEAD_OF_MOVECaolán McNamara
2022-09-17cid#1500499 Resource leakCaolán McNamara
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-07-18compact namespace: connectivityNoel Grandin
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-11-15make some classes module-privateNoel Grandin
2019-10-09Resolve FIXME Decimal Separator should be OUString (connectivity/dbaccess/svx)Julien Nabet
2019-07-03Fix typoAndrea Gelmini
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2018-07-27connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-02-05loplugin:useuniqueptr in OSQLParseNodeNoel Grandin
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-02-17remove unused enumerators from SQLNodeTypeNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2016-11-15loplugin:constantparamNoel Grandin
2016-02-25convert SQLNodeType to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20com::sun::star->css in include/connectivityNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-23loplugin:staticmethodsNoel Grandin
2015-02-18boost->stdCaolán McNamara
2015-01-28That is well worth an assertLionel Elie Mamane
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl