https://bugs.freedesktop.org/show_bug.cgi?id=73123

tommy27 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|Spreadsheet                 |BASIC
            Version|4.1.4.2 release             |Inherited From OOo

--- Comment #4 from tommy27 <[email protected]> ---
still reproducible with LibO 4.3.2.2 under Win7x64

(In reply to Terrence Enger from comment #2)
> ... The recorded macro did not capture the selection
> operation.  Thus, in playback, the macro deletes each column that has
> a selected cell.
> 
> ....

yes, this is exactly what happens.
this is the recorded code which is the same as in OOo 3.3.0

sub test
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
rem ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:DeleteColumns", "", 0, Array())
end sub

so we are dealing with one of the limitation of the macro recorder which is
inherited from OOo.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to