|
LibreOffice Module basic (master) 1
|
#include <basmgr.hxx>
Public Member Functions | |
| BasicError (const BasicError &rErr) | |
| BasicError (ErrCode nId, BasicErrorReason nR) | |
| ErrCode const & | GetErrorId () const |
Private Attributes | |
| ErrCode | nErrorId |
| BasicErrorReason | nReason |
Definition at line 55 of file basmgr.hxx.
| BasicError::BasicError | ( | const BasicError & | rErr | ) |
Definition at line 309 of file basmgr.cxx.
| BasicError::BasicError | ( | ErrCode | nId, |
| BasicErrorReason | nR | ||
| ) |
Definition at line 303 of file basmgr.cxx.
|
inline |
Definition at line 65 of file basmgr.hxx.
References nErrorId.
|
private |
Definition at line 58 of file basmgr.hxx.
Referenced by BasicError(), and GetErrorId().
|
private |
Definition at line 59 of file basmgr.hxx.
Referenced by BasicError().