Issue 18162

Summary: macro recorder not recordering all mouse clicks in scalc
Product: Calc Reporter: Unknown <non-migrated>
Component: codeAssignee: bettina.haberer
Status: CLOSED NOT_AN_OOO_ISSUE QA Contact: issues@sc <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC2   
Target Milestone: ---   
Hardware: All   
OS: Linux, all   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---

Description Unknown 2003-08-12 17:54:45 UTC
In scalc I started the macro recorder, selected a graphic, right mouse click and 
cut. Stopped the recorder and saved. The following is the macro from the 
recorder. The macro as created by the recorder does nothing.  After selecting 
the graphic, using CRTL-X to delete, instead of the mouse,  also generates the 
same macro. 
 
Thanks, 
David 
sub Main 
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 ---------------------------------------------------------------------- 
rem dispatcher.executeDispatch(document, ".uno:Cut", "", 0, Array()) 
end sub
Comment 1 frank 2003-08-13 10:46:13 UTC
Hi Skotty,

please have a look at this.

I think there is a REM to much.

Frank
Comment 2 joerg.skottke 2003-08-13 14:36:32 UTC
As for now the graphics layer is unsupported. This includes Graphics
objects, charts and a lot of other stuff. 
This will be an enhancement for the next big release, not for 1.1.
Comment 3 joerg.skottke 2003-09-24 09:28:19 UTC
According to the OpenOffice.org roadmap
(http://tools.openoffice.org/releases) this issue was retargeted to
OOo Later.


Comment 4 ace_dent 2008-05-16 02:09:49 UTC
OpenOffice.org Issue Tracker - Feedback Request.

The Issue you raised is currently 'Unconfirmed' pending review, but has not been
updated within the last 3 years. Please consider re-testing with one of the
latest versions of OOo, as the problem(s) may have already been addressed.
Either use the recent stable version: http://download.openoffice.org/index.html
or consider trying the new OOo 3 BETA (still in testing):
http://download.openoffice.org/3.0beta/
 
Please report back the outcome so this Issue may be Closed or Progressed as
necessary - otherwise it may be Resolved as Invalid in the future. You may also
wish to search for (and note) any duplicates of this Issue that may have
advanced further by checking the Issue Tracker:
http://www.openoffice.org/issues/query.cgi
 
Many thanks,
Andrew
 
Cleaning-up and Closing old Issues as part of:
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 5 joerg.skottke 2008-10-24 07:35:19 UTC
With reference to issue 20046 i close this task.
Comment 6 joerg.skottke 2008-10-24 07:35:40 UTC
close
Comment 7 phochalbuse 2010-11-10 16:19:09 UTC
Created attachment 73149