summaryrefslogtreecommitdiff
path: root/vcl/source/window/errinf.cxx
AgeCommit message (Expand)Author
2020-11-24lok: Log save errors and avoid infinite loopSzymon Kłos
2020-06-02tdf#133271 sw textbox: handle TextRotateAngle shape propertyMiklos Vajna
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-03return by std::unique_ptr from GetErrorInfoNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara
2017-08-24vcl: fix double-free of ErrorInfoMichael Stahl
2017-08-12OSL_FAIL->SAL_WARN + display errcode (vcl/errinf)Julien Nabet
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-23coverity#1412988 Uninitialized scalar fieldCaolán McNamara
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-04-30coverity#1405737 (golden) Logically dead codeCaolán McNamara
2017-04-27WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’David Tardon
2017-04-27vcl: change pImpl class names to fit with existing conventionChris Sherlock
2017-04-27vcl: move doxygen comment to headerChris Sherlock
2017-04-27vcl: rearrange order of functions in errinf.cxxChris Sherlock
2017-04-27vcl: lUserId -> nUserIdChris Sherlock
2017-04-27vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock
2017-04-27vcl: add newline for easier readingChris Sherlock
2017-04-27vcl: remove inaccurate and misleading commentChris Sherlock
2017-04-27vcl: ErrorHandler_Impl renamed to ErrorStringFactoryChris Sherlock
2017-04-27vcl: update error codes to defined constants for code clarityChris Sherlock
2017-04-26vcl: cleanup vcl/source/window/errinf.cxxChris Sherlock
2017-04-26vcl: refactor ErrorHandler functionsChris Sherlock
2017-04-26vcl: rearrange header orderChris Sherlock
2017-04-26vcl: remove comment-cruft from errinf.cxxChris Sherlock
2017-04-26vcl: no longer a reverse dependency...Chris Sherlock
2017-04-25vcl: whitespace cleanup for errinf.cxxChris Sherlock
2017-04-25vcl: added in some braces as this tricked me for a millisecondChris Sherlock
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock
2017-04-25tdf#39468 - vcl: Translate German in errinf.cxxChris Sherlock
2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock