CVSROOT:        /cvs/gnome
Module name:    gnumeric
Changes by:     jody    05/10/23 23:54:18

Modified files:
        .              : ChangeLog NEWS 
        plugins/excel  : ChangeLog excel-xml-read.c plugin.xml.in 
        plugins/openoffice: openoffice-read.c 
        src            : parse-util.c parser.y 

Log message:
2005-10-23  Jody Goldberg <[EMAIL PROTECTED]>

* src/parse-util.c (r1c1_rangeref_parse) : cut-n-paste-o
(r1c1_get_index) : == max is ok, we're about to decrement.

* src/parser.y (yylex) : special case check for #N/A which does not
end in '!' or '?'.
(cellref) : Allow RANGEREF : RANGEREF

2005-10-23  Jody Goldberg <[EMAIL PROTECTED]>

* excel-xml-read.c (xl_xml_col_start) :
- add hidden.
- support spans
- support styles
- support sizes (still off by what seems like a constant factor ??
of 12.5% ??)
(xl_xml_row_start) : ditto.
(xl_xml_pane) : init edit pos to A1.
(xl_xml_selection) : new. handle selection
(xl_xml_editpos_col) : new. handle edit position
(xl_xml_editpos_row) : new. ditto.
(xl_xml_data_start) : load Data::Type here
(xl_xml_cell_start) : not here.  Store the expr.
(xl_xml_data_end) : store exprs and values.
(xl_xml_named_range) : new.  No entirely functional.
It does not handle implicit fwd declatation of names.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2005-10-23%2023:53&maxdate=2005-10-23%2023:55

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to