[api-dev] soffice.bin crashed while executing storeToUrl.

2010-03-30 Thread Jeremy Trudel
I am trying to generate a powerpoint presentation, see code snippet: public static void convert(XComponent xComponent, XComponentContext context, String targetFilename, String conversionFilter) { // How to get the XComponent, see ../Office/Office.OpenDocumentFromURL.snip

[api-dev] changing the order of xdrawpages

2009-06-30 Thread Jeremy Trudel
I am using the XDrawPageDuplicator to duplicate an XDrawPage in my impress document. The issue I am having is that when you call the duplicate() method, the XDrawPageDuplicator adds the new XDrawPage into the XDrawPages immediately after the index of the XDrawPage that was duplicated. I need the

[api-dev] bulleted lists

2009-06-23 Thread Jeremy Trudel
Does anyone know how to create a bulleted list on a powerpoint slide (XDrawPage)? I posted a more detailed explanation of what I have tried so far here: http://api.openoffice.org/servlets/ReadMsg?list=dev http://api.openoffice.org/servlets/ReadMsg?list=devmsgNo=21423 msgNo=21423 But have not

[api-dev] trying to add a bulleted list on an OutlinerShape of a XDrawPage

2009-06-12 Thread Jeremy Trudel
I am trying to add a bulleted list on an OutlinerShape of a XDrawPage for an impress document and am having some troubles. I have read in several places that you need to set the NumberingType of the NumberingRules property, but I am not sure whether I am doing this correctly. I have tried this

[api-dev] Adding text to a TitleTextShape on an XDrawPage

2009-05-30 Thread Jeremy Trudel
I am trying to Create an impress document with one XDrawPage. I'm trying to create a TitleTextShape on that XDrawPage and Add some text to it. I have been able to do everything up until the add text to it part. From the documentation, it says that you can call setString() on a XText object, but I

[api-dev] XFuntionAccess issues

2009-05-26 Thread Jeremy Trudel
I am having 2 problems using XFunctionAccess with java: 1) Whatever function call I make, it only works on one spreadsheet of my spreadsheet document. The document I am using has 3 spreadsheets, and I loop through making each one active then calling callFunction(), but it seems to only