FS#30049 - libreoffice 3.5.3 texmath macro

Attached to Project: Arch Linux
Opened by Georg Sieber (aem) - Monday, 28 May 2012, 16:38 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 15 September 2012, 07:23 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This macro Texmath
http://aur.archlinux.org/packages.php?ID=58531

This bug affects archlinux x86_64 libreoffice 3.5.3.2
I am reporting this bug here, because it doesn't affect
Ubuntu 12.04 with libreoffice 3.5.3

In Archlinux, i experience the following problem:

By adding a formula, I get the following error:

Basic runtime error:
Property or method not found:DrawPages

The relevant code is:

Sub ImportGraphicIntoClipboard(cURL as String)

' Import the graphic from URL into a new draw document
Dim arg1(0) as New com.sun.star.beans.PropertyValue

Dim oDrawDoc as Variant, oDrawDocCtrl as Variant
arg1(0).Name = "Hidden"
arg1(0).Value = TRUE

oDrawDoc = StarDesktop.loadComponentFromURL( cURL, "_blank", 0, arg1() )
oDrawDocCtrl = oDrawDoc.getCurrentController()

' Get the draw page
Dim oDrawPage as Variant, oImportShape as Variant
oDrawPage = oDrawDoc.DrawPages(0)

The type of oDrawDoc is SwXTextDocument
and the type of oDrwaDocCtrl is SwXTextView




This task depends upon

Closed by  Andreas Radke (AndyRTR)
Saturday, 15 September 2012, 07:23 GMT
Reason for closing:  No response
Comment by Andreas Radke (AndyRTR) - Wednesday, 06 June 2012, 06:15 GMT
http://webcache.googleusercontent.com/search?q=cache:0ygie1OEnl0J:www.oooforum.org/forum/viewtopic.phtml%3Ft%3D86730+&cd=1&hl=de&ct=clnk&gl=de&client=firefox-a

I assume there's something broken in the AUR macro package. Not in LibO itself. But this may be wrong.

Go on and find out what is broken. I don't use it. If you find something give us the solution or upstream bug URL you will file.
Or prove it to be a LibO packaging issue.
Comment by v t (v2005t) - Tuesday, 26 June 2012, 15:38 GMT
The problem is most likely in Java misconfiguration. Please make sure that the latest Sun Java installed (v. 6 at the moment of writing). And check that Libreoffice uses correct Java installation.

Comment by Georg Sieber (aem) - Wednesday, 27 June 2012, 09:48 GMT
I used openjdk 7 when i noticed the bug.
Changing to aur package jre6 (sun microsystem) does not help.
the jre6 is recognized by LibO. In the LibO Java Settings the
Sun Microsystem JRE 1.6.0_33 is used.
Comment by Andreas Radke (AndyRTR) - Sunday, 09 September 2012, 07:27 GMT
Status with 3.6.1?

Loading...