summaryrefslogtreecommitdiff
path: root/vcl/source/app/session.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2024-03-29convert VCLSession to comphelper::WeakComponentImplHelperNoel Grandin
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet
2023-08-15VCLSession: avoid null dereferencesJustin Luth
2023-05-28Use getXWeak in vclMike Kaganski
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2020-07-07vcl: create instances with uno constructorsNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-18loplugin:logexceptionnicely in vclNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-06Rename wrong name of vars in auto loopJulien Nabet
2017-09-02Just remove an unused variable, no need to keep it commented-outTor Lillqvist
2017-09-02MAC, remove build breaker in session.cxxjan Iversen
2017-09-02Replace list by vector session.cxx (vcl)Julien Nabet
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-02-07tdf#104101 Improve the session management handlingJuergen Funk
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19Expand and improve the output log in Session-ManagementJuergen Funk
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-01loplugin:constantparam in vclNoel Grandin
2015-12-10Remove listeners upon disposeStephan Bergmann
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-08-25Simplify iterator managementJulien Nabet
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-06-20Mutex lifecycle must encompass WeakComponentImplHelper baseStephan Bergmann