summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls4-0/+4
2015-04-21Visbile->VisibleCaolán McNamara1-11/+11
2015-04-21CppCheck cleaning : avoid unnecessary affectationMichaël Lefèvre1-2/+2
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-2/+2
2015-04-17Use bool instead of sal_BoolStephan Bergmann1-1/+1
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin2-66/+66
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin70-208/+208
2015-04-13callcatcher: update unused codeCaolán McNamara8-47/+0
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann10-10/+10
2015-04-13convert SHOWEXTRAS constants to scoped enumNoel Grandin1-1/+1
2015-04-09loplugin:staticmethodsNoel Grandin4-15/+15
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-11/+11
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin2-2/+2
2015-04-07OQueryViewSwitch::resizeDocumentView etc unusedCaolán McNamara3-25/+0
2015-04-06apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara1-5/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann12-15/+15
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann12-15/+15
2015-04-01Typo: metod(s)->method(s)Julien Nabet1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann29-126/+126
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann5-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin3-17/+17
2015-03-27work around Windows and OSX macro collisions with enum valuesNoel Grandin1-3/+3
2015-03-27convert BUTTON_ constants to enum classNoel Grandin3-20/+20
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-11/+11
2015-03-25TyposJulien Nabet1-1/+1
2015-03-24loplugin:constantfunction: dbaccessNoel Grandin14-108/+9
2015-03-23TyposJulien Nabet1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin17-81/+85
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann4-8/+8
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