summaryrefslogtreecommitdiff
path: root/vcl/source/window/errinf.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-4/+4
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-3/+2
2017-08-24vcl: fix double-free of ErrorInfoMichael Stahl1-1/+1
2017-08-12OSL_FAIL->SAL_WARN + display errcode (vcl/errinf)Julien Nabet1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-10/+2
2017-06-23coverity#1412988 Uninitialized scalar fieldCaolán McNamara1-2/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin1-16/+16
2017-04-30coverity#1405737 (golden) Logically dead codeCaolán McNamara1-1/+1
2017-04-27WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’David Tardon1-2/+2
2017-04-27vcl: change pImpl class names to fit with existing conventionChris Sherlock1-9/+9
2017-04-27vcl: move doxygen comment to headerChris Sherlock1-15/+0
2017-04-27vcl: rearrange order of functions in errinf.cxxChris Sherlock1-135/+134
2017-04-27vcl: lUserId -> nUserIdChris Sherlock1-2/+2
2017-04-27vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock1-32/+14
2017-04-27vcl: add newline for easier readingChris Sherlock1-0/+1
2017-04-27vcl: remove inaccurate and misleading commentChris Sherlock1-1/+1
2017-04-27vcl: ErrorHandler_Impl renamed to ErrorStringFactoryChris Sherlock1-3/+3
2017-04-27vcl: update error codes to defined constants for code clarityChris Sherlock1-5/+5
2017-04-26vcl: cleanup vcl/source/window/errinf.cxxChris Sherlock1-24/+23
2017-04-26vcl: refactor ErrorHandler functionsChris Sherlock1-50/+43
2017-04-26vcl: rearrange header orderChris Sherlock1-3/+5
2017-04-26vcl: remove comment-cruft from errinf.cxxChris Sherlock1-1/+0
2017-04-26vcl: no longer a reverse dependency...Chris Sherlock1-2/+1
2017-04-25vcl: whitespace cleanup for errinf.cxxChris Sherlock1-18/+23
2017-04-25vcl: added in some braces as this tricked me for a millisecondChris Sherlock1-18/+21
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock1-19/+19
2017-04-25tdf#39468 - vcl: Translate German in errinf.cxxChris Sherlock1-2/+2
2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock1-9/+9
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-0/+350