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

Macros and UNO API • Re: Grouping family names

You can save from Calc to csv file format.A csv file is also easy to write from scratch in Basic - you just separate your data with commas. Look at the "Open statement" in the IDE helpfile. (If the...

View Article


Writer • Re: (SOLVED) Determine Windows user name for profile reset

Thanks. I figured it out quickly. I just thought that since my additions to the dictionary were transferred, so would my preferential settings.Statistics: Posted by billyboyny — Tue Jul 02, 2024 6:58 pm

View Article


Calc • Re: Copy right, but increment row references down

Thank you, VLOOKUP looks very promising, not getting the expected results using your replacement but I'm going to investigate further before replying fully.Statistics: Posted by LeroyTennison — Tue...

View Article

Writer • Re: [Solved] Determine Windows user name for profile reset

Your OpenOffice seems to still run at least despite whatever you judge to be a debacle.1. Run OpenOffice.2. Go through the menu path >Tools>Options>OpenOffice>Paths>>AutoCorrect3....

View Article

Macros and UNO API • Re: Button forgets macros after file save python, basic...

Reporting bugs or suggestionsStatistics: Posted by robleyd — Wed Jul 03, 2024 1:36 am

View Article


Calc • Re: Get date from column A on event in another column?

...This formula gives the required result however:=INDEX(A1:A32;MAX(ISNUMBER(B2:B32)*ROW(B2:B32)))Thank you Alex1. It works indeed. Now, how do I get it to display the result (value) of the previous...

View Article

Image may be NSFW.
Clik here to view.

Impress • Re: Which toolbar sets text size in textboxes in LibreOffice Impres?

I use the side bar:Please add [Solved] at the beginning of the title in your first post (top of the topic) with the 🖉 button if your issue has been fixed.Not sure about your second question. Just try...

View Article

Calc • Re: Calc Concatenates numbers but not letters (text)

A minus sign gives an error message in front of text, and has no effect on a zero value. That's why it doesn't work.Use =E2&"-"&F2&IF(G2="";"";"-"&G2&IF(H2="";"";"-"&H2))...

View Article


MS Windows • Re: My previous version of OpenOffice

I did what you suggested above. Did I do it right?ThanksStatistics: Posted by OOO1 — Thu Jul 04, 2024 3:58 am

View Article


Macros and UNO API • How can a Locale be transformed into a localised display...

Hi all,for a selection list in a GUI dialogue, I need to figure out the following three things:1. All languages known to OpenOffice (i.e. all installed locales).2. All languages, for which a spell...

View Article

Macros and UNO API • Re: How can a Locale be transformed into a localised...

You're using ThisComponent.getDocumentLanguages(1,999) to list the languages which are localised eg as "Englisch (USA)" and you want to derive the Country again from that localised name after the...

View Article

Macros and UNO API • Macro to select submenu in Writer

I'm trying to write a macro to select a submenu in OO Writer. Specifically, under the FILE tab, I want to navigate to PRINTER SETTINGS, then PROPERTIES, then the PRINT PROFILES tab, then select a...

View Article

Macros and UNO API • Re: Macro to select submenu in Writer

You could try Autoit to simulate mouse/keystrokes.Statistics: Posted by JeJe — Fri Jul 05, 2024 2:22 pm

View Article


Macros and UNO API • Copying a data validation field

Howdy, I am using copyRange() to copy all the content of one sheet to another. In the source sheet I have data validation drop menus, based on a coumn in a third sheet. The dropmenus copy, but the...

View Article

Macros and UNO API • Re: Copying a data validation field

How do I copy a data validation drop menu?for example like this python-codeCode: doc = XSCRIPTCONTEXT.getDocument()source = doc.CurrentSelectionvalidation = source.Validationtarget =...

View Article


Macros and UNO API • Set lines to be repeated when printing

In libre office basic, how to set lines to be repeated when printing?Statistics: Posted by martius — Fri Jul 05, 2024 8:03 pm

View Article

Macros and UNO API • Re: Set lines to be repeated when printing

I suppose you are asking about doing this in Calc. Here is an example tested in OpenOffice of setting the first four rows to be repeated on Sheet1.Code: oSheets = ThisComponent.getSheets()oSheet1 =...

View Article


Install, Setup and Troubleshooting • Recovering a document

I had a long journal of my mom's journey through dementia. I saved it on a thumb drive and when I transfered it to my desktop it has lost all but the last two pages. It was deleted off the thumb...

View Article

Install, Setup and Troubleshooting • Re: Recovering a document

.... It was deleted off the thumb drive. Is there any way at all that I can recover the rest of the document? ...There is software like PhotoRec to undelete any files not already overwritten. Create a...

View Article

Calc • Re: CALC pastes formatting into cells

The behaviour has indeed been changed with the latest version of LibreOffice (24.2).When pasting after the cell has been put in edit mode (F2), pasting used to be unformatted by default. Now also the...

View Article
Browsing all 1281 articles
Browse latest View live