summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-7/+7
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-3/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann4-7/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-04-30Gradually typed LinkStephan Bergmann3-9/+9
2015-04-29coverity#1296211 pCurWin == pNewWin at this pointCaolán McNamara1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann7-35/+12
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29convert SDRSEARCH_ constants to scoped enumNoel Grandin2-2/+2
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl7-16/+16
2015-04-28basctl: fix GCC-4.7 buildMiklos Vajna1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks44-495/+859
2015-04-24loplugin:simplifyboolStephan Bergmann3-7/+7
2015-04-23loplugin:staticmethodsNoel Grandin12-18/+18
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-22Unused using declarationStephan Bergmann1-1/+0
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin1-5/+3
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin5-16/+18
2015-04-17svx: convert new to ::Create.Noel Grandin2-2/+2
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks10-36/+36
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks2-6/+6
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin4-7/+7
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-8/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-19/+19
2015-04-14calling static member function through member call syntaxNoel Grandin1-1/+1
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-12cppcheck: cstyleCastCaolán McNamara1-2/+2
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks1-3/+2
2015-04-10Misc. other fixing.Michael Meeks1-1/+1
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks2-5/+2
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks11-23/+23
2015-04-10protect more printer code-paths.Michael Meeks1-1/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin10-21/+21
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2-1/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2-2/+2
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-0/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin4-13/+13
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks2-2/+2
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-4/+4
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin7-7/+9
2015-04-10vclwidget: only call dispose() onceNoel Grandin15-32/+32
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+1