summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/recoveryui.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-02-21weld RecoveryDialogCaolán McNamara
2019-02-20weld SaveDialogCaolán McNamara
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-22tdf#38915: set cProcessed condition on any process outcomeMike Kaganski
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-06tdf#88205 Remove 'css::uno::Sequence' in svxFakabbir Amin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-15Resolves: tdf#91603 if we cancel/discard recovery dialog, continue as normalCaolán McNamara
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-21loplugin:unusedfields in store,svtools,svxNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17unused headersCaolán McNamara
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-18VclPtr: fix recovery dialogs asserts on exitCaolán McNamara
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-04convert document recovery dialog to .uiCaolán McNamara
2014-05-24convert doc recovery save page to .uiCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27coverity#1187650 Logically dead codeCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-09Typo: I/internaly -> I/internallyJulien Nabet
2014-02-07remove the 4 send crash report tabpagesCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan