[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.documentfoundation.org/show_bug.cgi?id=30732 jan iversen changed: What|Removed |Added CC|libreoffice@lists.freedeskt |j...@documentfoundation.org |op.org | --- Comment #36 from jan iversen --- A polite ping, are you still working on this ? -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.documentfoundation.org/show_bug.cgi?id=30732 Zangune changed: What|Removed |Added CC||Zangune@Users.SourceForge.N ||et Whiteboard|EasyHack|easyHack |DifficultyInteresting |difficultyInteresting |SkillCpp target:4.4.0 |skillCpp target:4.4.0 -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Adolfo Jayme changed: What|Removed |Added CC||parrenin@gmail.com --- Comment #34 from Adolfo Jayme --- *** Bug 88046 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #33 from Harry Chapman --- (In reply to Tobias Lippert from comment #32) > Hello Harry, > > I have explicitly included only a few selected character formats. There > might be users who would rather not have the highlights in the table of > contents. > > Unfortunately, I do not know who decides which formats should be applied in > the table. If you find out, and get a positive feedback, I can help to add > the functionality. :-) > > Tobias Hi Tobias, Thanks for your response! Yeah I understand that transferring the highlighting wouldn't be ideal for everyone - I thought that as it's the default behaviour on MS Word it wouldn't be too controversial, but it's definitely possible that people might get up in arms about it. I'm not really involved in the LO community so wouldn't know how to gauge opinions on this... I know it would probably be a lot more work, but I guess the ideal situation would be for each sort of character formatting to be able to be turned on and off in the settings of the TOC index. Or, alternatively, you could have a check box to turn on and off the transfer of *all* formatting. Just a thought ;) -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #32 from Tobias Lippert --- Hello Harry, I have explicitly included only a few selected character formats. There might be users who would rather not have the highlights in the table of contents. Unfortunately, I do not know who decides which formats should be applied in the table. If you find out, and get a positive feedback, I can help to add the functionality. :-) Tobias -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Cor Nouws changed: What|Removed |Added See Also||https://bugs.freedesktop.or ||g/show_bug.cgi?id=84700 -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #31 from Harry Chapman --- I'm not sure if the fix has already included this, but I would really love if the TOC could transfer *highlighting* from headings to the index. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Owen Genat changed: What|Removed |Added See Also||https://bugs.freedesktop.or ||g/show_bug.cgi?id=77050 -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #30 from Tobias Lippert --- @Stephan van den Akker > no bold, underline, font changes, font colours correct > and Unicode Line Breaks, right? I have not changed the logic for handling whitespaces. The source code has a check for '\n' in it. (ToxWhitespaceStripper.cxx:25) I have verified that linebreaks with shift+enter do not appear in the Table of Contents. However, if there is a method which operates on sal_Unicode and detects whitespaces, it should be used here instead. However, I could not find one. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #29 from Owen Genat --- (In reply to comment #28) > Confirmed fixed for subscript, superscript and italics. Confirmed for these forms of direct formatting for Table of Contents entries only. These forms are not yet supported: - Character styles using these characteristics (e.g., the pre-defined Emphasis style or custom styles using super/subscript) in ToC entries. - Illustration Index or Table Index entries (using direct formatting or a character style). - Footnote anchors (small superscripted identifier) in Table of Contents, Illustration Index, or Table Index entries. - Cross-references to any Heading, Caption, Bookmark, or Reference mark that include these forms of direct formatting or character style. > "selected character attributes" means no bold, underline, font changes, font > colours and Unicode Line Breaks, right? This may be a reference to not only a limited sub-set of characteristics, but also those applied only via direct formatting. > This will probably not satisfy Owen Genat (see comment 15) :^) That comment was mainly to point out the intricacies involved (as I saw them), particularly in relation to line breaking situations (which are likely out of scope). Italic+superscript+subscript is a good start, but I do feel it would be good if the points listed above as unsupported were included. Both the Apache issue and this bug cite other forms of index. Character styles / cross-references would seem an unfortunate omission. We do now however have a workaround. > Nice work, Tobias! I vote for VERIFIED FIXED. Well done from me also, although I am more hesitant on calling it fixed. Tested under Crunchbang 11 x86_64 running v4.4.0.0.alpha0+ Build ID: 3fdd4f069d5436cf39708004af7fda8175fbc4c2 -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #28 from Stephan van den Akker --- Confirmed fixed for subscript, superscript and italics. "selected character attributes" means no bold, underline, font changes, font colours and Unicode Line Breaks, right? This will probably not satisfy Owen Genat (see comment 15), but it will do for my use cases (engineering / science). Nice work, Tobias! I vote for VERIFIED FIXED. Tested on OpenSuSE 12.3 (64-bit) LOdev version: 4.4.0.0.alpha0+ Build ID: 8b499cea76577b4221fccb17703aa9e86b625e90 -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack|EasyHack |DifficultyInteresting |DifficultyInteresting |SkillCpp|SkillCpp target:4.4.0 --- Comment #27 from Commit Notification --- Tobias Lippert committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9088a4c2d18f59c22fceb81829441b704603415d fdo#30732 Retain selected character attributes for table of contents The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #26 from eneko.in...@gmail.com --- (In reply to comment #23) > I am not 100% clear on which formats should be retained. I am currently > retaining super and sub-script, because this is the most important thing for > anyone working in sciences and a major problem for anyone in this field > trying to write a text with libre office. > > If more complex logic is required, I would suggest to track this in a > separate bug. Yes, as Daniel suggests, italics are important too if your headings contain words in foreign languages and latin phrases (e.g. "Indonesia's policy of /Konfrontasi/"), document titles (e.g. "Sports in /Pravda/ (1960-1965)"), or you just need some kind of emphasis (e.g. "On why we /need/ italics"). And in lists of tables, illustrations, etc., this is surely much more common. I'm sure that must be the case also in the sciences. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Tobias Lippert changed: What|Removed |Added CC||r...@cam.ac.uk --- Comment #25 from Tobias Lippert --- *** Bug 4 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #24 from Daniel Trebbien --- (In reply to comment #23) > I am not 100% clear on which formats should be retained. I am currently > retaining super and sub-script, because this is the most important thing for > anyone working in sciences and a major problem for anyone in this field > trying to write a text with libre office. > > If more complex logic is required, I would suggest to track this in a > separate bug. Please also retain italics. This is useful when preparing a TOC of legal precedents cited by a brief, where names of cases should be italicized. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Tobias Lippert changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #23 from Tobias Lippert --- I am not 100% clear on which formats should be retained. I am currently retaining super and sub-script, because this is the most important thing for anyone working in sciences and a major problem for anyone in this field trying to write a text with libre office. If more complex logic is required, I would suggest to track this in a separate bug. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Tobias Lippert changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |d...@fastmail.fm |desktop.org | -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Regina Henschel changed: What|Removed |Added CC||arendhoogev...@gmail.com --- Comment #22 from Regina Henschel --- *** Bug 75021 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Cédric Bosdonnat changed: What|Removed |Added CC|cedric.bosdonnat.ooo@free.f | |r | --- Comment #21 from Cédric Bosdonnat --- Restricted my LibreOffice hacking area -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 --- Comment #20 from Bob Harvey --- (In reply to comment #18) > I think the point is just to keep superscript, subscript, underline, italic > and bold character formatting. Or am I missing the point? I think that's nearly true, but I would generalise to keep /all/ immediate formatting applied over and above the original text's intrinisc style. so perhaps the casting of a single character into a different font for some reason might be included too, or perhaps the modification of text colour for some bizzare reason. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Björn Michaelsen changed: What|Removed |Added CC||libreoffice@lists.freedeskt ||op.org --- Comment #19 from Björn Michaelsen --- adding LibreOffice developer list as CC to unresolved EasyHacks for better visibility. see e.g. http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for details -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice