Issue 26265 - Macro recorder does not record "Insert > Fields" items
Summary: Macro recorder does not record "Insert > Fields" items
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: PC Windows NT
: P3 Trivial (vote)
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@sw
URL:
Keywords: needmoreinfo, oooqa
Depends on:
Blocks: 20046
  Show dependency tree
 
Reported: 2004-03-09 12:12 UTC by jnoreiko
Modified: 2013-08-07 14:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jnoreiko 2004-03-09 12:12:52 UTC
Commands in the "Insert > Fields" submenu are not recorded in macros.

(However, selecting "Insert > Fields > Other..." and choosing in the dialog box
IS recorded.)
Comment 1 flibby05 2004-03-12 12:33:48 UTC
not able to reproduce with 1.1.1rc1, Win98 SE.

this is what i get when i "Insert -> Fields -> Date":


REM  *****  BASIC  *****


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 ----------------------------------------------------------------------
dispatcher.executeDispatch(document, ".uno:InsertDateField", "", 0, Array())


end sub
Comment 2 jnoreiko 2004-03-12 12:52:41 UTC
Looks like it's been fixed since 1.1.0 then.

I get:
rem ----------------------------------------------------------------------
rem dispatcher.executeDispatch(document, ".uno:InsertPageNumberField", "", 0,
Array())

I suppose the fix is to go in and remove the "rem" after recording the macro.
Comment 3 michael.ruess 2004-03-12 14:05:42 UTC
reassigned to JSK.
Comment 4 joerg.skottke 2004-03-15 06:37:37 UTC
According to the OOo PCDs i set this issue to OOLater
Comment 5 flibby05 2004-03-15 21:40:29 UTC
maxweber -> jsk:

>> According to the OOo PCDs i set this issue to OOLater
..hmm, but i could not reproduce it with a recent build..
anyway, is it correct, to set the issue to "New" now?
Comment 6 jnoreiko 2004-03-15 23:29:15 UTC
Even if this has been fixed in newer versions, it would be nice to let users of
1.1.0 know how to deal with the problem by editing their macros. 
Comment 7 flibby05 2004-04-19 21:20:30 UTC
setting to New to get a decision on this..
Comment 8 joerg.skottke 2004-06-16 09:58:19 UTC
according to OOo PCD i set this task to OOo later, it will be added to the
general catchaall for macro recorder bugs issue #20046
Comment 9 jnoreiko 2004-09-04 18:33:09 UTC
This appears to be working properly in 1.1.2 for Windows.
Comment 10 joerg.skottke 2004-10-26 10:02:45 UTC
setting worksforme
Comment 11 joerg.skottke 2004-10-26 10:03:15 UTC
close