bump product version to 5.0.4.1
[LibreOffice.git] / basctl / source / basicide / idetemp.hxx
blobb70e65469cc1a1807ae0755de5813e780e1ce87a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 .
19 #ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_IDETEMP_HXX
20 #define INCLUDED_BASCTL_SOURCE_BASICIDE_IDETEMP_HXX
23 enum SvxChooseControlEnum
25 SVX_SNAP_PUSHBUTTON,
26 SVX_SNAP_CHECKBOX,
27 SVX_SNAP_RADIOBUTTON,
28 SVX_SNAP_SPINBUTTON,
29 SVX_SNAP_FIXEDTEXT,
30 SVX_SNAP_GROUPBOX,
31 SVX_SNAP_LISTBOX,
32 SVX_SNAP_COMBOBOX,
33 SVX_SNAP_EDIT,
34 SVX_SNAP_HSCROLLBAR,
35 SVX_SNAP_VSCROLLBAR,
36 SVX_SNAP_PREVIEW,
37 SVX_SNAP_SELECT,
38 SVX_SNAP_URLBUTTON,
39 SVX_SNAP_NOTHING,
40 SVX_SNAP_IMAGECONTROL,
41 SVX_SNAP_PROGRESSBAR,
42 SVX_SNAP_HFIXEDLINE,
43 SVX_SNAP_VFIXEDLINE,
44 SVX_SNAP_DATEFIELD,
45 SVX_SNAP_TIMEFIELD,
46 SVX_SNAP_NUMERICFIELD,
47 SVX_SNAP_CURRENCYFIELD,
48 SVX_SNAP_FORMATTEDFIELD,
49 SVX_SNAP_PATTERNFIELD,
50 SVX_SNAP_FILECONTROL,
51 SVX_SNAP_TREECONTROL,
54 #define SvxChooseControlItem SfxAllEnumItem
56 #endif // INCLUDED_BASCTL_SOURCE_BASICIDE_IDETEMP_HXX
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */