Skip to main content
1 vote
1 answer
61 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 ...
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 ...
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 ...
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....
-1 votes
3 answers
1k views

I'm developing an UWP App with UNO / WinUI 3. I have put images into the Images folder in the UWP project and the application icon is shown in the taskbar as well as application icon at the exe-file. ...
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 ...
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 ...
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 ...
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 ...
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 votes
2 answers
5k views

I'm trying to insert a cell beginning with the first cell in a range (via the .getCellRangeByName() method of a Document's active Sheet). I found out how to do this with a Dispatcher from the ...
-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. ...
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 ...
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....
-3 votes
1 answer
202 views

I'm a beginner in Arduino and recently programmed an Arduino Uno board with various PS/2 to USB converters. They work when typing in the Serial Monitor of Arduino IDE, but not in other programs such ...

15 30 50 per page
1
2 3 4 5
18