OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office] OpenDocument v1.1 items


On Friday 23 June 2006 15:11, Michael Brauer - Sun Germany - ham02 - Hamburg wrote:
> - In our meeting on March, the 27th, we agreed to add a paragraph-style 
> attribute to the table cell template element
> http://lists.oasis-open.org/archives/office/200603/msg00108.html
> I think we should integrate that into OpenDocument 1.1.
> David, can you provide the description and schema for the element?

At the very end of
   14.5 Table Templates, 14.5.1 Row and Column Styles

<define name="common-table-template-attlist" combine="interleave">
	<attribute name="text:style-name">
		<ref name="styleNameRef"/>
	</attribute>
</define>

should become

<define name="common-table-template-attlist" combine="interleave">
	<attribute name="text:style-name">
		<ref name="styleNameRef"/>
	</attribute>
	<attribute name="text:paragraph-style-name">
		<ref name="styleNameRef"/>
	</attribute>
</define>

I'm not sure that the description actually needs changing, it already talks
about text properties.

-- 
David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]