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 // 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"
17 #define UNO_TC_PROP_IS_DATE "IsDate"
18 #define UNO_TC_PROP_DATE_TIME "DateTime"
19 #define UNO_TC_PROP_NUMFORMAT "NumberFormat"
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"
28 #define UNO_TC_PROP_TABLE_POSITION "TablePosition"
31 #define UNO_TC_PROP_FILE_FORMAT "FileFormat"
34 #define UNO_TC_PROP_AUTHOR_CONTENT "Content"
35 #define UNO_TC_PROP_AUTHOR_FORMAT "AuthorFormat"
36 #define UNO_TC_PROP_AUTHOR_FULLNAME "FullName"
39 #define UNO_TC_PROP_MEASURE_KIND "Kind"
41 #define UNO_TR_PROP_SELECTION "Selection"
43 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */