summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann
2015-05-01these are static all the way downCaolán McNamara
2015-05-01another attempt to get coverity to parse thisCaolán McNamara
2015-04-30reorg this template to see if coverity can parse thenCaolán McNamara
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-29Clean up tools/link.hxxStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-29convert WZB_ constants to scoped enumNoel Grandin
2015-04-29Also add RenderContext parameter to updatecheckuiTomaž Vajngerl
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28extensions: fix GCC-4.7 buildMiklos Vajna
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann
2015-04-28executedDialog _nExecutionResult param is of type sal_Int16/VclResponseTypeStephan Bergmann
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23fix windows buildNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23extensions: remove unnecessary includeMichael Stahl
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-22extensions: convert new to ::Create.Michael Meeks
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-22callcatcher: update unused codeCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-16fix live children left behind at destroyNoel Grandin
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10Misc. other fixing.Michael Meeks