You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/09/18 09:38:49 UTC

[Issue 76864] Enable human readable value typing in custom fields

https://issues.apache.org/ooo/show_bug.cgi?id=76864

aoo@acc.grutzeck.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoo@acc.grutzeck.net

--- Comment #7 from aoo@acc.grutzeck.net ---
I have a similar issue:

I added the definition of a <text:user-field-decl> with office:value-type
attribute set to date and the office:date-value attribute set to the date/time
string directly in the content.xml like it is specified in
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#element-text_user-field-decl

When I save the document, then the <text:user-field-decl> is changed to float
with the office:value attribute value set to the corresponding floating point
value.

I wanted to use this feature to generate an ODT-file with the
<text:user-field-decl> of type date and the corresponding <text:user-field-get>
to show the value to user. Later I want to replace the value in the
<text:user-field-decl> with new values.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.