LibreOffice
LibreOffice 7.3 SDK API Reference
UserDataPart.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_text_UserDataPart_idl__
20#define __com_sun_star_text_UserDataPart_idl__
21
22
23
24 module com { module sun { module star { module text {
25
29published constants UserDataPart
30{
33 const short COMPANY = 0;
34
37 const short FIRSTNAME = 1;
38
41 const short NAME = 2;
42
45 const short SHORTCUT = 3;
46
49 const short STREET = 4;
50
53 const short COUNTRY = 5;
54
57 const short ZIP = 6;
58
61 const short CITY = 7;
62
65 const short TITLE = 8;
66
69 const short POSITION = 9;
70
73 const short PHONE_PRIVATE = 10;
74
77 const short PHONE_COMPANY = 11;
78
81 const short FAX = 12;
82
85 const short EMAIL = 13;
86
89 const short STATE = 14;
90
91};
92
93
94}; }; }; };
95
96#endif
97
98/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short TITLE
The field shows the title.
Definition: UserDataPart.idl:65
const short CITY
The field shows the city.
Definition: UserDataPart.idl:61
const short SHORTCUT
The field shows the initials.
Definition: UserDataPart.idl:45
const short FAX
The field shows the fax no.
Definition: UserDataPart.idl:81
const short EMAIL
The field shows the e-Mail.
Definition: UserDataPart.idl:85
const short FIRSTNAME
The field shows the first name.
Definition: UserDataPart.idl:37
const short NAME
The field shows the name.
Definition: UserDataPart.idl:41
const short PHONE_COMPANY
The field shows the number of the business phone.
Definition: UserDataPart.idl:77
const short STREET
The field shows the street.
Definition: UserDataPart.idl:49
const short POSITION
The field shows the position.
Definition: UserDataPart.idl:69
const short PHONE_PRIVATE
The field shows the no of the private phone.
Definition: UserDataPart.idl:73
const short COMPANY
The field shows the company name.
Definition: UserDataPart.idl:33
const short COUNTRY
The field shows the country.
Definition: UserDataPart.idl:53
const short STATE
The field shows the state.
Definition: UserDataPart.idl:89
const short ZIP
The field shows the zip code.
Definition: UserDataPart.idl:57
Definition: Ambiguous.idl:22