Linux • Re: OpenOffice Not Starting on Linux Mint Cinnamon
What is the output if you run Code: lsb_release -a in the console?What did you download from www.openoffice.org to do the installation. That is, what is the name of the file?Did you in fact download...
View ArticleImpress • Re: "Fade" the image borders
Do you want a dynamic (animated) fading in the Slide Show?Or you only want to edit the shade of the static border?Statistics: Posted by Zizi64 — Sat Jul 20, 2024 7:11 am
View ArticleWriter • Export to pdf as viewed "Web Layout"
I have a series of .odt files composed in WRITER with the view setting as "Web Layout". They are combinations of text and images in frames. They open flawlessy in WRITER in this wide/long format.I...
View ArticleWriter • Re: Export to pdf as viewed "Web Layout"
The web view is a special tool that allows you to have more text in the editing window. It also allows you to change the window width without losing readability because the text wraps with the changed...
View ArticleMacros and UNO API • Re: Help With Macro Execution in Calc
Halloof course its python, dont use it Code: def round_robin(event): """ toggle Cell_Color »no color« ⇒ »red« ⇒ »green« restricted to Rows <= 21 and Columns A to F """ COLORS = (-1, int("ff0000",...
View ArticleCalc • Re: Is there a way to automatically fill a "year" column?
I assume that you have a column with years as numerical data. Enter the first year in, let's say, A1, then in A2 enter the formula "=A1+1". Now copy A2, select as many cells down as you need, and...
View ArticleWriter • Re: How to write LaTeX?
Hello!Yes, you can write LaTeX math formulas in LibreOffice Writer using the following options:LibreOffice Math: The built-in formula editor for creating complex formulas.TexMaths Extension: This...
View ArticleCalc • COUNTIF not working
=IF(COUNTIF($A$1:$A$12;I1)>0;0;1) [in cells G2 TO K2 is used to check to see if a character in a cell [Say I1] is also in a range.[A1:A12 generated randomly] If true / returns 0 ; if false /...
View ArticleMacros and UNO API • Data Validity Macro accessing the "Sort entries...
The com.sun.star.sheet.TableValidation service does not seem to provide a way to access the checkbox for "Sort entries ascending" on the Criteria tab of Data / Validity. Is there a service for this...
View ArticleCalc • Re: countif works as intended
Code: =SUM($A1:$A11=I$1)ctrl ⇑ enterStatistics: Posted by karolus — Mon Jul 22, 2024 4:42 pm
View ArticleCalc • Re: COUNTIF NOT WORKING
Some explanation here: [Solved] Convert COUNTIFS from Excel to Calc.Try:Code: =IF(SUMPRODUCT($A$1:$A$12=I$1)>0;0;1)Works with special characters too.Please add [Solved] at the beginning of the...
View ArticleBase • Re: DataBase record and save all activity
Question: Is there a way to save a type of activity logfile with a TimeStamp per activity, before the shutdown of the DataBase.Since you are using HSQL as the database backend, perhaps something you...
View ArticleMacros and UNO API • Re: Data Validity Macro accessing the "Sort entries...
Code: sValidation.ShowList = 2 Statistics: Posted by karolus — Mon Jul 22, 2024 10:19 pm
View ArticleTables & Queries • Re: How to do I change field names?
To change the name of a column in a table, click on the Tables icon in the left pane, right click on the desired table and select Edit, type a new name in the Field Name column, and save the table....
View ArticleCalc • Re: COUNTIF does not differentiate upper/lower case
Thanks to AllI'll look into your suggestions.CheersStatistics: Posted by Geoff T — Tue Jul 23, 2024 1:43 am
View ArticleCalc • Re: [Solved] Behavior of formulas when moving records (rows)
I am having a very hard time moving entire rows in the spreadsheet because of what happens to the formulas.I move rows up or down with two macros, CutRows and InsertCBRows (first tutorial). I've...
View ArticleLinux • Re: OpenOffice not starting on Linux Mint Cinnamon
Don't remove anything, just do the above install to see if it works.What about the current install of OpenOffice?I have remove all other java-runtimes but I have the idea it is not a must.Well, I had...
View ArticleWriter • Re: Colors lost if file is saved in ODF Text DOC format
Re: By Preferences I assume you mean you think you've inadvertently changed something in Tools menu/options?I meant I've inadvertently changed something in the OpenOffice Preferences.Having opened a...
View ArticleWriter • Re: Colors lost if file is saved in Word 97 DOC format
I opened it in AOO 4.1.11 and it was in Letter format with 1 inch margins, all colors kept as in the screenshots above. So, Writer kept in the colors in the conversion, they just don't show on your...
View ArticleCalc • Re: Is there a way to automatically fill a "year" column?
Enter the first date, then use the fill handle. Drag it down. It will increase by 1 for each row. Or doubleclick it to fill it to where the adjacent column is filled.If you want another increment than...
View Article