LibreOffice Module vcl (master)
1
|
#include <errinf.hxx>
Public Member Functions | |
ErrorRegistry () | |
Static Public Member Functions | |
static void | RegisterDisplay (BasicDisplayErrorFunc *) |
static void | RegisterDisplay (WindowDisplayErrorFunc *) |
static void | Reset () |
Private Attributes | |
DisplayFnPtr | pDsp |
bool | bIsWindowDsp |
sal_uInt16 | nNextError |
std::vector< ErrorHandler * > | errorHandlers |
std::vector< ErrorContext * > | contexts |
DynamicErrorInfo * | ppDynErrInfo [ERRCODE_DYNAMIC_COUNT] |
Friends | |
class | ErrorHandler |
class | ErrorContext |
class | ErrorStringFactory |
class | ImplDynamicErrorInfo |
Definition at line 56 of file errinf.hxx.
ErrorRegistry::ErrorRegistry | ( | ) |
|
static |
Definition at line 57 of file errinf.cxx.
References bIsWindowDsp, pDsp, and rData.
|
static |
Definition at line 64 of file errinf.cxx.
References bIsWindowDsp, pDsp, and rData.
Definition at line 71 of file errinf.cxx.
References ErrorRegistry(), and rData.
|
friend |
Definition at line 59 of file errinf.hxx.
|
friend |
Definition at line 58 of file errinf.hxx.
|
friend |
Definition at line 60 of file errinf.hxx.
|
friend |
Definition at line 61 of file errinf.hxx.
|
private |
Definition at line 72 of file errinf.hxx.
Referenced by RegisterDisplay().
|
private |
Definition at line 76 of file errinf.hxx.
|
private |
Definition at line 75 of file errinf.hxx.
|
private |
Definition at line 73 of file errinf.hxx.
Referenced by ImplDynamicErrorInfo::RegisterError().
|
private |
Definition at line 71 of file errinf.hxx.
Referenced by RegisterDisplay().
|
private |
Definition at line 78 of file errinf.hxx.
Referenced by ErrorRegistry(), and ImplDynamicErrorInfo::RegisterError().