[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2011-01-12 Thread beej71
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from bee...@openoffice.org Wed Jan 12 23:50:33 
+ 2011 ---
This is the sole issue that keeps me from switching to OO as my primary 
documentation editor.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2011-01-06 Thread siersciuch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from siersci...@openoffice.org Fri Jan  7 00:57:03 
+ 2011 ---
I was forced to find some WORKAROUND of this really painful issue:
I insert different zero-width unicode marks before the text with special
formatting (subscript, superscript, italic) and another (in reversed order)
after the text, for example (unicode characters put in square brackets):

LsubC, peak/sub will be:

L[\u206E][\u206D]C, peak[\u206D][\u206E]

Put this text anywhere in the header and then create index. After updating index
of course formatting will be lost, but you simply do this:
1) open Find-Replace dialog (^F)
2) into Find put this:
\x206E\x206D.?\x206D\x206E
3) into Replace put this:
$0
4) press More options and check Regular Expressions
5) goto Format and pick some properties (for example subscript; I also use
some background color to make all hot points before my markers visible)
==subscript and other format properties will appear under replace input 
line.
6) press Replace All
7) Voila!

As you see, you can use many combinations of invisible zerowidth UTF chars for
different styles, you can also play with .? part of RegEx.

The list of zero width and invisible chars can be seen here:
MenuInsertSpecial Character. These are for default Arial Font: (U+) 200E,
200F, 202A..E, 206A..F. You can copy-paste them, so after highiliting it (select
and set some background color) you can use it quite easily.

These chars are used by UTF to perform advanced formatting od the text.
Especially pair of 206E-206D ... 206D-206E shouldn't make any problems unless
you use arabic typeset.

Hope this will help somebody.
r,
sierściuch

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2011-01-06 Thread siersciuch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from siersci...@openoffice.org Fri Jan  7 00:57:03 
+ 2011 ---
I was forced to find some WORKAROUND of this really painful issue:
I insert different zero-width unicode marks before the text with special
formatting (subscript, superscript, italic) and another (in reversed order)
after the text, for example (unicode characters put in square brackets):

LsubC, peak/sub will be:

L[\u206E][\u206D]C, peak[\u206D][\u206E]

Put this text anywhere in the header and then create index. After updating index
of course formatting will be lost, but you simply do this:
1) open Find-Replace dialog (^F)
2) into Find put this:
\x206E\x206D.?\x206D\x206E
3) into Replace put this:
$0
4) press More options and check Regular Expressions
5) goto Format and pick some properties (for example subscript; I also use
some background color to make all hot points before my markers visible)
==subscript and other format properties will appear under replace input 
line.
6) press Replace All
7) Voila!

As you see, you can use many combinations of invisible zerowidth UTF chars for
different styles, you can also play with .? part of RegEx.

The list of zero width and invisible chars can be seen here:
MenuInsertSpecial Character. These are for default Arial Font: (U+) 200E,
200F, 202A..E, 206A..F. You can copy-paste them, so after highiliting it (select
and set some background color) you can use it quite easily.

These chars are used by UTF to perform advanced formatting od the text.
Especially pair of 206E-206D ... 206D-206E shouldn't make any problems unless
you use arabic typeset.

Hope this will help somebody.
r,
sierściuch

--- Additional comments from siersci...@openoffice.org Fri Jan  7 01:02:44 
+ 2011 ---
I was forced to find some WORKAROUND of this really painful issue:
I insert different zero-width unicode marks before the text with special
formatting (subscript, superscript, italic) and another (in reversed order)
after the text, for example (unicode characters put in square brackets):

LsubC, peak/sub will be:

L[\u206E][\u206D]C, peak[\u206D][\u206E]

Put this text anywhere in the header and then create index. After updating index
of course formatting will be lost, but you simply do this:
1) open Find-Replace dialog (^F)
2) into Find put this:
\x206E\x206D.?\x206D\x206E
3) into Replace put this:
$0
4) press More options and check Regular Expressions
5) goto Format and pick some properties (for example subscript; I also use
some background color to make all hot points before my markers visible)
==subscript and other format properties will appear under replace input 
line.
6) press Replace All
7) Voila!

As you see, you can use many combinations of invisible zerowidth UTF chars for
different styles, you can also play with .? part of RegEx.

The list of zero width and invisible chars can be seen here:
MenuInsertSpecial Character. These are for default Arial Font: (U+) 200E,
200F, 202A..E, 206A..F. You can copy-paste them, so after highiliting it (select
and set some background color) you can use it quite easily.

These chars are used by UTF to perform advanced formatting od the text.
Especially pair of 206E-206D ... 206D-206E shouldn't make any problems unless
you use arabic typeset.

Hope this will help somebody.
r,
sierściuch

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2011-01-06 Thread siersciuch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from siersci...@openoffice.org Fri Jan  7 01:25:30 
+ 2011 ---
Created an attachment (id=75491)
Some workaround for this issue


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-10-27 Thread xanio
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from xa...@openoffice.org Wed Oct 27 11:52:22 + 
2010 ---
This issue is really painful. I had to create index manually (5 pages long) and
update it by hand everytime my work changed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-10-27 Thread xanio
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from xa...@openoffice.org Wed Oct 27 12:35:13 + 
2010 ---
And please, remove attachment Protonix (text/html): it's a spam.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-10-22 Thread salim2010
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from salim2...@openoffice.org Sat Oct 23 05:13:06 
+ 2010 ---
Created an attachment (id=72304)
Protonix


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-08-21 Thread m_z
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from m...@openoffice.org Sat Aug 21 13:18:54 + 
2010 ---
I’m voting for this issue as well.
In sciences, formating is very important!
This issue (ToC) and the issue 106199 (Alphabetical index entry), 
should be solved together.
Consider also the issue 90841 (problem 2).
There are contexts in which control of the formatting is essential!


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-07-15 Thread simon_w
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User simon_w changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,gromer|eligeo,eberlein,ggs,gromer
|,leguff,mhzuchini,olaf_ste|,leguff,mhzuchini,olaf_ste
|tzer,syzygy'  |tzer,simon_w,syzygy'





--- Additional comments from simo...@openoffice.org Thu Jul 15 14:35:23 
+ 2010 ---
wow - visiting this page for the first time hoping for a resolution is a bit 
disheartening!

The specific case which drove me here concerns the Chapter name field, which 
I 
was hoping to use in a page header for a book I'm trying to typeset.  To 
explicitly concur with my fellow commenters on this issue, this functionality 
is 
effectively useless as long as this issue remains outstanding.

I would have thought that respecting super- and sub-script notation was a no-
brainer here, so to speak, and that italics should be straightforward enough -- 
they should simply be inverted in the case that the styling of the target is 
already italicized.  These typographic styles carry semantic force -- without 
them, it simply doesn't mean the same thing -- so I agree with those who hold 
that this is a bug, not a feature-request.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-06-29 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from reg...@openoffice.org Tue Jun 29 22:03:43 
+ 2010 ---
*** Issue 112801 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-06-10 Thread syzygy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User syzygy changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,gromer|eligeo,eberlein,ggs,gromer
|,leguff,mhzuchini,olaf_ste|,leguff,mhzuchini,olaf_ste
|tzer' |tzer,syzygy'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-04-27 Thread cactuscomputing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from cactuscomput...@openoffice.org Tue Apr 27 
15:41:22 + 2010 ---
It's impacting our customers, and all we can say is use MS word when you want to
print a document in the content store. As jannollo says this was originally
opened in April 2004.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-04-26 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from e...@openoffice.org Mon Apr 26 13:29:33 + 
2010 ---
*** Issue 55 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-03-22 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User mba changed the following:

What|Old value |New value

Target milestone|OOo Later |OOo 3.x





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2010-03-09 Thread jannollo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from janno...@openoffice.org Tue Mar  9 13:48:15 
+ 2010 ---
Wow, I'm really amazed. This issue has been raised almost six years ago and not
only hasn't it been solved - it has not even been addressed. I couldn't see any
objections to it or problems with it, it just seems to be ignored by those that
have the knowledge to solve the problem. I, like many others, use openoffice for
scientific works and having to set the formatting in the TOC manually can really
be quite irritating.

Maybe at least somebody who knows could tell what needs to be done to get some
attention?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-05-15 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from e...@openoffice.org Fri May 15 22:18:39 + 
2009 ---
*** Issue 101975 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-05-13 Thread mhzuchini
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from mhzuch...@openoffice.org Wed May 13 12:54:50 
+ 2009 ---
I'm wondering: how many votes should we cast for this issue to have at least a
target milestone? Perhaps 34 votes (at the time I'm writing) do not show how
huge this problem affect all OO users.
I'm a brazilian professor and I'm try to show the advantages of using OO when
students do their final dissertation.
But, since the bug exists, only 4 students from a total of about 200 of them
became convinced to use OO...
I think, unfortunately, that we are running out of reasons to show advantages of
using OO.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-05-13 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from corno...@openoffice.org Wed May 13 13:16:04 
+ 2009 ---
Hi mhzuchini,
This problem at least does not affect one user - me - and maybe there are more 
;-)

But I agree with you that it would be a welcome enhancement, and necessary for
certain (groups of) users. So I hope your argument will contribute to a faster
implementation.
If only ...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-05-13 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User mba changed the following:

What|Old value |New value

 Assigned to|requirements  |mba





--- Additional comments from m...@openoffice.org Wed May 13 13:33:09 + 
2009 ---
Thanks to Cor for bringing this to my attention. Indeed the number of duplicates
alone indicates that this issue deserves a better target. For the time being I
change it to 3.x. That doesn't exclude 3.2.

To avoid further ignorance I snatch it away from the big dark oblivion called
requirements. ;-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-04-01 Thread olaf_stetzer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User olaf_stetzer changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,gromer|eligeo,eberlein,ggs,gromer
|,leguff,mhzuchini,timi_ope|,leguff,mhzuchini,olaf_ste
|noffice'  |tzer,timi_openoffice'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-04-01 Thread olaf_stetzer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from olaf_stet...@openoffice.org Wed Apr  1 
09:13:43 + 2009 ---
I am disappointed too when I realized how old this bug is and how many
duplicates where submitted already (the last one by me). Is there an official
statement on when this will be taken care of? 
I have the feeling that this is a more general issue. What kind of formatting
should be untouched when aplying a new paragraph style?
E.g. When I have a nromal text containing sub-/superscripts and I want to apply
a new style I want the sub-/superscripts to maintain unmodified. This is the
case when no hidden other formatting is applied to a paragraph yet.
One example:
When I write a paragraph I can apply a new formatting style and it really works
and sub/superscripts are maintained. On the other hand when I copy/paste a
parapgraph from another document, where the font is different, I may only apply
the formatting I want by first delete all formatting attributes from that
paragraph. Some things like sub/superscripts however should remain - but they
don't. It would be just suffiecient if applying paragraph styles can be entirely
separated from charachter attributes like sub-/superscript underline bold 
italic.  

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-04-01 Thread burninleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from burnin...@openoffice.org Wed Apr  1 09:52:12 
+ 2009 ---
Hi! I gues you are completely right. OpenOffice Calc provides a function to 
exacly slect which attribute to insert (formulas, values, strings, ...) - I 
guess something similar would be useful in the Writer.

Back to the TOC issue, I think that bolds and underlines may be a bit more 
difficult as there is a paradigm that structural formats shall be distinguished 
from visual formats (like b vs. strong). Sub-/Superscript on the other side 
is no format (in the logical sense) but it changes the very meaning of the 
text: m2 is not the same like m². However, while bold only is a visual 
description for many users, it may be a meaning-changing convention in natural 
sciences (e.g. in a chemical formula).

Maybe it would be enough to preserve hard formats in the TOC and only remove 
character formats applied by style. If someone then gets bold entries in the 
TOC due to manual format - not perfect usability, but this user will learn...

However, I guess this will not solve the problem on inserting passages and 
should be handled separately. The clipboard will usually not tell if Times 
12pt, bold is just the style used for the source document or if it is a hard 
format. Or even worse: If it is a hard format used throughout the whole file. 
However preserving sub-/superscript when inserting without formats would be 
helpful. But this seems to be another issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-04-01 Thread urwald
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User urwald changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,gromer|eligeo,eberlein,ggs,gromer
|,leguff,mhzuchini,olaf_ste|,leguff,mhzuchini,olaf_ste
|tzer,timi_openoffice' |tzer'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-04-01 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from e...@openoffice.org Wed Apr  1 16:25:55 + 
2009 ---
*** Issue 100758 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-03-30 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from e...@openoffice.org Mon Mar 30 10:44:08 + 
2009 ---
*** Issue 100672 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2009-01-01 Thread mhzuchini
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from mhzuch...@openoffice.org Fri Jan  2 02:39:20 
+ 2009 ---
I'm disappointed... OO 3.0 and this bug still remains... and this bug poses
strong limitations to scientific writing... Best regards and let's look forward
on 2009!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-12-05 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 15:52:02 + 
2008 ---
*** Issue 96956 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-10-08 Thread ftack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Wed Oct  8 14:08:45 + 
2008 ---
I concur with the somewhat harsh comments given. This is an issue that cripples
automation features in OOo and it should not have been around for four years. It
is a feature that worked already in the first MS Word version for Windows almost
20 years ago.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-09-29 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Mon Sep 29 09:23:30 + 
2008 ---
*** Issue 94408 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-06-27 Thread gromer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Fri Jun 27 20:58:49 + 
2008 ---
It seems that simple, basic functionalities which are relevant for the
scientific and/or advanced user are constantly being ignored. Note that this
issue dates back until 2004 (OOo 1.1.1) and is still an issue in 2.4.1.
The same happens to this issue
(http://qa.openoffice.org/issues/show_bug.cgi?id=48179) in impress.

I wished people would realize that a large number of people will get into
contact with OOo at universities during their thesis etc. Now guess what they
will think about it compared to the competitor product?

Don't add new fancy stuff to OOo but fix the real issues first.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-06-27 Thread gromer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User gromer changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,leguff|eligeo,eberlein,ggs,gromer
|,mhzuchini,timi_openoffice|,leguff,mhzuchini,timi_ope
|' |noffice'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-06-27 Thread gromer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Fri Jun 27 23:20:48 + 
2008 ---
As a temporary workaround I would like to hint to this apparently useful Macro:
http://www.oooforum.org/forum/viewtopic.phtml?t=21559highlight=toc
I haven't tested it thoroughly, yet, but it proofs that a solution is fairly
easy possible. Please implement!


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-04-22 Thread deligeo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Tue Apr 22 16:57:22 + 
2008 ---
i took a look at the roadmap for future releases.
No mention of this *bug* whatsoever.
I share the view of the previous poster, and after 4 years of this
issue creeping around I am wondering what does it take to get this fixed?

At the very least dignify our questions with an answer!
This is really frustrating...
Similar situation for bug 11174... come on people give us a break!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-04-17 Thread mhzuchini
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Thu Apr 17 17:00:53 + 
2008 ---
I understand human resources is a must. 
When I posted, on a OO forum in 2004, that I was having problems with TOC
formatting, 'ftack' immediately reported it as a bug.
But, unfortunately, it's been moved to an enhancement.

Again, I understood the lack of human resources and I'm not complaining.

I just disagree with this label.
It's a bug and, IMHO, should be treated as a bug.

Marcio.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2008-03-17 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Mon Mar 17 11:42:51 + 
2008 ---
*** Issue 87074 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-12-23 Thread mhzuchini
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User mhzuchini changed the following:

What|Old value |New value

  CC|'bernd_schoeler,cornouws,d|'bernd_schoeler,cornouws,d
|eligeo,eberlein,ggs,leguff|eligeo,eberlein,ggs,leguff
|,timi_openoffice' |,mhzuchini,timi_openoffice
|  |'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-12-21 Thread deligeo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Fri Dec 21 13:42:20 + 
2007 ---
 It is my understanding that to get this fixed, there are dependencies that need
to be satisfied. In other words other stuff need to be fixed in the way OO works
internally prior to this issue being corrected.
  Could we at the very least identify those dependencies here? And have a
progress report on them? Maybe a milestone ( even in the distant future?)
  It is really frustrating to have seemingly no progress evident in such a fully
qualified BUG.
  Anybody from within the OO herd??

Happy new Year to all

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-12-20 Thread bernd_schoeler
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User bernd_schoeler changed the following:

What|Old value |New value

  CC|'cornouws,deligeo,eberlein|'bernd_schoeler,cornouws,d
|,ggs,leguff,timi_openoffic|eligeo,eberlein,ggs,leguff
|e'|,timi_openoffice'





--- Additional comments from [EMAIL PROTECTED] Fri Dec 21 00:36:29 + 
2007 ---
I’m voting for this issue as well. This really is an important missing 
function. Especially when you have page heads with automatically inserted 
chapter names where editing the inserted text is impossible. Inserting those 
chapter names manually is hardly a feasible workaround.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-12-19 Thread burninleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Wed Dec 19 13:01:34 + 
2007 ---
I am disturbed that this malfunction is known since 2004 and has not been fixed 
yet! I am usually not concerend by this issue, working on sociological sciences 
- but I had to deal with a chemical text recently and could not beliefe that we 
had to manually format the content table to show the correct titles there.

I especially vote for a option that allows to turn use hard formats from the 
headings on and off.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-11-22 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User cornouws changed the following:

What|Old value |New value

  CC|'deligeo,eberlein,ggs,legu|'cornouws,deligeo,eberlein
|ff,timi_openoffice'   |,ggs,leguff,timi_openoffic
|  |e'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-08-24 Thread deligeo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User deligeo changed the following:

What|Old value |New value

  CC|'eberlein,ggs,leguff,timi_|'deligeo,eberlein,ggs,legu
|openoffice'   |ff,timi_openoffice'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-08-24 Thread deligeo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Fri Aug 24 15:48:54 + 
2007 ---
I am voting for this issue based on the ground that it IS a show-stopper for
usage of OO in the scientific community.
I understand that resources are limited and OO is a huge program by now but it
is my humble opinion that defect like behaviors should be addressed ASAP.
Don't get me wrong I recon OO to be an exceptional program overall.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-07-25 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User eberlein changed the following:

What|Old value |New value

  CC|'ggs,leguff,timi_openoffic|'eberlein,ggs,leguff,timi_
|e'|openoffice'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2007-04-04 Thread ggs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User ggs changed the following:

What|Old value |New value

  CC|'leguff,timi_openoffice'  |'ggs,leguff,timi_openoffic
|  |e'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2006-09-22 Thread leguff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377


User leguff changed the following:

What|Old value |New value

  CC|'timi_openoffice' |'leguff,timi_openoffice'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 27377] Character formatting not r etained in entries of TOC, table lists, etc.

2006-09-06 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27377





--- Additional comments from [EMAIL PROTECTED] Wed Sep  6 06:40:01 -0700 
2006 ---
*** Issue 69333 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]