[graphics-issues] [課題 68305] Possibility to compress images inside Presentation document

2007-06-02 Thread aanezaki
http://www.openoffice.org/issues/show_bug.cgi?id=68305



ユーザ aanezaki は、次を変更しました:

  内容|古い値 |新しい値

 ステータス|未確認 |新規

投票確認済み課題|  |1





--- コメントの追加元 [EMAIL PROTECTED] 2007/06/02 06:31:10 + ---
*** 課題 68305 は投票で確認されました。 ***

-
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]



[framework-issues] [Issue 55037] python : sys.prefix contai ns incorrect path

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 06:50:09 + 
2007 ---
Hdere is a correction proposal. It works on the MS-Windows version, maybe it 
can work 
on other OS.

Module uno.py
Insert before the line:
# don't use any functions beyond this point, private section, likely to change
This means line 254 on the version used for OOo 2.2.0

Insert code :
sys.prefix = fileUrlToSystemPath(sys.prefix)

Close entirely OpenOffice. Reopen it with a blank Writer document and run 
demoSysPath.py to verify.


-
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]



[framework-issues] [Issue 54695] python : sys.path contains incorrect and useless paths

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 07:01:03 + 
2007 ---
yes, it is a bug, but the only negative side effect is from my point of view a
slower pythonpath lookup.
Sub-directory lib-tk is not correctly described in sys.path.

Here is a correction proposal. It works on the MS-Windows version, maybe it can 
work 
on other OS. This correction uses and contains the proposed correction for 
Issue 55037

Module uno.py
Insert before the line:
# don't use any functions beyond this point, private section, likely to change
This means line 254 on the version used for OOo 2.2.0

Insert code :
sys.prefix = fileUrlToSystemPath(sys.prefix)
import os
sys.path = os.getenv(PYTHONPATH).split(;) +[sys.prefix+\\lib\\lib-tk]

Close entirely OpenOffice. Reopen it with a blank Writer document and run 
demoSysPath.py to verify.

-
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]



[sc-issues] [Issue 77934] Calc can't open attached x ls file

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 07:02:23 + 
2007 ---
OOo 2.2.1 RC2 can open this file. But! Double clicking on cells B1-B9 on sheet
OV get OOo eating all free memory (1Gb + 1,5Gb swap) and then program stops
responding. WinXP Home.

-
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 78036] Letter Wizard

2007-06-02 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78036
 Issue #|78036
 Summary|Letter Wizard
   Component|Word processor
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 07:33:33 + 
2007 ---
Hello
The letter Wizard don't create the enveloppe with the letter.

-
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 78037] references in query/replac e regular expressions not working

2007-06-02 Thread michi204
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78037
 Issue #|78037
 Summary|references in query/replace regular expressions not wo
|rking
   Component|Word processor
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|michi204





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 08:01:33 + 
2007 ---
hello!

os: windows xp sp2
oo version: 2.2.0, english, fresh install yesterday

steps to reproduce the problem:

- create a new text document.
- write the text T01: R12345 T12345: How are you? without the quotes.
- click edit/find and replace.
- enter (T01:).*:(.*) in search for and \1-\2 in the replace with textbox,
click find after turning regular expressions turned on and with all other
checkboxes turned off.
- the string is found and selected, but when I click replace, it is replaced by
the actual string \1-\2 instead of T01: How are you? as I expected.
- the same issue occurs when trying replace all

the same procedure did work in my 2.2 linux version at home if I remember 
correctly.

regards,

michael jaros

-
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]



[sc-issues] [Issue 78038] iterations don't work logi cally

2007-06-02 Thread fred67
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78038
 Issue #|78038
 Summary|iterations don't work logically
   Component|Spreadsheet
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|fred67





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 08:07:40 + 
2007 ---
Iterations doesn't work

If the cell A1 contains 1 and if the cells A2 contains =A1+A2 then everytime you
press Ctrl + Shift + F9 then it adds 2 to the cell A2 instead of 1.
(In the option menu, the box iteration is, of course, checked)

In Excel it works as expected : it adds 1.

Thanks

-
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]



[sc-issues] [Issue 78038] iterations don't work logi cally

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 08:09:55 + 
2007 ---
Created an attachment (id=45600)
File with the iteration bug


-
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]



[graphics-issues] [Issue 78025] Object border for OLE Char t partly gone

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


User pagalmes changed the following:

What|Old value |New value

  CC|''|'pagalmes'

 Version|680m124   |680m212





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 08:49:49 + 
2007 ---
for the version: it should be m214, I suppose, but that milestone does not
exists yet... That's why I set m212 which is the nearest milestone.

-
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]



[graphics-issues] [Issue 78039] Import of a powerpoint (PP T) presentation ignores master slide settings

2007-06-02 Thread klute
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78039
 Issue #|78039
 Summary|Import of a powerpoint (PPT) presentation ignores mast
|er slide settings
   Component|Presentation
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|cgu
 Reported by|klute





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 09:06:34 + 
2007 ---
When importing a powerpoint (PPT) presentation into an OpenDocument
presentation, the master slide settings of the powerpoint presentation are
ignored. The two simple and sample presentations pure.odp and pure.ppt
attached to this bug report show the buggy behaviour. They can also be used to
easily experience the circumvention described below.

The OpenDocument presentation pure.odp is based on a master slide with a grey
background.

The Powerpoint presentation pure.ppt is based on a master slide with a white
background and a golden rectangle at the left side. Opening it in OOo seems to
give the expected result.

To reproduce the error, proceed as follows:
1. Open pure.odp in OOo.
2. Import pure.ppt into pure.odp.
3. Observe the following problems in pure.odp:
3.1 The background color of the inserted slides is grey instead of white.
3.2 The golden rectangle is missing.
3.3 The font settings are different.

The reason for this behaviour is obviously that the resulting presentation does
not contain the master slide of the imported presentation.

The reason for this in turn seems to be a master slide name clash. The standard
master slide in OOo is called Standard, and the standard master slide's name
in a powerpoint presentation is either also Standard or OOo falsely takes it
to be Standard. I guess the latter is the case because I can rename the master
slide in powerpoint, but it is always imported as Standard.

Okay, these findings give us two options to circumvent the problem:

1. Before importing a powerpoint presentation, rename the Standard master
slide in the ODF presentation to something else. This improves the import
considerably. However, not all powerpoint master slide settings are imported
correctly.

2. Open the powerpoint presentation, rename the Standard master slide to
something else, save the presentation as an OpenDocument file, and then import
that file into the target presentation. This works fine.

The following bugs should still be fixed:
- When importing a powerpoint file, read the master slide name correctly (in
case it isn't).
- When importing a powerpoint file, detect any master slide name clashes and
take appropriate actions, i.e. automatically rename the imported master slides.
- Correct those master slide settings that are not imported properly.

-
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]



[graphics-issues] [Issue 78039] Import of a powerpoint (PP T) presentation ignores master slide settings

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 09:08:23 + 
2007 ---
Created an attachment (id=45601)
Sample powerpoint presentation


-
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]



[graphics-issues] [Issue 78039] Import of a powerpoint (PP T) presentation ignores master slide settings

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 09:09:28 + 
2007 ---
Created an attachment (id=45602)
Sample OpenDocument presentation


-
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]



[graphics-issues] [Issue 78039] Import of a powerpoint (PP T) presentation ignores master slide settings

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 09:10:44 + 
2007 ---
Created an attachment (id=45603)
Oops, this one is really the sample OpenDocument presentation - sorry.


-
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]



[tools-issues] [Issue 77854] Parallel build fails in st oc

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:19:12 + 
2007 ---
could you try if this is related to the used dmake version (4.6 vs. 4.7)?

-
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]



[graphics-issues] [Issue 78040] Object imported from power point becomes invisible

2007-06-02 Thread klute
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78040
 Issue #|78040
 Summary|Object imported from powerpoint becomes invisible
   Component|Presentation
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|cgu
 Reported by|klute





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:32:42 + 
2007 ---
The attached powerpoint presentation contains a single slide with some kind of
graphics object. In OOo, it opens fine. However, if you save the presentation to
an ODF document, close the file and reopen it, the object is invisible. It is
still there, but invisible.

You can watch the same effect when copying the graphics to Draw document, save
it, close it, and reopen it: The graphics is invisible.

-
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]



[graphics-issues] [Issue 78040] Object imported from power point becomes invisible

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:33:41 + 
2007 ---
Created an attachment (id=45604)
Powerpoint presentation with a graphics that becomes invisible


-
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]



[graphics-issues] [Issue 78041] Language selector while Em pty presentation creating

2007-06-02 Thread kami_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78041
 Issue #|78041
 Summary|Language selector while Empty presentation creating
   Component|Presentation
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|open-import
 Assigned to|cgu
 Reported by|kami_





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:48:48 + 
2007 ---
What about to adding easy first time language selector during empty presentation
creation. In the wizard's first page we can select the type of created
presentation. If we select Empty presentation we should get a drop-down box
where we can select the language of created presentation. The default value
should be that what we set in the Options - Language - Default languages of
documents.

-
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 77322] Copy Paste from website crashes OOo Writer 2.2

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:52:43 + 
2007 ---
This issues doesn't affect OOo2.2 680m14(Build:9134) on Solaris x86

-
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]



[framework-issues] [Issue 78042] Display of Unicode charact ers in Title Bar

2007-06-02 Thread pereriksson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78042
 Issue #|78042
 Summary|Display of Unicode characters in Title Bar
   Component|framework
 Version|OOo 2.2.1 RC1
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|ui
 Assigned to|tm
 Reported by|pereriksson





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:54:09 + 
2007 ---
When saving documents containing Unicode characters, these are not read as
Unicode. The characters in the attachment are the three extending Swedish
characters.

-
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]



[framework-issues] [Issue 78042] Display of Unicode charact ers in Title Bar

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 10:54:45 + 
2007 ---
Created an attachment (id=45605)
Adding screenshot from Writer app


-
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]



[graphics-issues] [Issue 78029] +glue +triangleDraw - glue points are incorrect for right triangle?

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 11:30:27 + 
2007 ---
Can confirm it on OOo 2.2 W2k SP4.

Indeed, gluepoints are drawn incorrectly. (see previously attached picture)

As a side note, searching for help on 'gluepoint' or 'gluepoints' in the OOo
Draw help, does NOT retrieve any results. searching for 'glue point' retrieves
an entry 'Gluepoints bar'. (Is this a windows issue?)

Although the help does not state clearly how gluepoints are set, the way it is
done is surely wrong.

-
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 78027] Ability to view track-chan ges items in margin

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


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





-
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 76725] Copy equation from Word, p ast as RTF in OOo - saved ODT file is corrupt ed

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 11:56:53 + 
2007 ---
Can repro with 2.2 and 2.3m211. Reopening.

-
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 78017] editengine: script type of range should include all scripts in the selec tion

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


User mba changed the following:

What|Old value |New value

   Component|Drawing   |Word processor

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:18:27 + 
2007 ---
As EditEngine nowadays is maintained by the Writer team and it also doesn't look
alien I change the component to Word Processor. It helps me tracking our
patch issues.

-
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]



[graphics-issues] [Issue 78017] editengine: script type of range should include all scripts in the selec tion

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


User mba changed the following:

What|Old value |New value

   Component|Drawing   |Word processor

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:18:27 + 
2007 ---
As EditEngine nowadays is maintained by the Writer team and it also doesn't look
alien I change the component to Word Processor. It helps me tracking our
patch issues.

-
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 76725] Copy equation from Word, p ast as RTF in OOo - saved ODT file is corrupt ed

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


User kpalagin changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 11:58:36 + 
2007 ---
Confirming with 2.2 and 2.3m211 on WinXP.

-
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]



[sc-issues] [Issue 76729] Not consistente autofilter behaviour

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:21:17 + 
2007 ---
Reproducible using OO2.2 on WinXP - as described.

-
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]



[sc-issues] [Issue 59745] Cell notes do not move whe n cells are sorted in Calc

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:34:49 + 
2007 ---
*** Issue 76735 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]



[sc-issues] [Issue 76735] Note placement after sorti ng

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:34:52 + 
2007 ---
Dup of http://qa.openoffice.org/issues/show_bug.cgi?id=59745. Resolving as 
such.
Please vote for 59745.

*** This issue has been marked as a duplicate of 59745 ***

-
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]



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:08:37 + 
2007 ---
ericb-hdu

First thanks for your work !
Second : I think create a new patch for boost is simple, and won't bother other 
ports/archs.

Of course, we will follow what you suggest.


-
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]



[sc-issues] [Issue 76735] Note placement after sorti ng

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


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:35:52 + 
2007 ---
and closing.

-
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 78043] WaE build breaks - linguis tic/source/lngopt.cxx bNew may be used uninit ialized in this function

2007-06-02 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78043
 Issue #|78043
 Summary|WaE build breaks - linguistic/source/lngopt.cxx bNew 
|may be used uninitialized in this function
   Component|Word processor
 Version|680m212
Platform|All
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|mru
 Reported by|cloph





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:54:38 + 
2007 ---
cc tl and sba as the creator and qa of the cws that introduced the breaker 
(tl32)

building m214 (and the cws) with warnings=errors and with gcc 4.0.1 breaks with:

cc1plus: warnings being treated as errors
/Users/buildslave/compile/shadow/linguistic/source/lngopt.cxx: In member
function ´BOOL LinguOptions::SetValue(com::sun::star::uno::Any, const
com::sun::star::uno::Any, INT32)´:
/Users/buildslave/compile/shadow/linguistic/source/lngopt.cxx:192: warning:
´bNew´ may be used uninitialized in this function 
/Users/buildslave/compile/shadow/linguistic/source/lngopt.cxx:203: warning:
´nNew´ may be used uninitialized in this function 
{standard input}:5318:non-relocatable subtraction expression,
__Z25LinguProps_CreateInstanceRKN3com3sun4star3uno9ReferenceINS1_4lang20XMultiServiceFactoryEEE
minus L047$pb
{standard input}:5318:symbol:
__Z25LinguProps_CreateInstanceRKN3com3sun4star3uno9ReferenceINS1_4lang20XMultiServiceFactoryEEE
can´t be undefined in a subtraction expression
{standard input}:5314:non-relocatable subtraction expression,
__Z25LinguProps_CreateInstanceRKN3com3sun4star3uno9ReferenceINS1_4lang20XMultiServiceFactoryEEE
minus L047$pb
{standard input}:5314:symbol:
__Z25LinguProps_CreateInstanceRKN3com3sun4star3uno9ReferenceINS1_4lang20XMultiServiceFactoryEEE
can´t be undefined in a subtraction expression
dmake:  Error code 1, while making ´../unxmacxp.pro/slo/lngopt.obj´

see e.g.
http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m214brief-log=1180774760.27186#164878

-
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]



[framework-issues] [Issue 78023] import of some MS-Office d ocuments completely destroys OOo GUI

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:56:47 + 
2007 ---
OK. I was able to reproduce this with the OOo 2.2.0 packages for etch from 
backports.org, too. I tried with and without KDE-Integration, same results.

However, the Windows Version 2.2.0 opened the document and stayed fine.



-
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]



[installation-issues] [Issue 66936] quick starter context menu database item appears also Base hasn't been i nstalled

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 12:57:07 + 
2007 ---
bug is gone since 2.2!

-
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 78044] drop down menu accidential ly activated in merge printing wizard

2007-06-02 Thread sgfan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78044
 Issue #|78044
 Summary|drop down menu accidentially activated in merge printi
|ng wizard
   Component|Word processor
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|sgfan





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:06:01 + 
2007 ---
I connected a document by a field with a database.
Hit the print dialog and the database field drop down menu although File Output
option hasnt been chosen.

See screenshot!

-
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 78044] drop down menu accidential ly activated in merge printing wizard

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:06:42 + 
2007 ---
Created an attachment (id=45606)
broken ui


-
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 78045] Add option to enlange dial og

2007-06-02 Thread sgfan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78045
 Issue #|78045
 Summary|Add option to enlange dialog
   Component|Word processor
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|sgfan





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:09:52 + 
2007 ---
This dialog is simply too small to have a good overview over all data.
I'd like to be able to enlage the database dialog.

-
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 78045] Add option to enlange dial og

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:10:28 + 
2007 ---
Created an attachment (id=45607)
dialog


-
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 78046] MT Extra mapping incorrec t/incomplete

2007-06-02 Thread seanie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78046
 Issue #|78046
 Summary|MT Extra mapping  incorrect/incomplete
   Component|Word processor
 Version|OOo 2.2 RC4
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|seanie





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:40:25 + 
2007 ---
In attached file there are many up-down arrow characters from the MT Extra
font. These are not show correctly; I do not have the MT Extra font installed.

The character is 0x62. In vcl/source/gdi/fontcvt.cxx line 773 I can see that is
is mapped to 0xe25c, which is, if I'm not mistaken, in the unicode private 
range. 

Now it should be mapped to unicode 0x2195. The font is made by Design Science
and their mapping is available here:

http://www.dessci.com/en/support/mathtype/tech/encodings/mtextra.htm

In addition, here is another mapping (incomplete):

http://www.mozilla.org/projects/mathml/fonts/encoding/mtextra.html

Note that the default MT Extra which comes with Windows XP does not include many
of these characters. Only when you install the Math Player will you get the full
set.

-
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 78046] MT Extra mapping incorrec t/incomplete

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:42:19 + 
2007 ---
Created an attachment (id=45608)
Document with many up-down arrows, which are missing


-
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 78046] MT Extra mapping incorrec t/incomplete

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


User seanie changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |45609)
Patch MT Extra mapp
|  |ing based on information f
|  |rom Design Science (UNTEST
|  |ED)






--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:43:25 + 
2007 ---
Created an attachment (id=45609)
Patch MT Extra mapping based on information from Design Science (UNTESTED)


-
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]



[sc-issues] [Issue 15773] Currency symbol left justi fied, while amount right justified in a cell.

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:46:10 + 
2007 ---
I can't understand what is taking so long to fix this.  This is not a hard 
code to write.  I understand that Dell is considering putting OpenOffice on 
their systems.  Now how happy do you think people will be when they realize 
that this feature is unavailable?  Do you really think they will continue to 
use your product.  I happen to love OpenOffice but this particular lack of an 
important feature is really bugging me.  It makes my spreadsheets look sloppy 
and unprofessional.  In turn, it makes me look sloppy and unprofessional.  
What do we have to do to get this done?  Come on people.  Give your customers 
what they want.  

-
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]



[sc-issues] [Issue 78004] zh-CN: translate problem

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


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |kla

   Component|Spreadsheet   |Chart

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:56:55 + 
2007 ---
wrong component changed to Chart

-
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]



[graphics-issues] [Issue 78004] zh-CN: translate problem

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


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |kla

   Component|Spreadsheet   |Chart

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 13:56:55 + 
2007 ---
wrong component changed to Chart

-
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]



[tools-issues] [Issue 78047] Build with Windows SDK fai ls in binfilter/bf_sch/source/ui/unoidl

2007-06-02 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78047
 Issue #|78047
 Summary|Build with Windows SDK fails in binfilter/bf_sch/sourc
|e/ui/unoidl
   Component|tools
 Version|current
Platform|All
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|obo
 Reported by|vq





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:07:43 + 
2007 ---
No idea, see logfile:

Making: ../../../../wntmsci11.pro/slo/sch_ChXChartView.obj
guw.exe /cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/VC/bin/cl.exe @/tmp/mkPv5Lo2
guw.exe /cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/VC/bin/cl.exe -Zm500
-Zc:forScope,wchar_t- -GR -c -nologo -Gs  -I. 
-I../../../../wntmsci11.pro/inc/sch_chxchart -I../inc -I../../../../inc/pch
-I../../../../inc -I../../../../inc/bf_sch/binfilter -I../../../../inc
-I../../../../inc/bf_sch -I../../../../WIN/inc -I../../../../wntmsci11.pro/inc
-I. -I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/external
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc
-I/cygdrive/d/w1/tin_obo12/solenv/wntmsci11/inc
-I/cygdrive/d/w1/tin_obo12/solenv/inc -I/cygdrive/d/w1/tin_obo12/res
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_1/include/win32 -I/cygdrive/c/J2SDK1~1.2_1/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/VC/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include -I/cygdrive/c/PROGRA~1/MICROS~4/include
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/offuh -I.
-I../../../../res -I. -Gy -Ob1 -Oxs -Oy- -Gd  -Zm500 -I. 
-I../../../../wntmsci11.pro/inc/sch_chxchart -I../inc -I../../../../inc/pch
-I../../../../inc -I../../../../inc/bf_sch/binfilter -I../../../../inc
-I../../../../inc/bf_sch -I../../../../WIN/inc -I../../../../wntmsci11.pro/inc
-I. -I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/external
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc
-I/cygdrive/d/w1/tin_obo12/solenv/wntmsci11/inc
-I/cygdrive/d/w1/tin_obo12/solenv/inc -I/cygdrive/d/w1/tin_obo12/res
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_1/include/win32 -I/cygdrive/c/J2SDK1~1.2_1/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/include
-I/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.0/VC/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include -I/cygdrive/c/PROGRA~1/MICROS~4/include
-I/cygdrive/d/w1/tin_obo12/solver/680/wntmsci11.pro/inc/offuh -I.
-I../../../../res -I. -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4251 -wd4275
-wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -wd4626
-wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619
-wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692 -wd4189 -wd4005 
  -DWNT
-DWNT -DNT351 -DMSC -DM1400 -DINTEL -D_X86_=1 -D_CRT_SECURE_NO_DEPRECATE
-D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS -DFULL_DESK
-DSTLPORT_VERSION=400 -DWINVER=0x400 -D_WIN32_IE=0x400 -D_MT -DCPPU_ENV=msci
-DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE
-DCUI -DSOLAR_JAVA -DSRC680=SRC680   -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DLL
-DWIN32 -D_MT -D_DLL  -EHa -DEXCEPTIONS_ON  
-Fo../../../../wntmsci11.pro/slo/sch_ChXChartView.obj
/cygdrive/d/w1/tin_obo12/binfilter/bf_sch/source/ui/unoidl/sch_ChXChartView.cxx

sch_ChXChartView.cxx
..\..\..\..\inc\bf_svx/unotext.hxx(629) : warning C4266: 'void
binfilter::SvxUnoTextRangeBase::setPropertyValue(const SfxItemPropertyMap
*,const com::sun::star::uno::Any ,const binfilter::ESelection ,const
SfxItemSet ,SfxItemSet )
throw(com::sun::star::beans::UnknownPropertyException,com::sun::star::lang::IllegalArgumentException)'
: no override available for virtual member function from base
'binfilter::SvxUnoTextRangeBase'; function is hidden
..\..\..\..\inc\bf_svx/unotext.hxx(345) : see declaration of
'binfilter::SvxUnoTextRangeBase::setPropertyValue'
..\..\..\..\inc\bf_svx/unotext.hxx(318) : see declaration of
'binfilter::SvxUnoTextRangeBase'
..\..\..\..\inc\bf_svx/unotext.hxx(629) : warning C4266: 'void
binfilter::SvxUnoTextRangeBase::getPropertyValue(const SfxItemPropertyMap
*,com::sun::star::uno::Any ,const SfxItemSet )
throw(com::sun::star::beans::UnknownPropertyException)' : no override available
for virtual member function from base 'binfilter::SvxUnoTextRangeBase'; function
is hidden
..\..\..\..\inc\bf_svx/unotext.hxx(344) : see declaration of

[tools-issues] [Issue 78047] Build with Windows SDK fai ls in binfilter/bf_sch/source/ui/unoidl

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


User vq changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |77980
  is|  |

Target milestone|---   |OOo 2.3





-
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]



[porting-issues] [Issue 77980] Further efforts to support of Windows Vista PSDK

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


User vq changed the following:

What|Old value |New value

 IssuesThisDependsOn|78034 |78034,78047





-
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]



[lingucomponent-issues] [Issue 76081] Check in all languages o ption doesn't remain enabled

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


User kpalagin changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:12:03 + 
2007 ---
Confirming with the 
file user\registry\data\org\openoffice\Office\Linguistic.xcu provided 
privately - Check in all languages is not retained after Quickstarter is 
closed.

alfozavr,
please attach your C:\Documents and Settings\Павел\Application 
Data\OpenOffice.org2\user\registry\data\org\openoffice\Office\Linguistic.xcu 
to the 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 78048] just opening a file and sh utting down OOWriter then leaves the file empt y

2007-06-02 Thread beneedict
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78048
 Issue #|78048
 Summary|just opening a file and shutting down OOWriter then le
|aves the file empty
   Component|Word processor
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|save-export
 Assigned to|mru
 Reported by|beneedict





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:12:24 + 
2007 ---
I have written about 10 pages about a topic I hate (in Linux). I open it again
in Windows (OO 2.2 each time) and shut down windows without shutting down OO.
When I want to open the file again in Linux, the file is empty. 0bytes
thx, OO team, for wasting time I could have spent better!
I think, this is an error, you MUST fix!!! It is unacceptable, especially since
OO is a leading project for the opensource movement. I REALLY think about
changing back to word and co. now after this occurence.
And NO, I am not going to try to reproduce this error, wasted already too much
time on OO.

PS.: Sorry, for being so impolite now, but when this error occured, i couldn't
belief, it is true. but it was. merci

-
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 78048] just opening a file and sh utting down OOWriter then leaves the file empt y

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:23:00 + 
2007 ---
PS.: there was NO question for file recovery or something like that

-
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]



[graphics-issues] [Issue 12672] EPS export does not allow you to select whether to include glyph outline s

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:48:38 + 
2007 ---
*** Issue 76743 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]



[graphics-issues] [Issue 76743] Text export in EPS as char acters (not outlines)

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:48:39 + 
2007 ---
shauptma,
issue 12672 specifies how enable the feature you need - 
http://graphics.openoffice.org/servlets/ReadMsg?
msgId=380767listName=features. 
Does it work for you?

I am resolving this issue as dup of 12672.
Please vote for 12672.

*** This issue has been marked as a duplicate of 12672 ***

-
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]



[graphics-issues] [Issue 76743] Text export in EPS as char acters (not outlines)

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


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:53:06 + 
2007 ---
and closing.
Please reopen if http://graphics.openoffice.org/servlets/ReadMsg?
msgId=380767listName=features does not work for you.

-
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]



[framework-issues] [Issue 63179] Integrate the flat XML fil ter as an optional component of OOo

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


User jonseverinsson changed the following:

What|Old value |New value

  CC|'pagalmes,st' |'jonseverinsson,pagalmes,s
|  |t'





-
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 78049] Writer uses style:keep-tog ether=false when the open document specifica tion uses fo:keep-together=always

2007-06-02 Thread jonseverinsson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78049
 Issue #|78049
 Summary|Writer uses style:keep-together=false when the open 
|document specification uses fo:keep-together=always
   Component|Word processor
 Version|OOo 2.2
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|save-export
 Assigned to|mru
 Reported by|jonseverinsson





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 14:58:55 + 
2007 ---
I'm working with a hand crafted open document text document and noticed that
when I gave a table row the fo:keep-together=always attribute Writer wouldn't
honour the setting. Looking through the user interface I found the setting that
gave the expected result (unchecking tillåt radbrytning i slutet av sidor och
kolumner, I'm using Swedish OO.o), and looking in the saved document I found
Writer had inserted a style:keep-together=false attribute on the table row.
However, according to the specification there is no such attribute...

-
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]



[graphics-issues] [Issue 76748] Images on masterslide not correct imported

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:02:18 + 
2007 ---
Any news?

-
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]



[graphics-issues] [Issue 77459] screwing up formulae and t ables

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:05:42 + 
2007 ---
Created an attachment (id=45611)
look at slide 23


-
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]



[graphics-issues] [Issue 77459] screwing up formulae and t ables

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:06:40 + 
2007 ---
Created an attachment (id=45612)
and slide 9 on this one


-
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]



[graphics-issues] [Issue 77459] screwing up formulae and t ables

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:04:15 + 
2007 ---
Created an attachment (id=45610)
how it should be


-
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 78048] just opening a file and sh utting down OOWriter then leaves the file empt y

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:34:58 + 
2007 ---
PS.: a partial sorry... The folder was not writeable for some stupid reason.
strange enough, it still could empty the file.
AND even more strange: WHY WAS THERE NO ERROR MESSAGE, IF OO CAN NOT SAVE THE
FILE PROPERLY?

-
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]



[l10n-issues] [Issue 65911] Chinese character display problem in installer

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 15:59:19 + 
2007 ---
Both words are correct, but I'll choose no.1.

-
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]



[sc-issues] [Issue 76776] Calc - hiding row or colum n with picture produces unexpected results.

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 16:12:49 + 
2007 ---
Any news?

-
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]



[tools-issues] [Issue 77854] Parallel build fails in st oc

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


User vq changed the following:

What|Old value |New value

Priority|P2|P3





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 16:13:08 + 
2007 ---
You were right, with dmake 4.7 I was unable to reproduce the problem, with the
dmake (4.6) that comes with OOF I was even able to hang the build in 
stoc/source/implementationregistration with
$ rm -rf ../../wntmsci10.pro ; dmake -P2

I guess/hope this was fixed in dmake 4.7 with issue 61856.

I guess this is a WONTFIX with the workaround of using dmake 4.7 for OOF, your 
call.

-
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]



[dba-issues] [Issue 78050] Wrong Edit dialog for View s

2007-06-02 Thread ajpursell
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78050
 Issue #|78050
 Summary|Wrong Edit dialog for Views
   Component|Database access
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|ajpursell





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 16:24:10 + 
2007 ---
If you create a view, there is a Design View and a Query view available. When
you have created a View the right click menu has a Edit option. This option
calls the Table Design dialog. It should call the the Design View dialog.
(Compare with the behaviour for editing Queries)

-
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]



[dba-issues] [Issue 78050] Wrong Edit dialog for View s

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 16:38:23 + 
2007 ---
Created an attachment (id=45613)
Create and Edit View dialogs


-
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]



[sc-issues] [Issue 78010] The insert row/column item should be disable when select the whole colum n/row.

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 16:45:34 + 
2007 ---
Confirmed in OO 2.2

I agree with this user. The non-logical options should be disabled in the menu,
instead of a pop-up dialog.

regards
Carlos

-
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]



[ui-issues] [Issue 78051] hide the scrollbars if the re is nothing to scroll

2007-06-02 Thread nekohayo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78051
 Issue #|78051
 Summary|hide the scrollbars if there is nothing to scroll
   Component|ui
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|nekohayo





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 17:15:47 + 
2007 ---
As per GNOME's Human Interface Guidelines, I would recommend hiding OpenOffice's
scrollbars automatically if there is nothing to scroll. While this may rarely
happen with the Vertical scrollbar, the Horizontal scrollbar, however, is rarely
(never) used in page width or optimal zoom.

The scrollbar (that cannot be scrolled anyway) adds uneccesary visual clutter.

I know this is from the GNOME HIG, but I believe this could be applied to all
platforms. Quote from the HIG (they refer to GTK I know):
Only display scrollbars when they are required for sliding the view. If an
object fits inside the viewer control, don't draw scrollbars. If you are using a
GtkScrolledWindow, call gtk_scrolled_window_set_policy  setting the appropriate
axis (or axes) to GTK_POLICY_AUTOMATIC.
http://developer.gnome.org/projects/gup/hig/2.0/controls-scrollbars.html

-
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 78046] MT Extra mapping incorrec t/incomplete

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 17:59:36 + 
2007 ---
After checking the unicode characters of 0xeNNN do not exist in unicode. Both
the original source file and the mapping from Design Science have these indexes.
I'm not sure what is going on here.

In any case not everything can be represented in unicode. Some glyphs like
double arrow from north-east to south-west (0x5c) do exist in unicode 5.0 but
not on my default ubuntu machine, which is very useful either. Others like left
harpoon barb down (0x71) do not exist in unicode at all.

I'd say that the glyphes that do exist in unicode, like in the mapping in the
patch where is not in the 0xe000 range, should be supported by openoffice
without requiring non-free fonts.

-
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]



[framework-issues] [Issue 76789] RFE: Save backups in direc tory of working file

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 18:29:38 + 
2007 ---
askwar, 
in order to vote for an issue you need to click Vote for this issue link 
(right above where you type the comments), enter 1 or 2 instead of 0 and 
click Sunbit at the bottom of the page.

-
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]



[framework-issues] [Issue 69468] Keyboard unicode input (Ct rl+Shift+NNN) fails

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:25:49 + 
2007 ---
I recently upgraded my system to Fedora 7, which includes GTK+ 2.10.

Now, OOo--both the Fedora-packaged and the OO.org-packaged version--works as
specified above: typing Ctrl+Shift+u begins a hex code input sequence and Enter
or Space ends it.

I am still seeing reports of problems with this feature, however it seems likely
that the problem is introduced downstream: either the Linux distro does not
include Gtk 2.10, or the distro has modified the OOo code, or the keyboard
handling is trapping Ctrl+Shift+u for another purpose.

I would suggest resolving/closing this issue as either INVALID or WORKSFORME.

-
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]



[sc-issues] [Issue 76794] Data from External files n ot coming oiver to a speadsheet cell

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:42:34 + 
2007 ---
Can't reproduce using 2.2 on WinXP.
Please specify how exactly you insert link.

-
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]



[framework-issues] [Issue 76790] filter selection dialog ap pears when trying to open shared files

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


User kpalagin changed the following:

What|Old value |New value

  CC|''|'kpalagin'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:47:10 + 
2007 ---
Can't repro using 2.2. Resolving as WFM.
Please attach screenshot, showing both error message and path to the file.

-
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]



[framework-issues] [Issue 76790] filter selection dialog ap pears when trying to open shared files

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


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:48:09 + 
2007 ---
and closing.

-
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 20614] Scrollbar disabeled

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


User ace_dent changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:52:34 + 
2007 ---
Tested with OOo 2.0.4 WinXP PC.
Problem seems to have been fixed for the Command Window, although scroll bar
issues exist for the Formula window (Issue 30588).
Marking as Fixed to tidy up issues.

-
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 20614] Scrollbar disabeled

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


User ace_dent changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'ace_dent,rainerbielefeld'

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:53:08 + 
2007 ---
Closed.

-
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]



[framework-issues] [Issue 78052] Fontwork is broken - assig ns bizarre shape envelopes

2007-06-02 Thread peterthevicar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78052
 Issue #|78052
 Summary|Fontwork is broken - assigns bizarre shape envelopes
   Component|framework
 Version|OOo 2.2.1 RC1
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|tm
 Reported by|peterthevicar





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:54:19 + 
2007 ---
Fontwork in any application is broken. To reproduce: create empty document or
chart, click on fontwork icon, double click on first style. Should be simple
rectangular envelope. In Debian 2.2.1~rc1-1 it squeezes all the nodes along the
bottom line into the left hand bottom corner. Other Fontwork shapes are
similarly compromised. Completely messes up any presentations / letters / charts
etc which use fontwork objects. Worked fine in 2.2

HTH, Peter

-
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 30588] No scrollbar in formula di splay when needed

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


User ace_dent changed the following:

What|Old value |New value

  CC|''|'ace_dent'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:56:01 + 
2007 ---
Confirmed: problem still exists for OOo-Dev 2.3 WinXP PC.
Similar problem described in Issue 74591.
Cheers, Andrew.

-
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 76784] Transparent png background image eats memory

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


User kpalagin changed the following:

What|Old value |New value

  CC|'cornouws,karmak' |'cornouws,karmak,kpalagin'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:57:15 + 
2007 ---
Confirming with 2.2 on both Kubuntu 6.06 LTS and Mandriva 2007 Spring.
I am attaching sample .png file.

-
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 76784] Transparent png background image eats memory

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 19:59:34 + 
2007 ---
Created an attachment (id=45614)
Sample .png with transparency


-
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 74591] formula can go out of view scrollbars activated too late

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


User ace_dent changed the following:

What|Old value |New value

  CC|''|'ace_dent'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 20:03:57 + 
2007 ---
Confirmed with OOo 2.0.4, WinXP PC.
The Issue of not enabling scrollbars for the Formula Window is a duplicate of
Issue 30588. However, this issue also covers the formula position not being
recalculated and hence may not stay centered on screen during editing.
It seems the larger problem is that insufficient display updates are done while
editing formulas in the command window. Fixing this will fix both #30588 and 
#74591.

Cheers,
Andrew

-
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]



[lingucomponent-issues] [Issue 76081] Check in all languages o ption doesn't remain enabled

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 21:27:09 + 
2007 ---
Created an attachment (id=45615)
from C:\Documents and Settings\Павел\Application 
Data\OpenOffice.org2\user\registry\data\org\openoffice\Office


-
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]



[gsl-issues] [Issue 74170] Enable use of prebuild cai ro binaries

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 22:04:33 + 
2007 ---
Building on windows works, downloading as well (though I did that from within
the Sun environment, not vanilla OOo). I'm currently merging the remainder of
tml's fixes, and am more concerned that I didn't broke quartz (well, at least it
still compiles there).

@tml: could you give it a whirl on your windows boxen?

-
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]



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

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





--- Additional comments from [EMAIL PROTECTED] Sat Jun  2 22:09:32 + 
2007 ---
@hdu: excellent work. I'll buy you a beer! Regarding boost: please patch the
CARBON check out, updating boost needs a legel review, which takes time (but we
could push that nevertheless, in parallel).

-
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]



[sc-issues] [Issue 63500] Calc ought to use shared s trings for cells

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun  3 00:19:47 + 
2007 ---
A general Q here as I haven't trawled through the Calc code yet.  How do you 
store propagated formulae?  This is one of the biggest sources of repetition 
in spreadsheets.  You know the scenario:  =SUM(B$1:B27) in A27 is an invariant 
copy of =SUM(B$1:B10) in A10.  In Excel this is truly invariant at a literal 
level in RC notation: =SUM(R1C[1]:RC[1]).  

Does this algorithm allow you to detect and fold such expressions?  If so this 
would be a big plus.

-
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 78053] Bug in replacing character s having formats by clicking replace all

2007-06-02 Thread kwc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78053
 Issue #|78053
 Summary|Bug in replacing characters having formats by clicking
| replace all
   Component|Word processor
 Version|OOo 2.2 RC4
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|mru
 Reported by|kwc





--- Additional comments from [EMAIL PROTECTED] Sun Jun  3 03:23:32 + 
2007 ---
Hello,

If one tries to replace all 1 with format superscript automatic, after
clicking replace all it will not work. One will get only marked 1. It is the
same if an user requires replacing with format subscript automatic or bold.
I did not experiment with all kinds of formats. 

One could ony replace them once per clicking replace.

kwc

-
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]