summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-04-29convert WZB_ constants to scoped enumNoel Grandin8-32/+32
2015-04-29Also add RenderContext parameter to updatecheckuiTomaž Vajngerl1-2/+2
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl2-4/+4
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-4/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-4/+4
2015-04-28extensions: fix GCC-4.7 buildMiklos Vajna2-2/+2
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann1-7/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks87-658/+1241
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann1-1/+1
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann1-1/+1
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann4-6/+6
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-5/+5
2015-04-23fix windows buildNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin25-68/+76
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin5-9/+9
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23extensions: remove unnecessary includeMichael Stahl1-1/+0
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks1-2/+2
2015-04-22extensions: convert new to ::Create.Michael Meeks17-34/+33
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin2-2/+2
2015-04-22callcatcher: update unused codeCaolán McNamara2-17/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann13-0/+15
2015-04-20dbaccess: convert new to ::Create.Michael Meeks8-28/+27
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks10-16/+15
2015-04-16fix live children left behind at destroyNoel Grandin1-1/+1
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-20/+20
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin26-132/+132
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann6-6/+6
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks1-1/+1
2015-04-10Misc. other fixing.Michael Meeks1-1/+1
2015-04-10Lots more small re-basing issues fixed.Michael Meeks1-2/+2
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-3/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks8-16/+16
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-4/+4
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2-1/+6
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin8-18/+18
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin3-14/+11
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-3/+3
2015-04-10cleanup Printer VclRef pieces.Michael Meeks2-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin4-6/+12
2015-04-10vclwidget: only call dispose() onceNoel Grandin29-43/+43
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-12/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin65-282/+738
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin8-47/+46
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin38-227/+364