summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-09vcl: VclPtr conversion in variousNoel Grandin
2015-04-09vcl: VclPtr conversion in formsNoel Grandin
2015-04-09vcl: VclPtr conversion in formsNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-09vcl: VclPtr conversion in chart2Noel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-09vcl: VclPtr conversion in frameworkNoel Grandin
2015-04-09vcl: VclPtr conversion in basicNoel Grandin
2015-04-09vcl: VclPtr conversion in avmediaNoel 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-09clang plugin: check return types for vcl::Window* that should be wrappedNoel 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: vclwidget plugin should look for raw vcl::Window usageNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09new loplugin: VCL widget reference checkerNoel 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: chain to parent dispose properly.Michael Meeks
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-09TableRef: correct GetToken() logicEike Rathke
2015-04-09TableRef: allow column specifier without itemEike Rathke
2015-04-09TableRef: lookup column specifierEike Rathke
2015-04-09stop assert on exit from bibliographyCaolán McNamara
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara
2015-04-09Just use a plain std::vector<OUString>Stephan Bergmann
2015-04-09tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unusedMiklos Vajna
2015-04-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara
2015-04-09Resolves: tdf#90473 bibliography doesn't resize after reloadCaolán McNamara
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara
2015-04-09newly set nStart and nEnd are not usedCaolán McNamara
2015-04-09Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None EntryHeena Gupta
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-09fdo#88045-Edit Button for Numbering Style in Edit Paragraph StyleHeena Gupta
2015-04-09loplugin:staticmethodsNoel Grandin