uno

What is the (single) best online source for learning OpenOffice.org scripting API [closed]

纵然是瞬间 提交于 2019-12-09 05:40:41
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am using OpenOffice.org for most of my not so very frequent Office Suite needs and most of the time it is more than adequate replacement for it's commercial alternative. Where it falls short though is the scripting API. I am yet to find the documentation that would make sense of the API in a way that would let

OpenOffice pyuno “select all”

断了今生、忘了曾经 提交于 2019-12-07 05:15:19
问题 Does anyone know how to use the OO uno bridge api to "select all" in a Calc sheet? Alternatively, finding the maximum used row and column number would work. What I want to do is apply a format to all the cells in the spreadsheet. (The reason being that I'm saving the sheet as csv, so numbers are not accurately saved unless the format provides enough decimal places.) 回答1: Assuming you have already connected to OpenOffice and document is a spreadsheet that has been opened or created. #get the

ErrorCodeIOException convert files

巧了我就是萌 提交于 2019-12-06 14:47:41
问题 I am trying to implement Office an PDF conversion system based on LibreOffice 4.0 and always get the ErrorCodeIOException(tried the file formats doc,docx,txt), my stacktrace is as follows: com.sun.star.task.ErrorCodeIOException: at com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:177) at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143) at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335) at com.sun.star.lib.uno

Embedding objects into Microsoft Word and OpenOffice Writer

徘徊边缘 提交于 2019-12-06 10:26:12
问题 I am looking for some references on how to implement the following feature: ability to embed objects (e.g. diagrams) into word processors and being able to edit them in their respective "mother" application For example, MS Word and Visio work like this together, allowing the user to easily edit/tweak the diagrams after adding them to the word processor. I am interested in how this is done on the following platforms: Microsoft Word OpenOffice So far I know that: Microsoft Word -- uses OLE/COM

Installing pyuno (LibreOffice) for private Python build

 ̄綄美尐妖づ 提交于 2019-12-06 08:07:04
问题 There are a few related threads about this topic here ad here but they seem a bit dated. I just downloaded LibreOffice 4 which has a Python 3.3.0 built in. Using that Python I can import and use UNO just fine, and control Office from my Python script. However, many of my other modules are missing from that Python—and UNO is the only one missing from my Python. Is there any way that I can install pyuno for my local Python? The LibreOffice source tree includes a pyuno/ source tree, but I'm not

Linking Arduino Uno to the Raspberry Pi

冷暖自知 提交于 2019-12-05 18:53:08
1. sudo apt-get install arduino ( It will install openjdk-6-jre, librxtx-java, avr-libc, avrdude etc ) 2. sudo apt-get install python-pip 3. pip install ino 4. mkdir blink; cd blink 5. ino init -t blink 6. ino build 7. ino upload (port: default /dev/ttyACM0 for Uno) 8. ino serial Reference: http://www.recantha.co.uk/blog/?p=1103 http://inotool.org/quickstart http://netduinoplusfun.wordpress.com/2012/06/13/arduino-ide/ http://elinux.org/RPi_Serial_Connection http://www.suppertime.co.uk/blogmywiki/2012/09/pi-shall-tweet-unto-arduino/ http://www.satsignal.eu/ntp/Raspberry-Pi-NTP.html http://blog

OpenOffice pyuno “select all”

旧时模样 提交于 2019-12-05 09:13:19
Does anyone know how to use the OO uno bridge api to "select all" in a Calc sheet? Alternatively, finding the maximum used row and column number would work. What I want to do is apply a format to all the cells in the spreadsheet. (The reason being that I'm saving the sheet as csv, so numbers are not accurately saved unless the format provides enough decimal places.) Assuming you have already connected to OpenOffice and document is a spreadsheet that has been opened or created. #get the sheet you want to work with, I'm just going to grab the first sheet sheets = document.getSheets()

ErrorCodeIOException convert files

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-04 21:25:52
I am trying to implement Office an PDF conversion system based on LibreOffice 4.0 and always get the ErrorCodeIOException(tried the file formats doc,docx,txt), my stacktrace is as follows: com.sun.star.task.ErrorCodeIOException: at com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:177) at com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143) at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:335) at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:304) at com.sun.star.lib.uno.environments.remote

Installing pyuno (LibreOffice) for private Python build

北城以北 提交于 2019-12-04 14:09:24
There are a few related threads about this topic here ad here but they seem a bit dated. I just downloaded LibreOffice 4 which has a Python 3.3.0 built in. Using that Python I can import and use UNO just fine, and control Office from my Python script. However, many of my other modules are missing from that Python—and UNO is the only one missing from my Python. Is there any way that I can install pyuno for my local Python? The LibreOffice source tree includes a pyuno/ source tree, but I'm not sure how to go about building/integrating this into another Python tree. Any experiences here? Help?

Arduino Uno Upload Fails

匿名 (未验证) 提交于 2019-12-03 08:54:24
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have received an arduino uno and some code for it as part of a project I am working on. I have never worked with them before so this is a completely new experience for me. I am using the Arduino application from their website and when I compile the code it works fine. When I upload however I get the error: avrdude: stk500_getsync(): not in sync: resp=0x41 I have looked at every single google result returned for this and I haven't gotten anywhere. I have tried uploading on 3 different machines with a minimum of two different operating