1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*10544477SAndre Fischer<!--***********************************************************
3*10544477SAndre Fischer *
4*10544477SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
5*10544477SAndre Fischer * or more contributor license agreements.  See the NOTICE file
6*10544477SAndre Fischer * distributed with this work for additional information
7*10544477SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
8*10544477SAndre Fischer * to you under the Apache License, Version 2.0 (the
9*10544477SAndre Fischer * "License"); you may not use this file except in compliance
10*10544477SAndre Fischer * with the License.  You may obtain a copy of the License at
11*10544477SAndre Fischer *
12*10544477SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
13*10544477SAndre Fischer *
14*10544477SAndre Fischer * Unless required by applicable law or agreed to in writing,
15*10544477SAndre Fischer * software distributed under the License is distributed on an
16*10544477SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*10544477SAndre Fischer * KIND, either express or implied.  See the License for the
18*10544477SAndre Fischer * specific language governing permissions and limitations
19*10544477SAndre Fischer * under the License.
20*10544477SAndre Fischer *
21*10544477SAndre Fischer ***********************************************************-->
22cdf0e10cSrcweir<!-- This is a template.  i18n translation is not performed in-place;
23cdf0e10cSrcweir     i18n translated XML files are generated from this template by
24cdf0e10cSrcweir     transex3/layout/tralay.  !-->
25cdf0e10cSrcweir
26cdf0e10cSrcweir<tabpage help-id="HID_NUMBERFORMAT" show="false" id="RID_SVXPAGE_NUMBERFORMAT" _title="Number Format" _text="Number Format" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" sizeable="true">
27cdf0e10cSrcweir    <!--
28cdf0e10cSrcweir	<imagelist prefix="nu" id="IL_ICON">
29cdf0e10cSrcweir            <maskcolor blue="0xFFFF" green="0x0000" red="0xFFFF" type="Color"/>
30cdf0e10cSrcweir            <idlist none="IID_INFO"/>
31cdf0e10cSrcweir            <idcount none="3"/>
32cdf0e10cSrcweir	</imagelist>
33cdf0e10cSrcweir	<imagelist prefix="nuh" id="IL_ICON_HC">
34cdf0e10cSrcweir            <maskcolor blue="0xFFFF" green="0x0000" red="0xFFFF" type="Color"/>
35cdf0e10cSrcweir            <idlist none="IID_INFO"/>
36cdf0e10cSrcweir            <idcount none="3"/>
37cdf0e10cSrcweir	</imagelist>
38cdf0e10cSrcweir	!-->
39cdf0e10cSrcweir    <vbox spacing="5" border="5">
40cdf0e10cSrcweir	<string id="STR_EUROPE" _text="Europe"/>
41cdf0e10cSrcweir	<string id="STR_AUTO_ENTRY" _text="Automatic"/>
42cdf0e10cSrcweir        <hbox spacing="5">
43cdf0e10cSrcweir	    <vbox spacing="5" cnt:fill="true" cnt:expand="true">
44cdf0e10cSrcweir		<fixedtext id="FT_CATEGORY" _label="~Category"/>
45cdf0e10cSrcweir		<listbox line-count="8" auto-hscroll="true" has_border="true" id="LB_CATEGORY" _string-item-list="All:User-defined:Number:Percent:Currency:Date:Time:Scientific:Fraction:Boolean Value:Text"/>
46cdf0e10cSrcweir		<flow/>
47cdf0e10cSrcweir	    </vbox>
48cdf0e10cSrcweir	    <vbox spacing="5" cnt:fill="true" cnt:expand="true">
49cdf0e10cSrcweir		<fixedtext id="FT_FORMAT" _label="F~ormat"/>
50cdf0e10cSrcweir		<listbox has_border="true" line-count="7" dropdown="true" id="LB_CURRENCY" tabstop="true" _string-item-list="Automatically" cnt:expand="false" cnt:fill="false"/>
51cdf0e10cSrcweir		<svxfontlistbox line-count="7" dropdown="false" has_border="true" help-id="HID_NUMBERFORMAT_LB_FORMAT" id="LB_FORMAT" tabstop="true" string-item-list=" : : : : : : : : : : : : : : : "/>
52cdf0e10cSrcweir	    </vbox>
53cdf0e10cSrcweir	    <vbox spacing="5" cnt:fill="true" cnt:expand="true">
54cdf0e10cSrcweir		<fixedtext id="FT_LANGUAGE" _label="~Language" cnt:expand="false" cnt:fill="false"/>
55cdf0e10cSrcweir		<svxlanguagebox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" string-item-list="Dutch:" cnt:expand="false" cnt:fill="false"/>
56cdf0e10cSrcweir		<checkbox id="CB_SOURCEFORMAT" show="false" _label="So~urce format" cnt:expand="false" cnt:fill="false"/>
57cdf0e10cSrcweir		<flow cnt:expand="true" cnt:fill="true"/>
58cdf0e10cSrcweir		<window has_border="true" help-id="HID_NUMBERFORMAT_WND_NUMBER_PREVIEW" id="WND_NUMBER_PREVIEW" sv-look="true"/>
59cdf0e10cSrcweir	    </vbox>
60cdf0e10cSrcweir        </hbox>
61cdf0e10cSrcweir        <fixedline id="FL_OPTIONS" _text="Options"/>
62cdf0e10cSrcweir	<hbox>
63cdf0e10cSrcweir	    <vbox cnt:padding="13" spacing="5">
64cdf0e10cSrcweir		<hbox spacing="5">
65cdf0e10cSrcweir		    <vbox spacing="5" cnt:fill="false" cnt:expand="false">
66cdf0e10cSrcweir			<fixedtext id="FT_DECIMALS" _label="~Decimal places"/>
67cdf0e10cSrcweir			<fixedtext id="FT_LEADZEROES" _label="Leading ~zeroes"/>
68cdf0e10cSrcweir		    </vbox>
69cdf0e10cSrcweir		    <vbox spacing="5" cnt:fill="false" cnt:expand="false">
70cdf0e10cSrcweir			<numericfield has_border="true" first="0" last="15" minimum="0" value="2" maximum="20" repeat="true" id="ED_DECIMALS" spin="true" spin-size="1" strict-format="true" cnt:expand="false"/>
71cdf0e10cSrcweir			<numericfield has_border="true" first="0" last="15" minimum="0" value="1" maximum="20" repeat="true" id="ED_LEADZEROES" spin="true" spin-size="1" strict-format="true" cnt:fill="false"/>
72cdf0e10cSrcweir		    </vbox>
73cdf0e10cSrcweir		    <vbox spacing="5" cnt:fill="false" cnt:expand="false">
74cdf0e10cSrcweir			<checkbox id="BTN_NEGRED" _label="~Negative numbers red"/>
75cdf0e10cSrcweir			<checkbox id="BTN_THOUSAND" _label="~Thousands separator"/>
76cdf0e10cSrcweir		    </vbox>
77cdf0e10cSrcweir		</hbox>
78cdf0e10cSrcweir	    </vbox>
79cdf0e10cSrcweir        </hbox>
80cdf0e10cSrcweir        <fixedtext id="FT_EDFORMAT" _label="~Format code"/>
81cdf0e10cSrcweir        <hbox spacing="5" cnt:expand="false">
82cdf0e10cSrcweir            <edit has_border="true" id="ED_FORMAT"/>
83cdf0e10cSrcweir            <imagebutton cnt:expand="false" cnt:fill="false" help-id="HID_NUMBERFORMAT_TBI_ADD" quick-help-text="Add" id="IB_ADD" sv-look="true" graphic="svx/res/nu01.png"/>
84cdf0e10cSrcweir            <imagebutton cnt:expand="false" help-id="HID_NUMBERFORMAT_TBI_INFO" quick-help-text="Edit Comment" id="IB_INFO" sv-look="true" graphic="svx/res/nu03.png"/>
85cdf0e10cSrcweir            <imagebutton cnt:expand="false" help-id="HID_NUMBERFORMAT_TBI_REMOVE" quick-help-text="Remove" id="IB_REMOVE" sv-look="true" graphic="svx/res/nu02.png"/>
86cdf0e10cSrcweir        </hbox>
87cdf0e10cSrcweir        <fixedtext no-label="true" show="false" id="FT_COMMENT" word-break="true" cnt:expand="false"/>
88cdf0e10cSrcweir        <edit has_border="true" show="false" id="ED_COMMENT" cnt:expand="false"/>
89cdf0e10cSrcweir    </vbox>
90cdf0e10cSrcweir</tabpage>
91