summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-03-13Typo: coumns->columnsJulien Nabet1-1/+1
2015-03-13Typo: form the table->from the tableJulien Nabet1-2/+2
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-03-12CppCheck cleaning : Redundant checking for element existenceMichaël Lefèvre1-4/+1
2015-03-12CppCheck cleaning : reduce scopeMichaël Lefèvre1-2/+4
2015-03-12Typo: subsitute->substituteJulien Nabet1-1/+1
2015-03-12dbaccess: PVS-Studio V522 Dereferencing of null pointer 'piTmpConnection'Michael Stahl1-3/+0
2015-03-11dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl1-4/+0
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara2-5/+4
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-10/+1
2015-03-09coverity#1287398 Logically dead codeCaolán McNamara2-4/+6
2015-03-06V801: Decreased performanceCaolán McNamara2-3/+3
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl2-1/+2
2015-03-06tdf#89391 : Datasource URL in Database Properties window cannot be viewedSzymon Kłos3-0/+17
2015-03-05V801: Decreased performanceCaolán McNamara4-6/+6
2015-03-02V813: Decreased performanceCaolán McNamara2-2/+2
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin2-6/+4
2015-03-01avoid NULL ptr deref.David Tardon1-1/+1
2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl7-14/+0
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl8-16/+0
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-02-24TyposJulien Nabet1-1/+1
2015-02-22Simplify erase iterator management (ContentHelper)Julien Nabet1-3/+1
2015-02-18TyposJulien Nabet3-4/+4
2015-02-17callcatcher: update unused codeCaolán McNamara2-9/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-50/+50
2015-02-12Remove unused fileStephan Bergmann1-31/+0
2015-02-09Fuck that left-behind .lck fileStephan Bergmann1-0/+0
2015-02-09Adapt file URL hackery to WindowsStephan Bergmann2-1/+1
2015-02-09dbaccess: use constructor feature for ORowSetMiklos Vajna4-5/+6
2015-02-08Typo: getQueryDefintions->getQueryDefinitionsJulien Nabet2-5/+5
2015-02-08Typo: esacpe->escapeJulien Nabet5-9/+9
2015-02-07loplugin:deletedspecialStephan Bergmann10-29/+21
2015-02-05tdf#89070 Table filter dialog: properly initialise OTableTreeListBoxLionel Elie Mamane1-0/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian3-4/+15
2015-02-05Resolves: tdf#88825 absent datasource causes exception / abortCaolán McNamara1-15/+23
2015-02-05callcatcher: update unused codeCaolán McNamara4-41/+0
2015-02-04callcatcher: remove some more recently discovered unused methodsCaolán McNamara4-38/+0
2015-02-03Fix PythonTest_dbaccess_pythonStephan Bergmann1-1/+2
2015-02-03copy test file to workdir to avoid overwritingLionel Elie Mamane2-1/+11
2015-02-02callcatcher: remove some unused methodsCaolán McNamara2-8/+0
2015-01-28not all OrCriteria have three childrenLionel Elie Mamane1-2/+4
2015-01-28Query Design: use correct name for columns that come from another query.Lionel Elie Mamane1-1/+14
2015-01-28Use vector::dataStephan Bergmann5-10/+5
2015-01-28CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus JavaTor Lillqvist1-1/+2
2015-01-27this seems to be the intent of the codeLionel Elie Mamane1-1/+1
2015-01-27fix damage done by OUString conversionLionel Elie Mamane1-5/+18
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-4/+4