https://bugs.documentfoundation.org/show_bug.cgi?id=71261
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Regina Henschel <[email protected]> --- (In reply to Owen Genat (retired) from comment #3) > I forgot to mention that svg:title and table:title are also partially > interchangeable (for the situation where a table is inserted within a > frame.) ODF v1.2, Part 1, 9.1.13 <table:title> states: > > >The <table:title> element specifies a title for a table. The element shall > >not be used if the > >parent <table:table> element is contained within a <draw:frame> element. In > >that case, the > >table's title is specified the by <svg:title> child element of <draw:frame>. The elements <table:title> and <svg:title> are not relevant here. The name of a table is stored in the attribute table:name (19.677 in ODF 1.3) of the <table:table> element. That has the data type 'string', so the file format allows spaces. Spaces in table names are possible in Calc and in Impress/Draw. The problem in Writer is our proprietary Writer formula language, namespace 'ooow'. That language does not allow spaces in a cell reference. Calc uses the standardized formula language 'OpenFormula', namespace 'of'. There a table name with spaces is put into '' and can be handled in cell references without problems. So to allow spaces in table names in Writer, our proprietary Writer formula language has to be extended or the tables in Writer are changed to use OpenFormula same as Calc. Tables in Impress/Draw can have names with spaces because they do not allow any formula. -- You are receiving this mail because: You are the assignee for the bug.
