summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)Author
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-16tdf#91259 - fix help browser focus issue post dispose.Michael Meeks
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10Fix 3ae4264a0db7f725abc33779ec9b11a45e17e279's removal of pThis->Stephan Bergmann
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28bFound var wants to be of type boolStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticcallStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara
2015-04-13More lifecycle correction.Michael Meeks
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-10convert a problematic array to VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara