Index: NOTES
==================================================================
--- NOTES
+++ NOTES
@@ -1,5 +1,20 @@
+# This file is part of Megatest.
+#
+# Megatest is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Megatest is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Megatest. If not, see .
+
=====================================================================
NOTES from looking at branch v1.62-rpc
=====================================================================
*last-db-access* or *db-last-access* ==> which is it to be?
Index: TODO
==================================================================
--- TODO
+++ TODO
@@ -1,5 +1,19 @@
+# This file is part of Megatest.
+#
+# Megatest is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Megatest is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Megatest. If not, see .
TODO
====
. Dashboard should resist running from non-homehost
Index: cgisetup/css/pjhatwal-modal.css
==================================================================
--- cgisetup/css/pjhatwal-modal.css
+++ cgisetup/css/pjhatwal-modal.css
@@ -1,5 +1,21 @@
+/* This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+*/
+
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
@@ -17,10 +33,11 @@
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
+
top: 50%
}
/* The Close Button */
.close {
Index: cgisetup/js/pjhatwal-modal.js
==================================================================
--- cgisetup/js/pjhatwal-modal.js
+++ cgisetup/js/pjhatwal-modal.js
@@ -1,5 +1,20 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+
$(document).ready(function(){
$(".viewmodal").click(function(){
var modal = document.getElementById("myModal" + this.id);
// alert(this.id);
modal.style.display = "block";
Index: cgisetup/megatest.config
==================================================================
--- cgisetup/megatest.config
+++ cgisetup/megatest.config
@@ -1,5 +1,20 @@
+;; This file is part of Megatest.
+;;
+;; Megatest is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; Megatest is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with Megatest. If not, see .
+
'(sroot "/path/to/models"
logfile "/path/to/logs/megatest.log" ;; this is now required!
twikidir "/path/to/writable/work/area"
dbtype pg ;; 'sqlite3 ;; or 'pg
dbinit '((dbname . "megatest_db")
Index: commonstructs
==================================================================
--- commonstructs
+++ commonstructs
@@ -1,5 +1,19 @@
+# This file is part of Megatest.
+#
+# Megatest is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Megatest is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Megatest. If not, see .
The database keys, runs are indexed on this
keys: (db:get-keys #f) =>
(#("OS" "TEXT")
Index: docs/manual/getting_started.in
==================================================================
--- docs/manual/getting_started.in
+++ docs/manual/getting_started.in
@@ -1,5 +1,19 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
Getting Started
---------------
[partintro]
Index: docs/manual/howto.in
==================================================================
--- docs/manual/howto.in
+++ docs/manual/howto.in
@@ -1,5 +1,20 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+
How To Do Things
----------------
Process Runs
~~~~~~~~~~~~
Index: docs/manual/installation.txt
==================================================================
--- docs/manual/installation.txt
+++ docs/manual/installation.txt
@@ -1,5 +1,20 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+
Installation
------------
Dependencies
~~~~~~~~~~~~
Index: docs/manual/megatest_manual.txt
==================================================================
--- docs/manual/megatest_manual.txt
+++ docs/manual/megatest_manual.txt
@@ -9,10 +9,28 @@
Preface
-------
This book is organised as three sub-books; getting started, writing tests and reference.
+.License
+----------------------------
+This document is part of Megatest.
+
+ Megatest is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Megatest is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Megatest. If not, see .
+----------------------------
+
Why Megatest?
-------------
The Megatest project was started for two reasons, the first was an
immediate and pressing need for a generalized tool to manage a suite
Index: docs/manual/plan.in
==================================================================
--- docs/manual/plan.in
+++ docs/manual/plan.in
@@ -1,8 +1,23 @@
Road Map
--------
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+
Note 1: This road-map is still evolving and subject to change without notice.
RFC M01: Add ability to move runs to other Areas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: docs/manual/reference.in
==================================================================
--- docs/manual/reference.in
+++ docs/manual/reference.in
@@ -1,5 +1,20 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
+
Reference
---------
Config File Helpers
~~~~~~~~~~~~~~~~~~~
Index: docs/manual/writing_tests.txt
==================================================================
--- docs/manual/writing_tests.txt
+++ docs/manual/writing_tests.txt
@@ -1,5 +1,19 @@
+// This file is part of Megatest.
+//
+// Megatest is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Megatest is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Megatest. If not, see .
Writing Tests
-------------
Creating a new Test
Index: tests/fullrun/tests/singletest2/wasting_time.logpro
==================================================================
--- tests/fullrun/tests/singletest2/wasting_time.logpro
+++ tests/fullrun/tests/singletest2/wasting_time.logpro
@@ -1,7 +1,22 @@
;; put stuff here
+;; This file is part of Megatest.
+;;
+;; Megatest is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; Megatest is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with Megatest. If not, see .
+
;; NOTE: This is not legit logpro code!!!
;; Test for 0=PASS, 1=WARN, >2 = FAIL
;; (define season (get-environment-variable "SEASON"))
DELETED tests/stats.txt
Index: tests/stats.txt
==================================================================
--- tests/stats.txt
+++ /dev/null
@@ -1,77 +0,0 @@
-DB Stats: a1236d6bf92ec5cb8955f490761b21b0d3eea9d3
-========
-Cmd Count TotTime Avg
-get-count-tests-running-for-run-id 1035 237.0 0.23
-get-count-tests-running-in-jobgroup 884 119.0 0.13
-get-count-tests-running 884 169.0 0.19
-get-prereqs-not-met 884 732.0 0.83
-get-test-info-by-id 673 122.0 0.18
-get-keys 476 1.0 0.00
-get-test-id 356 42.0 0.12
-testmeta-get-record 203 24.0 0.12
-roll-up-pass-fail-counts 159 39.0 0.25
-register-test 140 30.0 0.21
-test-set-rundir-shortdir 128 98.0 0.77
-test-set-status-state 94 45.0 0.48
-find-and-mark-incomplete 32 0.0 0.00
-state-status-msg 25 4.0 0.16
-delete-tests-in-state 12 4.0 0.33
-get-tests-for-run-mindata 8 0.0 0.00
-get-all-run-ids 5 2.0 0.40
-get-run-info 4 0.0 0.00
-register-run 4 5.0 1.25
-set-tests-state-status 4 15.0 3.75
-get-tests-for-run 4 15.0 3.75
-
-# After converting first three functions above to sqlite3:first-result
-DB Stats
-========
-Cmd Count TotTime Avg
-get-count-tests-running-for-run-id 1138 179.0 0.16
-get-count-tests-running-in-jobgroup 987 91.0 0.09
-get-count-tests-running 987 171.0 0.17
-get-prereqs-not-met 987 892.0 0.90
-get-test-info-by-id 672 95.0 0.14
-get-keys 476 0.0 0.00
-get-test-id 355 41.0 0.12
-testmeta-get-record 203 15.0 0.07
-roll-up-pass-fail-counts 159 30.0 0.19
-register-test 140 22.0 0.16
-test-set-rundir-shortdir 128 855.0 6.68
-test-set-status-state 94 20.0 0.21
-find-and-mark-incomplete 36 1.0 0.03
-state-status-msg 24 5.0 0.21
-delete-tests-in-state 12 2.0 0.17
-get-tests-for-run-mindata 9 0.0 0.00
-get-all-run-ids 5 1.0 0.20
-register-run 4 1.0 0.25
-get-tests-for-run 4 11.0 2.75
-get-run-info 4 0.0 0.00
-set-tests-state-status 4 17.0 4.25
-
-DB Stats another run, converted one or two non-relevant functions to sqlite3:first-result
-========
-Cmd Count TotTime Avg
-get-count-tests-running-for-run-id 987 157.0 0.16
-get-count-tests-running-in-jobgroup 836 79.0 0.09
-get-count-tests-running 836 121.0 0.14
-get-prereqs-not-met 836 513.0 0.61
-get-test-info-by-id 673 85.0 0.13
-get-keys 476 0.0 0.00
-get-test-id 356 32.0 0.09
-testmeta-get-record 203 19.0 0.09
-roll-up-pass-fail-counts 159 27.0 0.17
-register-test 140 23.0 0.16
-test-set-rundir-shortdir 128 35.0 0.27
-test-set-status-state 94 20.0 0.21
-find-and-mark-incomplete 40 0.0 0.00
-state-status-msg 25 5.0 0.20
-delete-tests-in-state 12 1.0 0.08
-get-tests-for-run-mindata 10 0.0 0.00
-get-all-run-ids 5 0.0 0.00
-set-tests-state-status 4 15.0 3.75
-register-run 4 2.0 0.50
-get-run-info 4 1.0 0.25
-get-tests-for-run 4 12.0 3.00
-
-
DELETED txtdb/metadat.scm
Index: txtdb/metadat.scm
==================================================================
--- txtdb/metadat.scm
+++ /dev/null
@@ -1,568 +0,0 @@
-;; This file is part of Megatest.
-;;
-;; Megatest is free software: you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-;;
-;; Megatest is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;; GNU General Public License for more details.
-;;
-;; You should have received a copy of the GNU General Public License
-;; along with Megatest. If not, see .
-;;
-(define minimal-sxml
- '(*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\"")
- (http://www.gnumeric.org/v10.dtd:Workbook
- (@ (http://www.w3.org/2001/XMLSchema-instance:schemaLocation
- "http://www.gnumeric.org/v9.xsd"))
- (http://www.gnumeric.org/v10.dtd:Version
- (@ (Minor "17") (Major "10") (Full "1.10.17") (Epoch "1")))
- (http://www.gnumeric.org/v10.dtd:Attributes
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_horizontal_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_vertical_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_notebook_tabs")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::do_auto_completion")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::is_protected")
- (http://www.gnumeric.org/v10.dtd:value "FALSE")))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:document-meta
- (@ (urn:oasis:names:tc:opendocument:xmlns:office:1.0:version "1.2"))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:meta
- (http://purl.org/dc/elements/1.1/:date "2013-07-26T05:41:51Z")
- (urn:oasis:names:tc:opendocument:xmlns:meta:1.0:creation-date
- "2013-07-26T05:41:10Z")))
- (http://www.gnumeric.org/v10.dtd:Calculation
- (@ (MaxIterations "100")
- (ManualRecalc "0")
- (IterationTolerance "0.001")
- (FloatRadix "2")
- (FloatDigits "53")
- (EnableIteration "1")))
- (http://www.gnumeric.org/v10.dtd:SheetNameIndex
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "Sheet1"))
- (http://www.gnumeric.org/v10.dtd:Geometry
- (@ (Width "1440") (Height "647")))
- (http://www.gnumeric.org/v10.dtd:Sheets
- (http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:Name "Sheet1")
- (http://www.gnumeric.org/v10.dtd:MaxCol "-1")
- (http://www.gnumeric.org/v10.dtd:MaxRow "-1")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"Sheet1\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "120")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "120")))
- (http://www.gnumeric.org/v10.dtd:left
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles
- (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[TAB]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "Page &[PAGE]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0")
- (startCol "0")
- (endRow "65535")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols (@ (DefaultSizePts "48")))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.75")))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "0") (CursorCol "0"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "0"))))
- (http://www.gnumeric.org/v10.dtd:Cells)
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0")))))
- (http://www.gnumeric.org/v10.dtd:UIData (@ (SelectedTab "0"))))))
-
-(define sheet-meta
- '(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "8")
- (http://www.gnumeric.org/v10.dtd:MaxRow "18")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"First_Sheet\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "1") (startCol "0") (endRow "17") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "hh\":\"mm\":\"ss AM/PM")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "18") (startCol "0") (endRow "31") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "32") (startCol "0") (endRow "255") (endCol "7"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "256") (startCol "0") (endRow "65535") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "2") (endRow "1") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "2") (startCol "2") (endRow "17") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "0")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "3") (endRow "31") (endCol "7"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "8") (endRow "255") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "64") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo (@ (Unit "48") (No "0")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "99") (No "1") (HardSize "1")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "2") (Count "7"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo (@ (Unit "12.64") (No "0")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "1") (Count "17")))
- (http://www.gnumeric.org/v10.dtd:RowInfo (@ (Unit "12.1") (No "18"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "3") (CursorCol "1"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "3") (startCol "1") (endRow "3") (endCol "1"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout
- (@ (TopLeft "A2"))
- (http://www.gnumeric.org/v10.dtd:FreezePanes
- (@ (UnfrozenTopLeft "A2") (FrozenTopLeft "A1"))))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0")))))
-
-(define sheets-meta
- '((@ (http://www.w3.org/2001/XMLSchema-instance:schemaLocation
- "http://www.gnumeric.org/v9.xsd"))
- (http://www.gnumeric.org/v10.dtd:Version
- (@ (Minor "17") (Major "10") (Full "1.10.17") (Epoch "1")))
- (http://www.gnumeric.org/v10.dtd:Attributes
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_horizontal_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_vertical_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::show_notebook_tabs")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::do_auto_completion")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::is_protected")
- (http://www.gnumeric.org/v10.dtd:value "FALSE")))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:document-meta
- (@ (urn:oasis:names:tc:opendocument:xmlns:office:1.0:version "1.2"))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:meta
- (http://purl.org/dc/elements/1.1/:date "2013-07-26T04:47:02Z")
- (urn:oasis:names:tc:opendocument:xmlns:meta:1.0:creation-date
- "2013-07-26T04:46:14Z")))
- (http://www.gnumeric.org/v10.dtd:Calculation
- (@ (MaxIterations "100")
- (ManualRecalc "0")
- (IterationTolerance "0.001")
- (FloatRadix "2")
- (FloatDigits "53")
- (EnableIteration "1")))
- (http://www.gnumeric.org/v10.dtd:SheetNameIndex
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "First_Sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "Second-sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "RunsToDo")
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "RunsToLock"))
- (http://www.gnumeric.org/v10.dtd:Geometry (@ (Width "1440") (Height "647")))
- (http://www.gnumeric.org/v10.dtd:UIData (@ (SelectedTab "1")))))
-
-(define workbook-meta
- '(*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\"")))
-
DELETED txtdb/nada3/First_Sheet.dat
Index: txtdb/nada3/First_Sheet.dat
==================================================================
--- txtdb/nada3/First_Sheet.dat
+++ /dev/null
@@ -1,153 +0,0 @@
-[Time]
-BLANKVAL
-A 0.324305555555556
-B 0.33125
-C 0.334722222222222
-D 0.336805555555556
-E 0.338888888888889
-F 0.340972222222222
-G 0.343055555555556
-H 0.345833333333333
-I 0.347916666666667
-J 0.351388888888889
-K 0.366666666666667
-L 0.379166666666667
-M 0.395833333333333
-N 0.422222222222222
-O 0.452083333333333
-P 0.491666666666667
-Q 0.570833333333333
-
-[DeltaTime]
-A 0
-B =days(B3,$B$2)*24*60
-C
-D
-E
-F
-G
-H
-I
-J
-K
-L
-M
-N
-O
-P
-Q
-
-[Ambient]
-A 35.4
-B 35.4
-C 35
-D 35
-E 35
-F 35
-G 35
-H 36
-I 36
-J 37
-K 37
-L 38
-M 39
-N 40
-O 41
-P 41
-Q 41.5
-
-[Firebox]
-A 34.3
-B 72
-C 100
-D 130
-E 145
-F 150
-G 150
-H 158
-I 156
-J 152
-K 134
-L 117
-M 100
-N 91
-O 79
-P 68
-Q 51
-
-[2nd_row]
-A 34.3
-B 60
-C 90
-D 116
-E 121
-F 125
-G 128
-H 129
-I 128
-J 126
-K 117
-L 108
-M 100
-N 90
-O 78
-P 63
-Q 51
-
-[3rd_row]
-A 34.1
-B 42
-C 57
-D 69
-E 73
-F 78
-G 82
-H 86
-I 87
-J 89
-K 94
-L 96
-M 93
-N 88
-O 77
-P 64
-Q 51
-
-[4th_row]
-A 34
-B 39
-C 46
-D 52
-E 54
-F 56
-G 60
-H 62
-I 65
-J 67
-K 77
-L 82
-M 82
-N 81
-O 72
-P 62
-Q 51
-
-[Exit]
-A 34
-B 68
-C 68
-D 68
-E 68
-F 68
-G 69
-H 70
-I 72
-J 75
-K 107
-L 106
-M 106
-N 100
-O 79
-P 68
-Q 51
-
DELETED txtdb/nada3/RunsToDo.dat
Index: txtdb/nada3/RunsToDo.dat
==================================================================
--- txtdb/nada3/RunsToDo.dat
+++ /dev/null
@@ -1,15 +0,0 @@
-[a/b/c]
-123 a
-456 b
-789 c
-
-[d/e/f]
-123 e
-456 f
-789 g
-
-[g/h/i]
-123 h
-456 i
-789 j
-
DELETED txtdb/nada3/RunsToLock.dat
Index: txtdb/nada3/RunsToLock.dat
==================================================================
--- txtdb/nada3/RunsToLock.dat
+++ /dev/null
@@ -1,12 +0,0 @@
-[def]
-def def
-ghi jkl
-qrst
-uvwx
-yz12
-
-[mno]
-abc
-def xyz
-jkl
-mnop
DELETED txtdb/nada3/Second-sheet.dat
Index: txtdb/nada3/Second-sheet.dat
==================================================================
--- txtdb/nada3/Second-sheet.dat
+++ /dev/null
@@ -1,34 +0,0 @@
-[2]
-V2 X
-V6 Y
-V8 Z
-V12 E
-V15 B
-V17 +
-
-[A1]
-V8 Z
-V17 =
-
-# Just a test really
-#
-V1 X
-V3 X
-V5 Y
-V7 Y
-V10 Z
-V11 E
-V13 E
-V14 B
-V16 B
-[3]
-V2 John,
-V6 Tom
-V8 Fred
-V17 ~
-
-# a deeply held belief is a danger to sanity
-#
-V4 X
-row-11 Z
-row-18 B
DELETED txtdb/nada3/Sheet3.dat
Index: txtdb/nada3/Sheet3.dat
==================================================================
--- txtdb/nada3/Sheet3.dat
+++ /dev/null
@@ -1,8 +0,0 @@
-[zeroth title]
-row1name
-row2name
-
-[col1title]
-row1name row1value
-row2nameNoValue
-row3name row3value
DELETED txtdb/nada3/sheet-names.cfg
Index: txtdb/nada3/sheet-names.cfg
==================================================================
--- txtdb/nada3/sheet-names.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-First_Sheet
-Second-sheet
-RunsToDo
-RunsToLock
DELETED txtdb/nada3/sxml/First_Sheet.sxml
Index: txtdb/nada3/sxml/First_Sheet.sxml
==================================================================
--- txtdb/nada3/sxml/First_Sheet.sxml
+++ /dev/null
@@ -1,460 +0,0 @@
-(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "8")
- (http://www.gnumeric.org/v10.dtd:MaxRow "19")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"First_Sheet\"")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "Pt") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "4096") (startCol "0") (endRow "65535") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "4") (endRow "255") (endCol "15"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "32") (startCol "0") (endRow "255") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "2") (startCol "2") (endRow "17") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "0")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "3") (endRow "31") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "1") (startCol "0") (endRow "17") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "hh\":\"mm\":\"ss AM/PM")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "18") (startCol "0") (endRow "31") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "16") (endRow "4095") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "2") (endRow "1") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "64") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "256") (startCol "0") (endRow "4095") (endCol "15"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0")))))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "0") (MarginB "2") (MarginA "2")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "99") (No "1") (MarginB "2") (MarginA "2") (HardSize "1")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "2") (MarginB "2") (MarginA "2") (Count "7"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.64") (No "0") (MarginB "0") (MarginA "0")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "1") (MarginB "0") (MarginA "0") (Count "17")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.1") (No "18") (MarginB "0") (MarginA "0") (Count "2"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "3") (CursorCol "1"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "3") (startCol "1") (endRow "3") (endCol "1"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout
- (@ (TopLeft "A2"))
- (http://www.gnumeric.org/v10.dtd:FreezePanes
- (@ (UnfrozenTopLeft "A2") (FrozenTopLeft "A1"))))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ShowIter "0")
- (SensitivityR "0")
- (ProgramR "0")
- (ProblemType "0")
- (PerformR "0")
- (NonNeg "1")
- (MaxTime "60")
- (MaxIter "1000")
- (LimitsR "0")
- (Discr "0")
- (AutoScale "0")
- (AnswerR "0"))))
DELETED txtdb/nada3/sxml/RunsToDo.sxml
Index: txtdb/nada3/sxml/RunsToDo.sxml
==================================================================
--- txtdb/nada3/sxml/RunsToDo.sxml
+++ /dev/null
@@ -1,109 +0,0 @@
-(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "3")
- (http://www.gnumeric.org/v10.dtd:MaxRow "4")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"RunsToDo\"")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top (@ (PrefUnit "mm") (Points "120")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "120")))
- (http://www.gnumeric.org/v10.dtd:left (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "Pt") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[TAB]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "Page &[PAGE]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0")))))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "0") (MarginB "2") (MarginA "2") (Count "4"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.75"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "0") (MarginB "0") (MarginA "0") (Count "4")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.75") (No "4") (MarginB "0") (MarginA "0"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "3") (CursorCol "2"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "3") (startCol "2") (endRow "3") (endCol "2"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ShowIter "0")
- (SensitivityR "0")
- (ProgramR "0")
- (ProblemType "0")
- (PerformR "0")
- (NonNeg "1")
- (MaxTime "60")
- (MaxIter "1000")
- (LimitsR "0")
- (Discr "0")
- (AutoScale "0")
- (AnswerR "0"))))
DELETED txtdb/nada3/sxml/RunsToLock.sxml
Index: txtdb/nada3/sxml/RunsToLock.sxml
==================================================================
--- txtdb/nada3/sxml/RunsToLock.sxml
+++ /dev/null
@@ -1,92 +0,0 @@
-(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "1")
- (http://www.gnumeric.org/v10.dtd:MaxRow "1")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top (@ (PrefUnit "cm") (Points "120")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "cm") (Points "120"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[TAB]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "Page &[PAGE]") (Left ""))))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0")))))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "0") (MarginB "2") (MarginA "2") (Count "2"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.75"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.75") (No "0") (MarginB "0") (MarginA "0") (Count "2"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "0") (CursorCol "0"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "0"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ShowIter "0")
- (SensitivityR "0")
- (ProgramR "0")
- (ProblemType "1")
- (PerformR "0")
- (NonNeg "1")
- (MaxTime "0")
- (MaxIter "0")
- (LimitsR "0")
- (Inputs "")
- (Discr "0")
- (AutoScale "0")
- (AnswerR "0"))))
DELETED txtdb/nada3/sxml/Second-sheet.sxml
Index: txtdb/nada3/sxml/Second-sheet.sxml
==================================================================
--- txtdb/nada3/sxml/Second-sheet.sxml
+++ /dev/null
@@ -1,428 +0,0 @@
-(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "3")
- (http://www.gnumeric.org/v10.dtd:MaxRow "21")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"Second-sheet\"")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "Pt") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "Pt") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "4096") (startCol "0") (endRow "65535") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "4") (endRow "255") (endCol "15"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "32") (startCol "0") (endRow "255") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "17") (startCol "3") (endRow "31") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "31") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "16") (startCol "3") (endRow "16") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "1")
- (Rotation "0")
- (PatternColor "FFFF:FFFF:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:CCCC:0"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "16") (endRow "4095") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "64") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "1") (startCol "3") (endRow "15") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "3") (endRow "0") (endCol "3"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "28")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0"))))))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "256") (startCol "0") (endRow "4095") (endCol "15"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")
- (http://www.gnumeric.org/v10.dtd:StyleBorder
- (http://www.gnumeric.org/v10.dtd:Top (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Bottom (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Left (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Right (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Diagonal (@ (Style "0")))
- (http://www.gnumeric.org/v10.dtd:Rev-Diagonal (@ (Style "0")))))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "0") (MarginB "2") (MarginA "2")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "1") (MarginB "2") (MarginA "2")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "99") (No "2") (MarginB "2") (MarginA "2") (HardSize "1")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "227.2") (No "3") (MarginB "2") (MarginA "2") (HardSize "1"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "60") (No "0") (MarginB "0") (MarginA "0") (HardSize "1")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "1") (MarginB "0") (MarginA "0") (Count "17")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.1") (No "18") (MarginB "0") (MarginA "0") (Count "4"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "0") (CursorCol "3"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "0") (startCol "3") (endRow "0") (endCol "3"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ShowIter "0")
- (SensitivityR "0")
- (ProgramR "0")
- (ProblemType "0")
- (PerformR "0")
- (NonNeg "1")
- (MaxTime "60")
- (MaxIter "1000")
- (LimitsR "0")
- (Discr "0")
- (AutoScale "0")
- (AnswerR "0"))))
DELETED txtdb/nada3/sxml/Sheet3.sxml
Index: txtdb/nada3/sxml/Sheet3.sxml
==================================================================
--- txtdb/nada3/sxml/Sheet3.sxml
+++ /dev/null
@@ -1,100 +0,0 @@
-(http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:MaxCol "0")
- (http://www.gnumeric.org/v10.dtd:MaxRow "0")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"Sheet3\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "65535") (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo (@ (Unit "64.01") (No "0"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo (@ (Unit "12.82") (No "0"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "0") (CursorCol "0"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "0"))))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0"))))
DELETED txtdb/nada3/sxml/_sheets.sxml
Index: txtdb/nada3/sxml/_sheets.sxml
==================================================================
--- txtdb/nada3/sxml/_sheets.sxml
+++ /dev/null
@@ -1,46 +0,0 @@
-((@ (http://www.w3.org/2001/XMLSchema-instance:schemaLocation
- "http://www.gnumeric.org/v8.xsd"))
- (http://www.gnumeric.org/v10.dtd:Version
- (@ (Minor "3") (Major "6") (Full "1.6.3") (Epoch "1")))
- (http://www.gnumeric.org/v10.dtd:Attributes
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_horizontal_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_vertical_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::show_notebook_tabs")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::do_auto_completion")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name "WorkbookView::is_protected")
- (http://www.gnumeric.org/v10.dtd:value "FALSE")))
- (http://www.gnumeric.org/v10.dtd:Summary
- (http://www.gnumeric.org/v10.dtd:Item
- (http://www.gnumeric.org/v10.dtd:name "application")
- (http://www.gnumeric.org/v10.dtd:val-string "gnumeric"))
- (http://www.gnumeric.org/v10.dtd:Item
- (http://www.gnumeric.org/v10.dtd:name "author")
- (http://www.gnumeric.org/v10.dtd:val-string "matthew.r.welland")))
- (http://www.gnumeric.org/v10.dtd:SheetNameIndex
- (http://www.gnumeric.org/v10.dtd:SheetName "First_Sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName "Second-sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName "RunsToDo")
- (http://www.gnumeric.org/v10.dtd:SheetName "RunsToLock"))
- (http://www.gnumeric.org/v10.dtd:Geometry (@ (Width "1440") (Height "647")))
- (http://www.gnumeric.org/v10.dtd:UIData (@ (SelectedTab "3")))
- (http://www.gnumeric.org/v10.dtd:Calculation
- (@ (MaxIterations "100")
- (ManualRecalc "0")
- (IterationTolerance "0.001")
- (EnableIteration "1"))))
DELETED txtdb/nada3/sxml/_workbook.sxml
Index: txtdb/nada3/sxml/_workbook.sxml
==================================================================
--- txtdb/nada3/sxml/_workbook.sxml
+++ /dev/null
@@ -1,1 +0,0 @@
-(*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\""))
DELETED txtdb/testdata.sxml
Index: txtdb/testdata.sxml
==================================================================
--- txtdb/testdata.sxml
+++ /dev/null
@@ -1,1273 +0,0 @@
-(*TOP* (*PI* xml "version=\"1.0\" encoding=\"UTF-8\"")
- (http://www.gnumeric.org/v10.dtd:Workbook
- (@ (http://www.w3.org/2001/XMLSchema-instance:schemaLocation
- "http://www.gnumeric.org/v9.xsd"))
- (http://www.gnumeric.org/v10.dtd:Version
- (@ (Minor "17") (Major "10") (Full "1.10.17") (Epoch "1")))
- (http://www.gnumeric.org/v10.dtd:Attributes
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_horizontal_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_vertical_scrollbar")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::show_notebook_tabs")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::do_auto_completion")
- (http://www.gnumeric.org/v10.dtd:value "TRUE"))
- (http://www.gnumeric.org/v10.dtd:Attribute
- (http://www.gnumeric.org/v10.dtd:type "4")
- (http://www.gnumeric.org/v10.dtd:name
- "WorkbookView::is_protected")
- (http://www.gnumeric.org/v10.dtd:value "FALSE")))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:document-meta
- (@ (urn:oasis:names:tc:opendocument:xmlns:office:1.0:version "1.2"))
- (urn:oasis:names:tc:opendocument:xmlns:office:1.0:meta
- (http://purl.org/dc/elements/1.1/:date "2013-07-14T22:32:27Z")
- (urn:oasis:names:tc:opendocument:xmlns:meta:1.0:creation-date
- "2013-07-13T04:38:00Z")))
- (http://www.gnumeric.org/v10.dtd:Calculation
- (@ (MaxIterations "100")
- (ManualRecalc "0")
- (IterationTolerance "0.001")
- (FloatRadix "2")
- (FloatDigits "53")
- (EnableIteration "1")))
- (http://www.gnumeric.org/v10.dtd:SheetNameIndex
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "First_Sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "Second-sheet")
- (http://www.gnumeric.org/v10.dtd:SheetName
- (@ (http://www.gnumeric.org/v10.dtd:Rows "65536")
- (http://www.gnumeric.org/v10.dtd:Cols "256"))
- "Sheet3"))
- (http://www.gnumeric.org/v10.dtd:Geometry
- (@ (Width "1440") (Height "647")))
- (http://www.gnumeric.org/v10.dtd:Sheets
- (http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:Name "First_Sheet")
- (http://www.gnumeric.org/v10.dtd:MaxCol "8")
- (http://www.gnumeric.org/v10.dtd:MaxRow "17")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"First_Sheet\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles
- (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "1") (startCol "0") (endRow "17") (endCol "1"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "hh\":\"mm\":\"ss AM/PM")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "18") (startCol "0") (endRow "31") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "32") (startCol "0") (endRow "255") (endCol "7"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "256")
- (startCol "0")
- (endRow "65535")
- (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "2") (endRow "1") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "2") (startCol "2") (endRow "17") (endCol "2"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "0")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "3") (endRow "31") (endCol "7"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0") (startCol "8") (endRow "255") (endCol "63"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0")
- (startCol "64")
- (endRow "65535")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "0")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "99") (No "1") (HardSize "1")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "2") (Count "7"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.64") (No "0")))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "1") (Count "17"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "29") (CursorCol "1"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "29")
- (startCol "1")
- (endRow "29")
- (endCol "1"))))
- (http://www.gnumeric.org/v10.dtd:Cells
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "1"))
- "Time")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "2"))
- "DeltaTime")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "3"))
- "Ambient")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "4"))
- "Firebox")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "5"))
- "2nd row")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "6"))
- "3rd row")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "7"))
- "4th row")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "8"))
- "Exit ")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "1") (Col "0"))
- "A")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "1"))
- "0.32430555555555557")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "2"))
- "0")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "3"))
- "35.399999999999999")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "4"))
- "34.299999999999997")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "5"))
- "34.299999999999997")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "6"))
- "34.100000000000001")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "7"))
- "34")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "1") (Col "8"))
- "34")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "2") (Col "0"))
- "B")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "1"))
- "0.33124999999999999")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "2") (ExprID "1") (Col "2"))
- "=days(B3,$B$2)*24*60")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "3"))
- "35.399999999999999")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "4"))
- "72")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "5"))
- "60")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "6"))
- "42")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "7"))
- "39")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "2") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "3") (Col "0"))
- "C")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "1"))
- "0.3347222222222222")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "3") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "3"))
- "35")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "4"))
- "100")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "5"))
- "90")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "6"))
- "57")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "7"))
- "46")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "3") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "4") (Col "0"))
- "D")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "1"))
- "0.33680555555555558")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "4") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "3"))
- "35")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "4"))
- "130")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "5"))
- "116")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "6"))
- "69")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "7"))
- "52")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "4") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "5") (Col "0"))
- "E")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "1"))
- "0.33888888888888891")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "5") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "3"))
- "35")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "4"))
- "145")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "5"))
- "121")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "6"))
- "73")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "7"))
- "54")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "5") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "6") (Col "0"))
- "F")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "1"))
- "0.34097222222222223")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "6") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "3"))
- "35")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "4"))
- "150")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "5"))
- "125")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "6"))
- "78")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "7"))
- "56")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "6") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "7") (Col "0"))
- "G")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "1"))
- "0.34305555555555556")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "7") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "3"))
- "35")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "4"))
- "150")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "5"))
- "128")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "6"))
- "82")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "7"))
- "60")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "7") (Col "8"))
- "69")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "8") (Col "0"))
- "H")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "1"))
- "0.34583333333333333")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "8") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "3"))
- "36")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "4"))
- "158")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "5"))
- "129")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "6"))
- "86")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "7"))
- "62")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "8") (Col "8"))
- "70")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "9") (Col "0"))
- "I")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "1"))
- "0.34791666666666665")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "9") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "3"))
- "36")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "4"))
- "156")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "5"))
- "128")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "6"))
- "87")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "7"))
- "65")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "9") (Col "8"))
- "72")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "10") (Col "0"))
- "J")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "1"))
- "0.35138888888888886")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "10") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "3"))
- "37")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "4"))
- "152")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "5"))
- "126")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "6"))
- "89")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "7"))
- "67")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "10") (Col "8"))
- "75")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "11") (Col "0"))
- "K")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "1"))
- "0.36666666666666664")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "11") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "3"))
- "37")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "4"))
- "134")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "5"))
- "117")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "6"))
- "94")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "7"))
- "77")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "11") (Col "8"))
- "107")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "12") (Col "0"))
- "L")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "1"))
- "0.37916666666666665")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "12") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "3"))
- "38")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "4"))
- "117")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "5"))
- "108")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "6"))
- "96")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "7"))
- "82")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "12") (Col "8"))
- "106")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "13") (Col "0"))
- "M")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "1"))
- "0.39583333333333331")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "13") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "3"))
- "39")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "4"))
- "100")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "5"))
- "100")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "6"))
- "93")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "7"))
- "82")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "13") (Col "8"))
- "106")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "14") (Col "0"))
- "N")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "1"))
- "0.42222222222222222")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "14") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "3"))
- "40")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "4"))
- "91")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "5"))
- "90")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "6"))
- "88")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "7"))
- "81")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "14") (Col "8"))
- "100")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "15") (Col "0"))
- "O")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "1"))
- "0.45208333333333334")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "15") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "3"))
- "41")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "4"))
- "79")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "5"))
- "78")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "6"))
- "77")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "7"))
- "72")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "15") (Col "8"))
- "79")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "16") (Col "0"))
- "P")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "1"))
- "0.49166666666666664")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "16") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "3"))
- "41")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "4"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "5"))
- "63")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "6"))
- "64")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "7"))
- "62")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "16") (Col "8"))
- "68")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "17") (Col "0"))
- "Q")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "1"))
- "0.5708333333333333")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (Row "17") (ExprID "1") (Col "2")))
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "3"))
- "41.5")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "4"))
- "51")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "5"))
- "51")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "6"))
- "51")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "7"))
- "51")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "17") (Col "8"))
- "51"))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0"))))
- (http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:Name "Second-sheet")
- (http://www.gnumeric.org/v10.dtd:MaxCol "4")
- (http://www.gnumeric.org/v10.dtd:MaxRow "20")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"Second-sheet\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles
- (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0")
- (startCol "0")
- (endRow "65279")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "65280")
- (startCol "0")
- (endRow "65534")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans")))
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "65535")
- (startCol "0")
- (endRow "65535")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "0")))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "48") (No "1") (Count "4"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "13.5") (No "0") (Count "20"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "4") (CursorCol "4"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "4") (startCol "4") (endRow "4") (endCol "4"))))
- (http://www.gnumeric.org/v10.dtd:Cells
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "1"))
- "A1")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "0") (Col "2"))
- "2")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "0") (Col "3"))
- "A1")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "40") (Row "0") (Col "4"))
- "3")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "1") (Col "0"))
- "V1")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "1") (Col "1"))
- "X")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "2") (Col "0"))
- "V2")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "2") (Col "2"))
- "X")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "3") (Col "0"))
- "V3")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "3") (Col "3"))
- "X")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "4") (Col "0"))
- "V4")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "4") (Col "4"))
- "X")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "5") (Col "0"))
- "V5")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "5") (Col "3"))
- "Y")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "6") (Col "0"))
- "V6")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "6") (Col "2"))
- "Y")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "7") (Col "0"))
- "V7")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "7") (Col "1"))
- "Y")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "8") (Col "0"))
- "V8")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "8") (Col "1"))
- "Z")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "9") (Col "0"))
- "V8")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "9") (Col "2"))
- "Z")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "10") (Col "0"))
- "V10")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "10") (Col "3"))
- "Z")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "11") (Col "4"))
- "Z")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "12") (Col "0"))
- "V11")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "12") (Col "3"))
- "E")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "13") (Col "0"))
- "V12")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "13") (Col "2"))
- "E")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "14") (Col "0"))
- "V13")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "14") (Col "1"))
- "E")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "15") (Col "0"))
- "V14")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "15") (Col "1"))
- "B")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "16") (Col "0"))
- "V15")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "16") (Col "2"))
- "B")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "17") (Col "0"))
- "V16")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "17") (Col "3"))
- "B")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "18") (Col "4"))
- "B")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "19") (Col "0"))
- "V17")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "19") (Col "1"))
- "-")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "19") (Col "2"))
- "+")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "19") (Col "3"))
- "=")
- (http://www.gnumeric.org/v10.dtd:Cell
- (@ (ValueType "60") (Row "19") (Col "4"))
- "~"))
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0"))))
- (http://www.gnumeric.org/v10.dtd:Sheet
- (@ (Visibility "GNM_SHEET_VISIBILITY_VISIBLE")
- (OutlineSymbolsRight "1")
- (OutlineSymbolsBelow "1")
- (HideZero "0")
- (HideRowHeader "0")
- (HideGrid "0")
- (HideColHeader "0")
- (GridColor "0:0:0")
- (DisplayOutlines "1")
- (DisplayFormulas "0"))
- (http://www.gnumeric.org/v10.dtd:Name "Sheet3")
- (http://www.gnumeric.org/v10.dtd:MaxCol "0")
- (http://www.gnumeric.org/v10.dtd:MaxRow "0")
- (http://www.gnumeric.org/v10.dtd:Zoom "1")
- (http://www.gnumeric.org/v10.dtd:Names
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Print_Area")
- (http://www.gnumeric.org/v10.dtd:value "#REF!")
- (http://www.gnumeric.org/v10.dtd:position "A1"))
- (http://www.gnumeric.org/v10.dtd:Name
- (http://www.gnumeric.org/v10.dtd:name "Sheet_Title")
- (http://www.gnumeric.org/v10.dtd:value "\"Sheet3\"")
- (http://www.gnumeric.org/v10.dtd:position "A1")))
- (http://www.gnumeric.org/v10.dtd:PrintInformation
- (http://www.gnumeric.org/v10.dtd:Margins
- (http://www.gnumeric.org/v10.dtd:top
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:bottom
- (@ (PrefUnit "mm") (Points "93.26")))
- (http://www.gnumeric.org/v10.dtd:left
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:right
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:header
- (@ (PrefUnit "mm") (Points "72")))
- (http://www.gnumeric.org/v10.dtd:footer
- (@ (PrefUnit "mm") (Points "72"))))
- (http://www.gnumeric.org/v10.dtd:Scale
- (@ (type "percentage") (percentage "100")))
- (http://www.gnumeric.org/v10.dtd:vcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:hcenter (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:grid (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:even_if_only_styles
- (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:monochrome (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:draft (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:titles (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:do_not_print (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:print_range (@ (value "0")))
- (http://www.gnumeric.org/v10.dtd:order "d_then_r")
- (http://www.gnumeric.org/v10.dtd:orientation "portrait")
- (http://www.gnumeric.org/v10.dtd:Header
- (@ (Right "") (Middle "&[tab]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:Footer
- (@ (Right "") (Middle "&[page]") (Left "")))
- (http://www.gnumeric.org/v10.dtd:paper "na_letter")
- (http://www.gnumeric.org/v10.dtd:comments "in_place")
- (http://www.gnumeric.org/v10.dtd:errors "as_displayed"))
- (http://www.gnumeric.org/v10.dtd:Styles
- (http://www.gnumeric.org/v10.dtd:StyleRegion
- (@ (startRow "0")
- (startCol "0")
- (endRow "65535")
- (endCol "255"))
- (http://www.gnumeric.org/v10.dtd:Style
- (@ (WrapText "0")
- (VAlign "2")
- (ShrinkToFit "0")
- (Shade "0")
- (Rotation "0")
- (PatternColor "0:0:0")
- (Locked "1")
- (Indent "0")
- (Hidden "0")
- (HAlign "1")
- (Format "General")
- (Fore "0:0:0")
- (Back "FFFF:FFFF:FFFF"))
- (http://www.gnumeric.org/v10.dtd:Font
- (@ (Unit "10")
- (Underline "0")
- (StrikeThrough "0")
- (Script "0")
- (Italic "0")
- (Bold "0"))
- "Sans"))))
- (http://www.gnumeric.org/v10.dtd:Cols
- (@ (DefaultSizePts "48"))
- (http://www.gnumeric.org/v10.dtd:ColInfo
- (@ (Unit "64.01") (No "0"))))
- (http://www.gnumeric.org/v10.dtd:Rows
- (@ (DefaultSizePts "12.1"))
- (http://www.gnumeric.org/v10.dtd:RowInfo
- (@ (Unit "12.82") (No "0"))))
- (http://www.gnumeric.org/v10.dtd:Selections
- (@ (CursorRow "0") (CursorCol "0"))
- (http://www.gnumeric.org/v10.dtd:Selection
- (@ (startRow "0") (startCol "0") (endRow "0") (endCol "0"))))
- (http://www.gnumeric.org/v10.dtd:Cells)
- (http://www.gnumeric.org/v10.dtd:SheetLayout (@ (TopLeft "A1")))
- (http://www.gnumeric.org/v10.dtd:Solver
- (@ (ProgramR "0")
- (ProblemType "0")
- (NonNeg "1")
- (ModelType "0")
- (MaxTime "60")
- (MaxIter "1000")
- (Discr "0")
- (AutoScale "0")))))
- (http://www.gnumeric.org/v10.dtd:UIData (@ (SelectedTab "0")))))