summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin9-2/+31
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin8-1/+43
2015-04-09vcl: VclPtr conversion in swNoel Grandin126-476/+1052
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin10-39/+103
2015-04-09vcl: VclPtr conversion in sdNoel Grandin65-229/+452
2015-04-09vcl: VclPtr conversion in scNoel Grandin90-1070/+1599
2015-04-09vcl: VclPtr conversion in reportdesignNoel Grandin25-373/+506
2015-04-09vcl: VclPtr conversion in fpickerNoel Grandin6-0/+28
2015-04-09vcl: VclPtr conversion in filterNoel Grandin10-48/+97
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin5-0/+21
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin38-227/+364
2015-04-09loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()Noel Grandin1-11/+59
2015-04-09loplugin: vclwidgets: make the dispose/destructor checking more robustNoel Grandin1-40/+77
2015-04-09vcl: VclPtr conversion in variousNoel Grandin3-2/+5
2015-04-09vcl: VclPtr conversion in formsNoel Grandin4-6/+14
2015-04-09vcl: VclPtr conversion in formsNoel Grandin11-10/+52
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin165-510/+792
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin8-28/+98
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin167-460/+662
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin54-124/+116
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin31-274/+412
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin156-1301/+1921
2015-04-09vcl: VclPtr conversion in frameworkNoel Grandin8-26/+64
2015-04-09vcl: VclPtr conversion in basicNoel Grandin2-39/+60
2015-04-09vcl: VclPtr conversion in avmediaNoel Grandin6-159/+164
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin90-603/+861
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin86-492/+771
2015-04-09vcl: window destructors calling disposeNoel Grandin57-160/+187
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks25-31/+138
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks9-42/+50
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin5-41/+30
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin7-0/+63
2015-04-09clang plugin: check return types for vcl::Window* that should be wrappedNoel Grandin1-21/+45
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin2-2/+2
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin2-9/+9
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin10-34/+48
2015-04-09vcl: vclwidget plugin should look for raw vcl::Window usageNoel Grandin1-12/+75
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin29-142/+92
2015-04-09new loplugin: VCL widget reference checkerNoel Grandin1-0/+86
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin10-79/+89
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin3-14/+78
2015-04-09vcl: chain to parent dispose properly.Michael Meeks1-0/+2
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks14-96/+121
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks5-44/+61
2015-04-09vcl: double dispose protection & unit test.Michael Meeks4-0/+27
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks8-2/+150
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin22-347/+535
2015-04-09TableRef: correct GetToken() logicEike Rathke2-37/+45
2015-04-09TableRef: allow column specifier without itemEike Rathke1-10/+1
2015-04-09TableRef: lookup column specifierEike Rathke2-1/+60