Hey, #Libreoffice peeps. I want to create a macro that automatically aligns a selected image to the top left corner of an Impress slide. I'm using the latest stock Ubuntu version (24.8.4.2) which apparently has a nonfuctional "record macro" service (even after turning this on in Advanced settings and restarting Liibreoffce, it doesn't appear as a menu option). Anyone know how to do this? Thank you!

@pluralistic Something like this:

```
image = ThisComponent.CurrentController.getSelection().getByIndex(0)
position = image.getPosition()
position.X = 0
position.Y = 0
image.setPosition(position)
```

Tested in Collabora Office, should also work in LibreOffice. And yes, macro recorder won't work in Impress, it works in Writer.

Follow

@vmiklos @pluralistic

Can confirm working in LO 25.2.1.1

· Librem Social · 0 · 0 · 0
Sign in to participate in the conversation
Librem Social

Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy.

Stay safe. Please abide by our code of conduct.

(Source code)

image/svg+xml Librem Chat image/svg+xml