Branch libreoffice-5-0-4
[LibreOffice.git] / include / editeng / unonames.hxx
blobf3e3a8047e675838a735a9553c75af96be0d79e8
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/.
8 */
10 #ifndef INCLUDED_EDITENG_UNONAMES_HXX
11 #define INCLUDED_EDITENG_UNONAMES_HXX
13 // Common across fields
14 #define UNO_TC_PROP_ANCHOR "Anchor"
15 #define UNO_TC_PROP_TEXTFIELD_TYPE "TextFieldType"
16 #define UNO_TC_PROP_IS_FIXED "IsFixed"
17 #define UNO_TC_PROP_CURRENT_PRESENTATION "CurrentPresentation"
19 // Date & Time
20 #define UNO_TC_PROP_IS_DATE "IsDate"
21 #define UNO_TC_PROP_DATE_TIME "DateTime"
22 #define UNO_TC_PROP_NUMFORMAT "NumberFormat"
24 // URL
25 #define UNO_TC_PROP_URL_FORMAT "Format"
26 #define UNO_TC_PROP_URL_REPRESENTATION "Representation"
27 #define UNO_TC_PROP_URL_TARGET "TargetFrame"
28 #define UNO_TC_PROP_URL "URL"
30 // Table
31 #define UNO_TC_PROP_TABLE_POSITION "TablePosition"
33 // File
34 #define UNO_TC_PROP_FILE_FORMAT "FileFormat"
36 // Author
37 #define UNO_TC_PROP_AUTHOR_CONTENT "Content"
38 #define UNO_TC_PROP_AUTHOR_FORMAT "AuthorFormat"
39 #define UNO_TC_PROP_AUTHOR_FULLNAME "FullName"
41 // Measure
42 #define UNO_TC_PROP_MEASURE_KIND "Kind"
44 #define UNO_TR_PROP_SELECTION "Selection"
46 #endif // INCLUDED_EDITENG_UNONAMES_HXX
48 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */