oo-winuser.xcd.sample 3.9 KB

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