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 | SetLock (bool bLock) |
static bool | GetLock () |
static void | Reset () |
Private Attributes | |
DisplayFnPtr | pDsp |
bool | bIsWindowDsp |
bool | m_bLock |
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 57 of file errinf.hxx.
ErrorRegistry::ErrorRegistry | ( | ) |
|
static |
Definition at line 82 of file errinf.cxx.
References m_bLock.
|
static |
Definition at line 62 of file errinf.cxx.
References bIsWindowDsp, and pDsp.
Referenced by ErrorHandler::ErrorHandler().
|
static |
Definition at line 69 of file errinf.cxx.
References bIsWindowDsp, and pDsp.
|
static |
Definition at line 88 of file errinf.cxx.
References ErrorRegistry().
|
static |
Definition at line 76 of file errinf.cxx.
References m_bLock.
|
friend |
Definition at line 60 of file errinf.hxx.
|
friend |
Definition at line 59 of file errinf.hxx.
|
friend |
Definition at line 61 of file errinf.hxx.
|
friend |
Definition at line 62 of file errinf.hxx.
|
private |
Definition at line 77 of file errinf.hxx.
Referenced by ErrorHandler::HandleError(), and RegisterDisplay().
|
private |
Definition at line 84 of file errinf.hxx.
Referenced by ErrorHandler::HandleError().
|
private |
Definition at line 83 of file errinf.hxx.
Referenced by ErrorHandler::ErrorHandler().
|
private |
Definition at line 79 of file errinf.hxx.
Referenced by GetLock(), ErrorHandler::HandleError(), and SetLock().
|
private |
Definition at line 81 of file errinf.hxx.
Referenced by ImplDynamicErrorInfo::RegisterError().
|
private |
Definition at line 76 of file errinf.hxx.
Referenced by ErrorHandler::ErrorHandler(), ErrorHandler::HandleError(), and RegisterDisplay().
|
private |
Definition at line 86 of file errinf.hxx.
Referenced by ErrorRegistry(), and ImplDynamicErrorInfo::RegisterError().