LibreOffice
LibreOffice 7.4 SDK API Reference
MessageBoxButtons.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef __com_sun_star_awt_MessageBoxButtons_idl__
20 #define __com_sun_star_awt_MessageBoxButtons_idl__
21 
22 module com { module sun { module star { module awt {
23 
28 constants MessageBoxButtons
29 {
32  const long BUTTONS_OK = 1;
33 
36  const long BUTTONS_OK_CANCEL = 2;
37 
40  const long BUTTONS_YES_NO = 3;
41 
44  const long BUTTONS_YES_NO_CANCEL = 4;
45 
48  const long BUTTONS_RETRY_CANCEL = 5;
49 
53 
56  const long DEFAULT_BUTTON_OK = 0x10000;
57 
60  const long DEFAULT_BUTTON_CANCEL = 0x20000;
61 
64  const long DEFAULT_BUTTON_RETRY = 0x30000;
65 
68  const long DEFAULT_BUTTON_YES = 0x40000;
69 
72  const long DEFAULT_BUTTON_NO = 0x50000;
73 
76  const long DEFAULT_BUTTON_IGNORE = 0x60000;
77 };
78 
79 }; }; }; };
80 
81 #endif
82 
83 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long BUTTONS_OK_CANCEL
specifies a message box with "OK" and "CANCEL" button.
Definition: MessageBoxButtons.idl:36
const long DEFAULT_BUTTON_YES
specifies that YES is the default button.
Definition: MessageBoxButtons.idl:68
const long BUTTONS_RETRY_CANCEL
specifies a message box with "RETRY" and "CANCEL" button.
Definition: MessageBoxButtons.idl:48
const long DEFAULT_BUTTON_CANCEL
specifies that CANCEL is the default button.
Definition: MessageBoxButtons.idl:60
const long DEFAULT_BUTTON_RETRY
specifies that RETRY is the default button.
Definition: MessageBoxButtons.idl:64
const long BUTTONS_OK
specifies a message with "OK" button.
Definition: MessageBoxButtons.idl:32
const long DEFAULT_BUTTON_IGNORE
specifies that IGNORE is the default button.
Definition: MessageBoxButtons.idl:76
const long DEFAULT_BUTTON_OK
specifies that OK is the default button.
Definition: MessageBoxButtons.idl:56
const long BUTTONS_ABORT_IGNORE_RETRY
specifies a message box with "ABORT", "IGNORE" and "RETRY" button.
Definition: MessageBoxButtons.idl:52
const long BUTTONS_YES_NO_CANCEL
specifies a message box with "YES", "NO" and "CANCEL" button.
Definition: MessageBoxButtons.idl:44
const long BUTTONS_YES_NO
specifies a message box with "YES" and "NO" button.
Definition: MessageBoxButtons.idl:40
const long DEFAULT_BUTTON_NO
specifies that NO is the default button.
Definition: MessageBoxButtons.idl:72
Definition: Ambiguous.idl:22