summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-28tdf#123728 Always print on main thread to avoid deadlocksSamuel Mehrbrodt1-2/+11
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin1-3/+3
2018-10-20const this upCaolán McNamara1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-8/+7
2018-09-19Avoid unused function in the !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-0/+3
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-2/+0
2018-09-05loplugin:useuniqueptr in sfx2Noel Grandin1-5/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-30loplugin:returnconstant in sfx2Noel Grandin1-23/+16
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-5/+15
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-02-16Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...Noel Grandin1-2/+2
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin1-2/+2
2018-01-30tdf#115090 prevent SfxBaseModel destruction during notificationsThorsten Behrens1-1/+4
2018-01-27tdf#115090 keep internal BaseModel alive long enoughThorsten Behrens1-0/+3
2018-01-16tdf#113755 - avoid null ptr de-reference during shutdown.Michael Meeks1-0/+7
2018-01-16sfx2 store: handle NoFileSync for Save (not SaveAs)Miklos Vajna1-1/+2
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2018-01-03sfx2: improve reported error message in SfxBaseModel::impl_store()Miklos Vajna1-1/+3
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-3/+3
2017-10-01throw more useful uno::Exception'sNoel Grandin1-3/+3
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-98/+86
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-11/+5
2017-09-18make fuzzer workCaolán McNamara1-2/+2
2017-08-27OUString: constify and avoid temporariesMatteo Casalin1-29/+22
2017-08-27Use 'else' for consecutive checks on rHint.GetId()Matteo Casalin1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-3/+3
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-2/+2
2017-07-21loplugin:constparams in sfx2Noel Grandin1-3/+3
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-2/+2
2017-06-26loplugin:oncevar in sfx2Noel Grandin1-12/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin1-29/+27
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-2/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+4
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0