Issue 38781 - Macro Recorder does not record user action: changing font size
Summary: Macro Recorder does not record user action: changing font size
Status: CLOSED DUPLICATE of issue 20046
Alias: None
Product: Writer
Classification: Application
Component: programming (show other issues)
Version: 680m62
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: joerg.skottke
QA Contact: issues@sw
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2004-12-10 07:36 UTC by prathima
Modified: 2005-01-14 13:45 UTC (History)
2 users (show)

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


Attachments
work flow to reproduce a defect. (521.00 KB, application/vnd.ms-powerpoint)
2004-12-10 07:37 UTC, prathima
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description prathima 2004-12-10 07:36:36 UTC
Sir,

we have created a macro for font changes in text. We wanted re run the same 
macro to see whether those changes will be applied to the text. But no change 
made in the text. It might be a bug. Please check it.
Comment 1 prathima 2004-12-10 07:37:39 UTC
Created attachment 20360 [details]
work flow to reproduce a defect.
Comment 2 mci 2004-12-10 14:42:15 UTC
Hi prathima,

thanks for using and supporting OpenOffice.org...

This is surely no "P2"!!!

reassigned to jsk

mci->jsk:
hi jsk, I think this is something for you, please take over... thanks
I think you had a similar isue once ?!?
Comment 3 flibby05 2004-12-15 09:33:00 UTC
confirming with 19M65 on Win98 SE,

this is the basic code that will be recorded. it selects all the text as
required, but misses changing the font size.


---------------------------------------


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:SelectAll", "", 0, Array())


end sub
Comment 4 flibby05 2004-12-15 09:34:36 UTC
adjusting issue description
Comment 5 joerg.skottke 2005-01-14 13:45:31 UTC
According to the OOo PCD i set this task to OOo Later and add it to the general
catch-all for macro recorder bugs. Dupe to issue #20046

*** This issue has been marked as a duplicate of 20046 ***
Comment 6 joerg.skottke 2005-01-14 13:45:52 UTC
close