# -*- 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_Library_Library,sdbc2)) $(eval $(call gb_Library_set_componentfile,sdbc2,connectivity/source/manager/sdbc2,services)) $(eval $(call gb_Library_use_external,sdbc2,boost_headers)) $(eval $(call gb_Library_use_custom_headers,sdbc2,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,sdbc2)) $(eval $(call gb_Library_set_include,sdbc2,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ )) $(eval $(call gb_Library_use_libraries,sdbc2,\ cppu \ cppuhelper \ comphelper \ dbtools \ utl \ sal \ tl \ )) $(eval $(call gb_Library_add_exception_objects,sdbc2,\ connectivity/source/manager/mdrivermanager \ )) # vim: set noet sw=4 ts=4: e>loplugin:unusedfields 2022-11-22T04:39:20+00:00 Noel Grandin noel.grandin@collabora.co.uk 2022-11-21T08:59:56+00:00 c91ec113a24ecc2bf883b1620f4e900f713dc996 Change-Id: I4a7276ffc36b4f954fe1fa39fb5666fa184e66e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143016 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I4a7276ffc36b4f954fe1fa39fb5666fa184e66e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143016
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
tdf#131327 Add double clicked event on auto-redact table 2022-01-24T22:03:05+00:00 Verne-Lai verne@ossii.com.tw 2021-10-14T01:01:58+00:00 687cfd51ac785c2ab2cb8e49dea28aa7f53cbdfb Change-Id: Id927244fcd7e985edadb2b9f9cfdd61ba93066e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123570 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Change-Id: Id927244fcd7e985edadb2b9f9cfdd61ba93066e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123570
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
fix leak in redaction dialog 2021-05-31T17:53:14+00:00 Noel Grandin noel.grandin@collabora.co.uk 2021-05-31T13:49:04+00:00 af83bf98b2ea907437edf964cf7af50a5bc66096 Change-Id: I1e918259757021a7c702196be73468d91b244e61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116451 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I1e918259757021a7c702196be73468d91b244e61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116451
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
fix leak in SfxAutoRedactDialog 2021-05-26T13:17:49+00:00 Noel Grandin noel.grandin@collabora.co.uk 2021-05-26T08:42:18+00:00 085c97c986336bc622d6b3d72e6a587e1ae4b844 Change-Id: I5ebfe5eba77de3380e991ced26f396821613b7f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116189 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I5ebfe5eba77de3380e991ced26f396821613b7f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116189
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:stringviewparam extend to comparison operators 2020-11-24T08:45:04+00:00 Noel noelgrandin@gmail.com 2020-11-18T08:10:40+00:00 bb06f51308428500c9c8d11ae05f0aa03ecc179c which means that some call sites have to change to use unicode string literals i.e. u"foo" instead of "foo" Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
which means that some call sites have to change to use
unicode string literals i.e. u"foo" instead of "foo"

Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
drop some unused methods 2020-09-02T11:52:07+00:00 Caolán McNamara caolanm@redhat.com 2020-09-01T16:11:08+00:00 87e33c3c1c481ee38d03f66412374cd9bd2d76cb Change-Id: I4da391591d30db9e51c1dd543bcf128f2e8621c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101914 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: I4da391591d30db9e51c1dd543bcf128f2e8621c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101914
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
loplugin:finalclasses in package..sfx2 2020-01-13T13:58:03+00:00 Noel Grandin noel.grandin@collabora.co.uk 2020-01-13T13:08:08+00:00 c1e96a5d323614f1566702c933dcda9d89d23632 Change-Id: I2908abc13f16b0011fcb326e8405080cc30df74a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I2908abc13f16b0011fcb326e8405080cc30df74a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86684
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>