Page 1 of 1
[Dropped] Cancel "Update all links?" using Java
Posted: Wed Apr 02, 2025 6:16 am
by Samuel

- Screenshot 2025-04-02 085514.png (14.34 KiB) Viewed 2381 times
When i try to add my watermark in openoffice impress this popup comes before it, I tried to cancel it like
Code: Select all
docSettings.setPropertyValue("UpdateLinks", LinkUpdateModes.NEVER);
but i am not getting the correct property name.
Can anyone help?
Re: Is there a way to cancel this pop up using java?
Posted: Wed Apr 02, 2025 3:35 pm
by MrProgrammer
Samuel wrote: ↑Wed Apr 02, 2025 6:16 am
When i try to add my watermark in openoffice impress this popup comes before it …
OpenOffice has an issue for "Update all links?", currently open and confirmed, so there may not be any solution. I know of related topics for Calc, though the situation could be different for Impress.
[Issue] Unwanted "Update Links" prompt
[Issue] Update Links prompts during open
Re: Cancel "Update all links?" using Java
Posted: Tue Apr 08, 2025 8:52 pm
by Bidouille
Samuel wrote: ↑Wed Apr 02, 2025 6:16 amWhen i try to add my watermark in openoffice impress
And how do you do this picture insertion?
If you're coding in Java, simply process the XML content directly.