~ubuntu-branches/ubuntu/breezy/koffice/breezy-security

« back to all changes in this revision

Viewing changes to kivio/kiviopart/config/kivio.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-10-11 14:49:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051011144950-lwpngbifzp8nk0ds
Tags: 1:1.4.1-0ubuntu7
* SECURITY UPDATE: fix heap based buffer overflow in the RTF importer of KWord
* Opening specially crafted RTF files in KWord can cause
  execution of abitrary code.
* Add kubuntu_01_rtfimport_heap_overflow.diff
* References:
  CAN-2005-2971
  CESA-2005-005
  http://www.koffice.org/security/advisory-20051011-1.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <include>koPageLayoutDia.h</include>
 
7
  <include>kivioglobal.h</include>
 
8
  <include>koGlobal.h</include>
 
9
  <include>kglobal.h</include>
 
10
  <include>klocale.h</include>
 
11
  <include>qfont.h</include>
 
12
  <include>qcolor.h</include>
 
13
  <kcfgfile name="kiviorc"/>
 
14
  <group name="DefaultPageLayout">
 
15
    <entry name="Format" type="String">
 
16
      <label>The default page layout.</label>
 
17
      <default code="true">Kivio::pageSizeString(KGlobal::locale()->pageSize())</default>
 
18
    </entry>
 
19
    <entry name="Orientation" type="String">
 
20
      <label>The orientation of the page.</label>
 
21
      <default>Portrait</default>
 
22
    </entry>
 
23
    <entry name="Width" type="Double">
 
24
      <label>The width of the page.</label>
 
25
      <default code="true">KoPageLayoutDia::standardLayout().ptWidth</default>
 
26
    </entry>
 
27
    <entry name="Height" type="Double">
 
28
      <label>The height of the page.</label>
 
29
      <default code="true">KoPageLayoutDia::standardLayout().ptHeight</default>
 
30
    </entry>
 
31
    <entry name="BorderTop" type="Double">
 
32
      <label>The size of the border at the top of the page.</label>
 
33
      <default code="true">KoPageLayoutDia::standardLayout().ptTop</default>
 
34
    </entry>
 
35
    <entry name="BorderBottom" type="Double">
 
36
      <label>The size of the border at the bottom of the page.</label>
 
37
      <default code="true">KoPageLayoutDia::standardLayout().ptBottom</default>
 
38
    </entry>
 
39
    <entry name="BorderLeft" type="Double">
 
40
      <label>The size of the border at the left of the page.</label>
 
41
      <default code="true">KoPageLayoutDia::standardLayout().ptLeft</default>
 
42
    </entry>
 
43
    <entry name="BorderRight" type="Double">
 
44
      <label>The size of the border at the right of the page.</label>
 
45
      <default code="true">KoPageLayoutDia::standardLayout().ptRight</default>
 
46
    </entry>
 
47
  </group>
 
48
  <group name="Interface">
 
49
    <entry name="ShowGrid" type="Bool">
 
50
      <label>Show the grid.</label>
 
51
      <default>true</default>
 
52
    </entry>
 
53
    <entry name="SnapGrid" type="Bool">
 
54
      <label>Snap to the grid.</label>
 
55
      <default>true</default>
 
56
    </entry>
 
57
    <entry name="GridColor" type="Color">
 
58
      <label>Color of the grid lines.</label>
 
59
      <default code="true">QColor(200, 200, 200)</default>
 
60
    </entry>
 
61
    <entry name="GridXSpacing" type="Double">
 
62
      <label>Spacing between vertical grid lines.</label>
 
63
      <default>10.0</default>
 
64
    </entry>
 
65
    <entry name="GridYSpacing" type="Double">
 
66
      <label>Spacing between horizontal grid lines.</label>
 
67
      <default>10.0</default>
 
68
    </entry>
 
69
    <entry name="GridXSnap" type="Double">
 
70
      <label>Horizontal snap distance.</label>
 
71
      <default>10.0</default>
 
72
    </entry>
 
73
    <entry name="GridYSnap" type="Double">
 
74
      <label>Vertical snap distance.</label>
 
75
      <default>10.0</default>
 
76
    </entry>
 
77
    <entry name="Unit" type="String">
 
78
      <label>Unit</label>
 
79
      <default code="true">Kivio::systemDefaultUnit()</default>
 
80
    </entry>
 
81
    <entry name="Font" type="Font">
 
82
      <label>Default font.</label>
 
83
      <default code="true">KoGlobal::defaultFont()</default>
 
84
    </entry>
 
85
  </group>
 
86
  <group name="PageExport">
 
87
    <entry name="LastFormat" type="String">
 
88
      <label>Last used format.</label>
 
89
      <default></default>
 
90
    </entry>
 
91
    <entry name="Crop" type="Bool">
 
92
      <label>Crop image to the edges of the stencils.</label>
 
93
      <default>false</default>
 
94
    </entry>
 
95
    <entry name="SelectedStencils" type="Bool">
 
96
      <label>Export only the selected stencils.</label>
 
97
      <default>false</default>
 
98
    </entry>
 
99
    <entry name="Border" type="Int">
 
100
      <label>Border around the exported page.</label>
 
101
      <default>0</default>
 
102
    </entry>
 
103
    <entry name="Quality" type="Int">
 
104
      <label>Quality of the exported page in percent.</label>
 
105
      <default>100</default>
 
106
    </entry>
 
107
  </group>
 
108
</kcfg>