Quantcast
Channel: Apache OpenOffice Community Forum
Browsing all 1281 articles
Browse latest View live

External Programs • Re: Load module when calling python in macro

Work with the Libreoffice mentioned in your signature: LibreOffice 7.4.7.2 on Debian 12Statistics: Posted by karolus — Mon Feb 03, 2025 6:41 pm

View Article


Image may be NSFW.
Clik here to view.

Writer • Re: Extend LAST line of paragraph in TOC

If the following is what you want (not sure if the .... dots are?) then here's a macro to implement converting the lines without numbers to paragraphs with a bigger right margin (i.e. to shorter...

View Article


Writer • Re: Removing hard line breaks from text

Does this help: Using Replace to remove line breaksStatistics: Posted by LastUnicorn — Tue Feb 04, 2025 3:24 pm

View Article

General Discussion • Re: Write dataframe to new sheet in existing ODS

Code: import numpy as npdoc = XSCRIPTCONTEXT.getDocument()sheet = doc.Sheets[1]R,C = 100, 2x1 = np.random.randn(R, C)out = tuple(map(tuple,x1))sheet[:R,:C].DataArray = outStatistics: Posted by karolus...

View Article

MS Windows • Re: Cannot open AOO files on network

Yes, if you open Open Office Writer on your local computer then use that to open a file,then yes it loads as expected.Statistics: Posted by SeaDancer — Wed Feb 05, 2025 3:44 am

View Article


Image may be NSFW.
Clik here to view.

Macros and UNO API • How can output message into the screen when to call...

Edit python script to print string into the screen:Code: vim .config/libreoffice/4/user/Scripts/python/test.pydef output_screen(): print("call python in macro")Call the function in macro:Nothing...

View Article

Impress • Re: [Solved] Template fields moves in new slide

What is the master slide? Do you mean the template?Statistics: Posted by Tom L — Wed Feb 05, 2025 10:42 pm

View Article

Image may be NSFW.
Clik here to view.

Writer • Request for comments: Combine paragraph fragments

I am planning on creating a tutorial based on the following material. I realize that there are other topics about combining lines from OCR'd text. This tutorial will only discuss Writer's Autocorrect...

View Article


Image may be NSFW.
Clik here to view.

Calc • Re: Get value from lookup table

Worked like a charm Thank you Mr. Programmer! I will read and learn in this forum!Hope I can treat you a coffee!Statistics: Posted by Josh Brenjan — Wed Feb 05, 2025 11:57 pm

View Article


Writer • Re: Request for comments: Combine paragraph fragments

You mess up your Autocorrect options, or have to untick and tick them all back, and possibly more importantly, your document's paragraph styles/direct formatting. And it joins paragraphs ending in !...

View Article

Calc • Re: Calc not printing specific sheets from book

Two problems solved - Print Preview and Print now both working correctly, after closing and re-opening. Thanks Lupp!Statistics: Posted by rwscid — Thu Feb 06, 2025 1:10 am

View Article

Image may be NSFW.
Clik here to view.

Macros and UNO API • Re: How can output message into the screen when to call...

Hello,with APSO extension, for python macros , you have a Debug Window and a Console Window to see the print : Friendly, J.PStatistics: Posted by Jurassic Pork — Thu Feb 06, 2025 3:07 am

View Article

Install, Setup and Troubleshooting • Problem with installing version 4.1.15

Får upp en ruta med text: Please exit openoffice 4.1.15 and the quickstarter before continue.Har version 4.1.14 och kan inte öppna den. Sen såg jag att det kommit en nyare version och laddade ner den...

View Article


Install, Setup and Troubleshooting • Re: Problem med installering verson 4.1.15

Please note this is an English language forum. Please post only in English.Presumably you are using some version of Windows much later than 3.1 as shown in your signature. Start TaskManager (Ctrl...

View Article

Install, Setup and Troubleshooting • Re: Problem with installing version 4.1.15

Please note that further posting with no English translation (at least) will lead to the removal of the topic from the board.Statistics: Posted by Hagar Delest — Thu Feb 06, 2025 3:21 pm

View Article


Image may be NSFW.
Clik here to view.

Calc • [Solved] SUMIF works one row but not in another - inconsisent

EDIT: thank you floris v for solving and explaining to me the sumrange. Also, thank you Mr. Programmer! I'll be educating myself on pivot tables next!!Newbie here, but couple of hours of trying to fix...

View Article

Calc • Re: SUMIF works one row but not in another - inconsisent

I'm a total noob here, but you always get a value in the B column, and the value for "Bills" is in the C column.Statistics: Posted by floris v — Thu Feb 06, 2025 8:16 pm

View Article


Calc • Re: [Solved] Create Pie Charts from survey results

Thanks so much! I had begun to wonder if I didn't need to try something like this. Thanks, too, for catching the double 25s!Statistics: Posted by kabing — Thu Feb 06, 2025 10:30 pm

View Article

Calc • Re: [SOLVED] SUMIF works one row but not in another - inconsisent

I have only two tabs: one with expenses and second with "SUMIF" summing up the categories, using the 1st tab's info.Your approach is the hard way to get the summary that you want. That summary can be...

View Article

Image may be NSFW.
Clik here to view.

Writer • Re: Change margins on a book

If your titles are in a specific font size, you can apply the Heading 1 paragraph style to them, and modify that style to have the same font settings, plus include a page break before, so that each...

View Article
Browsing all 1281 articles
Browse latest View live