home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / openoffice / f_0058 / Views.xml
Encoding:
Extensible Markup Language  |  2001-09-26  |  1.1 KB  |  31 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Views cfg:package="org.openoffice.Office" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:cfg="http://openoffice.org/2000/registry/instance">
  3.         <DialogType>
  4.             <X cfg:type="int">0</X>
  5.             <Y cfg:type="int">0</Y>
  6.             <Width cfg:type="int">100</Width>
  7.             <Height cfg:type="int">100</Height>
  8.             <UserData cfg:type="string"/>
  9.             <AnyData cfg:type="set" cfg:element-type="cfg:any"/>
  10.         </DialogType>
  11.         <TabDialogType>
  12.             <X cfg:type="int">0</X>
  13.             <Y cfg:type="int">0</Y>
  14.             <PageID cfg:type="int">0</PageID>
  15.             <UserData cfg:type="string"/>
  16.             <AnyData cfg:type="set" cfg:element-type="cfg:any"/>
  17.         </TabDialogType>
  18.         <TabPageType>
  19.             <UserData cfg:type="string"/>
  20.             <AnyData cfg:type="set" cfg:element-type="cfg:any"/>
  21.         </TabPageType>
  22.         <WindowType>
  23.             <X cfg:type="int">0</X>
  24.             <Y cfg:type="int">0</Y>
  25.             <Width cfg:type="int">100</Width>
  26.             <Height cfg:type="int">100</Height>
  27.             <Visible cfg:type="boolean">true</Visible>
  28.             <UserData cfg:type="string"/>
  29.             <AnyData cfg:type="set" cfg:element-type="cfg:any"/>
  30.         </WindowType>
  31.     </Views>