To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=24614
------- Additional comments from [EMAIL PROTECTED] Thu Jun 21 11:12:42 +0000 2007 ------- Fine, the next step will be to transport the new information from the API to the file. This is be done in module /xml/xmloff in general. The next version of ODF fileformat will allow a new attribute "reverse-direction" for chart axes. In xmloff we need a new Token XML_REVERSE_DIRECTION to represent this new XML attribute. It needs to be mapped to the UNO property "ReverseDirection". Look how this is done for XML_TEXT_OVERLAP. The only thing you can ignore about XML_TEXT_OVERLAP is what is happening in /xmloff/source/transform/PropertyActionsOOo.cxx as this is only necessary for old attributes and an older file format. When you have done these changes the reverse setting can be saved and loaded. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
