LibreOffice Module vcl (master) 1
|
#include <rtl/ustring.hxx>
#include <utility>
#include <comphelper/errcode.hxx>
#include <vcl/dllapi.h>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
#include <memory>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | ErrorStringFactory |
class | ErrorRegistry |
struct | o3tl::typed_flags< DialogMask > |
class | ErrorHandler |
class | ErrorInfo |
class | DynamicErrorInfo |
class | StringErrorInfo |
class | TwoStringErrorInfo |
class | ErrorContext |
Namespaces | |
namespace | weld |
namespace | o3tl |
Typedefs | |
typedef void(* | DisplayFnPtr) () |
typedef DialogMask | WindowDisplayErrorFunc(weld::Window *, DialogMask eMask, const OUString &rErr, const OUString &rAction) |
typedef void | BasicDisplayErrorFunc(const OUString &rErr, const OUString &rAction) |
Enumerations | |
enum class | DialogMask { NONE = 0x0000 , ButtonsOk = 0x0001 , ButtonsCancel = 0x0002 , ButtonsRetry = 0x0004 , ButtonsNo = 0x0008 , ButtonsYes = 0x0010 , ButtonsYesNo = 0x0018 , ButtonDefaultsOk = 0x0100 , ButtonDefaultsCancel = 0x0200 , ButtonDefaultsYes = 0x0300 , ButtonDefaultsNo = 0x0400 , MessageError = 0x1000 , MessageWarning = 0x2000 , MessageInfo = 0x3000 , MAX = USHRT_MAX } |
typedef void BasicDisplayErrorFunc(const OUString &rErr, const OUString &rAction) |
Definition at line 54 of file errinf.hxx.
typedef void(* DisplayFnPtr) () |
Definition at line 49 of file errinf.hxx.
typedef DialogMask WindowDisplayErrorFunc(weld::Window *, DialogMask eMask, const OUString &rErr, const OUString &rAction) |
Definition at line 51 of file errinf.hxx.
|
strong |
Definition at line 89 of file errinf.hxx.