summaryrefslogtreecommitdiffstats
path: root/include/connectivity
Commit message (Collapse)AuthorAgeFilesLines
* com::sun::star->css in include/connectivityNoel Grandin2015-10-2042-663/+663
| | | | | | | Change-Id: I74920b46144dbdde6abf9cf267fa508a3faea0ce Reviewed-on: https://gerrit.libreoffice.org/19460 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1228-210/+210
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
| | | | Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
* loplugin:unusedmethodsNoel Grandin2015-10-061-4/+0
| | | | Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
* Fix typosAndrea Gelmini2015-09-302-2/+2
| | | | | | | Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
* error C2039: ´getCreateColumns´ used in mozab/MStatement.cxxCaolán McNamara2015-08-071-0/+1
| | | | Change-Id: Ie1fb9718e094f02fe99a47f9fa8bd9f8db2be733
* loplugin:unusedmethodsNoel Grandin2015-08-056-17/+0
| | | | | | | Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-179-37/+36
| | | | | | | | | with the variadic variants, for connectivity. Change-Id: I3645a2855e903848936520ac854fc1039fc456e8 Reviewed-on: https://gerrit.libreoffice.org/16971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethods connectivityNoel Grandin2015-07-155-16/+0
| | | | | | | Change-Id: Ie9f3daa49b02dddc7b56d1f5fb58a229f53d4513 Reviewed-on: https://gerrit.libreoffice.org/17043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-1/+1
| | | | | | | | | | | | | | Not very useful these days, since we have the css:: prefix to reduce verbosity. Found with a search like: git grep -nP 'typedef .*uno::Reference.*<.*>\s+\w+;' | grep -v 'std::' Change-Id: I16f41c53837ec5c613545ae45df38b0daddcbadd Reviewed-on: https://gerrit.libreoffice.org/16730 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Fix typosAndrea Gelmini2015-06-181-1/+1
| | | | | | | Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* parameter handling: fix confusion between column name and realnameLionel Elie Mamane2015-06-171-1/+2
| | | | Change-Id: I81fd45276183b911e4560ca785221894ea2ebc88
* loplugin:staticmethodsStephan Bergmann2015-06-081-6/+6
| | | | Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b
* loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin2015-05-291-34/+12
| | | | | | | | | ..into WarningsContainer Change-Id: I682528a4eb1b1298faf12b2d498db65f94800cd5 Reviewed-on: https://gerrit.libreoffice.org/15905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* callcatcher: update unused codeCaolán McNamara2015-05-081-2/+0
| | | | Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-303-16/+2
| | | | | | | | | | | Bin pointless '// predeclarations' or '// forward declarations' comments. If a programmer doesn't know what a forward declaration is, well, why read C++ source code? Also bin some pointless '// end of namespace foo' comments after namespace blocks just a handful of lines long, and some superfluous vertical whitespace. Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
| | | | Change-Id: Ib0290487a963d665a628bd75f4140a9e2b89faa7
* loplugin:staticmethodsNoel Grandin2015-04-235-9/+9
| | | | Change-Id: I200fdb2e193127f0c9e8cec4859845d3ec19cea0
* tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls2015-04-223-395/+0
| | | | | | | | | | | | | | | | | | | | | | Removes "virtualdbtools" and its implementation under "simpledbt", which are mostly wrappers around various dbtools functions and classes, previously aiding the now removed dynamic loading logic. Removes IDataAccessTools, IDataAccessTypeConversion and IDataAccessToolsFactory interfaces and their accompanying implementations which are completely unused. Removes IDataAccessCharSet (implemented by ODataAccessCharSet) and moves the implementation into a function which replaces ODataAccessCharsetHelper. Removes ISQLParseNode and ISQLParser and their implementation in OSimpleParseNode and OSimpleSQLParser, which simply wrap around OSQLParseNode and OSQLParser respectively. To avoid including "sqlbison.hxx" unnecessarily, includes to "sqlbison.hxx" are now only used where needed. Change-Id: Id882dfbf43514d84a1eaffc1f916d627830c8cd6 Reviewed-on: https://gerrit.libreoffice.org/15450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-159-11/+11
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* tdf#88710 Kill svx dbtoolsclientMatthew Nicholls2015-04-141-0/+17
| | | | | | | | | | Removes dynamic loading logic described in tdf#84315, similar thing removed in swdbtoolsclient. Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e Reviewed-on: https://gerrit.libreoffice.org/15147 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Typo: creat->createJulien Nabet2015-04-041-1/+1
| | | | Change-Id: I5e57e6d506504933096f4c8e371b0ddc93c04cbd
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
| | | | Change-Id: I6c7c31befd61cbf0800a62c08e7395ddf78e4b30
* new constantfunction lopluginNoel Grandin2015-03-251-7/+0
| | | | Change-Id: Ie9b7a0c41fc4dbd2560ceff6bae9ab85357f518b
* Catch accidental mis-conversions from pointer to boolStephan Bergmann2015-03-231-0/+3
| | | | Change-Id: I3f6ec3bd951d45b973880be1ae19e167c5e99d20
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
| | | | Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d
* TyposJulien Nabet2015-03-021-1/+1
| | | | Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
* boost->stdCaolán McNamara2015-02-185-23/+17
| | | | Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f
* loplugin:deletedspecialStephan Bergmann2015-02-073-7/+5
| | | | Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f
* callcatcher: update unused codeCaolán McNamara2015-02-051-3/+0
| | | | Change-Id: I540d192a361938cd4dca811e7170d762841662ee
* That is well worth an assertLionel Elie Mamane2015-01-281-3/+2
| | | | | | The exception thrown by at() is not treated meaningfully anyway. Change-Id: I8c243541271d7da76b2a9b102e058b5f2d1ad6d3
* Query Design: use correct name for columns that come from another query.Lionel Elie Mamane2015-01-281-1/+4
| | | | Change-Id: I25b4ccdc2f50ba89687e1f4c871f286251a28e21
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-8/+8
| | | | | | | | | | This cleanups up indentation and removes dead classes. This is a followup patch to commit 272b1dd55797aacf511fb4342b0054e3697243f6 "new loplugin: change virtual methods to non-virtual" Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-16/+16
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
| | | | Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
* connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-3/+3
| | | | Change-Id: I10b2ddf9dcc83219fea8eb55783507eed52702e8
* callcatcher: update unused codeCaolán McNamara2014-12-081-5/+0
| | | | Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d
* fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane2014-12-011-9/+26
| | | | Change-Id: I3c0cf976e0a9fbafe6eee768799a2f48c2ee0ea9
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
| | | | | | | | | Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
* error C2513: 'const short' : no variable declared before '='Miklos Vajna2014-09-271-0/+4
| | | | | | | com/sun/star/beans/PropertyAttribute.hdl's OPTIONAL had a clash with some of the Windows headers. Change-Id: I26a4fdcd1a1d53596b82ebdaf609e0a0e9309697
* factorise odbc headers inclusionLionel Elie Mamane2014-09-261-0/+104
| | | | | | it is complicated enough that we should implement that logic only once Change-Id: I0cc5ffb871223b27df825f21612e3c8f6f2febb3
* fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2014-09-261-2/+2
| | | | Change-Id: Ic7253575859766f18869159e4a8dd6b3d715850d
* loplugin:inlinevisibleStephan Bergmann2014-09-261-2/+2
| | | | Change-Id: Id2530063cd0302b65dcc82965f1b81c31b759b63
* implement --with-system-odbc on windowsNoel Grandin2014-09-261-2/+3
| | | | Change-Id: I1757b9ce74277b1c11533f41caeafaf9b88658ef
* rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane2014-09-261-32/+31
| | | | | | It just wraps around dbtools, which is linked directly now. Change-Id: If8d281962018a48a54858421e3490f5032658691
* connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-259-9/+9
| | | | Change-Id: I796dc05d1846f140a56b5a6f14a69a239324ae5b
* connectivity: sal_Bool -> boolStephan Bergmann2014-09-121-2/+2
| | | | Change-Id: Id9458a3aa0928eedc87aec39f305b206e2638e67
* fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2014-09-041-0/+1
| | | | Change-Id: I31bcec74a786df016d994834e6146fb7a76e72cb
* use bool directlyThomas Arnhold2014-08-171-2/+2
| | | | Change-Id: I314e290b453c55e345559d8abef9b00622493ed3
* coverity#706376 Uncaught exceptionCaolán McNamara2014-07-211-2/+16
| | | | Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30