make ValueTransfer easier to understand
[LibreOffice.git] / include / editeng / unonames.hxx
blobde2e1fcf6c477c4c7728630b24aed7119b5a3fcd
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"
18 #define UNO_TC_PROP_NAME "Name"
19 #define UNO_TC_PROP_IS_FIXED_LANGUAGE "IsFixedLanguage"
20 #define UNO_TC_PROP_NUMFORMAT "NumberFormat"
21 #define UNO_TC_PROP_USED "IsFieldUsed"
22 #define UNO_TC_PROP_DISPLAYED "IsFieldDisplayed"
24 // Date & Time
25 #define UNO_TC_PROP_IS_DATE "IsDate"
26 #define UNO_TC_PROP_DATE_TIME "DateTime"
28 // URL
29 #define UNO_TC_PROP_URL_FORMAT "Format"
30 #define UNO_TC_PROP_URL_REPRESENTATION "Representation"
31 #define UNO_TC_PROP_URL_TARGET "TargetFrame"
32 #define UNO_TC_PROP_URL "URL"
34 // Table
35 #define UNO_TC_PROP_TABLE_POSITION "TablePosition"
37 // File
38 #define UNO_TC_PROP_FILE_FORMAT "FileFormat"
40 // Author
41 #define UNO_TC_PROP_AUTHOR_CONTENT "Content"
42 #define UNO_TC_PROP_AUTHOR_FORMAT "AuthorFormat"
43 #define UNO_TC_PROP_AUTHOR_FULLNAME "FullName"
45 // Measure
46 #define UNO_TC_PROP_MEASURE_KIND "Kind"
48 #define UNO_TR_PROP_SELECTION "Selection"
50 #endif // INCLUDED_EDITENG_UNONAMES_HXX
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */