To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103594
------- Additional comments from [email protected] Sun Aug 9 19:39:28 +0000 2009 ------- I think that I found a "workaround" for this issue. Here are some additional comments to assist anyone else with issues like this: I was eventually able to download and install "OOO310m11 (Build:9399)" (which is 3.1.0) on my Ubuntu 9.04. This problem persisted. I fired up a virtual machine in which I could install the deb's from Openoffice.org, but had issues getting everything to work correctly when installing in the virtual machine. (Canonical makes use of different directories than does Openoffice.org and this issue was masked by many other installation issues.) And, I do not have the time to download the source and build from there. So, to make the application on which I am developing more feasible for use in the real world, I stepped away from C++ and write equivalent code in Java. That code works without any issues. My decision to change languages was based on the fact that if I had to re-build from source, so would any user of the application which I was building, and those potential users would have the same re-build issues. So, my solution is to only attempt to interface with OOo from Java, not from C++. For anyone else looking at this issue, note that I have found several other types of objects over and above just an array of TableColumnSeparators for which there is no typedescription in my work on this issue in C++. The change to Java is not my choice, but is forced by this issue. Also, in my research on this issue I came across a web page (which I can no longer find) which indicated that there was some type of issue with UNO and arrays of objects. This web page dated from 2004 or 2005 if I remember correctly so it may be out of date. So, this bug can remain closed and "INVALID" as long as anyone else who comes across the same issues simply discontinues the use of C++. Thanks for all the help... I feel that this is still an issue with Open Office. The example Java code works for this, but equivalent C++ code meets with a failure in UNO unmarshaling the array of TableColumnSeparators. --------------------------------------------------------------------- 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]
