Search found 158 matches

by DiGro
Thu Mar 21, 2024 1:13 pm
Forum: Calc
Topic: [Solved] Subtracting one day from a date yields #VALUE!
Replies: 10
Views: 1232

Re: Subtracting one day from a date yields #VALUE!

Use Search and Replace to convert your text to numeric values.

Search for : .* (= dot+star)
Replace by: &

Make sure you've checked Regular expressions under "More"

You probably want to change the column A in the formula in A2 to C : so =IF(D2>0,0395833;C2-1;"")
by DiGro
Sun Feb 25, 2024 12:06 pm
Forum: Calc
Topic: [Solved] Remove unwanted entries in AutoInput selection list
Replies: 7
Views: 4076

Re: Selection List

Unless someone has a better idea, the only way I know of to flush this list is to uninstall Open Office and install a fresh copy. As far as I know, that selection list is filled with the values that come from the same column, nothing else. So, if you want to delete or modify something, you should l...
by DiGro
Wed Feb 21, 2024 2:45 pm
Forum: Base
Topic: [Dropped] Vehicle Tracking Base
Replies: 11
Views: 1740

Re: Vehicle Tracking Base

by DiGro
Sun Feb 18, 2024 5:07 pm
Forum: Writer
Topic: [Solved] Display page numbers instead of field name
Replies: 9
Views: 1609

Re: Display page numbers instead of field name

Hagar Delest wrote: Sun Feb 18, 2024 12:13 am Isn't English available by default for any localized version?
Not on my Dutch version.
Userinterface is nl - no dropdown, just Dutch

I can however choose another Locale if I should wish that :D
by DiGro
Mon Jan 22, 2024 12:46 pm
Forum: Macros and UNO API
Topic: [Solved] Count property ignored for .uno:GoUp
Replies: 7
Views: 1993

Re: .uno:GoUp "Count" property is not work for me

In Basic:

Code: Select all

Sub Move10Up()
  Dim oViewCursor As Object
  oViewCursor = ThisComponent.CurrentController.getViewCursor()
  oViewCursor.goUp(10, False)
End Sub
by DiGro
Sun Dec 24, 2023 6:50 pm
Forum: Forum Governance
Topic: [Solved] Rationalization of the Macro forum sections
Replies: 10
Views: 2884

Re: [Solved] Rationalization of the Macro forum sections

Thanks for that. Looks good to me.
by DiGro
Wed Dec 06, 2023 12:18 pm
Forum: Macros and UNO API
Topic: [Solved] Protect/Unprotect sheets {identified by name or ...] in macro
Replies: 15
Views: 3451

Re: Naming sheet in macro

Code: Select all

sub PROTECT_SHEET()
oSheet = ThisComponent.Sheets.getByName("Summary Accounts")
oSheet.protect("MY PASSWORD")
end sub
by DiGro
Mon Dec 04, 2023 1:54 pm
Forum: MS Windows
Topic: [Solved] Cannot install or open
Replies: 3
Views: 1609

Re: Cannot Install or Open

If you really are on Windows you shouldn't have a "pkg" It should be an .exe file to install.

For instance for English US it would be: Apache_OpenOffice_4.1.14_Win_x86_install_en-US.exe !

Download from here to find your download: https://www.openoffice.org/nl/download/index.html
by DiGro
Mon Nov 13, 2023 5:48 pm
Forum: Writer
Topic: [Solved] Add new pages to document
Replies: 21
Views: 3609

Re: Page addition

Would this help?
Sparkys tutorial.odt
(19.25 KiB) Downloaded 92 times
I have a document with a lot of pages set up. but it is too big to place here.
Send me an PM with an emailaddress and I'll send it to you
by DiGro
Sat Oct 21, 2023 12:41 pm
Forum: MS Windows
Topic: [Solved] Can't open files with OpenOffice after Windows update
Replies: 3
Views: 4871

Re: Can't open files

Could be that your file extensions (.odt, .ods etc) are assigned to Word, Excel instead of OpenOffice.

Read this viewtopic.php?p=417022#p417022
to see if that brings back OpenOffice
by DiGro
Wed Oct 11, 2023 2:02 pm
Forum: Calc
Topic: [Solved] Calc changes dates on each opening of file
Replies: 8
Views: 3393

Re: Calc changes dates on each opening of file

Well, I set it only once and it sticks to all new spreadsheets :-)

Don't know what went wrong on your side, but as I said, you should only have to set it once
by DiGro
Wed Oct 11, 2023 1:15 pm
Forum: Calc
Topic: [Solved] Calc changes dates on each opening of file
Replies: 8
Views: 3393

Re: Calc changes dates on each opening of file

Looks like your "Day 0" is off.

Check Options - OpenOffice Calc- Calculate to see if the Date is set to 30-12-1899.

I assume it is set to 01-01-1904 which gives the difference of five years and a day
Options_OpenOffice Calc_Calculate.png
Options_OpenOffice Calc_Calculate.png (12.47 KiB) Viewed 3366 times
by DiGro
Sun Aug 13, 2023 11:51 am
Forum: User Experience (UX)
Topic: [Solved] Recent documents list too short
Replies: 8
Views: 6049

Re: [Solved] Recent documents list too short

fuzzymo wrote: Sat Aug 12, 2023 11:57 pm History Master is no longer available.
It directs to www.sfr.fr when you try to download which appears to have been shut down.
You can now download it directly from Mr. Marcelly's page:

https://berma.pagesperso-orange.fr/HM/H ... -1.1.1.oxt
by DiGro
Tue Aug 01, 2023 1:46 pm
Forum: Mac OSX
Topic: [Solved] Download and install new version of AOO
Replies: 3
Views: 3695

