LibreOffice is a free and open-source fork of OpenOffice.org, a suite of office applications.

learn more… | top users | synonyms

0
votes
0answers
9 views

sandboxing libreoffice on Linux

I want to build multiple versions of libreoffice on a machine (Debian 6) and want to test these versions against a set of test cases automatically. I also want to test the given libreoffice version by ...
0
votes
1answer
9 views

Libreoffice/Openoffice Calc - append string to cells

I need to add .jpg at the end of all he cells in one or more columns 9788895249971 into > 9788895249971.jpg 9788867230129 into > 9788867230129.jpg 9788867230273 into > 9788867230273.jpg ...
0
votes
1answer
13 views

Chinese: how to get back corrupted chinese characters? [closed]

I wrote a MS-word .doc text in 2003 with both latin and Chinese characters, by example such : Qianziwen moderne (Xiandai Qianziwen 現代千字文). I reopened it and now get: Qianziwen moderne ...
0
votes
1answer
9 views

How do I override ODF Root RSID using the API

I am generating ODT documents using the openoffice/libreoffice API, and I want the files to come out to be 100% identical every time (by MD5 comparison). At this point I can unzip the two files ...
0
votes
0answers
26 views

Jodconverter libreoffice OpenOfficeException:could not load input document

I am using JODCONVERTER 2.2 Webapp along with libreoffice headless . And its throwing this error could not load input document They are in the same machine and i am getting this trace , any help ...
0
votes
1answer
22 views

Python pretty printer or pdf merger [closed]

I have a reasonably large piece of code that i need to put into a document, currently I have my source code and an LibreOffice file. Does anyone know of a pretty printer (eg colour text) for python ...
0
votes
0answers
6 views

Insert page number in ubuntu libreoffice? [migrated]

I created a document in ubuntu libre office. I tried to add the page number in footer. For that, i click insert -> Footer -> Default. Then, I clicked Insert -> Fields -> Page Number. Then in footer, ...
0
votes
0answers
6 views

how to apply color to a specific font in the text in Libre Office?

I have written a report in Libre Office mainly with Arial font and now it is almost done. I have decided to change the color of some programming code which are in courier new font. I now want to apply ...
0
votes
0answers
9 views

Libre office: How to format title pages for book (avoiding the missing blank-page when pdf-file exported) [migrated]

How do you set up the i, ii, iii, iv... followed by the 1, 2, 3, 4... pages of the usual book format in Libre office? What is the logic of it? Also how do you avoid the automatic BLANK PAGE appearing ...
0
votes
2answers
36 views

Dependency Error while installing LibreOffice on RHEL

I'm quite new to Red Hat so sorry for this possibly dump question. I want to install LibreOffice. Therefore I downloaded the tar.gz from libreoffice.org. After extracting the files I run as root: yum ...
0
votes
0answers
6 views

convert html table into libreoffice native table [migrated]

Sorry before, I don't quiet sure where should I put this question. I've visit ask.liberoffice.com, but I think it has different (although similar) mechanism from stack-overflow. I can't use my ...
0
votes
1answer
24 views

Kanban labels from trac

I want generate kanban labels from Trac tickets. Trac exports tickets in xml format, so I want generate labels using this file using, for example, Libreoffice. I want print labels, because I prefer ...
-1
votes
0answers
15 views

Persona issues in LibreOffice 4.0.2.2 [closed]

hey i get the same problem as descibed in here, which is when I try to add a persona, by pasting a link into the field beside Own persona and click OK nothing happens. there already answer in the ...
0
votes
1answer
34 views

Python-UNO bridge: change PDF export options

I'm trying to generate a PDF from an odt file using Python and the OpenOffice UNO bridge. It works fine so far, the only problem i'm facing are the export options. By default, OO is using the existing ...
-1
votes
2answers
27 views

Find the counts used in averageif [closed]

I have a sparse table with values as indicated en the example below: A B C D E F 1 Subject Item Regr Func Doc Time 2 S1 1 34 ...
0
votes
0answers
8 views

How can I find a text in a spreadsheet using OObasic?

On OpenOffice documentation [1], I found a replace example. But I didn't find a search example. Dim Doc As Object Dim Sheet As Object Dim ReplaceDescriptor As Object Dim I As Integer Doc = ...
0
votes
1answer
14 views

Error “init registries failed, check your registry files.” when compiling UNO add-in after switching to LibreOffice from OpenOffice

