tdf#156707 xmloff import: always provide ControlBorder property
[LibreOffice.git] / officecfg / registry / schema / oo-winuser.xcd.sample
blob57c9b5b777c19e8ad47974f9a186394a1301068c
1 <?xml version="1.0" encoding="UTF-8"?>
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 <!-- This is a fully functional configuration for WinUserInfo configuration backend.
12 Removing the ".sample" from the file name allows to get user data from Windows:
13 first, domain data (from Active Directory) is attempted; if unsuccessful, then
14 only given name is configured that is taken from system information.
15 In the latter case, display name (like "John Smith") would be used if present;
16 if it's not configured, then user logon name would be used.
18 Any properties that are not required to be set may be commented out as needed.
19 -->
21 <oor:data xmlns:oor="http://openoffice.org/2001/registry">
22 <dependency file="main"/>
23 <oor:component-data oor:package="org.openoffice" oor:name="UserProfile">
24 <node oor:name="Data">
25 <prop oor:name="o" oor:finalized="true">
26 <value oor:external=
27 "com.sun.star.configuration.backend.WinUserInfoBe o"/>
28 </prop>
29 <prop oor:name="givenname" oor:finalized="true">
30 <value oor:external=
31 "com.sun.star.configuration.backend.WinUserInfoBe givenname"/>
32 </prop>
33 <prop oor:name="sn" oor:finalized="true">
34 <value oor:external=
35 "com.sun.star.configuration.backend.WinUserInfoBe sn"/>
36 </prop>
37 <prop oor:name="initials" oor:finalized="true">
38 <value oor:external=
39 "com.sun.star.configuration.backend.WinUserInfoBe initials"/>
40 </prop>
41 <prop oor:name="street" oor:finalized="true">
42 <value oor:external=
43 "com.sun.star.configuration.backend.WinUserInfoBe street"/>
44 </prop>
45 <prop oor:name="l" oor:finalized="true">
46 <value oor:external=
47 "com.sun.star.configuration.backend.WinUserInfoBe l"/>
48 </prop>
49 <prop oor:name="st" oor:finalized="true">
50 <value oor:external=
51 "com.sun.star.configuration.backend.WinUserInfoBe st"/>
52 </prop>
53 <prop oor:name="postalcode" oor:finalized="true">
54 <value oor:external=
55 "com.sun.star.configuration.backend.WinUserInfoBe postalcode"/>
56 </prop>
57 <prop oor:name="c" oor:finalized="true">
58 <value oor:external=
59 "com.sun.star.configuration.backend.WinUserInfoBe c"/>
60 </prop>
61 <prop oor:name="title" oor:finalized="true">
62 <value oor:external=
63 "com.sun.star.configuration.backend.WinUserInfoBe title"/>
64 </prop>
65 <prop oor:name="position" oor:finalized="true">
66 <value oor:external=
67 "com.sun.star.configuration.backend.WinUserInfoBe position"/>
68 </prop>
69 <prop oor:name="homephone" oor:finalized="true">
70 <value oor:external=
71 "com.sun.star.configuration.backend.WinUserInfoBe homephone"/>
72 </prop>
73 <prop oor:name="telephonenumber" oor:finalized="true">
74 <value oor:external=
75 "com.sun.star.configuration.backend.WinUserInfoBe telephonenumber"/>
76 </prop>
77 <prop oor:name="facsimiletelephonenumber" oor:finalized="true">
78 <value oor:external=
79 "com.sun.star.configuration.backend.WinUserInfoBe facsimiletelephonenumber"/>
80 </prop>
81 <prop oor:name="mail" oor:finalized="true">
82 <value oor:external=
83 "com.sun.star.configuration.backend.WinUserInfoBe mail"/>
84 </prop>
85 <prop oor:name="fathersname" oor:finalized="true">
86 <value oor:external=
87 "com.sun.star.configuration.backend.WinUserInfoBe fathersname"/>
88 </prop>
89 <prop oor:name="apartment" oor:finalized="true">
90 <value oor:external=
91 "com.sun.star.configuration.backend.WinUserInfoBe apartment"/>
92 </prop>
93 </node>
94 </oor:component-data>
95 </oor:data>