summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-07OQueryViewSwitch::resizeDocumentView etc unusedCaolán McNamara
2015-04-06apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Typo: metod(s)->method(s)Julien Nabet
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin
2015-03-27convert BUTTON_ constants to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25TyposJulien Nabet
2015-03-24loplugin:constantfunction: dbaccessNoel Grandin
2015-03-23TyposJulien Nabet
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-13Typo: coumns->columnsJulien Nabet
2015-03-13Typo: form the table->from the tableJulien Nabet
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-12CppCheck cleaning : Redundant checking for element existenceMichaël Lefèvre
2015-03-12CppCheck cleaning : reduce scopeMichaël Lefèvre
2015-03-12Typo: subsitute->substituteJulien Nabet
2015-03-12dbaccess: PVS-Studio V522 Dereferencing of null pointer 'piTmpConnection'Michael Stahl
2015-03-11dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09coverity#1287398 Logically dead codeCaolán McNamara
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06tdf#89391 : Datasource URL in Database Properties window cannot be viewedSzymon Kłos
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-02V813: Decreased performanceCaolán McNamara
2015-03-02cppcheck: Variable is assigned a value that is never usedNoel Grandin
2015-03-01avoid NULL ptr deref.David Tardon
2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-24TyposJulien Nabet
2015-02-22Simplify erase iterator management (ContentHelper)Julien Nabet
2015-02-18TyposJulien Nabet
2015-02-17callcatcher: update unused codeCaolán McNamara