summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-1013-34/+34
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-10162-822/+1540
* dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks2015-04-094-11/+11
* dbaccess: protection against double disposes.Michael Meeks2015-04-091-1/+3
* more double dispose protection.Michael Meeks2015-04-092-4/+12
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0928-211/+212
* vcl: VclPtr conversion in dbaccessNoel Grandin2015-04-09165-510/+792
* vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin2015-04-091-2/+2
* vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks2015-04-091-4/+1
* loplugin:staticmethodsNoel Grandin2015-04-094-15/+15
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-2/+2
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-072-11/+11
* convert SvtModuleOptions::EFactory to enum classNoel Grandin2015-04-072-2/+2
* OQueryViewSwitch::resizeDocumentView etc unusedCaolán McNamara2015-04-073-25/+0
* apparently OGenericUnoController::InvalidateFeature is unusedCaolán McNamara2015-04-061-5/+0
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-0212-15/+15
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-0212-15/+15
* Typo: metod(s)->method(s)Julien Nabet2015-04-011-1/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0129-126/+126
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-315-8/+8
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-273-17/+17
* work around Windows and OSX macro collisions with enum valuesNoel Grandin2015-03-271-3/+3
* convert BUTTON_ constants to enum classNoel Grandin2015-03-273-20/+20
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-265-11/+11
* TyposJulien Nabet2015-03-251-1/+1
* loplugin:constantfunction: dbaccessNoel Grandin2015-03-2414-108/+9
* TyposJulien Nabet2015-03-231-1/+1
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-1817-81/+85
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-174-8/+8
* Typo: coumns->columnsJulien Nabet2015-03-131-1/+1
* Typo: form the table->from the tableJulien Nabet2015-03-131-2/+2
* V803 decreased performance postfix incrementMichael Stahl2015-03-131-1/+1
* CppCheck cleaning : Redundant checking for element existenceMichaël Lefèvre2015-03-121-4/+1
* CppCheck cleaning : reduce scopeMichaël Lefèvre2015-03-121-2/+4
* Typo: subsitute->substituteJulien Nabet2015-03-121-1/+1
* dbaccess: PVS-Studio V522 Dereferencing of null pointer 'piTmpConnection'Michael Stahl2015-03-121-3/+0
* dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl2015-03-111-4/+0
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-102-5/+4
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-101-10/+1
* coverity#1287398 Logically dead codeCaolán McNamara2015-03-092-4/+6
* V801: Decreased performanceCaolán McNamara2015-03-062-3/+3
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Idle and Timer are now completely independentTobias Madl2015-03-062-1/+2
* tdf#89391 : Datasource URL in Database Properties window cannot be viewedSzymon Kłos2015-03-063-0/+17
* V801: Decreased performanceCaolán McNamara2015-03-054-6/+6
* V813: Decreased performanceCaolán McNamara2015-03-022-2/+2