Skip to main content
1 vote
1 answer
57 views

I've written this LibreOffice Python macro, that prints (in ASPO terminal) the inner code of each "formula" (i.e. LibreOffice Math element included in LibreOffice Writer content) of my ...
jmg74's user avatar
  • 11
0 votes
0 answers
91 views

New here. Beginner with Python and LibreOffice. Some experience with C#. OS: Win 11 LO: 25.8 I have been trying to learn how to create a LO extension to provide UDF's for use in LO Calc. I have dozens ...
AndyB's user avatar
  • 1
0 votes
0 answers
75 views

Setting visibility of sheets, rows or columns does not work using XPropertySet::setPropertyValue(). It does not throw an exception or anything, it just does not change the property value. I am not ...
Gregor Lang's user avatar
0 votes
1 answer
62 views

This function: Function SheetIndex() As Long Dim oFunctionAccess As Object oFunctionAccess = CreateUnoService("com.sun.star.sheet.FunctionAccess") SheetIndex = oFunctionAccess....
Mario Palumbo's user avatar
1 vote
1 answer
55 views

In a Libre Office Writer text document, i would like to reset all explicitely applied font size settings, both in text paragraphs as well as in tables. For paragraphs i can find such explicit settings ...
Janosch's user avatar
  • 1,264
1 vote
0 answers
171 views

I now learned that it is possible to place a Swing JPanel into an AWT Panel. older question Now the next step. As far as I understand it, the Java Extensions of LibreOffice use UNO-AWT. Is there a ...
dragoness's user avatar
  • 133
1 vote
2 answers
756 views

I am developing a .NET 8 cross-platform application on Debian, which needs to interact with LibreOffice via UNO API. What i'm trying to accomplish is to save an opened Libre Office tab. Here is my ...
sausage_mouse's user avatar
0 votes
1 answer
102 views

I have multiplatform project (targets for iOS, Android and Windows), so far just began, very simple content. I'm debugging only on iOS so far, Android even didn't touch yet. Everything was fine, until ...
holycreeper's user avatar
1 vote
0 answers
82 views

LibreOffice UNO API: Column Page Break Issue in Python I'm using the LibreOffice UNO API with Python to programmatically apply row and column page breaks in a Calc spreadsheet. However, I'm facing a ...
2_DataCrawlers_Nawaf __'s user avatar
-1 votes
1 answer
39 views

When the “whole sheet export” option is enabled during the PDF export process in Calc, the hyperlinks in the exported PDF do not preserve their original URLs and instead show local file paths. ...
Cui Pengfei 崔鹏飞's user avatar
0 votes
0 answers
38 views

I wrote a custom formula in Python (for example, the name Formula 1) and added it as an extension of LibreOfficeCalc. There can be a lot of such formulas on the sheet and with different parameters. Is ...
Anton's user avatar
  • 333
0 votes
1 answer
62 views

With Excel, and using C#, you can load the entire System.Data.Datatable into the sheet by calling mySheet.Cells("A1").LoadFromDataTable(myDataTable, True) where mySheet is an OfficeOpenXml....
Yiannis's user avatar
1 vote
1 answer
471 views

I have an Uno Platform project, TargetFrameworks;$(DotNetVersion)" is ;net7.0-windows10.0.1901;net7.0; I am trying to implement cross platform local storage using the APIs from the Windows....
Robotuner's user avatar
  • 291
1 vote
1 answer
77 views

I want to write a Java app using LibreOffice UNO API. When I trying to insert some Unicode text (cyrillic) I got mojibake. It seems that LibreOffice transcodes UTF-8 to single-byte encoding (in my ...
Данила Кондратенко's user avatar
0 votes
0 answers
103 views

I opened the page and tried to run the example text nothing succeeded. How does this even work? libreoffice "--accept=socket,host=localhost,port=18100;urp;StarOffice.ServiceManager" --...
heiheshang's user avatar

15 30 50 per page
1
2 3 4 5
18