[gsl-issues] [Issue 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:55:33 + 
2008 ---
yes, it always helped me to remove the include of the file *math*.



-
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 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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


User thb changed the following:

What|Old value |New value

  CC|'pl,sb,thb'   |'aw,pl,sb,thb'





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:52:34 + 
2008 ---
Triggered by aw033? At any rate, these should be trivial to fix...

-
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 92969] Output to pdf Writer alway s crashes

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:43:45 + 
2008 ---
Qjingzhaoli 
Please excuse me for my rudeness: You understand "Step by step", "every key
press" and "every mouse click"?
It's completely useless to repeat the rare information from the original report
again and again, please contribute the requested additional information!

"Crashed message.jpg" is not useful. 
If during the recovery a crash report has been created and you are asked whether
it should be sent to OOo, add your E-Mail-Address, so that you will get
information with the crash report ID. That will be some useful information.

-
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 92926] Java AWT doesn't work (can 't start)

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:36:31 + 
2008 ---
.

-
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 93008] hunspell: hashmgr.hxx buil d breaker

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:31:31 + 
2008 ---
Actually the compiler does not always have a choice to warn about a ambiguity.
Example
  int f( sal_Int16 n);
and code like
  sal_Int8 n1 = 3;
  f( n1 )
Here f( n1 ) will call f( sal_Int16 n) from global namespace.

If we now have a header file A.hxx like
  namespace A
  {
 int f( sal_Int8 n)
  }
and somehow, maybe just implicitly not even done in our code, the file A.hxx
gets included along with a 
  using namespace A;
somewhere else then
  f( n1 )
will no longer implictly conver the sal_Int8 to sal_Int16 and then call the
original function as before, because now A::f will have an exactly matching
parameter and thus now A::f gets called and likely even without the compiler
giving any notice about it at all...



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

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


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



[sw-issues] [Issue 93009] same document show differe nces with Write and Word

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:24:21 + 
2008 ---
Created an attachment (id=55929)
In Office2007, a part of last picture 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 93009] same document show differe nces with Write and Word

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:23:34 + 
2008 ---
Created an attachment (id=55928)
Report.odt saved as Report.doc


-
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 93009] same document show differe nces with Write and Word

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:22:31 + 
2008 ---
Created an attachment (id=55927)
Report.odt


-
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 93009] same document show differe nces with Write and Word

2008-08-21 Thread jingzhaoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93009
 Issue #|93009
 Summary|same document show differences with Write and Word
   Component|Word processor
 Version|OOO300m3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|jingzhaoli





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:21:29 + 
2008 ---
1.A slide was prepared by Impress (OOO3.0 Beta Build9328), and was copied to 
Write. 
2.With Write, a .odt file was saved as MS-Word.doc.
3.With MS-Office2007 opened this file, however, a part of one picture was 
missing.

This was true. Since no OOo installed on my supervisor's computer, I have 
prepared everything in OOo, finally converted them into MS-Office format. In 
this case, I have to give up. And did it again with MS-Powerpoint and Word. I 
am not sure what's problem between Ooo3.0 and Office2007. And not sure if you 
can fix it. For me, my report always contains text and pictures.

I upload here the report.odt, and report.doc. You can see the differences when 
you opened it with Write3.0 and Word2007 like a picture (Display differences 
between OOO3.0 and MS-Word2007.jpg).

-
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 93008] hunspell: hashmgr.hxx buil d breaker

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


User tl changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED] |nemeth

Target milestone|---   |OOo 3.0.1





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:19:55 + 
2008 ---
.

-
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 93008] hunspell: hashmgr.hxx buil d breaker

2008-08-21 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93008
 Issue #|93008
 Summary|hunspell: hashmgr.hxx build breaker
   Component|lingucomponent
 Version|DEV300m29
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|spell checking
 Assigned to|[EMAIL PROTECTED]
 Reported by|tl





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:19:09 + 
2008 ---
The file hashmgr.hxx has a declartion
  using namespace std;
This is way bad because having any using declaration in a exported header file
(that is a header file included by other projects) is always a hidden bomb.
At best it will be a build breaker and at worst (if the compiler does not warn
properly or if those warnings are ignored) it is a source of uncontrollable and
unexpected behavior.

Taking the case from yesterday as example: 
Somehow the chain of includes when building sspellimp.cxx in lingucomponent had
changed (as sometimes happens usually with good reason) and now math.h was one
of those includes along with hashmgr.hxx.
Further part of the problem is that sspellimp.cxx uses STL container like from
 or  and those implementation are in the namespace std.

What happened now is that math.h has a "struct exception" in global namespace
and stl has a "class exception" in the std namespace.
By having the line 
  using namespace std;
in hashmgr.hxx it became ambiguous to the compiler and the build broke.
It took us quite a while to find the source of the problem.
But still we were lucky since the compiler stopped when it encountered the 
problem.

Consider the problem not being about a struct and a class but of two function
with same signature but different implementation. If the compiler had not
stopped the build and had chosen to resolve the ambiguity on it's own and maybe
by choosing the wrong function for the current context then we would have been
way worse since we would have end up with a different and potentially hard to
track and maybe hard to notice problem.

Thus don't ever have a 'using' declaration in public (exported) header files!

Also since when code does live long, sometimes header files gets moved (which
also recently happened to the hunspell core and it's headers!) even previously
non-public headers may suddenly end up being public.
Thus better never ever make use of 'using' declarations in header files.

-
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 93003] Menu Insert -> (Graphics) From file in HTML documents

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Linguistics: Insert -> Fro|Menu Insert -> (Graphics) 
|m file in HTML documents  |From file in HTML document
|  |s

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:11:36 + 
2008 ---
MRU->OS: in HTML document, the Insert.Graphic.From File Menu is just Insert.From
File because the Submenu is not needed there. Should better be name
"Insert.Graphic..." or "Inser.Graphic from 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]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 06:06:36 + 
2008 ---
Verified, 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]



[dba-issues] [Issue 93007] to-be-DEV300_m30: libmozbo otstrap missing

2008-08-21 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93007
 Issue #|93007
 Summary|to-be-DEV300_m30: libmozbootstrap missing
   Component|Database access
 Version|1.0.0
Platform|All
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|none
 Assigned to|cmc
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:59:52 + 
2008 ---
On unxmacxi.pro:

ERROR: File not found: libmozbootstrap.dylib

That lib is not generated at all in connectivity:

DirServiceProvider.cxx 
if test -e ../../../../unxmacxi.pro/slo/MNSProfileDirServiceProvider.o ; then 
touch 
../../../../unxmacxi.pro/slo/MNSProfileDirServiceProvider.obj ; fi
--
Making: ../../../../unxmacxi.pro/slb/mozbootstrap.lib
echo unxmacxi.pro/slo/MNSINIParser.o unxmacxi.pro/slo/MNSProfileDiscover.o 
unxmacxi.pro/slo/MMozillaBootstrap.o unxmacxi.pro/slo/MNSFolders.o 
unxmacxi.pro/slo/MNSInit.o 
unxmacxi.pro/slo/MNSProfileManager.o unxmacxi.pro/slo/MNSRunnable.o 
unxmacxi.pro/slo/MNSProfile.o unxmacxi.pro/slo/MNSProfileDirServiceProvider.o | 
xargs -n1 > 
../../../../unxmacxi.pro/slb/mozbootstrap.lib

-
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 93004] Typo in installation instr uctions

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


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Priority|P3|P5





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:55:40 + 
2008 ---
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]



[installation-issues] [Issue 93004] Typo in installation instr uctions

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


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:55:16 + 
2008 ---
This dialog has been removed in OOo 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]



[sc-issues] [Issue 90279] recent documents not being updated

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:50:15 + 
2008 ---
I can't reproduce this with DEV300m28 under 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]



[sw-issues] [Issue 92969] Output to pdf Writer alway s crashes

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:46:14 + 
2008 ---
Opening file, nothing happened. But if you want to generate a pdf file, then, 
it will crash. Actually, I received a message from OOO3.0. You can check it 
(Crashed message.jpg). However, with OOO2.4, a pdf-file was available.

-
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 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:45:57 + 
2008 ---
... and svtools/source/misc/imap2.cxx (math.h)

and zformat.cxx (which is particularly BAD example...)

-
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 92362] Application crashes after opening the example file

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:29:42 + 
2008 ---
On WinXP, DEV300_m28, I opened the example file in 4 ways: right_menu,drag & 
drop , open button, double-click. All worked well.the problem doesn't exist.

-
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 23377] Cut from text cell is very very slow

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


User amy2008 changed the following:

What|Old value |New value

  CC|''|'amy2008'





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:04:39 + 
2008 ---
Keep on attention

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

-
To unsubscribe, e-mail: [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 92394] XLS files with legends in charts are not displayed correctly

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 05:00:25 + 
2008 ---
Created an attachment (id=55926)
Screenshot for this issue


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

-
To unsubscribe, e-mail: [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 92394] XLS files with legends in charts are not displayed correctly

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:56:37 + 
2008 ---
On WinXP, DEV300_m28,this problem still exists.

-
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 92926] Java AWT doesn't work (can 't start)

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


User jsk changed the following:

What|Old value |New value

 Assigned to|macport   |jl





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:46:37 + 
2008 ---
@JL: Can you please have a look? 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]



[porting-issues] [Issue 92926] Java AWT doesn't work (can 't start)

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


User jsk changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:45:01 + 
2008 ---
New


-
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 92973] Langpack DE for OOO300m3 installs to wrong path

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


User rainerbielefeld changed the following:

What|Old value |New value

  OS/Version|Windows, all  |Windows 2000





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:24:44 + 
2008 ---
@mhatheoo 
Still some of my questions are without answer.
Please contribute details concerning uninstallation of BEB m2: What language
pachs have been installed / uninstalled, order of uninstallation, did you also
delete folders manually, ...
Can you reproduce the problem with FR language Pack?

-
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 92969] Output to pdf Writer alway s crashes

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


User rainerbielefeld changed the following:

What|Old value |New value

Keywords|needmoreinfo, oooqa   |oooqa

 Summary|Output to pdf, Writer alwa|Output to pdf Writer alway
|ys crashes|s crashes





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:19:34 + 
2008 ---
Opening "n710.odt" causes heavy processor load for some moments, but still no
crash is reproducible.

@jingzhaoli:
Your step by step instruction and additional information concerning your PDF
export settings still are missing.

Is a crash report ID available?

-
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 5550] auto-fill can't increment l ast octet of ip addresses.

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


User kohei changed the following:

What|Old value |New value

  Issue type|ENHANCEMENT   |PATCH





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:12:43 + 
2008 ---
Ok, I've modified it quite a bit.  It does what Excel does (unless I overlooked
something), and something extra that only Calc does, such as the handling of
negative numbers, leading zeros etc.  My test looks pretty good, but more tests
are welcome.

-
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 56708] Cannot remove some table b orders from table format dialog

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:12:12 + 
2008 ---
Further reading, my notes also apply to bug 20041...

http://www.openoffice.org/issues/show_bug.cgi?id=20041

-
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 5550] auto-fill can't increment l ast octet of ip addresses.

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


User kohei changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55925)
here is my take.






--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:06:19 + 
2008 ---
Created an attachment (id=55925)
here is my take.


-
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 56708] Cannot remove some table b orders from table format dialog

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


User sak102010 changed the following:

What|Old value |New value

  CC|'toom'|'sak102010,toom'





-
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 56708] Cannot remove some table b orders from table format dialog

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 04:04:09 + 
2008 ---
I stumbled upon a way to consistently reproduce this bug (or I believe it's the
same bug).

Create new, empty Writer document.
Create 4x4 table.
Right-click anywhere in table and select Table...
Select Borders tab
Select "Set No Borders" under Line Arrangement > Default
Place Cursor in 2nd row, 2nd column cell
Drag and select 4 cells in center (cursor should end in 3rd column 3rd row)
Right-click, select Table...
Select Borders tab
Choose 5pt Line Style
In User Defined area, click top left corner, and bottom right corner to box the
User Defined with 5pt line.
Click in center (divider crossbar) of User Defined area to include a 5pt divider
line for cells.
Select Ok.
Center cells should have 5pt border and 5pt cell division lines.
Click anywhere in the table to deselect the center cells.
Right-click anywhere in the table, select Table...
Select Borders tab
Select "Set No Borders" under Line Arrangement > Default

Expected result is clear the entire table of any borders, but it leaves lines
spanning columns 2 and 3, dividing rows 1 and 2; and lines dividing columns 3
and 4, spanning rows 2 and 3.

The workaround still fixes the problem.

-
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 90253] Case insensitivity in dupl ication checking for Standard Filter is broken

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


User redflagzhulihua changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Linux |All





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:49:59 + 
2008 ---
reproduce not only in linux.

-
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 88487] deleting cells very slow w hen sharing document

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


User amy2008 changed the following:

What|Old value |New value

  CC|''|'amy2008,redflagzhulihua'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:40:22 + 
2008 ---
Can reproduce it in OOo-Dev_OOO300_m3_en-US on WinXP and Fedora8.0

There are some differences to reproduce this issue,
1. Create a new Calc document or open a Calc document
2. Tools -> Share Documents, to make the document stay sharing
3. CTRL+A, to select all cells
4. Backspace, Delete, Shift+Delete or Ctrl+X to delete or cut cotent in this 
sheet

Results:
On windows, UI is frozen for about ~15 seconds, and CPU usage is high.
On linux, UI is frozen for about ~18 seconds, and CPU usage is high.

Note:
Please pay attention to step 4.

-
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 92403] beta 3.0.0: Enter key does not select default answer in a warning window

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:26:20 + 
2008 ---
On WinXP, DEV300_m28,this problem doesn't exist.

-
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 92416] won't print in calc

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:20:25 + 
2008 ---
On WinXP, DEV300_m28,this problem doesn't exist.the ooo print dialog works 
well.

-
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 90126] number format lost, when c opying cell style between documents

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


User redflagzhulihua changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:11:45 + 
2008 ---
So set to new

-
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 92423] Application crashes after opening the example file

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:11:41 + 
2008 ---
On WinXP, DEV300_m28, it neither pops-up any dialog nor crashes (I opened the 
attachment in 3 ways: right_menu,drag & drop , open button). but it exists the 
following situations:
a.Column & Row Headers don't show
b.the feature of DataPilot loses

-
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 92529] Not canceling selection wh en doing control-Z

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


User redflagzhulihua changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:09:00 + 
2008 ---
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]



[sc-issues] [Issue 92529] Not canceling selection wh en doing control-Z

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


User redflagzhulihua changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 03:08:30 + 
2008 ---
This already get fixed in the new version.

-
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 92467] Sort in calc crashes app

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 02:37:44 + 
2008 ---
would you please provide a step by step instruction to reproduce this issue or 
an attachment? 

-
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 93006] can not install with vista -64 OS

2008-08-21 Thread garykipfer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93006
 Issue #|93006
 Summary|can not install with vista-64 OS
   Component|Installation
 Version|OOo 2.4.1
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|www
 Assigned to|of
 Reported by|garykipfer





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 02:35:09 + 
2008 ---
I attempted to install OOo 2.4.1 on new computer that has vista-64 OS. The 
screen just freezes. thank you. [EMAIL PROTECTED]

-
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 92436] OLE object Showed abnormal ly when reloading or reopening documents inclu ding this OLE object( from *.txt)

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 02:16:43 + 
2008 ---
Created an attachment (id=55924)
OLE object_Screenshot.ods


-
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 92436] OLE object Showed abnormal ly when reloading or reopening documents inclu ding this OLE object( from *.txt)

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 02:11:16 + 
2008 ---
On WinXP, DEV300_m28,the bug exists.
For details,please see the attachment: OLE object_Screenshot.ods. 

-
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 92436] OLE object Showed abnormal ly when reloading or reopening documents inclu ding this OLE object( from *.txt)

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 02:09:34 + 
2008 ---
Created an attachment (id=55923)
OLE object_Screenshot.ods


-
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 92363] DEV300_m29: vcl/.../outdev 6.cxx includes math.h

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


User pjanik changed the following:

What|Old value |New value

  CC|'sb,thb'  |'pl,sb,thb'

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 01:54:07 + 
2008 ---
More and more instances of this come in.

In m30: outdev3.cxx (cmath), scrwnd.cxx (math.h).


-
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 92925] HEAD: Multiply defined rec ipe for target ....README_fr_FR.txt

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


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 01:42:47 + 
2008 ---
Verified, 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]



[tools-issues] [Issue 93005] to-be-DEV300_m30: module d rawinglayer not tagged

2008-08-21 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93005
 Issue #|93005
 Summary|to-be-DEV300_m30: module drawinglayer not tagged
   Component|tools
 Version|DEV300m29
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|vg
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 01:37:33 + 
2008 ---
$SUMMARY says it all. New module drawinglayer is not tagged at all.

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

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


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



[framework-issues] [Issue 92686] opening a file from a netw ork volume twice does not make it write protec ted

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:54:48 + 
2008 ---
Hi--

Not sure this is the correct place to jump in. Please direct me if not. Should I
perhaps post instead (or also) in issues 88476 and 85794?

I am having a similar issue in OOo 2.4.1. Have spent 6 or 8 hours fiddling with
Samba thinking my settings there incorrect, then was told it was a bug within
OOo because OOo is not getting fcntl byte range locks from a CIFS system. I do
not know what those words mean but am repeating what a Samba developer who works
on file locking told me.

In any event, this is a production environment, so data corruption is critical.

It seems that box1 can open a file in OOo 2.4.1.
Box2 can simultaneously open, edit and save that same file in OOo 2.4.1.
Box 3 can simultaneously open, edit, and save that same file in OOo 2.0.2.
However, WinXP (running OOo 2.0) cannot open that file while any of the others
have it open (Opens it as read-only).

Boxes 1, 2, & 3 are Ubuntu machines.

While we are waiting for OOo3, is there a work around? For instance, should I
downgrade all instances to 2.0?

Thanks!

:- Doug. Germann

-
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 93004] Typo in installation instr uctions

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:45:19 + 
2008 ---
Created an attachment (id=55921)
Typo


-
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 93004] Typo in installation instr uctions

2008-08-21 Thread sreisner
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93004
 Issue #|93004
 Summary|Typo in installation instructions
   Component|Installation
 Version|OOo 2.4.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|of
 Reported by|sreisner





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:43:44 + 
2008 ---
See attached 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 92971] same style & numbering, di fferent looks

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


User tab changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:17:10 + 
2008 ---
Right-click B: Bullets and Numbering>options>Numbering is None at Level 2
--consistent with the 2nd level of "Numbering 3";
 Bullets and Numbering>Position>Indent:-0.3;Spacing:0.3 at Level 2;
Right-click C: same.
The explanation 'The list label has been turned off...' may be correct, but it
does not answer the question: If all the parameters are the same for B and C,
and both have the same status "Level 2: Numbering 3", why are the displays
different?


-
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 2838] AutoCorrections does not ma tch case of the words that AutoCorrect replace s.

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 22 00:16:29 + 
2008 ---
It seems this is still an issue in version 2.4.1.  In the situation where the
Autocorrect replacement table replaces "abbrevn" with "abbreviation", we want:

"abbrevn" replaced with "abbreviation";
"Abbrevn" replaced with "Abbreviation";
"ABBREVN" replaced with "ABBREVIATION";

So, this is my idea of what is required when the autocorrect action is 
triggered:

1. If "lower case of (typed string)" = "upper case of (typed string)"
then the typed string is probably not alpha; 
replace with "(replacement string)"

2. If "(typed string)" = "upper case of (typed string)"
then the typed string is upper case; 
replace with "upper case of (replacement string)"

3. If "(typed string)" = "lower case of (typed string)"
then the typed string is lower case; 
replace with "(replacement string)"

4. If none of rules 1-3 are satisfied,
then the typed string is mixed case, most likely title case;
replace with "title case of (replacement string)"


-
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 90102] formatting cells - changin g font type (not working)

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


User kohei changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:59:34 + 
2008 ---
closing a dupe.

-
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 90102] formatting cells - changin g font type (not working)

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


User kohei changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:59:05 + 
2008 ---
duplicate.

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

-
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 53545] Applying changes to the ce ll format should overrule independently format ted parts (Edit cells)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:59:04 + 
2008 ---
*** Issue 90102 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 53545] Applying changes to the ce ll format should overrule independently format ted parts (Edit cells)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:49:25 + 
2008 ---
So, this is a hairy issue.  Calc doesn't behave like what the end users expect,
but internally the formatted texts are handled by the edit engine which is
somewhat independent from the Calc code.

Anyway, the attached patch is my solution to this.  Fixing the run-time behavior
was somewhat simple, but the xls and ods import filters expected this behavior,
so my change ended up breaking the import filters.  I worked around it by
keeping the current behavior while importing document.  The correct fix would be
to fix both import filters, but I didn't want to risk breaking other things by
doing so.

The patch is from ooo-build.  So far it's been working good, but I welcome your
comments.

-
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 53545] Applying changes to the ce ll format should overrule independently format ted parts (Edit cells)

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


User kohei changed the following:

What|Old value |New value

  Issue type|ENHANCEMENT   |PATCH





-
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 53545] Applying changes to the ce ll format should overrule independently format ted parts (Edit cells)

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


User kohei changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55920)
a proposed patch






--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:38:03 + 
2008 ---
Created an attachment (id=55920)
a proposed patch


-
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 53545] Applying changes to the ce ll format should overrule independently format ted parts (Edit cells)

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


User kohei changed the following:

What|Old value |New value

  CC|'zhipengzhang'|'kohei,zhipengzhang'





-
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 92804] OOo crashes, when I try to open an existing document (access violation)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:12:04 + 
2008 ---
Hi,

I've tested with this version and the two documents, that made m2 crash 
immediately. 

I can say now, that this version works for me as well. So if this code could 
be integrated in OOo 3.0, this would be great. 

Thanks for your good work. 

Sigrid

-
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 91368] Deleting Column/Row change s font to default

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 23:04:54 + 
2008 ---
By selecting all cells and hard formatting the font and fontsize you did not
change the default settings.

I never wrote that I did. I did not change the defaults. I wrote that when
cutting or moving the cells the fontsize reverted to the default in the cells
that were emptied.

To make it easier for you and to avoid this row height switching you may 
change the default cellstyle itself. . . .

Thanks, Frank. I am glad you understood what was happening. I have used Works
exclusively for years. Simple and basic so all you did was change the default
font and size in the program settings. The formatting that is in OpenOffice is a
little more complex, but I can see where it gives you more control and
flexibility. I just wasn’t use to this. 8-)

Yes, this is what I was looking for, but everyone else seemed to be hung up on
what I couldn’t do instead of what I could do to achieve the results that I 
wanted.

Thanks again.
   


-
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 92913] remove unnecessary build-d efines like BUILD_OS_MINOR

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


User cloph changed the following:

What|Old value |New value

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 22:43:16 + 
2008 ---
target

-
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 92922] remove some old cruft/unus ed functions from sal

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


User cloph changed the following:

What|Old value |New value

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 22:43:02 + 
2008 ---
target

-
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 91352] Remove X11 warning in conf igure

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


User cloph changed the following:

What|Old value |New value

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 22:42:38 + 
2008 ---
target

-
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] Changes to multiple issues in www

2008-08-21 Thread cloph
http://www.openoffice.org/servlets/ProjectIssues

User cloph has changed several issues in www
project.  Below is a list of the changed issues you are associated with:

 
 91352   Remove X11 warning in configure


Changes:


 Status RESOLVED
 Resolution FIXED


Comments:

fixed in cws_cloph11

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



[www-issues] Changes to multiple issues in www

2008-08-21 Thread cloph
http://www.openoffice.org/servlets/ProjectIssues

User cloph has changed several issues in www
project.  Below is a list of the changed issues you are associated with:

 
 91352   Remove X11 warning in configure
 92913   remove unnecessary build-defines like BUILD_OS_MINOR
 92922   remove some old cruft/unused functions from sal


Changes:


 Status RESOLVED
 Resolution FIXED


Comments:

fixed in cws_cloph11

-
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] Changes to multiple issues in www

2008-08-21 Thread cloph
http://www.openoffice.org/servlets/ProjectIssues

User cloph has changed several issues in www
project.  Below is a list of the changed issues you are associated with:

 
 92913   remove unnecessary build-defines like BUILD_OS_MINOR
 92922   remove some old cruft/unused functions from sal


Changes:


 Status RESOLVED
 Resolution FIXED


Comments:

fixed in cws_cloph11

-
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 93003] Linguistics: Insert -> Fro m file in HTML documents

2008-08-21 Thread ohallot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93003
 Issue #|93003
 Summary|Linguistics: Insert -> From file in HTML documents
   Component|Word processor
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|ohallot





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 22:30:37 + 
2008 ---
This is a linguistic issue that exists in previous version as well (2.x)

In a HTML document, the UI menu

Insert -> From file should be Insert -> Graphics From File

The word "Graphics" in this case, is missing. The dialog opened by this comand
is 'Insert Graphics'. That means the insertion is restricted to graphics and not
a generic object. 

"From file" has keyID 'klgm>9', which is used in several other places, so to fix
this issue it will be necessary to create a new string (IMO), for example
"Graphics From 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]



[tools-issues] [Issue 91352] Remove X11 warning in conf igure

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


User cloph changed the following:

What|Old value |New value

 Assigned to|rene  |cloph





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 22:21:12 + 
2008 ---
grabbing...

-
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 91598] MinGW port catchup fix

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 21:25:42 + 
2008 ---
@mox: Seeing the CVS log og canvas/prj/build.lst, cairo is introduced in HEAD 
with cws canvas05.

Do you think my ZLIB handling is OK?


-
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 93002] Crash when saving as PPT i f presentation:placeholder attribute missing f rom title frame in master

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 21:02:23 + 
2008 ---
Created an attachment (id=55919)
ODP with missing presentation:placeholder attribute crashes Impress on PPT save


-
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 93002] Crash when saving as PPT i f presentation:placeholder attribute missing f rom title frame in master

2008-08-21 Thread mlayton
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93002
 Issue #|93002
 Summary|Crash when saving as PPT if presentation:placeholder a
|ttribute missing from title frame in master
   Component|Presentation
 Version|OOO300m3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|save-export
 Assigned to|wg
 Reported by|mlayton





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 21:00:06 + 
2008 ---
The app crashes when saving the attached file (placeholder_crash.odp) as a
PowerPoint PPT. The file is based on the default blank presentation created by
Impress. To recreate the crash, the presentation:placeholder attribute has been
deleted from the title frame of the Default master-page element in the
styles.xml file (line 476). The crash also occurs if
presentation:placeholder="false".

The crash doesn't occur if the presentation:placeholder attribute is missing (or
false) on the master outline frame. (I haven't tested the attribute on other
elements.)

Resaving the file in Impress does not correct the problem (for example, it does
not regenerate the missing 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]



[sw-issues] [Issue 92969] Output to pdf, Writer alwa ys crashes

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:36:07 + 
2008 ---
Created an attachment (id=55918)
crash message by OOO3.0 beta


-
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 92969] Output to pdf, Writer alwa ys crashes

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:34:43 + 
2008 ---
Created an attachment (id=55917)
even just one page, OOO3.0 also failed to export a pfd and crashed


-
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 92552] Goal seek does not have en ough precision for some case

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:34:04 + 
2008 ---
Hi all, 

IE-6 would be great. Thanks a lot all. Could you please set a target milestone
for this patch?
Thanks in advance - Kind regards - Sophie

-
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 92969] Output to pdf, Writer alwa ys crashes

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:33:44 + 
2008 ---
Created an attachment (id=55916)
this file cannot be exported to a pdf with OOO3.0, but 2.4 can do it


-
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 88802] PDF A/1 exporting misinter prets transparency

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:24:31 + 
2008 ---
Yes, if the file size is the "problem", then that's to be expected. Also you
cannot select the text anymore, if it is on a tranparent section. That's why the
warning shown says there would be better results when you remove the 
transparencies.

-
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 92967] Chinese characters cannot be displayed correctly when a .txt file (Text or Text Encoded) was reopended.)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:19:32 + 
2008 ---
Created an attachment (id=55915)
a screen print


-
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 92967] Chinese characters cannot be displayed correctly when a .txt file (Text or Text Encoded) was reopended.)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:18:52 + 
2008 ---
Created an attachment (id=55914)
text encoded 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 92967] Chinese characters cannot be displayed correctly when a .txt file (Text or Text Encoded) was reopended.)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:18:30 + 
2008 ---
Created an attachment (id=55913)
text 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 92967] Chinese characters cannot be displayed correctly when a .txt file (Text or Text Encoded) was reopended.)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:17:55 + 
2008 ---
Created an attachment (id=55912)
Original 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 92967] Chinese characters cannot be displayed correctly when a .txt file (Text or Text Encoded) was reopended.)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 20:16:50 + 
2008 ---
Original file: Chinese text.odt
Save as TXT without Encoded: Chinese text.txt
Save as TXT with Encoded Chinese Simplified (GB-2312): Chinese text encoded.txt

Txt files reopend could not be readed.
How it looks like?
Please see a picture, Display screen of three files.JPEG

Windows Xp Pro SP3 (English edition)
OpenOffice 3.0 Beta Build9328 (English edition)

-
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 92973] Langpack DE for OOO300m3 installs to wrong path

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 19:30:33 + 
2008 ---

OS is W2K

earlier version (BEB m2) had been uninstalled prior to OOO300m3

Bytheway
-- regarding the language-pack itself it is a P1  - in regard to the OOO itself,
it is a P3 - of course
-- just copying the content from wrong to right destination makes
menu-layout/help-files work as expected - but the setting (disable wordbooks
etc) partly does not work

Martin



-
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 93001] Zoom In and Zoom Out key a ssignments

2008-08-21 Thread congreave
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93001
 Issue #|93001
 Summary|Zoom In and Zoom Out key assignments
   Component|Word processor
 Version|OOo 3.0 Beta 2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|mru
 Reported by|congreave





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 19:28:01 + 
2008 ---
These functions, on the status bar, respond perfectly to mouse clicks but fail
to respond when assigned to keys. I assigned "Zoom In" to Ctrl+Shift+I and "Zoom
Out" to Ctrl+Shift+O. These key presses, however, produce no effect whatever.

-
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 92764] Form Display Misalignment

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


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:43:48 + 
2008 ---
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]



[dba-issues] [Issue 92417] R6025 Error

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


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:43:39 + 
2008 ---
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]



[dba-issues] [Issue 92764] Form Display Misalignment

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


User fs changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:43:22 + 
2008 ---
resolving as FIXED as per reporter's comment. Thanks for the feedback.

-
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 92417] R6025 Error

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


User fs changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:43:15 + 
2008 ---
resolving as FIXED as per reporter's comment. Thanks for the feedback.

-
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 25483] Text jumping during vertic al scrolling drives me nuts

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:27:58 + 
2008 ---
In addition to be "smooth", auto-scroll should have speed depending on mouse
vertical bias from document (thus allows slow and fast scrolling).

Also please assign target milestone for this issue.

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

-
To unsubscribe, e-mail: [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 67173] Notes marker to little

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:26:32 + 
2008 ---
A customizable note indicator would be handy -- whether customizable on a
cell-by-cell basis, doc-by-doc, or just machine-by-machine.  For example, since
I'm 'red-green color-blind', the small red square can be difficult to see
against certain fill colors.  The ability to change the size and/or shape and/or
color of the note indicator would be sweet.

-
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 78030] Name Define does not work across spreadsheets

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 18:07:24 + 
2008 ---
I agree that inability to resolve external names is a deal killer for any
serious Excel port. 

The file path issue should be irrelevant provided that the edit links dialog
allows the source file location to be changed throughout 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]



[porting-issues] [Issue 91598] MinGW port catchup fix

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:48:12 + 
2008 ---
@vg
Fine. 

BTW, It's not that the cws cairosource01, isn't ready, it's that the QA hasn't
done anything so far.

-
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 92998] Missind 'table design' ico n in table toolbar of impress

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


User ihi changed the following:

What|Old value |New value

  CC|'sgauti'  |'ihi,sgauti'

 Assigned to|ihi   |af





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:45:32 + 
2008 ---
Andre, please have a look. Where is the missing icon?!?

-
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 92998] Missind 'table design' ico n in table toolbar of impress

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


User sgauti changed the following:

What|Old value |New value

  CC|''|'sgauti'





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:39:27 + 
2008 ---
adding me to cc. Sophie

-
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 93000] Title of the Table window in Base is in English

2008-08-21 Thread sgauti
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93000
 Issue #|93000
 Summary|Title of the Table window in Base is in English
   Component|l10n
 Version|OOO300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|sgauti





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:38:07 + 
2008 ---
Hi, 
The title of the Table window is in English in OOO300_m3 and cws localisation31.
It has [name of the table][name of the database][OOo-dev Table Data View]. The
last one should be localized and appears currently in English. It's not only
happening for the FR version.
Kind regards - Sophie

-
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 92998] Missind 'table design' ico n in table toolbar of impress

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:33:19 + 
2008 ---
I'm confirming the issue in cws localisation31, the string is not correct and
the icon is missing.
The only related string I found are located in /sd/source/ui/table.po
#: TableDesignPane.src#DLG_TABLEDESIGNPANE.control.text
msgctxt "TableDesignPane.src#DLG_TABLEDESIGNPANE.control.text"
msgid "Table Design"

#: TableDesignPane.src#DLG_TABLEDESIGNPANE.modaldialog.text
msgctxt "TableDesignPane.src#DLG_TABLEDESIGNPANE.modaldialog.text"
msgid "Table Design"
But they are correctly translated.
Kind regards - Sophie

-
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 5550] auto-fill can't increment l ast octet of ip addresses.

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 17:04:46 + 
2008 ---
Just so that we have it on the record,

The code to look into is
sc/source/core/data/table4.cxx, ScTable::Fill(), FillSeries(), FillAnalyse(),
and particularly lcl_DecompValueString() which is the function used to determine
what part of a text should be incremented.  Thanks er for providing the hint on 
IRC.

-
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 92999] Tools->Options product tre e not updated

2008-08-21 Thread crocha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92999
 Issue #|92999
 Summary|Tools->Options product tree not updated
   Component|ui
 Version|OOO300m3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|sba
 Reported by|crocha





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 16:56:03 + 
2008 ---
Even if Base is not installed it still appears in the product list with all
options available. I think it should at least be disabled, or maybe with just a
link to install it.

-
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 5550] auto-fill can't increment l ast octet of ip addresses.

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


User kami_ changed the following:

What|Old value |New value

  CC|'kamataki,kohei,masayan'  |'kamataki,kami_,kohei,masa
|  |yan'





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



  1   2   3   >