summaryrefslogtreecommitdiffstats
path: root/include/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:staticmethodsStephan Bergmann2015-06-081-6/+6
* loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin2015-05-291-34/+12
* callcatcher: update unused codeCaolán McNamara2015-05-081-2/+0
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-303-16/+2
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-235-9/+9
* tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls2015-04-223-395/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-159-11/+11
* tdf#88710 Kill svx dbtoolsclientMatthew Nicholls2015-04-141-0/+17
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* new constantfunction lopluginNoel Grandin2015-03-251-7/+0
* Catch accidental mis-conversions from pointer to boolStephan Bergmann2015-03-231-0/+3
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* TyposJulien Nabet2015-03-021-1/+1
* boost->stdCaolán McNamara2015-02-185-23/+17
* loplugin:deletedspecialStephan Bergmann2015-02-073-7/+5
* callcatcher: update unused codeCaolán McNamara2015-02-051-3/+0
* That is well worth an assertLionel Elie Mamane2015-01-281-3/+2
* Query Design: use correct name for columns that come from another query.Lionel Elie Mamane2015-01-281-1/+4
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-262-8/+8
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-16/+16
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-122-3/+3
* callcatcher: update unused codeCaolán McNamara2014-12-081-5/+0
* fdo#86852 correctly recognise NULL values in query parameter values dialogLionel Elie Mamane2014-12-011-9/+26
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* error C2513: 'const short' : no variable declared before '='Miklos Vajna2014-09-271-0/+4
* factorise odbc headers inclusionLionel Elie Mamane2014-09-261-0/+104
* fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane2014-09-261-2/+2
* loplugin:inlinevisibleStephan Bergmann2014-09-261-2/+2
* implement --with-system-odbc on windowsNoel Grandin2014-09-261-2/+3
* rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane2014-09-261-32/+31
* connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-259-9/+9
* connectivity: sal_Bool -> boolStephan Bergmann2014-09-121-2/+2
* fdo#55703 automagically use IS NULL fo 'null' in query design.Norbert Thiebaud2014-09-041-0/+1
* use bool directlyThomas Arnhold2014-08-171-2/+2
* coverity#706376 Uncaught exceptionCaolán McNamara2014-07-211-2/+16
* fix -Werror=extra: base class ‘class salhelper::SimpleReferenceObject’Michael Stahl2014-07-211-1/+4
* convert ORefVector to use salhelp::SimpleReferenceObjectNoel Grandin2014-07-211-26/+6
* remove unnecessary "const &" qualifier from T* parametersNoel Grandin2014-07-181-3/+3
* use SimpleReferenceObject in connectivity moduleNoel Grandin2014-07-101-12/+13
* Revert "use SimpleReferenceObject in connectivity module"Caolán McNamara2014-07-081-5/+25
* use SimpleReferenceObject in connectivity moduleNoel Grandin2014-07-081-25/+5
* coverity#706382 Uncaught exceptionCaolán McNamara2014-07-011-1/+6
* Typo: beeing->beingJulien Nabet2014-06-291-2/+2
* remove spurious com::sun::star::chaosMichael Stahl2014-06-251-2/+2
* rtl::Reference fits just fine hereStephan Bergmann2014-06-181-1/+0
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-3/+4
* connectivity: remove SAL_THROW macroNoel Grandin2014-06-058-44/+35