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/.
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"
20 #define UNO_TC_PROP_IS_DATE "IsDate"
21 #define UNO_TC_PROP_DATE_TIME "DateTime"
22 #define UNO_TC_PROP_NUMFORMAT "NumberFormat"
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"
31 #define UNO_TC_PROP_TABLE_POSITION "TablePosition"
34 #define UNO_TC_PROP_FILE_FORMAT "FileFormat"
37 #define UNO_TC_PROP_AUTHOR_CONTENT "Content"
38 #define UNO_TC_PROP_AUTHOR_FORMAT "AuthorFormat"
39 #define UNO_TC_PROP_AUTHOR_FULLNAME "FullName"
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: */