Issue 89175 - Implementation of XAccessibleMultiLineText in Writer
Summary: Implementation of XAccessibleMultiLineText in Writer
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300_m10
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: nospam4obr
QA Contact: issues@sw
URL:
Keywords: accessibility
Depends on: 86659
Blocks:
  Show dependency tree
 
Reported: 2008-05-08 13:43 UTC by nospam4obr
Modified: 2013-08-07 14:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nospam4obr 2008-05-08 13:43:48 UTC
This is a follow-up to issue 86659.
Comment 1 Oliver-Rainer Wittmann 2008-05-29 11:05:34 UTC
implementation in progress in cws sw30a11y01
Comment 2 Oliver-Rainer Wittmann 2008-05-30 11:24:34 UTC
implementation done in cws sw30a11y01 - changed files:
/sw/source/core/access/accpara.hxx, 1.40.64.2
/sw/source/core/access/accpara.cxx, 1.76.64.2
/sw/source/core/access/accportions.hxx, 1.18.64.2
/sw/source/core/access/accportions.cxx, 1.34.64.2
Comment 3 Oliver-Rainer Wittmann 2008-06-05 07:55:34 UTC
OD->OBR: As discussed please take over for verification of the implementation.
Comment 4 Oliver-Rainer Wittmann 2008-06-10 08:46:42 UTC
adjust internal implementation of XInterface and XTypeProvider for new supported
interfaces - changed file:
/sw/source/core/access/accpara.cxx, 1.76.64.3
Comment 5 cobour 2008-06-12 08:20:25 UTC
Checked with provided build from cws sw30a11y01 and vcl from cws aqua11y02. Inserted dummy text in 
blank text document. Activated VoiceOver. When travelling with the cursor from one line to another, VO 
speaks the exact line, the cursor is moved to. This new behaviour is due to the newly implemented 
interface. => works
Comment 6 nospam4obr 2008-06-12 14:31:01 UTC
Also the 'getTextAtLineWithCaret' seems to work fine (even though the
Accessibility workbench I tested it with is painfully slow when working with
writer and also has paint problems).
Comment 7 nospam4obr 2008-07-21 13:26:07 UTC
Integrated since DEV300:m23.