To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106535





------- Additional comments from [email protected] Mon Nov  2 
22:57:19 +0000 2009 -------
Some extra information:

The code I posted doesn't actually give an UnknownPropertyException, it gives 
an 
IllegalArgumentException. Sorry about that. I think this implies that the 
second 
argument (the Any object) is what's causing the problem. I've tried some 
variations:

new Any(WritingMode.TB_RL)
new Any(2)
new Any((float)2)
new Any(typeof(float), 2)
new Any(typeof(float), (float)2)

They all give the IllegalArgumentException.

Just doing ((XPropertySet)cell).setPropertyValue("WritingMode", 2); won't 
compile, you have to pass an Any object.

---------------------------------------------------------------------
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]

Reply via email to