summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-04-30reorg this template to see if coverity can parse thenCaolán McNamara2-137/+65
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann19-42/+42
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist2-2/+2
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist3-3/+3
2015-04-29Clean up tools/link.hxxStephan Bergmann2-0/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-2/+2
2015-04-29redundant castCaolán McNamara1-1/+1
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