Issue 20047 - Recording Format->Special Characters incomplete
Summary: Recording Format->Special Characters incomplete
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: scripting (show other issues)
Version: OOo 1.1 RC4
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: Oliver Specht
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 10:53 UTC by joerg.skottke
Modified: 2004-11-19 08:37 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 joerg.skottke 2003-09-25 10:53:55 UTC
This issue is based on iBIS 100266

The macrorecorder must record the characters including their font one by one.

As reminder (taken from iBIS100266

[...]
JSK->OS: Changing font within the dialog is not recorded.
OS->JSK: It's not applied - so it's correctly not recorded. Changes of the font
within the dialog always apply to the complete string.

This simply is not true. If you go through the dialog manually you can apply an
individual font for each character.
Comment 1 joerg.skottke 2003-09-25 10:54:59 UTC
set target to ooolater
set owner os
Comment 2 Oliver Specht 2003-09-25 14:36:03 UTC
os->jsk: If you take a look at the interface of the dialog
SvxCharacterMap in svx/inc/charmap.hxx you see the following public
methods: 
    const Font&     GetCharFont() const;
    void            SetCharFont( const Font& rFont );
    void            SetFont( const Font& rFont );
    void            SetChar( sal_Unicode c );
    sal_Unicode     GetChar() const;
    String          GetCharacters() const;
You can see, if you didn't already check it in the application, that
there is no font per character but only one font for all. 

So this issue is still invalid.
Comment 3 joerg.skottke 2004-11-19 08:37:22 UTC
will not be fixed / closing