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

Draw • Re: Frequent document recovery

You may have a corrupted user profile. To reset the user profile:Close OpenOfficeOpen any folder and enter %appdata%\OpenOffice\4 in the address bar near the top.That will take you to a folder...

View Article


Calc • Re: Create running total in column

Can you upload a sample file showing what you want to do exactly (see: How to attach a document here)?Statistics: Posted by Hagar Delest — Fri Jan 31, 2025 10:30 pm

View Article


Base • Integrity constraint violation - no parent SYS_FK_194 table: Student

I am trying to update a database with SQL code that I have used many times:UPDATE "Student" SET "Current Class" = "Current Class"+1 WHERE "Termination Date" IS NULL AND "Repetition" = FALSEThis code...

View Article

Macros and UNO API • Re: Solved--Write a loop to keep the formula

python:Code: doc = XSCRIPTCONTEXT.getDocument()columns = "BCDEF"out =[[f"={c}2*{c}3" for c in columns ]]cellrange = doc.Sheets["Sheet1"]["B5:F5"]cellrange.FormulaArray = outStatistics: Posted by...

View Article

Linux • Re: [Solved] Why can't run the command in the background?

Also asked athttps://ask.libreoffice.org/t/why-cant- ... und/117440Statistics: Posted by RoryOF — Sat Feb 01, 2025 12:20 pm

View Article


MS Windows • Re: Open Office Ver 4.1.15

Welcome to the forum Gerard!I would suggest that you forget about OpenOffice and install LibreOffice instead. There are several good reasons for making the switch anyway, some of which are mentioned...

View Article

MS Windows • Re: OpenOffice Ver 4.1.15

I installed AOO 4.1.15 on Windows 11 Home from the Windows App store for testing purposes without problems.Statistics: Posted by floris v — Sat Feb 01, 2025 1:55 pm

View Article

Macros and UNO API • Round all numeric cells to 2 decimals

I write a triple loop to round all cells whose type is number to 2:Code: sub roundAllCells dim oFunAccess as object oFunAccess = createUnoService( "com.sun.star.sheet.FunctionAccess" ) for each oSheet...

View Article


Image may be NSFW.
Clik here to view.

Macros and UNO API • Re: Round all numeric cells to 2 decimals

It is so long …Zero lines of programming are needed when you use Precision as shown. Read about this setting in Help → Index or in User Guides (PDF) or searching for topics about it in the Calc Forum....

View Article


MS Windows • Re: Install for OpenOffice 4.1.15 doesn't finish

I get to about half way through opening the downloaded file and the process stops.Do you use the link bottom right of this page for example? Leading to the sourceforge.net site?But indeed, have a look...

View Article

Image may be NSFW.
Clik here to view.

Writer • Re: [Solved] Problem with line spacing on OpenOffice.org

So this happened to me and it had nothing to do with changing line spacing.Right on the page with your documant you are working on. In the upper left corner youll see a drop down box that has choices...

View Article

Calc • Re: Fix a bank CSV that has "credit or debit" rather than...

I just sorted by that column and pasted the amounts into the credit or debit columnStatistics: Posted by AndrewB1 — Sun Feb 02, 2025 3:58 pm

View Article

Writer • Save current background image to PC

How can I grab the background image from my Writer file, and save it to my PC? I know how I added it, but I can't figure out how to "get back there" to save the graphic. Looking around...

View Article


Writer • Re: Save current background image to PC

Not sure if this is what you're after for a 'background image' but for an ordinary image right-click on the image and select Save Graphics...Statistics: Posted by LastUnicorn — Sun Feb 02, 2025 4:37 pm

View Article

Impress • [Solved] View presentation as slides, not slide show

Previously on opening an impress odp file it went to the underlying list of slides, then had to choose 'slide show'.But suddenly its going straight to slide show and cant get back to the list for...

View Article


General Discussion • Write dataframe to new sheet in existing ODS

We can write dataframe into a new excel file:Code: x1 = np.random.randn(100, 2) df1 = pd.DataFrame(x1) with pd.ExcelWriter('/tmp/sample.xlsx') as writer: df1.to_excel(writer,...

View Article

Impress • Re: odp behaviour

Solved. Its view - outline.Statistics: Posted by doedau — Mon Feb 03, 2025 3:54 am

View Article


Writer • Re: How to extend LAST line of paragraph?

Bonjour mes amis M Hägar and Mr. RoryOF, Dia daoibh! Thank you for your replies! Hopefully, someone knows how to do what I want, but this is *nearly* solved. I'll wait just a bit longer!Happy...

View Article

Writer • Re: [Solved] Save current background image to PC

How can I grab the background image from my Writer file, and save it to my PC?To avoid the need to unZIP the file, after first saving the document in ODT format, you can use File → Save As → HTML...

View Article

Calc • Change background color of row based on dropdown

I am doing a basic inventory. So far I have it so I have a =SUM of the difference between actual physical stock and what the computer says we have to adjust properly, I have unit price and =SUM of...

View Article
Browsing all 1281 articles
Browse latest View live