Julien Nabet
fa51b55680
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9
...
Change-Id: I82ed4a4868cb22566706ca0f4b1321e0d45016cf
2014-05-10 23:54:07 +02:00
Noel Grandin
fee4efcb54
dbaccess: sal_Bool->bool
...
Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a
2014-04-17 11:17:21 +02:00
Stephan Bergmann
2f3be98732
dbaccess: simplify deprecated XTypeProvider.getImplementationId
...
Required some clean-up of getImplementationId vs. getUnoTunnelImplementationId
confusion.
Change-Id: I645dd80d24efe7ed5224b220911eed8ad880b7c0
2014-03-10 17:39:54 +01:00
Stephan Bergmann
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Noel Grandin
e0e370a13d
cid#707727 Uninitialized pointer field
...
resolved by removing the field, since it is unused
Change-Id: Ia543877ee645023bf6e1ee3c4f396cb082517f82
2014-02-21 11:59:06 +02:00
Caolán McNamara
d786af6820
coverity#705141 Missing break in switch
...
Change-Id: I9b94f1056fa62b2c0c609f6d448e1750bb0e9ce5
2014-01-28 15:19:33 +00:00
Arnaud Versini
5b2ba8ed5d
DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.
...
Valgrind is capable of detecting such bugs. No need for extra macros.
Conflicts:
dbaccess/source/ui/dlg/tablespage.cxx
Change-Id: I25ea9174a042050efdb371246417ee7f2edae997
Reviewed-on: https://gerrit.libreoffice.org/7532
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-01-21 16:20:10 +00:00
Jelle van der Waa
2ec606730b
fdo#62475 removed pointless comments
...
Conflicts:
dbaccess/source/filter/xml/xmlfilter.cxx
dbaccess/source/ui/dlg/ConnectionPage.cxx
dbaccess/source/ui/dlg/detailpages.cxx
dbaccess/source/ui/dlg/odbcconfig.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338
Reviewed-on: https://gerrit.libreoffice.org/5484
Reviewed-by: Petr Mladek <pmladek@suse.cz >
Tested-by: Petr Mladek <pmladek@suse.cz >
2013-08-27 16:11:09 +00:00
Radu Ioan
61db96daa8
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
...
- replaced RTL_CONTEXT_ with SAL_INFO
- replace OSL_* with SAL_*
Change-Id: I26761cf1d4c1cfe21dec7d8ede6df6f177bf2c3e
Reviewed-on: https://gerrit.libreoffice.org/4620
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr >
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr >
2013-07-03 07:59:33 +00:00
Miklos Vajna
e894e57aab
dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer needed
...
Change-Id: Id404f8f3a5bdbf32c207ee81c6f6be9c9d328679
2013-04-25 11:02:34 +02:00
Luboš Luňák
1946794ae0
mass removal of rtl:: prefixes for O(U)String*
...
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-04-07 14:23:11 +02:00
Arnaud Versini
36a2db3722
Replace usage of rtl_*Memory with equivalent from string.h
...
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
Reviewed-on: https://gerrit.libreoffice.org/734
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com >
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com >
2012-10-01 18:48:05 +00:00
Stephan Bergmann
4a69252e2c
-Werror,-Wunused-private-field (Clang towards 3.2)
...
Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
2012-08-31 09:04:17 +02:00
Jung-uk Kim
ed93117447
fdo#53061: Fix for C++11 #define NULL nullptr
...
Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3
Signed-off-by: Stephan Bergmann <sbergman@redhat.com >
2012-08-14 10:39:13 +02:00
Michael Meeks
577cf8ff67
re-base on ALv2 code.
2012-06-14 17:41:07 +01:00
Caolán McNamara
5dcf536b69
merge the 5 ConstAsciiString duplicate classes together
...
a) merge them together and move it into comphelper
b) turn it into a POD rather than having vast amounts
of destructors registered into the cxa_atexit chain
Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-17 14:03:26 +01:00
Takeshi Abe
5d9b072cef
removed duplicate includes in dbaccess
2012-03-30 00:42:35 +09:00
Norbert Thiebaud
281b13ce89
remove include of pch header in dbaccess
2011-11-27 13:04:48 -06:00
Thomas Arnhold
f6ccb8354a
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
2011-03-12 14:05:07 +01:00
David Tardon
91697b75c3
fix assertions
2011-02-25 17:47:41 +01:00
Thomas Arnhold
ac0811b10e
Move DBG_ERROR -> OSL_ASSERT
2011-02-24 18:26:34 +01:00
Kenneth Venken
7ca07a1553
replaced DGB_ASSERT with OSL_ENSURE
2011-02-03 08:59:33 +01:00
Wol
9b6062afb3
Spelling mistakes, and deleting unwanted comments and commented code
2010-11-10 08:50:30 +01:00
Wol
32a105e06b
Delete commented code
2010-11-07 23:57:15 -06:00
Gil Forcada
1aa44a7761
Removed comments, trailing spaces and death code
2010-10-13 12:18:30 +02:00
Sebastian Spaeth
6450d1a7f5
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:57:12 +02:00
Petr Mladek
dc8c15ae62
remove include guards using fixguard.py
2010-10-05 17:58:28 +02:00
Jens-Heiner Rechtien
1708f6091b
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
Frank Schönheit [fs]
70d7ac8e49
more column class refactoring in preparation of #i67202#. Removed unneeded classes, consolidated the property handling of the various Column classes
2009-11-02 14:41:02 +01:00
Ivo Hinkelmann
d4420993d6
CWS-TOOLING: integrate CWS dbaperf1
...
2009-04-02 09:12:25 +0200 oj r270372 : CWS-TOOLING: rebase CWS dbaperf1 to trunk@270033 (milestone: DEV300:m45)
2009-03-17 10:20:34 +0100 oj r269577 : add parameter
2009-03-17 10:20:05 +0100 oj r269576 : add parameter
2009-03-12 12:32:24 +0100 oj r269387 : add missing ++
2009-03-11 12:53:35 +0100 oj r269315 : compile error
2009-03-06 08:52:11 +0100 oj r268968 : #i99264# remove duplicate code
2009-03-06 08:20:08 +0100 oj r268966 : add missingheader
2009-03-06 08:17:41 +0100 oj r268965 : add header
2009-03-06 08:15:07 +0100 oj r268964 : #i99708# remove duplicate code
2009-03-06 07:24:11 +0100 oj r268963 : #i99708# remove duplicate code
2009-03-06 07:22:24 +0100 oj r268962 : #i99708# use tenary operator
2009-03-06 07:19:21 +0100 oj r268961 : remove unused rtl_logs
2009-03-06 07:15:55 +0100 oj r268960 : #i99708# extract getLength from for loop
2009-03-06 07:15:35 +0100 oj r268959 : #i99708# extract getLength from for loop
2009-03-06 07:14:57 +0100 oj r268958 : remove unused rtl_logs
2009-03-06 07:13:01 +0100 oj r268957 : insert DBG_ helper
2009-03-06 07:12:17 +0100 oj r268956 : remove unused rtl_logs
2009-03-06 07:10:26 +0100 oj r268955 : remove unused rtl_logs
2009-03-06 07:04:51 +0100 oj r268954 : #i99708# use tenary operator
2009-03-05 12:04:46 +0100 oj r268895 : comment RTL_LOG out
2009-03-05 09:05:07 +0100 oj r268874 : add rtl logfile
2009-03-04 14:21:18 +0100 oj r268828 : #i99708# make static inplace and some method calls in for loop removed
2009-03-04 14:20:34 +0100 oj r268827 : #i99708# impl double check pattern for getInfohelper
2009-03-02 09:31:42 +0100 oj r268636 : add rtl logfile
2009-03-02 08:18:37 +0100 oj r268633 : add rtl logfile
2009-02-27 11:22:16 +0100 oj r268570 : #i99709# change algorithm for marking objects
2009-02-27 11:17:04 +0100 oj r268568 : #i99708# some improvements to load forms, controls faster and replacement of size() call with !empty() which is much faster
2009-02-24 10:09:35 +0100 sb r268383 : #i99290# no longer care to set a sensible context class loader for native threads attached to the VM
2009-02-23 13:44:04 +0100 oj r268354 : #i76606# seekrow changes
2009-02-23 12:27:30 +0100 oj r268349 : deleted
2009-02-20 15:14:23 +0100 oj r268325 : #i76606# some code changes
2009-02-19 14:15:25 +0100 oj r268284 : #i76606# use of simple prep stmt instead of full blown rowset, when source and dest connection are the same use insert into ... ( select ... )
2009-02-19 11:27:55 +0100 oj r268265 : #i76606# insert some RTL_LOG and setObject impl
2009-02-18 14:45:37 +0100 oj r268222 : #i99363# insert RTL_LOG
2009-02-18 14:45:18 +0100 oj r268221 : #i99363# insert RTL_LOG
2009-02-18 11:14:54 +0100 oj r268207 : #i99363# call some impl_ methods to avoid duplicate cechCache calls
2009-02-18 11:10:47 +0100 oj r268206 : #i99363# make isCount inline
2009-02-18 10:33:22 +0100 oj r268203 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-18 10:32:57 +0100 oj r268202 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-17 07:29:05 +0100 oj r267843 : #i96897# remove some dll public
2009-02-16 15:01:04 +0100 oj r267816 : #i96897# remove some dll public
2009-02-16 14:25:53 +0100 oj r267810 : #i99264# remove duplicate code
2009-02-16 14:25:33 +0100 oj r267809 : #i99264# remove duplicate code
2009-02-16 14:24:59 +0100 oj r267808 : #i99264# remove duplicate code
2009-02-13 10:56:17 +0100 oj r267703 : #i99191# comment the contextclassloader
2009-02-13 10:32:40 +0100 oj r267700 : reduce call to resultset meta data
2009-02-13 10:27:31 +0100 oj r267699 : reduce call to resultset meta data
2009-02-13 10:27:08 +0100 oj r267698 : reduce call to resultset meta data
2009-04-23 10:42:05 +00:00
Rüdiger Timm
b53f135d31
INTEGRATION: CWS changefileheader (1.32.118); FILE MERGED
...
2008/03/31 13:26:43 rt 1.32.118.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:29:20 +00:00
Jens-Heiner Rechtien
48324de656
INTEGRATION: CWS dba24a (1.31.36); FILE MERGED
...
2007/09/05 11:02:57 oj 1.31.36.1: #i68334# fix ref count prob
2007-09-26 13:38:50 +00:00
Kurt Zenker
974ac5b029
INTEGRATION: CWS dba23a (1.30.60); FILE MERGED
...
2007/02/26 11:48:06 fs 1.30.60.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
2007-05-10 09:11:43 +00:00
Ivo Hinkelmann
38c29361f7
INTEGRATION: CWS dba205b (1.27.18); FILE MERGED
...
2006/09/04 11:57:50 oj 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED
2006/08/06 20:19:58 fs 1.27.18.1: #i67020# pass around a connection, needed for the column container mediator
2006-10-18 12:26:31 +00:00
Oliver Bolte
c105cf664b
INTEGRATION: CWS pchfix02 (1.28.4); FILE MERGED
...
2006/09/01 17:24:05 kaib 1.28.4.1: #i68856# Added header markers and pch files
2006-09-17 05:33:25 +00:00
Jens-Heiner Rechtien
4b5d939323
INTEGRATION: CWS dba30 (1.25.14); FILE MERGED
...
2006/07/19 12:10:50 fs 1.25.14.2: RESYNC: (1.25-1.27); FILE MERGED
2006/01/02 09:17:08 oj 1.25.14.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used
2006-08-15 09:43:04 +00:00
Oliver Bolte
e3230810a8
INTEGRATION: CWS qiq (1.25.124); FILE MERGED
...
2006/06/28 10:31:07 fs 1.25.124.3: #i10000#
2006/06/27 11:56:53 fs 1.25.124.2: RESYNC: (1.25-1.26); FILE MERGED
2006/06/16 11:47:36 fs 1.25.124.1: during #i51143#:
refactored VCollection:
- createEmptyObject now named createDescriptor
- cloneObject removed
- appendObject now returns the newly created object
(previously done via a subsequent call to cloneObject)
2006-07-10 14:04:38 +00:00
Jens-Heiner Rechtien
c177b5cb98
INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED
...
2006/06/14 10:57:11 fs 1.25.50.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ...
2006/03/24 15:35:47 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:38:18 +00:00
Rüdiger Timm
bd031ed652
INTEGRATION: CWS ooo19126 (1.24.116); FILE MERGED
...
2005/09/05 17:32:06 rt 1.24.116.1: #i54170# Change license header: remove SISSL
2005-09-08 09:04:30 +00:00
Vladimir Glazounov
925d49ee29
INTEGRATION: CWS dba23 (1.23.44); FILE MERGED
...
2005/01/19 08:45:17 oj 1.23.44.1: #i40293# cast to sal_int64
2005-02-17 10:02:12 +00:00
Rüdiger Timm
6ce044a1a1
INTEGRATION: CWS dba16 (1.22.10); FILE MERGED
...
2004/08/27 12:40:29 oj 1.22.10.1: #i33482# setParent and queryInterface corrected
2004-10-22 07:55:51 +00:00
Jens-Heiner Rechtien
d2d8d6eada
INTEGRATION: CWS insight01 (1.19.104); FILE MERGED
...
2004/07/06 09:37:42 oj 1.19.104.10: RESYNC: (1.20-1.21); FILE MERGED
2004/03/16 14:21:52 oj 1.19.104.9: #111075# change rename handling
2004/02/20 11:32:34 oj 1.19.104.8: #i25414# extend the datadescriptor for database location and connection resource
2004/02/12 16:15:20 oj 1.19.104.7: #111075# fix refcount problem
2004/01/02 13:56:34 oj 1.19.104.6: RESYNC: (1.19-1.20); FILE MERGED
2003/12/19 13:07:16 oj 1.19.104.5: #111075# ongoing work
2003/12/17 09:18:56 oj 1.19.104.4: #111075# ongoing work
2003/11/05 11:36:14 oj 1.19.104.3: #111075# ongoing work
2003/10/24 06:29:58 oj 1.19.104.2: #i21643# import filter changes
2003/08/15 08:52:48 oj 1.19.104.1: #111075# ongoing new dbaapp work
2004-08-02 14:01:48 +00:00
Oliver Bolte
d835ce3700
INTEGRATION: CWS oj5 (1.20.64); FILE MERGED
...
2004/05/19 09:20:19 oj 1.20.64.1: #109328# new strings
2004-06-01 09:09:55 +00:00
Rüdiger Timm
649cde8836
INTEGRATION: CWS geordi2q10 (1.19.158); FILE MERGED
...
2003/11/28 09:42:53 rt 1.19.158.1: #111934#: join CWS dba01pp1
2003-12-01 09:34:24 +00:00
Ocke Janssen
7796d2bcb5
#105213# check if table has already privs
2002-11-28 09:30:59 +00:00
Ocke Janssen
d1480d1ffa
#104495# make use of the new base classes in connectivity
2002-10-25 07:55:22 +00:00
Ocke Janssen
d1cb8d1647
new var inserted
2001-12-19 14:09:58 +00:00
Jens-Heiner Rechtien
5983f7545d
#92924#: gcc-3.0.1 needs lvalue, exception specifications
2001-11-01 14:27:20 +00:00
Ocke Janssen
3a1e98e786
#93489# impl new property for columnsettings
2001-10-19 13:15:28 +00:00
Ocke Janssen
fe6066d957
#91719# implementing the XRename handling
2001-09-25 12:28:23 +00:00