summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
AgeCommit message (Expand)Author
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-20convert QUEUE_STATUS constants to scoped enumNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-19check for and handle missing base in mail merge (related: fdo#33266)Bjoern Michaelsen
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert WZB_ constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Dialog::Execute return type is short/VclResponseTypeStephan Bergmann
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-17svtools: convert new to ::Create.Noel Grandin
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
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-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-02-28Typo: excute->executeJulien Nabet
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-02coverity#1266460 Argument cannot be negativeCaolán McNamara
2015-01-26coverity#1266460 Argument cannot be negativeCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann