I would like to create a macro in Impress that flips horizontally or vertically the object which is currently selected.
I have searched for that in the API, in particular in this document (in French):
https://jazz.ensil.unilim.fr/outils_info/OOo_API_intro-04.pdf
but I could not find anything relevant.
I have tried:
ThisComponent.CurrentSelection(0).MirroredX = True
but this does not work.
Could somebody help me?
Thanks in advance.