summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-108-25/+27
* re-insert erroneously converted delete calls.Michael Meeks2015-04-103-0/+7
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-1028-78/+77
* Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-102-2/+2
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-104-14/+14
* add missing disposeAndClear pieces for VclMEditMichael Meeks2015-04-101-5/+6
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-107-28/+2
* cleanup Printer VclRef pieces.Michael Meeks2015-04-105-14/+11
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-101-1/+1
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-105-11/+12
* vclwidget: only call dispose() onceNoel Grandin2015-04-1073-104/+104
* 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