Questions tagged [libreoffice]

LibreOffice (LibO) is a free and open source office suite, developed by The Document Foundation. It was forked from OpenOffice.org (OOo) in 2010.

LibreOffice (LibO) is a free and open source office suite, developed by The Document Foundation. It was forked from OpenOffice.org (OOo) in 2010.

The tag can be used for all LibreOffice questions. If your question is limited to one of the programs included in LibreOffice you can further add , , or . Questions targeting LibreOffice API and extension development should additionally be tagged with .

Resources:

1725 questions
0
votes
1 answer

GUI for cloning GIT repository

Is there any GIT GUI client available that resumes the cloning from where it stopped last time. I need to clone a repository into my machine that takes a disk space of 4 GB. However most of the time my connection resets most of the time mainly due…
0
votes
1 answer

How to bind a macro to a toolbar button in open office programmatically

How to bind a macro to a toolbar button in libre office programmatically.
marcosalpereira
  • 319
  • 3
  • 5
0
votes
2 answers

How to import data from LibreOffice Calc to a SQL database?

What's the best way to switch to a database management software from LibreOffice Calc? I would like to move everything from a master spreadsheet to a database with certain conditions. Is it possible to write a script in Python that would do all of…
Bence Károly
  • 11
  • 1
  • 2
0
votes
1 answer

Last line of text cut off when viewing MS Word documents

I am facing last line cut-off issue in when I created a file in Libre Office, but when I open it in word 2013 or 2016 last line content are cut-off in between. You can understand the problem in more…
0
votes
1 answer

Circle not round any more after export in Libre Office Draw

If you draw a circle in Libre Office Draw, you get a perfect circle. However, if you export it with "File -> Export..." and export it as a "Selection" and save it as a .png or .gif picture the right and bottom part of the circle are not round any…
Paul Jansen
  • 1,216
  • 1
  • 13
  • 35
0
votes
0 answers

DataFlavor, distinguish MSWord from others, or determine if MathML is supported

My program generates data that are transferable through the flavors html+MathML, or html+png (The second is actually the first one where every MathML element has been replaced by it's image). The issue is that I am completely unable to make a…
Sharcoux
  • 5,546
  • 7
  • 45
  • 78
0
votes
2 answers

How to add character in between values of a cell for every cell?

I am trying to add a character "-" in between the values into every cell for the Date column such as those in row 3 and 4. How can I do that ? I am planning to format it into the date format like row 2. So I would need to add the "-" in order to do…
kylas
  • 1,425
  • 6
  • 24
  • 38
0
votes
1 answer

LibreOffice Draw -add hyperlinks based on query table

I am using draw to mark up a pdf format index map. So in grid 99, the text hyperlinks to map99.pdf There are 1000's of grid cells - is there a way for a (macro) to scan for text in a sheet that is like Text in File | Link to…
GeorgeC
  • 956
  • 5
  • 16
  • 40
0
votes
1 answer

soffice command: conversion from html to odt produces no desidered output

I try to convert an html file obtained from a Java transformation program. LibreOffice displays correctly this file if I open it from File/Open menu and I choose HTML from type of file. In this case I display the web page rendered from LibreOffice…
Milioli Luca
  • 309
  • 1
  • 8
  • 20
0
votes
0 answers

For either Libreoffice or Word, how do I insert this kind of field?

I am writing a play, and I want to be able to insert two fields, much like Page #. Let me explain... Each time Scene 1, Scene 2, Scene 3, etc., I want the pages in that particular field to be named after it. So, Scene 2 would be 15 pages, and it…
Zephyr Zurvan
  • 21
  • 1
  • 3
0
votes
1 answer

Libre Office, Clearing a Range

I have been looking online to get the idea how to acess a range and then "clearing" it. Sadly even though i have found several solutions, vba in libre office makes things really complicated to understand. I have tried to record a macro, and edit…
Uroš Grum
  • 138
  • 2
  • 14
0
votes
0 answers

Bullets and Numbering output in tinymce

I'm using the tinymce editor, and I wondering if there is a way of reproducing this behaviour, or a plugin that will allow me to do this: Libre office numbering output Currently if I try anything with the advlist plugin this happens: tinymce…
republicca
  • 43
  • 1
  • 8
0
votes
1 answer

Sum 1 to n Libre Office

there is a way (in open office calc) to have in a cell the result of the sum from 1 to N where N is the value of another cell? I tryed to use Sum but this is not the thing i need!
Razlo3p
  • 455
  • 2
  • 7
  • 28
0
votes
1 answer

How to end a Basic function properly

I'm trying to write a function in Basic for LibreOffice Calc to get the first letter of each word of the selected cell using the following code: Function GetFirstLetters(rng) As String Dim arr Dim I As Long arr = Split(rng, " ") If…
arielnmz
  • 8,354
  • 9
  • 38
  • 66
0
votes
1 answer

LibreOffice Dialog Not working as intended

I have been trying to do this myself, but I just dont know how to define the problem. I have been writing a Macro for LibreOffice and it includes several dialogs. When I Run the macro I want to execute a Function after the dialog is visiable. I…
Uroš Grum
  • 138
  • 2
  • 14