1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef EXTENSIONS_PROPCTRLR_H
21 #define EXTENSIONS_PROPCTRLR_H
23 #include <rtl/ustring.hxx>
25 inline constexpr OUString UID_PROP_DLG_FONT_TYPE
= u
"EXTENSIONS_UID_PROP_DLG_FONT_TYPE"_ustr
;
26 inline constexpr OUString UID_PROP_DLG_IMAGE_URL
= u
"EXTENSIONS_UID_PROP_DLG_IMAGE_URL"_ustr
;
27 inline constexpr OUString UID_PROP_DLG_BACKGROUNDCOLOR
= u
"EXTENSIONS_UID_PROP_DLG_BACKGROUNDCOLOR"_ustr
;
28 inline constexpr OUString UID_PROP_DLG_SYMBOLCOLOR
= u
"EXTENSIONS_UID_PROP_DLG_SYMBOLCOLOR"_ustr
;
29 inline constexpr OUString UID_PROP_DLG_ATTR_DATASOURCE
= u
"EXTENSIONS_UID_PROP_DLG_ATTR_DATASOURCE"_ustr
;
30 inline constexpr OUString UID_PROP_DLG_ATTR_TARGET_URL
= u
"EXTENSIONS_UID_PROP_DLG_ATTR_TARGET_URL"_ustr
;
31 inline constexpr OUString UID_PROP_DLG_NUMBER_FORMAT
= u
"EXTENSIONS_UID_PROP_DLG_NUMBER_FORMAT"_ustr
;
32 inline constexpr OUString UID_PROP_DLG_CONTROLLABEL
= u
"EXTENSIONS_UID_PROP_DLG_CONTROLLABEL"_ustr
;
33 inline constexpr OUString UID_PROP_DLG_FILLCOLOR
= u
"EXTENSIONS_UID_PROP_DLG_FILLCOLOR"_ustr
;
34 inline constexpr OUString UID_PROP_DLG_TABINDEX
= u
"EXTENSIONS_UID_PROP_DLG_TABINDEX"_ustr
;
35 inline constexpr OUString UID_PROP_DLG_SQLCOMMAND
= u
"EXTENSIONS_UID_PROP_DLG_SQLCOMMAND"_ustr
;
36 inline constexpr OUString UID_PROP_DLG_FORMLINKFIELDS
= u
"EXTENSIONS_UID_PROP_DLG_FORMLINKFIELDS"_ustr
;
37 inline constexpr OUString UID_PROP_DLG_FILTER
= u
"EXTENSIONS_UID_PROP_DLG_FILTER"_ustr
;
38 inline constexpr OUString UID_PROP_DLG_ORDER
= u
"EXTENSIONS_UID_PROP_DLG_ORDER"_ustr
;
39 inline constexpr OUString UID_PROP_DLG_SELECTION
= u
"EXTENSIONS_UID_PROP_DLG_SELECTION"_ustr
;
40 inline constexpr OUString UID_PROP_DLG_BIND_EXPRESSION
= u
"EXTENSIONS_UID_PROP_DLG_BIND_EXPRESSION"_ustr
;
41 inline constexpr OUString UID_PROP_DLG_XSD_REQUIRED
= u
"EXTENSIONS_UID_PROP_DLG_XSD_REQUIRED"_ustr
;
42 inline constexpr OUString UID_PROP_DLG_XSD_RELEVANT
= u
"EXTENSIONS_UID_PROP_DLG_XSD_RELEVANT"_ustr
;
43 inline constexpr OUString UID_PROP_DLG_XSD_READONLY
= u
"EXTENSIONS_UID_PROP_DLG_XSD_READONLY"_ustr
;
44 inline constexpr OUString UID_PROP_DLG_XSD_CONSTRAINT
= u
"EXTENSIONS_UID_PROP_DLG_XSD_CONSTRAINT"_ustr
;
45 inline constexpr OUString UID_PROP_DLG_XSD_CALCULATION
= u
"EXTENSIONS_UID_PROP_DLG_XSD_CALCULATION"_ustr
;
46 inline constexpr OUString UID_PROP_ADD_DATA_TYPE
= u
"EXTENSIONS_UID_PROP_ADD_DATA_TYPE"_ustr
;
47 inline constexpr OUString UID_PROP_REMOVE_DATA_TYPE
= u
"EXTENSIONS_UID_PROP_REMOVE_DATA_TYPE"_ustr
;
48 inline constexpr OUString UID_PROP_DLG_BORDERCOLOR
= u
"EXTENSIONS_UID_PROP_DLG_BORDERCOLOR"_ustr
;
50 inline constexpr OString UID_BRWEVT_APPROVEACTIONPERFORMED
= "EXTENSIONS_UID_BRWEVT_APPROVEACTIONPERFORMED"_ostr
;
51 inline constexpr OString UID_BRWEVT_ACTIONPERFORMED
= "EXTENSIONS_UID_BRWEVT_ACTIONPERFORMED"_ostr
;
52 inline constexpr OString UID_BRWEVT_CHANGED
= "EXTENSIONS_UID_BRWEVT_CHANGED"_ostr
;
53 inline constexpr OString UID_BRWEVT_TEXTCHANGED
= "EXTENSIONS_UID_BRWEVT_TEXTCHANGED"_ostr
;
54 inline constexpr OString UID_BRWEVT_ITEMSTATECHANGED
= "EXTENSIONS_UID_BRWEVT_ITEMSTATECHANGED"_ostr
;
55 inline constexpr OString UID_BRWEVT_FOCUSGAINED
= "EXTENSIONS_UID_BRWEVT_FOCUSGAINED"_ostr
;
56 inline constexpr OString UID_BRWEVT_FOCUSLOST
= "EXTENSIONS_UID_BRWEVT_FOCUSLOST"_ostr
;
57 inline constexpr OString UID_BRWEVT_KEYTYPED
= "EXTENSIONS_UID_BRWEVT_KEYTYPED"_ostr
;
58 inline constexpr OString UID_BRWEVT_KEYUP
= "EXTENSIONS_UID_BRWEVT_KEYUP"_ostr
;
59 inline constexpr OString UID_BRWEVT_MOUSEENTERED
= "EXTENSIONS_UID_BRWEVT_MOUSEENTERED"_ostr
;
60 inline constexpr OString UID_BRWEVT_MOUSEDRAGGED
= "EXTENSIONS_UID_BRWEVT_MOUSEDRAGGED"_ostr
;
61 inline constexpr OString UID_BRWEVT_MOUSEMOVED
= "EXTENSIONS_UID_BRWEVT_MOUSEMOVED"_ostr
;
62 inline constexpr OString UID_BRWEVT_MOUSEPRESSED
= "EXTENSIONS_UID_BRWEVT_MOUSEPRESSED"_ostr
;
63 inline constexpr OString UID_BRWEVT_MOUSERELEASED
= "EXTENSIONS_UID_BRWEVT_MOUSERELEASED"_ostr
;
64 inline constexpr OString UID_BRWEVT_MOUSEEXITED
= "EXTENSIONS_UID_BRWEVT_MOUSEEXITED"_ostr
;
65 inline constexpr OString UID_BRWEVT_APPROVERESETTED
= "EXTENSIONS_UID_BRWEVT_APPROVERESETTED"_ostr
;
66 inline constexpr OString UID_BRWEVT_RESETTED
= "EXTENSIONS_UID_BRWEVT_RESETTED"_ostr
;
67 inline constexpr OString UID_BRWEVT_SUBMITTED
= "EXTENSIONS_UID_BRWEVT_SUBMITTED"_ostr
;
68 inline constexpr OString UID_BRWEVT_BEFOREUPDATE
= "EXTENSIONS_UID_BRWEVT_BEFOREUPDATE"_ostr
;
69 inline constexpr OString UID_BRWEVT_AFTERUPDATE
= "EXTENSIONS_UID_BRWEVT_AFTERUPDATE"_ostr
;
70 inline constexpr OString UID_BRWEVT_LOADED
= "EXTENSIONS_UID_BRWEVT_LOADED"_ostr
;
71 inline constexpr OString UID_BRWEVT_RELOADING
= "EXTENSIONS_UID_BRWEVT_RELOADING"_ostr
;
72 inline constexpr OString UID_BRWEVT_RELOADED
= "EXTENSIONS_UID_BRWEVT_RELOADED"_ostr
;
73 inline constexpr OString UID_BRWEVT_UNLOADING
= "EXTENSIONS_UID_BRWEVT_UNLOADING"_ostr
;
74 inline constexpr OString UID_BRWEVT_UNLOADED
= "EXTENSIONS_UID_BRWEVT_UNLOADED"_ostr
;
75 inline constexpr OString UID_BRWEVT_CONFIRMDELETE
= "EXTENSIONS_UID_BRWEVT_CONFIRMDELETE"_ostr
;
76 inline constexpr OString UID_BRWEVT_APPROVEROWCHANGE
= "EXTENSIONS_UID_BRWEVT_APPROVEROWCHANGE"_ostr
;
77 inline constexpr OString UID_BRWEVT_ROWCHANGE
= "EXTENSIONS_UID_BRWEVT_ROWCHANGE"_ostr
;
78 inline constexpr OString UID_BRWEVT_POSITIONING
= "EXTENSIONS_UID_BRWEVT_POSITIONING"_ostr
;
79 inline constexpr OString UID_BRWEVT_POSITIONED
= "EXTENSIONS_UID_BRWEVT_POSITIONED"_ostr
;
80 inline constexpr OString UID_BRWEVT_APPROVEPARAMETER
= "EXTENSIONS_UID_BRWEVT_APPROVEPARAMETER"_ostr
;
81 inline constexpr OString UID_BRWEVT_ERROROCCURRED
= "EXTENSIONS_UID_BRWEVT_ERROROCCURRED"_ostr
;
82 inline constexpr OString UID_BRWEVT_ADJUSTMENTVALUECHANGED
= "EXTENSIONS_UID_BRWEVT_ADJUSTMENTVALUECHANGED"_ostr
;
84 #endif // EXTENSIONS_PROPCTRLR_HRC
86 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */