Issue 73249 - Implement Title/Description Elements UI for Writer text frames, graphics and embedded objects
Summary: Implement Title/Description Elements UI for Writer text frames, graphics and ...
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL: http://specs.openoffice.org/writer/fr...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 13:02 UTC by ooo
Modified: 2017-05-20 10:20 UTC (History)
5 users (show)

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


Attachments
TCS: Alternative_Texts_For_Writer_Objects.html (6.20 KB, text/html)
2009-08-23 21:15 UTC, eric.savary
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description ooo 2007-01-08 13:02:52 UTC
With issue #i68101, we implemented the title and description elements for
drawing shapes inside the drawing layer, used within every  major application.
Because of the fact that the Writer application also uses an own implementation
for graphic objects, this functionality also needs to be implemented for Writer
graphic nodes. Due to the fact that the writer graphic object context dialog
already contains a textual representation for the description, the final
behaviour needs to be discussed/clarified with UX (MMP) in this case. 

Please don't forget to implement A11y functionality as needed.

Related Spec for Drawing engine objects:
http://specs.openoffice.org/appwide/drawing_layer/AlternativeTextsForDrawingObjects.odt

Related Test Case Spec for Drawing engine objects: 
http://specs.openoffice.org/appwide/drawing_layer/AltTextsForDrawingObjectsTCS.odt
Comment 1 Oliver-Rainer Wittmann 2007-01-09 11:24:14 UTC
according to MBA this issue has to be re-target to OOo 2.3
Comment 2 Mathias_Bauer 2007-06-12 15:33:13 UTC
wrong issue type; too much to implement it safely until feature freeze of 2.3
Comment 3 Mathias_Bauer 2007-11-08 13:49:43 UTC
target 3.0
Comment 4 Mathias_Bauer 2008-04-21 14:35:29 UTC
missed deadline for 3.0 features -> 3.1
Comment 5 Martin Hollmichel 2008-12-10 11:18:01 UTC
move target to 3.2.
Comment 6 malte_timmermann 2009-05-11 11:38:25 UTC
Please do it not only for writer graphic objects, but also for embedded objects
and text frames...
Comment 7 Oliver-Rainer Wittmann 2009-07-13 11:28:47 UTC
general implementation of Undo/Redo of object's name, title and description -
changed files:
/svx/inc/svx/svdundo.hxx
/svx/inc/svdstr.hrc
/svx/source/svdraw/svdstr.src
/svx/source/svdraw/svdundo.cxx
/svx/source/svdraw/svdobj.cxx
revision 273928

Comment 8 Oliver-Rainer Wittmann 2009-07-13 11:31:19 UTC
adjusting summary
Comment 9 Oliver-Rainer Wittmann 2009-07-21 09:11:30 UTC
UNO-API documentation for new optional properties Title and Description - change
file:
/offapi/com/sun/star/text/BaseFrameProperties.idl, rev. 274164
Comment 10 Oliver-Rainer Wittmann 2009-07-21 10:06:59 UTC
implementation of support for new attributes Title and Description for Writer
text frames, graphics and embedded objects in Writer - changed files:
- support in Writer's core:
sw/inc/ndnotxt.hxx
sw/source/core/docnode/ndnotxt.cxx
sw/inc/frmfmt.hxx
sw/source/core/layout/atrfrm.cxx
sw/inc/doc.hxx
sw/source/core/doc/docfly.cxx
sw/inc/fesh.hxx
sw/source/core/frmedt/fefly1.cxx
sw/inc/editsh.hxx
sw/source/core/edit/editsh.cxx

- Undo/Redo:
sw/inc/swundo.hxx
sw/source/core/undo/undo.hrc
sw/source/core/undo/makefile.mk
sw/source/core/undo/undo.src
sw/source/core/undo/undoflystrattr.cxx
sw/source/core/inc/undoflystrattr.hxx

- Writer's user interface:
sw/inc/cmdid.h
sw/sdi/_frmsh.sdi
sw/source/ui/app/mn.src
sw/source/ui/shells/frmsh.cxx

- Writer's UNO-API:
sw/inc/unoprnms.hxx
sw/source/core/unocore/unoprnms.cxx
sw/source/core/unocore/unomap.cxx
sw/source/core/unocore/unoframe.cxx

- Writer's a11y support:
sw/inc/hintids.hxx
sw/source/core/access/accnotextframe.cxx
sw/source/core/access/acctextframe.cxx
sw/source/core/access/accnotextframe.hxx
sw/source/core/access/acctextframe.hxx

- adjustments to Writer's core interfaces:
sw/source/core/doc/notxtfrm.cxx
sw/source/filter/html/htmlfly.cxx
sw/source/filter/html/htmlgrin.cxx
sw/source/filter/html/htmlplug.cxx
sw/source/core/ole/ndole.cxx
sw/source/core/text/EnhancedPDFExportHelper.cxx
sw/source/core/graphic/ndgrf.cxx
sw/source/ui/shells/grfsh.cxx
rev. 274168
Comment 11 Oliver-Rainer Wittmann 2009-07-22 13:01:36 UTC
adjust and enhance ODF import of svg:title and svg:desc for Writer text frames,
graphics and embedded objects - changed files:
/xmloff/inc/xmloff/txtparae.hxx
/xmloff/source/text/txtparae.cxx
/xmloff/source/text/XMLTextFrameContext.hxx
/xmloff/source/text/XMLTextFrameContext.cxx
rev. 274234
/sw/source/filter/xml/xmltexte.cxx, rev. 274236
Comment 12 Oliver-Rainer Wittmann 2009-08-05 11:12:13 UTC
Implementation finished --> FIXED

Specification is in progress.
Comment 13 Oliver-Rainer Wittmann 2009-08-11 12:01:32 UTC
OD->ES: Checked in internal installation set of cws sw32a11y01 - please verify.
Comment 14 eric.savary 2009-08-23 20:36:36 UTC
Added Spec URL.
Comment 15 eric.savary 2009-08-23 21:14:57 UTC
Adding TCS
Comment 16 eric.savary 2009-08-23 21:15:38 UTC
Created attachment 64328 [details]
TCS: Alternative_Texts_For_Writer_Objects.html