[Dropped] Cancel "Update all links?" using Java

Java, C++, C#, Delphi... - Using the UNO bridges
Locked
Samuel
Posts: 9
Joined: Fri Mar 21, 2025 8:51 am

[Dropped] Cancel "Update all links?" using Java

Post by Samuel »

Screenshot 2025-04-02 085514.png
Screenshot 2025-04-02 085514.png (14.34 KiB) Viewed 2325 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?

 Edit: Changed subject, was Is there a way to cancel this pop up using java? 
Make your post understandable by others 
-- MrProgrammer, forum moderator 
Last edited by MrProgrammer on Tue Apr 22, 2025 4:20 pm, edited 2 times in total.
Reason: Dropped: No reply from Samuel
OpenOffice 4.1.15 on Windows11
User avatar
MrProgrammer
Moderator
Posts: 5265
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: Is there a way to cancel this pop up using java?

Post 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
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7.6, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
Bidouille
Volunteer
Posts: 642
Joined: Mon Nov 19, 2007 10:58 am
Location: France

Re: Cancel "Update all links?" using Java

Post 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.
Locked