LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21
22 module com { module sun { module star { module text {
23
27published constants UserDataPart
28{
31 const short COMPANY = 0;
32
35 const short FIRSTNAME = 1;
36
39 const short NAME = 2;
40
43 const short SHORTCUT = 3;
44
47 const short STREET = 4;
48
51 const short COUNTRY = 5;
52
55 const short ZIP = 6;
56
59 const short CITY = 7;
60
63 const short TITLE = 8;
64
67 const short POSITION = 9;
68
71 const short PHONE_PRIVATE = 10;
72
75 const short PHONE_COMPANY = 11;
76
79 const short FAX = 12;
80
83 const short EMAIL = 13;
84
87 const short STATE = 14;
88
89};
90
91
92}; }; }; };
93
94/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
These constants define which part of the user data is displayed in a user data text field (service "s...
Definition UserDataPart.idl:28
const short TITLE
The field shows the title.
Definition UserDataPart.idl:63
const short CITY
The field shows the city.
Definition UserDataPart.idl:59
const short SHORTCUT
The field shows the initials.
Definition UserDataPart.idl:43
const short FAX
The field shows the fax no.
Definition UserDataPart.idl:79
const short EMAIL
The field shows the e-Mail.
Definition UserDataPart.idl:83
const short FIRSTNAME
The field shows the first name.
Definition UserDataPart.idl:35
const short NAME
The field shows the name.
Definition UserDataPart.idl:39
const short PHONE_COMPANY
The field shows the number of the business phone.
Definition UserDataPart.idl:75
const short STREET
The field shows the street.
Definition UserDataPart.idl:47
const short POSITION
The field shows the position.
Definition UserDataPart.idl:67
const short PHONE_PRIVATE
The field shows the no of the private phone.
Definition UserDataPart.idl:71
const short COMPANY
The field shows the company name.
Definition UserDataPart.idl:31
const short COUNTRY
The field shows the country.
Definition UserDataPart.idl:51
const short STATE
The field shows the state.
Definition UserDataPart.idl:87
const short ZIP
The field shows the zip code.
Definition UserDataPart.idl:55
Definition Ambiguous.idl:20