Bug 137149 - Basic macro: command to Flip a selection
Summary: Basic macro: command to Flip a selection
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
7.0.1.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-30 07:16 UTC by Frederic Parrenin
Modified: 2021-08-01 05:30 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Parrenin 2020-09-30 07:16:07 UTC
In impress, I wanted to use a command to flip (mirror) a selected object horizontally or vertically.
I used the XrayTool to inspect the properties.
I found RotateAngle and ShearAngle to rotate or shear, but nothing to flip.
Would it be possible to add such a property to the API?
Thanks in advance.
Comment 1 Buovjaga 2021-07-26 16:47:05 UTC
.uno:FlipHorizontal and .uno:FlipVertical don't work?
Comment 2 Frederic Parrenin 2021-07-30 15:50:20 UTC
Could you please elaborate a bit?
How am I supposed to use this command?
Thanks in advance.
Comment 3 Buovjaga 2021-07-30 15:55:42 UTC
(In reply to Frederic Parrenin from comment #2)
> Could you please elaborate a bit?
> How am I supposed to use this command?

Like any other .uno command I guess? I never tested, but just checked that these are the commands for flipping. Can you please test them?
Comment 4 Frederic Parrenin 2021-07-31 08:57:41 UTC
Yes, so apparently this works with the dispatcher:

https://ask.libreoffice.org/en/question/268388/basic-macro-how-to-flip-horizontally-an-object/
Comment 5 QA Administrators 2021-08-01 03:54:46 UTC Comment hidden (obsolete)