summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks6-44/+45
2015-04-17svx: convert new to ::Create.Noel Grandin4-6/+6
2015-04-17Use bool instead of sal_BoolStephan Bergmann1-1/+1
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks20-48/+43
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-13Explicit disposeOnce instead of transient wrappers.Michael Meeks2-6/+4
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
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-11disposeAndClear in place of DELETEZ.Michael Meeks3-14/+11
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks2-13/+7
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-1/+0
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks28-64/+64
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks8-25/+27
2015-04-10re-insert erroneously converted delete calls.Michael Meeks3-0/+7
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin28-78/+77
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2-2/+2
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin4-14/+14
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks1-5/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin7-28/+2
2015-04-10cleanup Printer VclRef pieces.Michael Meeks5-14/+11
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin5-11/+12
2015-04-10vclwidget: only call dispose() onceNoel Grandin73-104/+104
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks13-34/+34
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin162-822/+1540
2015-04-09dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks4-11/+11
2015-04-09dbaccess: protection against double disposes.Michael Meeks1-1/+3
2015-04-09more double dispose protection.Michael Meeks2-4/+12
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin28-211/+212
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin165-510/+792
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-2/+2
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-4/+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