Having switched my development setup to LibreOffice 4 (from OpenOffice 3.3), the development of UNO add-ins (using Eclipse on MacOS X) fails with the exception "init registries failed, check your ...
0
votes
1answer
48 views

Connect to PostgreSQL from libreoffice base with SDBC

I'm trying to open a connection to a PostgreSQL database from LibreOffice with SDBC. After installing the "postrgre-sdbc-0.7.6" plugin, the "postgresql" datasource appears. The system asks for the ...
0
votes
1answer
52 views

How to extract each color bar and copy them in a table?

I made a diagram to show unique columns with several colors in each, as shown in the picture. I have hundreds of that to make and I have no idea about how to do that. I would like to know if it's ...
-4
votes
1answer
47 views

Headless duck not quacking on MacOS

I'm trying to convert an ODT file to a PDF file with the following command: /Applications/LibreOffice.app/Contents/MacOS/soffice.bin \ --headless --convert-to pdf file.odt LibreOffice comes up ...
0
votes
0answers
8 views

Resizing/Extending a graph beyond current window in LibreOffice Calc

If I extend a graph past the current window in LibreOffice by dragging an edge of the graph (V 3.6.4, Windows), the graph will continue to extend indefinitely (as if the edge is still being dragged in ...
1
vote
0answers
31 views

Embed images when converting from HTML with libreoffice

I'm using libreoffice in headless mode to convert HTML into various formats. For this question, we'll use docx for simplicity sake. I use a command similar to this: libreoffice --headless ...
1
vote
1answer
32 views

Libreoffice Calc: Concatenating two values when one is a date (or how do I convert a date to a string)?

Suppose I have these values in LibreOffice Calc A B 1 11/27/2012 hello I want to concatenate the A1 & B1 to produce: 11/27/2012hello But LibreOffice stores dates as ...
0
votes
0answers
21 views

How to configure logging for libreoffice standard installation on RedHat

I have a standard libreoffice installation installed by rpm on a RedHat EL6 system. Is it possible to configure the logging for this libreoffice installation (lower the level-treshold, set the ...
0
votes
0answers
48 views

Removing page margins when converting jpg to pdf via Libreoffice

I'm trying to convert various files, including images to PDF on our Java backend using jodconverter + LibreOffice and I can't seem to find a way to remove page margins when converting images. PDF ...
0
votes
0answers
37 views

XY scatter chart in libreCalc

I am using libreCalc on Ubuntu 12.04 and I have several data that looks like this: Config 1 Config 2 Config 3 Config 4 10.583234 20.284687 32.180903 8.512271 ...
0
votes
0answers
17 views

Converting ppt to jpg

libreoffice --outdir "output path" --convert-to pdf input path/*.ppt When I execute this only the first slide is converted ,I want the whole file to be converted to .jpg files( n number of files). ...
0
votes
0answers
20 views

If different cell = test && this cell is empty, background = red

Using LibreOffice, I'm trying to set up the following rules for a column: For A5 to A10, if empty AND if E5 to E10 say "test" set Ax background colour to red. The suggestions I've found on doing ...
2
votes
1answer
66 views

How to open file in Libre Office and save this like .doc file?

How to open file in Libre Office and save this like .doc file? It is possible? (create script for this)
0
votes
1answer
156 views

Transforming csv data for analysis and visualization

Say I have a csv file with following data format: ID, Name, Gender, Q1 1, ABC, Male, "A1;A2" 2, ACB, Male, "A2;A3;A4" 3, BAC, Female, "A1" I would like to transform it into following format so that ...
1
vote
1answer
102 views

LibreOffice Calc: How to convert unformatted text to numbers (or other format)

How do I paste unformatted text (csv or tab delimited for instance) into LibreOffice Calc and then format it as numbers (without editing every cell by hand). When I paste the text below it puts a ' in ...
1
vote
1answer
60 views

sql works in libreoffice base but not libre basic

I have a classic question about getting the latest record from a table. Here is the statement: SELECT t1.Item, t1.Price, t1.ODate FROM Order AS t1 JOIN ( (SELECT Item, Price, Max(ODate) As MaxDate ...
0
votes
5answers
176 views

Java API to update MS word headers/footers and convert to PDF

I need a API to support changing header/footer of doc, docx, xls, xlsx. I have a huge code written for libreoffice, but the problem is the final document is with broken style and that is a big issue. ...
0
votes
1answer
43 views
+50

Libreoffice changing all cell references to absolute/relative

wondering if there is a simple regex or other way to replace a selection of relative reference formulas in a spreadsheet with absolute references. I had thought of something along the lines of ...
0
votes
0answers
24 views

OpenOffice embedd in Java

I want to use openoffice component (text/calc/...) in my java programm.I tried NOA from code.google.com/p/noa-libre/ on my Win7 64bit, JRE 1.7 (64bit) and openoffice 3.2. I got this exception: ...
0
votes
0answers
23 views

LibreOffice Calc: Can math operations be passed to ranges?

Let's make an easy example: I have 10 numbers in A1:A10. I want to sum up their squares: A1^2 + A2^2 + ... + A10^2. Currently I use a separate column that stores the squares and sum up this separate ...
0
votes
0answers
15 views

How to add more entries to this field list in LibreOffice writer?

In order to insert certain special page fields to LibreOffice writer documents, you click on, Insert->Fields->Other and then select Page from the type list. Please see this image, I want to ...
0
votes
0answers
31 views

Scatter Chart and Linear Regression Line of them as Line Chart on Same Chart - Libreoffice

I x values and y values of points at Libreoffice. At same chart I want to do scatter points and another line that linear regression line of that points at same chart. Any ideas how to do that?
0
votes
0answers
61 views

How to make DATEADD (or equivalent) work in LibreOffice Calc?

[LibreOffice Calc Version 3.6.2.2 (Build ID: 360m1(Build:2)) on Ubuntu 12.10 64 bit.] What I want to do is very simple: take a date from one cell, say B1, a number of months from a second cell, say ...
-1
votes
3answers
200 views

dyld: Library not loaded: /usr/local/libodep/lib/libintl.8.dylib

I want to use unoconv with LibreOffice 4.2, but it seems like I can not start the python of LibreOffice. When I run ...
0
votes
0answers
112 views

Extremely slow loading speed using LibreOffice Calc

I have a quite simple ods file created by Libre Office 4.0.2. The size is 30 kbyte, it contains 22 sheets, each has 16 rows and 13 columns. The data types used in cells are also simple: date, short ...
0
votes
1answer
58 views

Using pyUno to write text into Libre/OpenOffice Writer

I am trying to export some text from Python into a Libre/OpenOffice Writer document which I created according to these instructions. For example, using cursor.setPropertyValue("CharHeight", 20) ...
0
votes
0answers
151 views

LibreOffice macro

I want to do a Macro in LibreOffice Basic which will find the word which contains ".png" (for example in "123.png") and replace it with a picture which has the same name. The picture is on my ...
0
votes
2answers
41 views

merging column in libreoffice calc does not work when drag down

Hi im merging the column in libre office using CONCATENATE function. merging all text using CONCATENATE(A1," ",B1," ",C1," ",D1," ",E1," ",F1," ",G1) when i drag the plus sign it will only copy the ...
1
vote
1answer
101 views

Using LibreOffice/OpenOffice from JAVA to convert File Formats

I'm using LibreOffice4.0 UNO to convert files. I managed converting between doc and docx, from xlsx to xls and from docx to doc, but I'm having problem finding the FilterName value for XLSX and PPTX. ...
3
votes
1answer
44 views

LOAD DATA INFILE when fields real escaped fields contain \n and \"

Schema for my sms table is - sms(id, mobileNumber, text) where text is of type text. One of the row has below text - Foo bar\nLorem ipsum dolor sit amet.\n\nconsectetur adipisicing elit, ...
0
votes
1answer
53 views

Node.js connection library for LibreOffice Base database?

I'd like to use LibreOffice's database application (Base) for a small, single user Node.js app I'm writing. I believe Base uses an HSQLDB backend. What Node.js libraries are available to me to ...
0
votes
1answer
294 views

Convert xlsx to text CSV via command line only on Linux [closed]

Simple question: Is it currently possible to invoke LibreOffice from a command line to open a *.xlsx and convert/save it as a *.csv? Alternatively, if this is not possible what is the current best ...
1
vote
0answers
81 views

Database hierarchy, aggregation, relations in LibreOffice Base

I am working on a homework project where we design a website for a store, and I have been assigned the database. This is my first database attempt. I am using LibreOffice Base for the design, and ...
2
votes
1answer
67 views

LineBreakMeasurer produces result differ from MS Word / LibreOffice

In a swing application, I need to foresee text wrapping of a string like when putting it in a word processor program such as MS Word or LibreOffice. Providing the same width of the displayable area, ...

1 2 3 4 5 6