summaryrefslogtreecommitdiff
path: root/include/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann3-7/+5
2015-02-05callcatcher: update unused codeCaolán McNamara1-3/+0
2015-01-28That is well worth an assertLionel Elie Mamane1-3/+2
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-1/+4
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-8/+8
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-16/+16
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+3
2014-12-08callcatcher: update unused codeCaolán McNamara1-5/+0
2014-12-01fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane1-9/+26
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-27error C2513: 'const short' : no variable declared before '='Miklos Vajna1-0/+4
2014-09-26factorise odbc headers inclusionLionel Elie Mamane1-0/+104
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane1-2/+2
2014-09-26loplugin:inlinevisibleStephan Bergmann1-2/+2
2014-09-26implement --with-system-odbc on windowsNoel Grandin1-2/+3
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane1-32/+31
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann9-9/+9
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann1-2/+2
2014-09-04fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud1-0/+1
2014-08-17use bool directlyThomas Arnhold1-2/+2
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-2/+16
2014-07-21fix -Werror=extra: base class ‘class salhelper::SimpleReferenceObject’Michael Stahl1-1/+4
2014-07-21convert ORefVector to use salhelp::SimpleReferenceObjectNoel Grandin1-26/+6
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin1-3/+3
2014-07-10use SimpleReferenceObject in connectivity moduleNoel Grandin1-12/+13
2014-07-08Revert "use SimpleReferenceObject in connectivity module"Caolán McNamara1-5/+25
2014-07-08use SimpleReferenceObject in connectivity moduleNoel Grandin1-25/+5
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara1-1/+6
2014-06-29Typo: beeing->beingJulien Nabet1-2/+2
2014-06-25remove spurious com::sun::star::chaosMichael Stahl1-2/+2
2014-06-18rtl::Reference fits just fine hereStephan Bergmann1-1/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+4
2014-06-05connectivity: remove SAL_THROW macroNoel Grandin8-44/+35
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni4-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist1-1/+3
2014-04-16connectivity: sal_Bool->boolNoel Grandin2-2/+2
2014-04-15non-desktop: Avoid dbaccess.Jan Holesovsky1-1/+4
2014-04-10It's "its", not "it's"Tor Lillqvist2-3/+3
2014-04-04/include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin1-3/+3
2014-04-01connectivity: sal_Bool->boolNoel Grandin7-23/+23
2014-04-01connectivity: sal_Bool->boolNoel Grandin11-66/+60
2014-04-01connectivity: sal_Bool->boolNoel Grandin2-8/+8
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin5-28/+28
2014-04-01connectivity: sal_Bool->boolNoel Grandin5-31/+31
2014-03-28Missing XTypeProvider base classStephan Bergmann1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann29-201/+204