Re: Download and install new version of AOO

Well, it is. ;)

But as Mr. programmer said:
MrProgrammer wrote: Mon Jul 31, 2023 5:51 pm Check for Update is exactly that, a check to see if updates are available. OpenOffice never installed the updates. You must to install them, but that is very simple.
by DiGro
Tue Jul 25, 2023 1:00 pm
Forum: Math
Topic: [Solved] Can't write a literal character (%) in a Math object
Replies: 9
Views: 17678

Re: [Solved] Can't write a literal character (%) in a Math object

Use ~ or ` for a great or small gap respectively between

Code: Select all

{x}over{y}~=~{20}over{94}~=`21"%"
that will get you the spaces you desire:
With gaps
With gaps
CutPerc_with_gaps.PNG (2.01 KiB) Viewed 16508 times
by DiGro
Fri Jun 30, 2023 12:52 pm
Forum: Calc
Topic: [Solved+Issue] Data Validity Dropdown - It's full of blank lines!
Replies: 3
Views: 427

Re: Data Validity Dropdown - It's full of blank lines!

Check Data > Validity to see if the blank lines are in your cell range or list
by DiGro
Thu Sep 08, 2022 4:35 pm
Forum: Writer
Topic: [Dropped] Line numbering not working
Replies: 43
Views: 3212

Re: Line numbering not working

With RoryOF settings of the margins to 2.00 cm.

Tools > LineNumbering ON
by DiGro
Mon Sep 05, 2022 3:20 pm
Forum: Tutorials
Topic: 26 Free Open Office 4 Calculator Tutorials - Youtube
Replies: 1
Views: 3994

Re: 26 Free Open Office 4 Calculator Tutorials - Youtube

Thank you very much for that :bravo: :bravo: :bravo:
by DiGro
Mon Sep 05, 2022 12:03 pm
Forum: Calc
Topic: [Solved] Quickly test if there is any data entry in a spreadsheet
Replies: 9
Views: 1175

Re: How to quickly test if there is any data entry in a spreadsheet?

Try File > Properties > Statistics
by DiGro
Wed Aug 24, 2022 2:07 pm
Forum: Macros and UNO API
Topic: [Solved] Testing StarBasic Sort Algorithms with Calc cells
Replies: 8
Views: 3303

Re: Testing StarBasic Sort Algorithms

I just also downloaded the above attached file (was the fourth one to do so), treated it as described in my previous post attach a little archive with a fake extension. It's containing two files: An unsorted .tsv of data and an .odg holding the code. Extract the archive to an empty folder, enter yo...
by DiGro
Wed Aug 24, 2022 11:23 am
Forum: Macros and UNO API
Topic: [Solved] Testing StarBasic Sort Algorithms with Calc cells
Replies: 8
Views: 3303

Re: Testing StarBasic Sort Algorithms

Lupp,

AOo complains that the downloaded file is damaged. Won't open :-(
by DiGro
Mon Aug 22, 2022 5:17 pm
Forum: Install, Setup and Troubleshooting
Topic: Merge a photo on a photo for printing
Replies: 2
Views: 665

Re: Merge a photo on a photo for printing

Insert the Cover in Draw and also insert the Other picture in that document. Click on Other picture and drag it on the Cover. Place it where you want. Then select both by dragging a rectangle around the cover. {IMPORTANT] With this selection, select File - Export and select SELECTION in the Save dia...
by DiGro
Thu Aug 11, 2022 6:05 pm
Forum: Draw
Topic: [Dropped] OO Draw: Remove Print Boundary Lines
Replies: 4
Views: 6191

Re: OO Draw: Remove Print Boundary Lines

See if setting the Margins to 0 gives some relief.

Format > Page > section Margins
by DiGro
Tue Aug 02, 2022 4:16 pm
Forum: Writer
Topic: [Solved] Spelling error in Danish Format → Page dialog
Replies: 3
Views: 648

Re: Spelling error in Danish Format → Page dialog

This should be fixed in code now (Danish sdf file https://lists.apache.org/thread/y74tvqd ... 6b3fmkqnvl ). :bravo: :bravo:

Future versions should no longer have this error. :super:

If that may not be the case, please inform us again. :alarm:
by DiGro
Fri Jul 29, 2022 12:02 pm
Forum: Writer
Topic: [Solved] Spelling error in Danish Format → Page dialog
Replies: 3
Views: 648

Re: Spelling error in Danish Format → Page dialog

Thanks for reporting.
Submitted in Pootle.
Should be fixed in future versions
by DiGro
Fri Jul 22, 2022 11:50 am
Forum: Calc
Topic: [Solved] Empty Data Validity selection list for a cell
Replies: 9
Views: 1018

Re: Selection List

Select the cell you want to affect and then go to the menu Data -> Validity. On the Criteria tab, in the Allow section, choose All Values from the drop down list. Select the column (click the header) you want to affect and then go to the menu Data -> Validity. On the Criteria tab, in the Allow sect...
by DiGro
Sun Jun 26, 2022 5:47 pm
Forum: MS Windows
Topic: After a double-click on a file already loaded to OpenOffice nothing happens
Replies: 4
Views: 729

Re: After a double-click on a file already loaded to OpenOffice nothing happens

AKle wrote: Sun Jun 26, 2022 4:32 pm […] My request appeared, because I often forget, which files are already open.
OK, then click Window on the menu bar
by DiGro
Fri Apr 29, 2022 6:19 pm
Forum: MS Windows
Topic: AOO 'crashed' but allows opening of file!
Replies: 7
Views: 2174

Re: AOO 'crashed' but allows opening of file!

Maybe this will help: viewtopic.php?p=58403