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


User nn changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo 3.3
--------------------------------------------------------------------------------




------- Additional comments from n...@openoffice.org Tue Mar  2 14:12:48 +0000 
2010 -------
It works if the property value has the right type. This can be ensured 
explicitly:

    DPFields.getByName("CurProv").setPropertyValue("Function",_
        CreateUnoValue("com.sun.star.sheet.GeneralFunction",_
                    com.sun.star.sheet.GeneralFunction.AUTO)

Or it is done automatically when using Basic properties:

    DPFields.getByName("CurProv").Function = _
        com.sun.star.sheet.GeneralFunction.AUTO

But integer values were allowed for the "Function" property in 3.1, so I'm
changing the implementation to allow them again in the future. Until then, use
one of the methods above. The fix is in CWS "dr73".

---------------------------------------------------------------------
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to