summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10svtools: switch UNO pieces to use VclPtr enabled toolkit.Michael Meeks
2015-04-10toolkit: more VclPtr pieces.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-10vclptr: move down impl. to OutputDeviceMichael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: call disposeOnce from VclPtr::disposeAndClearNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09dbaccess: nail the last double-dispose issue breaking the test.Michael Meeks
2015-04-09vclref: re-work mbInDtor handling, add IsDisposed method and more.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin
2015-04-09vcl: VclPtr conversion in variousNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks
2015-04-09vcl: double dispose protection & unit test.Michael Meeks
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09loplugin:salboolNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09fix windows and android buildsNoel Grandin
2015-04-09fix android buildNoel Grandin
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin