summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows-only code, part 8Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 7Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only code, part 6Stephan Bergmann2016-05-041-2/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-045-19/+15
* NULL -> nullptrStephan Bergmann2016-05-031-2/+2
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-2810-64/+64
* -Werror=maybe-uninitializedStephan Bergmann2016-04-251-2/+3
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-1/+4
* fix Windows buildNoel Grandin2016-04-251-2/+3
* simplify OPropertyMap initNoel Grandin2016-04-252-82/+70
* Avoid reserved identifiersStephan Bergmann2016-04-222-15/+15
* loplugin:salboolStephan Bergmann2016-04-225-126/+126
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-217-30/+27
* new plugin stylepoliceNoel Grandin2016-04-212-28/+28
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2068-649/+649
* follow-up for clean-up declarations and includesJochen Nitschke2016-04-181-1/+2
* cppcheck: silence known condition warning in connectivityJochen Nitschke2016-04-181-8/+4
* loplugin:passstuffbyrefStephan Bergmann2016-04-184-5/+5
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-8/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1831-231/+3
* loplugin:passstuffbyrefStephan Bergmann2016-04-152-3/+3
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#97853 connectivity: fix inverted conditionMichael Stahl2016-04-132-3/+3
* loplugin:passstuffbyref in connectivityNoel Grandin2016-04-1317-25/+25
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1224-36/+0
* clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin2016-04-118-14/+12
* No need to wrap SAL_INFO in OSL_DEBUG_LEVEL > 0Stephan Bergmann2016-04-111-12/+0
* Replace OUtoCStr macroJulien Nabet2016-04-111-12/+10
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-081-3/+4
* Avoid reserved identifiersStephan Bergmann2016-04-0643-314/+314
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-043-8/+3
* tdf#97499 Fixed containers parameters clearing #2tymyjan2016-04-041-2/+1
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-0212-13/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-015-11/+11
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-314-26/+25
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-313-3/+3
* Use const_iterator when possible (connectivity)Julien Nabet2016-03-2834-87/+87
* tdf#90561: Add AS keyword in Query-designer for hsqldbJulien Nabet2016-03-261-0/+5
* loplugin:constantparam in connectivityNoel Grandin2016-03-2317-85/+50
* tdf#88462 convert manual XInterface implementationskerem2016-03-222-43/+24
* replace typedef OIndex_ADO->sdbcx::OIndexNoel Grandin2016-03-182-9/+7
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-2/+2
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-102-2/+2
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-092-2/+2
* loplugin:constantparam in connectivityNoel Grandin2016-03-097-43/+26
* tdf#75280 Replace sal_uIntPtr to better types in /connectivityJaskaran2016-03-083-17/+17
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-1/+1
* loplugin:defaultparamsStephan Bergmann2016-03-072-2/+2
* tdf#97499 Remove some Default arguments in unordered containerJaskaran2016-03-072-6/+2
* loplugin:unuseddefaultparamsNoel Grandin2016-03-075-12/+12