summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann29-67/+68
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