summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_jdbc.mk
blob: 800cc1d508280374e1b4ea334d0b3087d70baa5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- 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 <dtardon@redhat.com>
#  (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_Configuration_Configuration,driver_jdbc))

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

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

# vim: set noet sw=4 ts=4:
rtl::OUString declarationsLuboš Luňák1-1/+0 Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák62-649/+649 Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 2013-03-25coverity#704311 Logically dead codeJulien Nabet1-0/+2 Change-Id: I1739d96748a4ed2259885843f383ec7ff2914b66 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1 s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1 Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2013-03-16Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...Armin Le Grand1-0/+11 changed name to be the filename only, added code to SW to set Title and Desc Conflicts: drawinglayer/Library_drawinglayer.mk drawinglayer/Package_inc.mk svx/source/svdraw/svdograf.cxx sw/inc/ndgrf.hxx sw/source/core/doc/doc.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/docnode/swbaslnk.cxx sw/source/core/graphic/ndgrf.cxx sw/source/filter/rtf/rtffly.cxx Change-Id: Id433031958529498441574dafe2fbd5261371efc Notes: merged as: 977a0eff5415a2a4716e02bfab8e69ffb64ad7ce 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0 2013-03-13Related: #i119125# corrected gradient renderingArmin Le Grand9-52/+265 and added stuff to add Title and Description to primitives for later usage Conflicts: drawinglayer/Library_drawinglayer.mk drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx svgio/Package_inc.mk svx/source/sdr/contact/viewcontactofsdrobj.cxx Change-Id: I301c9f5f4ae0efc02d937cd3f56018e27c94a630 2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1 brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff 2013-03-04doubled includesThomas Arnhold3-3/+0 Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e 2013-02-28kill random dmake leftoversPeter Foley1-33/+0 Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7 2013-02-28remove all d.lstMichael Stahl1-0/+0 Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885 2013-02-22#120616# Corrected SVG gradient primitive and it's decompositionArmin Le Grand1-0/+2 Conflicts: drawinglayer/source/primitive2d/svggradientprimitive2d.cxx Change-Id: I04c148303e7153a5376eae79803c540f6eba0b00 2013-02-13fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl1-0/+9 Change-Id: I147acac61dfe0b626268fe1e600dcf641ca63a0c 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2 - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9 2013-01-19Again Fix others Consecutive return, breakJulien Nabet1-3/+0 Change-Id: I67a453bb09b794c996f5f02a065abe8cef6ca3b6 2013-01-19Fix others Consecutive return, breakJulien Nabet1-4/+0 Change-Id: Ia93de768b83a44135c1a8df852a6fbdee1c759d2 2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1 Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c 2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann1-5/+0 Change-Id: Ifa4d44865873bfee8a95c5287e3d8b4f13fa534b 2012-11-22fix export on windowsLuboš Luňák1-1/+1 SAL_DLLPUBLIC_EXPORT means exported SAL_DLLPUBLIC means export/import of anything in sal/ 2012-11-22Some svgio clean-upStephan Bergmann39-215/+64 Change-Id: I48adf3b0500f3e4e37fbe444f8a0773d273e09d2 2012-11-21accept svg documents in svg: namespace (hack)Fridrich Štrba1-1/+1 Change-Id: I7678e25a2229abc2147510fe08165dc2faf5d977 2012-11-21dropped dead code from svgEnrico Weigelt, metux ITS5-38/+0 Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a Reviewed-on: https://gerrit.libreoffice.org/1078 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2012-11-07drop precompiled header crackDavid Tardon1-2/+0 Change-Id: I37cddf2e6bd055f07a47430d75b985fccb7354c1 2012-11-07add missing package nameDavid Tardon1-6/+3 Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks73-0/+15039 linec