summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin45-165/+177
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin25-45/+68
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin32-41/+70
2015-04-09vcl: window destructors calling disposeNoel Grandin21-35/+29
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks8-6/+17
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks4-18/+11
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin2-3/+3
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin3-0/+4
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin1-1/+1
2015-04-09vcl: a couple more places that shouldn't be stack-allocating Window objectsNoel Grandin1-4/+4
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin2-2/+9
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin15-78/+30
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin4-11/+21
2015-04-09vcl: implement upcasting of VclReference typesNoel Grandin1-0/+61
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks5-14/+17
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks3-11/+33
2015-04-09vcl: double dispose protection & unit test.Michael Meeks1-0/+3
2015-04-09vcl: more rtl::Reference cleanupMichael Meeks2-0/+2
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin10-6/+115
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara1-1/+3
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara2-1/+2
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta1-0/+1
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta1-0/+2
2015-04-09loplugin:staticmethodsNoel Grandin15-43/+43
2015-04-09loplugin:salboolNoel Grandin3-6/+6
2015-04-09loplugin:staticmethodsNoel Grandin3-8/+3
2015-04-09fix windows and android buildsNoel Grandin2-72/+39
2015-04-09fix android buildNoel Grandin6-13/+5
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin1-8/+15
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin1-7/+16
2015-04-09convert RTReferenceType to scoped enumNoel Grandin1-7/+7
2015-04-09convert RTMethodMode to scoped enumNoel Grandin1-8/+8
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin3-69/+75
2015-04-09convert RegError to scoped enumNoel Grandin2-100/+100
2015-04-09convert RegValueType to scoped enumNoel Grandin2-13/+13
2015-04-09remove reg keytype constants and related codeNoel Grandin3-49/+0
2015-04-09convert REG_ constants to scoped enumNoel Grandin3-10/+14
2015-04-09some cleanup in treelistboxTomaž Vajngerl2-70/+141
2015-04-09unique_ptr for SfxTemplatePanelControl pImplTomaž Vajngerl1-6/+5
2015-04-09use std::unique_ptr for Impl in SvxStyleToolBoxControlTomaž Vajngerl1-1/+2
2015-04-09cleanup header tbcontrl.hxxTomaž Vajngerl1-63/+47
2015-04-09WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not usedTor Lillqvist1-1/+5
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist1-7/+29
2015-04-08svl: prefix members of SfxItemIterMichael Stahl1-14/+21
2015-04-08svl: prefix members of SfxItemSetMichael Stahl2-14/+14
2015-04-08A UNO Any can't contain an AnyStephan Bergmann4-3/+19
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard2-10/+23
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard1-0/+1
2015-04-08These function templates want to be inlineStephan Bergmann1-15/+15
2015-04-08fix shadow errorNoel Grandin1-23/+23