~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to schemas/gnumeric-general.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        <long>The number of sheets initially created in a new workbook.</long>
113
113
        </locale>
114
114
      </schema>
 
115
       <schema>
 
116
        <key>/schemas/apps/gnumeric/core/workbook/n-rows</key>
 
117
        <applyto>/apps/gnumeric/core/workbook/n-rows</applyto>
 
118
        <owner>Gnumeric</owner>
 
119
        <type>int</type>
 
120
            <default>65536</default>
 
121
        <locale name="C">
 
122
        <short>Default Number of rows in a sheet</short>
 
123
        <long>The number of rows in each sheet. This setting will be used only in a new gnumeric session. Whatever value is given here, the real number of rows will be a power of 2 between 65539 and 16777216.</long>
 
124
        </locale>
 
125
      </schema>
 
126
       <schema>
 
127
        <key>/schemas/apps/gnumeric/core/workbook/n-cols</key>
 
128
        <applyto>/apps/gnumeric/core/workbook/n-cols</applyto>
 
129
        <owner>Gnumeric</owner>
 
130
        <type>int</type>
 
131
            <default>256</default>
 
132
        <locale name="C">
 
133
        <short>Default Number of columns in a sheet</short>
 
134
        <long>The number of columns in each sheet. This setting will be used only in a new gnumeric session. Whatever value is given here, the real number of columns will be a power of 2 between 256 and 4096.</long>
 
135
        </locale>
 
136
      </schema>
115
137
      <schema>
116
138
        <key>/schemas/apps/gnumeric/core/gui/screen/horizontaldpi</key>
117
139
        <applyto>/apps/gnumeric/core/gui/screen/horizontaldpi</applyto>