update credits
[LibreOffice.git] / include / editeng / unonames.hxx
blob3a598445277330207202e291292888a8f0ea0a18
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 // Common across fields
11 #define UNO_TC_PROP_ANCHOR "Anchor"
12 #define UNO_TC_PROP_TEXTFIELD_TYPE "TextFieldType"
13 #define UNO_TC_PROP_IS_FIXED "IsFixed"
14 #define UNO_TC_PROP_CURRENT_PRESENTATION "CurrentPresentation"
16 // Date & Time
17 #define UNO_TC_PROP_IS_DATE "IsDate"
18 #define UNO_TC_PROP_DATE_TIME "DateTime"
19 #define UNO_TC_PROP_NUMFORMAT "NumberFormat"
21 // URL
22 #define UNO_TC_PROP_URL_FORMAT "Format"
23 #define UNO_TC_PROP_URL_REPRESENTATION "Representation"
24 #define UNO_TC_PROP_URL_TARGET "TargetFrame"
25 #define UNO_TC_PROP_URL "URL"
27 // Table
28 #define UNO_TC_PROP_TABLE_POSITION "TablePosition"
30 // File
31 #define UNO_TC_PROP_FILE_FORMAT "FileFormat"
33 // Author
34 #define UNO_TC_PROP_AUTHOR_CONTENT "Content"
35 #define UNO_TC_PROP_AUTHOR_FORMAT "AuthorFormat"
36 #define UNO_TC_PROP_AUTHOR_FULLNAME "FullName"
38 // Measure
39 #define UNO_TC_PROP_MEASURE_KIND "Kind"
41 #define UNO_TR_PROP_SELECTION "Selection"
43 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */