summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/pickbulletpage.ui
blob: faa76e284648f154e3ac4965b858c402592f8433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <object class="GtkFrame" id="PickBulletPage">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="hexpand">True</property>
    <property name="vexpand">True</property>
    <property name="border_width">6</property>
    <property name="label_xalign">0</property>
    <property name="shadow_type">none</property>
    <child>
      <object class="GtkAlignment" id="alignment7">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <property name="top_padding">6</property>
        <property name="left_padding">12</property>
        <child>
          <object class="svxlo-SvxNumValueSet" id="valueset">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
          </object>
        </child>
      </object>
    </child>
    <child type="label">
      <object class="GtkLabel" id="label25">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="label" translatable="yes">Selection</property>
        <attributes>
          <attribute name="weight" value="bold"/>
        </attributes>
      </object>
    </child>
  </object>
</interface>
e8d6'>Check for divide by 0 in Calc function NPER.Winfried Donkers 2017-03-06Add constraint and divide by 0 check for Calc function RRI.Winfried Donkers 2017-03-06Check for divide by zero in Calc function SLN.Winfried Donkers 2017-03-01add T.INV test caseZdeněk Crhonek 2017-02-02add MDURATION test caseZdeněk Crhonek 2017-01-17add INTRATE testcaseZdeněk Crhonek 2017-01-10add IRR, IPMT, ISPMT test caseZdeněk Crhonek 2017-01-10add TBILLEQ test caseZdeněk Crhonek 2017-01-08add AMORLINC testcaseZdeněk Crhonek 2016-12-03Calc test - Financial and Logical functions. move to new directoryZdeněk Crhonek 2016-11-30split the functions test in even more categoriesMarkus Mohrhard