[framework-issues] [Issue 49631] New - GNOME desktop settings integration

2005-05-21 Thread rsiddhartha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49631
  Issue #:|49631
  Summary:|GNOME desktop settings integration
Component:|framework
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|PATCH
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|rsiddhartha





--- Additional comments from [EMAIL PROTECTED] Fri May 20 23:14:06 -0700 
2005 ---
We are trying to integrate the GNOME system settings with OOo, so that desktop
settings are consistent throughout all applications.

The attached patch has the work done for one setting - enable/disable printing.
So where the desktop setting says that printing is disabled, the value is read
in from gconf into a VCL setting, and this setting is then used in sfx2 to
disable the printing options in the application. At the same time, a listener is
attached to the gconf value and when it changes, the value is read back and
updated in VCL and thereby in sfx2.

It would be great if you could review the patch and let us know what you think
of it. 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]



[framework-issues] [Issue 49631] GNOME desktop settings integration

2005-05-21 Thread rsiddhartha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49631


User rsiddhartha changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26393) patch for
  |  |desktop settings
  |  |integration for the
  |  |printing option





--- Additional comments from [EMAIL PROTECTED] Fri May 20 23:16:17 -0700 
2005 ---
Created an attachment (id=26393)
patch for desktop settings integration for the printing option


-
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 49631] GNOME desktop settings integration

2005-05-21 Thread rsiddhartha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49631





--- Additional comments from [EMAIL PROTECTED] Fri May 20 23:26:07 -0700 
2005 ---
There are a set of listeners in shell/source/backends/gconfbe/gconfbackend.cxx
that are commented out, so I tried to get them working as well and see that the
listeners notify configmgr/source/backend/backendnotifier.cxx
componentDataChanged which in turn calls
configmgr/source/treecache/cachecontroller.cxx dataChanged which appears to
refresh the cache.

However, the setting read into VCL is read into a hashmap in SettingsConfigItem
class in vcl/source/gdi/fontcfg.cxx and not refreshed (the value read in at
boot-time is continued to be used), so when the gconf value changes, VCL is
still not aware of it. What I have tried is attached as an incremental patch
over the previous one attached.

Could you please let us know what you think ? 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]



[framework-issues] [Issue 49631] GNOME desktop settings integration

2005-05-21 Thread rsiddhartha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49631


User rsiddhartha changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26394) patch to invoke
  |  |the gconf listeners





--- Additional comments from [EMAIL PROTECTED] Fri May 20 23:27:02 -0700 
2005 ---
Created an attachment (id=26394)
patch to invoke the gconf listeners


-
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 49548] module libxmlsec Mac OSX / gcc-3.3 breaks : libnss and libnspr not found

2005-05-21 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49548





--- Additional comments from [EMAIL PROTECTED] Fri May 20 23:54:59 -0700 
2005 ---
ericb - maveric

I'm sorry to have confused you with mozilla, but this issue is just about
libxmlsec, who needs mozilla stuff. In fact, a more deep problem is caused by
configure (not yet sure were exactly), breaking both libxmlsec and xmlsecurity.

Some supplementary informations *Mac OSX only* (don't know yet for Linux PPC):

1) mozilla 
The build is ok (with my patch ;-)  ), but the mozilla environment setting is
now missing for Mac OSX. Until around m100 it was prefectly working, and I'm
learning all the config_office histories to find *who* and *what* was modified (
pkgconfig tracing is a good way...) 

2) libxmlsec
Because mozilla environment is not correctly set,  libnss3.dylib and
libnspr4.dylib are not found
- break in libxmlsec configure, who needs these libraries.

Even using my proposed workaround (not an acceptable solution here), another
problem comes : libxmlsec1-nss.dylib is not build, because pkgconfig sucks... 

3) xmlsecurity 
Needs : libxmlsec1-nss.dylib - actually broken.


I hope this is more understandable


ericb - mh : IMHO this issue could be a P2, because we are stalled here, else
can m104s1 give us a solution ? 



-
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 49548] module libxmlsec Mac OSX / gcc-3.3 breaks : libnss and libnspr not found

2005-05-21 Thread maveric
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49548





--- Additional comments from [EMAIL PROTECTED] Sat May 21 00:22:38 -0700 
2005 ---
maveric-ericb

Thanks for the explaination. Yes in fact, you confused me a bit more than I
thought. 

O.K. Now I hope to give the right answer :-)

After knowing what you want this may be of some interest. 

After the build error in Module Mozilla I remembered pkgconfig getting updated
by Darwinports earlier this week besides some other ports. 

What I did now is the following':
Let Darwinports give me a list of installed ports and greb for inactive ones.
The result was: gtk2 2.6.2_1, libtool 1.5.14_0, pkgconfig 0.15.0_4
I deactivated the newer ports for this three packages and Mozilla got build. Now
that Mozilla got build I guess thats why nss libs got found and that's why I do
have libxmlsec. 

The bad pkgconfig here in Darwinports is pkgconfig 0.17.2_0. 

What I too noticed is that those new packages for pkgconfig, libtool and gtk2
cause vcl to break. 

For now I switched back to the old packages and I ignore Darwinports warnings
telling me I use outdated ports. 

If the build is done I may try a gradual update of the port activating one after
the other and doing a rebuild of libxmlsec/Mozilla to see which port is the bad
one. 

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

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


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



[sc-issues] [Issue 49347] Autofilter gives wrong results

2005-05-21 Thread fousage
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49347





--- Additional comments from [EMAIL PROTECTED] Sat May 21 00:28:21 -0700 
2005 ---
Additionnal information :
This is very strange. In the original file, the data was _not_ created using
datapilot. However, these cells were defined in Excel as the source (not result)
for a pivot table (=Excel's datapilot).

In OOo, I could modify these cells without any error or other problem, and I
did, extensively. The datapilot was correctly imported and the resulting
datapilot sheet was uptated perfectly to keep with my modifications.

To make the test file, I just deleted all sheets except this one (including the
resulting datapilot / pivot sheet), irrevelant collumns and most of rows to keep
a small set of data showing what the problem was. At the time, I did not try to
modify the remaining cells, but I am very surprised at the result.

I just plain don't understand what happened...

-
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 49632] New - Replace Default by Text Body

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49632
  Issue #:|49632
  Summary:|Replace Default by Text Body
Component:|Word processor
  Version:|680m104
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 00:50:10 -0700 
2005 ---
By default, when I open Writer, the paragraph's style is Default. The default
paragraph style should be Text Body because the paragraph style next a title
(Title 1, for example) is Text Body.
In MS Word, the default style is Normal because the style next a title is
Normal.

-
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 49633] New - Numbering autocorrection

2005-05-21 Thread denisvh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49633
  Issue #:|49633
  Summary:|Numbering autocorrection
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|denisvh





--- Additional comments from [EMAIL PROTECTED] Sat May 21 00:53:14 -0700 
2005 ---
When you start a paragraph with the - character, the writer changes it 
automatically into a numbering character starting with a new character (code: 
2013, font Microsoft Sans Serif). The autocorrect option has a checkbox to 
dislable this feature and an edit feature to change the character. Dislabling 
the feature works, but changing the character does not. This problem is more 
serious that it seems to be because the character code chosen by default is not 
understood by Microsoft Word so that if the the autocorrection works, and then 
if the document is exported to word, the result is not good (for word).
I guess that two fixes are necessary, first to really enable the user to choose 
the character, then to set the default character to something that word 
understands.

-
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 49634] New - Layout of margins

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49634
  Issue #:|49634
  Summary:|Layout of margins
Component:|Word processor
  Version:|680m104
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 00:54:31 -0700 
2005 ---
Hello
In Writer, margins appears in light grey. An option should be created for make
disappear the layout of margins.

-
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 49635] New - The Style... dialog box

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49635
  Issue #:|49635
  Summary:|The Style... dialog box
Component:|Word processor
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:00:54 -0700 
2005 ---
In MS Word, the dialog box Style... (view the attached document) appears in
Office side. The equivalent should be exist in Writer (equivalent at the
Office Side).

-
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 49635] The Style... dialog box

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49635


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26395) Style dialog
  |  |box





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:01:29 -0700 
2005 ---
Created an attachment (id=26395)
Style dialog box


-
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 49636] New - Toolbar Master view

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49636
  Issue #:|49636
  Summary:|Toolbar Master view
Component:|Presentation
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|wg
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:04:08 -0700 
2005 ---
Follow these step :
. Open Impress
. View - Master - Slide Master
. View - Master - Notes Master
. View - Master - Slide Master
The toolbar Master view has disappear.

-
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 49637] New - OOo and XML Visio Document

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49637
  Issue #:|49637
  Summary:|OOo and XML Visio Document
Component:|framework
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:05:44 -0700 
2005 ---
Hello
OOo should be openning XML Visio document (see the attached file).

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

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


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



[framework-issues] [Issue 49637] OOo and XML Visio Document

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49637


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26396) Visio XML
  |  |Document





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:09:22 -0700 
2005 ---
Created an attachment (id=26396)
Visio XML Document


-
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 49638] New - Create a Wizard in draw

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49638
  Issue #:|49638
  Summary:|Create a Wizard in draw
Component:|Drawing
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|wg
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:15:30 -0700 
2005 ---
Hello
In MS Publisher 2003, exists a category called New presentation (view the
attached file). An equivalent should be exist in OOo Draw.

-
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 49638] Create a Wizard in draw

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49638


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26397) The New
  |  |presentation side in MS
  |  |Pub





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:16:46 -0700 
2005 ---
Created an attachment (id=26397)
The New presentation side in MS Pub


-
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 49518] Gujarati Team has translated Openoffice.org-680_m104 fully, and want to update into the openoffice.

2005-05-21 Thread ankitp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49518





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:26:02 -0700 
2005 ---
Below one is the exact link of the gu-680_m104.sdf file...

http://prdownloads.sourceforge.net/indianoss/gu-IN-680_m104.sdf?download



-
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 49639] New - Modify of OOo HTML Editor

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49639
  Issue #:|49639
  Summary:|Modify of OOo HTML Editor
Component:|Word processor
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:26:42 -0700 
2005 ---
Hello
Nvu is a big HTML Editor.
Nvu (http://www.nvu.com/) should be integrate in OOo.

-
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 49640] New - Insert image from files does Format imgInsert image from files does Format img when img selected

2005-05-21 Thread fousage
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49640
  Issue #:|49640
  Summary:|Insert image from files does Format imgInsert image
  |from files does Format img when img selected
Component:|Word processor
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|fousage





--- Additional comments from [EMAIL PROTECTED] Sat May 21 01:30:10 -0700 
2005 ---
When an image is selected, doing Insert  Picture  From file... calls the
Format  Image... dialog. Maybe it's a feature, but I don't get it. Shouldn't
menu items do what they advertise ?

Sincerely,

Fousage

-
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 49641] New - Paste special is broken ?

2005-05-21 Thread fousage
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49641
  Issue #:|49641
  Summary:|Paste special is broken ?
Component:|Word processor
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|fousage





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:06:01 -0700 
2005 ---
When trying to use paste special with data from an other application, I got an
empty list to choose from. Choosing OK just paste normal.

Tried with different clipboard content (unformated text, html) from different
applications (Thunderbird, Firefox, Notepad, Notepad++).

Paste special from OOo to OOo seems to work somehow although :
- The exact wording changes from application to application : you get either
Openoffice.org application or Openoffice.org document type.
- There is a blank entry below the OOo entry.
- DDE Link sometimes appears, sometimes not.
- There is no unformated text nor any other usual choices.

Sincerely,

Fousage

-
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 49642] New - Slide Transition

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49642
  Issue #:|49642
  Summary:|Slide Transition
Component:|Presentation
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|ui
  Assigned to:|wg
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:39:16 -0700 
2005 ---
Hello
When I open a PowerPoint Presentation which contains Slide transition, they are
ignored by OOo (view the attached 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]



[graphics-issues] [Issue 49642] Slide Transition

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49642


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26399) File contains
  |  |transitions





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:39:49 -0700 
2005 ---
Created an attachment (id=26399)
File contains transitions


-
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 49536] Some bug in Locale setting option

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49536





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:49:34 -0700 
2005 ---
Oh, sorry.

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

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


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



[sw-issues] [Issue 49643] New - Equvalent of FrontPage Tabs in OOo

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49643
  Issue #:|49643
  Summary:|Equvalent of FrontPage Tabs in OOo
Component:|Word processor
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows, all
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:54:47 -0700 
2005 ---
Hello
In MS FP 2003, exists some tabs (view the attached image). The equivalent should
be exist in OOo HTML Writer.

-
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 49643] Equvalent of FrontPage Tabs in OOo

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49643


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26400) Tabs





--- Additional comments from [EMAIL PROTECTED] Sat May 21 02:55:06 -0700 
2005 ---
Created an attachment (id=26400)
Tabs


-
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 49644] New - Update DicOOo

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49644
  Issue #:|49644
  Summary:|Update DicOOo
Component:|framework
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|PATCH
 Priority:|P2
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:15:26 -0700 
2005 ---
Hello
An update version is available here :
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/dicooo/DicOOo.sxw
Integrate it in setup program of 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]



[sw-issues] [Issue 49635] The Style... dialog box

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


User cloph changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:34:19 -0700 
2005 ---
Invalid.

Please remember: OpenOffice.org ist not a clone of MS-Office.

Not every functionality must be at the very same place/must have the same name
as in MS-Office.

Please ask in one of the mailing lists first whether the functionality you're
asking for is available in OOo before filing an issue.

(And BTW: OOo comes with a detailed OnlineHelp that can answer most of your
questions as well)

Furthermore: The summary is bad - you cannot tell what the issue is about
without reading the comment.

So please use the mailing-lists/OnlineHelp/Formus first:
Since the screenshot shows a french version I'll give you the link for the
french-native-lang project:
http://fr.openoffice.org/contact-forums.html

For this problem: Just drag the window to the desired corner and it will dock.
To undock: doble-click an empty space within the window while pressing ctrl

-
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 49635] The Style... dialog box

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


User cloph changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:36:19 -0700 
2005 ---
closing 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]



[porting-issues] [Issue 49548] module libxmlsec Mac OSX / gcc-3.3 breaks : libnss and libnspr not found

2005-05-21 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49548


User ericb changed the following:

  What|Old value |New value

Status|NEW   |STARTED

Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:38:15 -0700 
2005 ---
The solution : test_gtk was set to no, line 2550, in config_office/configure
change to test_gtk=yes does it.

To be build, xmlsecurity libs need libxmlsec1-nss.dylib, and to be build, this
library needs a correct pkg-config check.

What I don't know is : is it possible that xmlsecurity could be build without
this mozilla dependency ? libxml12 is probably the begining of an answer.

(patch follows)





-
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 49548] module libxmlsec Mac OSX / gcc-3.3 breaks : libnss and libnspr not found

2005-05-21 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49548


User ericb changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26401) patch for
  |  |libxmlsec and xmlsecurity
  |  |build on Mac OSX (10.4)





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:39:19 -0700 
2005 ---
Created an attachment (id=26401)
patch for libxmlsec and xmlsecurity build on Mac OSX (10.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]



[sw-issues] [Issue 49634] Layout of margins

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


User cloph changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:41:04 -0700 
2005 ---
invalid. This already exists. Please consult the OnlineHelp or the 
mailing-lists.

View|Textborders (not sure what it is called - don't use an english version
right now)

-
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 49634] Layout of margins

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


User cloph changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:41:59 -0700 
2005 ---
closing 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]



[porting-issues] [Issue 49548] module libxmlsec Mac OSX / gcc-3.3 breaks : libnss and libnspr not found

2005-05-21 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49548


User ericb changed the following:

  What|Old value |New value

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:43:24 -0700 
2005 ---
Can someone verify on Mac OSX 10.3, please ? 

Set target to OOo2.0


-
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 43766] Inappropriate Thai date formats / non-functional

2005-05-21 Thread samphan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43766


User samphan changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26402) New patch - the
  |  |previous patch has some
  |  |misspellings





--- Additional comments from [EMAIL PROTECTED] Sat May 21 03:54:40 -0700 
2005 ---
Created an attachment (id=26402)
New patch - the previous patch has some misspellings


-
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 49645] New - Read/write to Windows shares: file does not exists

2005-05-21 Thread cscarf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49645
  Issue #:|49645
  Summary:|Read/write to Windows shares: file does not exists
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Windows 98
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|open-import
  Assigned to:|mru
  Reported by:|cscarf





--- Additional comments from [EMAIL PROTECTED] Sat May 21 04:01:51 -0700 
2005 ---
I re-installed Win98 SE on a PC connected to a 5 PCs network (workgroup
Win98SE/WinXP). On this PC I installed Beta 104 without problems. It reads and
wites documents locally, but if I try to open a shared file on another PC I get
an error message saying //Share/Dir/file.doc does not exists. The same happens
if I try to open the file from the Menu-Open-Network etc.. or if I
double-click on a directory listing in Windows Neighborhood. The same files
copied to a local directory are opened OK. The same thing happens if I create a
new file and try to save it to a shared directory.
Wordpad opens those files from the shares without problems. 
Calc has the same issue.
Thanks,
Carlo

-
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 43766] Inappropriate Thai date formats / non-functional

2005-05-21 Thread samphan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43766


User samphan changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=26403) New patch - the
  |  |previous patch has a bit
  |  |too many changes related
  |  |to other issue





--- Additional comments from [EMAIL PROTECTED] Sat May 21 04:16:40 -0700 
2005 ---
Created an attachment (id=26403)
New patch - the previous patch has a bit too many changes related to other issue


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

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


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



[sw-issues] [Issue 49634] Layout of margins

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49634





--- Additional comments from [EMAIL PROTECTED] Sat May 21 04:59:54 -0700 
2005 ---
Sorry, I did not know this feature

-
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 49643] Equvalent of FrontPage Tabs in OOo

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49643





--- Additional comments from [EMAIL PROTECTED] Sat May 21 05:03:46 -0700 
2005 ---
I made a spelling mistake in Summary, it is necessary to read : Equivalent of
FrontPage Tabs in OOo

-
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 49647] New - Navigator and Stylist docking pushes away text window

2005-05-21 Thread gaborf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49647
  Issue #:|49647
  Summary:|Navigator and Stylist docking pushes away text window
Component:|Word processor
  Version:|current
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|mru
  Reported by:|gaborf





--- Additional comments from [EMAIL PROTECTED] Sat May 21 06:15:31 -0700 
2005 ---
This refers to OOo1.9.104 and before. OOo1 was fine.
If I do not dock the Navigator or the Stylist panel, they hide a part of the
document.
If I dock either or both and click on the small dotted line, the appear, do not
cover anything, but push away the text (in fact the whole document window)
thereby shortening the lines and so forcing text to disappear down behind.
In OOo1... there was a small nail or needle or whatever on the border of these
panels an it could be set so that the panel jumped out from the side.
temporarily covered the content but did not force it to shorten the lines.
Cold this perhaps be brought back?
Thank you.

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

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


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



[sw-issues] [Issue 49648] New - Font problem in beta releases through 1.9.100 / fixed in 1.9.104

2005-05-21 Thread waustin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49648
  Issue #:|49648
  Summary:|Font problem in beta releases through 1.9.100 / fixed
  |in 1.9.104
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|waustin





--- Additional comments from [EMAIL PROTECTED] Sat May 21 06:44:40 -0700 
2005 ---
This problem appears to be fixed in 1.9.104 - I am submitting the bug ONLY
because after posting the original bug and then posting that it was fixed in the
104 pre-release, I got several emails (apparently from list members - I don't
know if they were developers) asking me to go ahead and file the bug anyway as
it is not documented anywhere that it was fixed.

(I do software reliability engineering as part of my job and as a matter of
course I ran the beta releases through a small stress test, loading about 3000
truetype faces onto my system.

This behavior is observable when reboot the system but is not if merely stop 
and resart the fontserver, even if I stop, blow away *all* fonts.dir, 
fonts.scale, and fonts.cache-1 files, and then reboot xfs letting it rebuild 
the fonts.* files from scratch.

After rebooting the system, if I run staroffice7 or oo-1.1.3, all of the 
extra fonts I have picked up work perfectly - in particular 2 favorites 
Garamond (Gentium was a typo in the original posting on the email list) and
Bauhaus (roman, italic, bold, and bold italic in each).  They 
display properly on the screen and print properly. (note: I'm using Bauhaus 
and Garamond as examples here, but there are a few other fonts which do the 
same - these are just the ones for which I have current sample pdf 
and .odt/.sxw files sitting on disk).

As soon as I bring up oo-1.9.100 (or .79, or .97), these two fonts start 
misbehaving.

If I bring up oo-1.9.100, then the bold versions of these two fonts do not 
display as bold in OO, but rather and the non-bold versions. Occasionally they 
still print as bold but usually they do not (and the occasionally here means 
it happened once or not more than twice).

Also immediately after bringing up oo-1.9.100, IF I already had an open 
staroffice7/oo-1.1.3 window, then the fonts still *display* properly there but 
the bold versions print as non-bold.  If I did not have any so7/oo1.1.3 
windows open when I first bring up OOo-1.9.xyz and bring one (so7/oo1.1.3) up, 
the bold versions of these fonts both display and print as non-bold in the 
so7/oo1.1.3 window.

I am able to duplicate this behavior on 4 linux boxes and a sparcstation [note:
but the 
sparcstation uses the fontserver frome one of the linux boxes].  Looking at 
the fonts in the pdf exports of the documents using pdffonts, BEFORE bringing 
up oo-1.9.100, the fonts Bauhaus-Bold and Bauhaus-BoldItalic are included 
(along with Bauhaus-Regular and Bauhaus-Italic).  After bringing up 
OOo-1.9.100 a new exported pdf file will not include these two bold fonts but 
only the non-bold versions.  The same story applies for Garamond.

I finally got a windows2000 box to try it on, and the problem did not occur
there. (???)

Please feel free to contact me directly on this issue.

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

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


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



[sw-issues] [Issue 49641] Paste special is broken ?

2005-05-21 Thread fousage
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49641





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:12:07 -0700 
2005 ---
O-K

This is getting stranger.

After a Windows restart, Paste Special works correctly. BUT now Paste (simple
normal paste) does is if it was Paste Unformated Text.

I perversly hope this will be a WorksForMe for everybody else...

Sincerely,

Fousage

-
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 49649] New - printing from OOo's postscript contains errors

2005-05-21 Thread detlef
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49649
  Issue #:|49649
  Summary:|printing from OOo's postscript contains errors
Component:|gsl
  Version:|OOo 1.1.4
 Platform:|Opteron/x86_64
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|cp
  Reported by:|detlef





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:13:31 -0700 
2005 ---
I have a document that isn't printed correctly from OOo 1.1.4 using cups on SuSE
Linux 9.3.
The document contains some a special character (the Euro sign ) and it uses 
two
True Type Fonts (Arial and Times New Roman). In some letters like B, h there's a
part missing in the first straight upward line.

It doesn't look like a problem of the distribution or the printer driver though.
The printer driver is a raster printer driver for the HP Deskjet 5151.
If I convert the postscript output of OOo with ps2ps, then the printout is
alright. Exporting a PDF from OOo and then print it with Adobe Acrobat Reader or
kpdf gives me a printout without errors.

So the conclusion is that something with OOo postscript isn't alright.

I will add several files, so you can see what I'm talking about.
test.sxw
the document itself

testOOo.ps
post script exported by OOo

testps2ps.ps 
post script converted from testOOo.ps by ps2ps

out.jpg.zip 
zip file of a scan of the print out - faulty letters are marked with a red 
circle.

-
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 49649] printing from OOo's postscript contains errors

2005-05-21 Thread detlef
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49649


User detlef changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26405) text document
  |  |for test





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:15:17 -0700 
2005 ---
Created an attachment (id=26405)
text document for test


-
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 49649] printing from OOo's postscript contains errors

2005-05-21 Thread detlef
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49649


User detlef changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26406) postscript
  |  |output from OOo





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:16:25 -0700 
2005 ---
Created an attachment (id=26406)
postscript output from OOo


-
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 49649] printing from OOo's postscript contains errors

2005-05-21 Thread detlef
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49649


User detlef changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26407) postscript file
  |  |from ps2ps converted from
  |  |testOOo.ps





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:17:31 -0700 
2005 ---
Created an attachment (id=26407)
postscript file from ps2ps converted from testOOo.ps


-
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 49649] printing from OOo's postscript contains errors

2005-05-21 Thread detlef
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49649


User detlef changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26408) zip file of a
  |  |scan of the print out -
  |  |faulty letters are marked
  |  |with a red circle.





--- Additional comments from [EMAIL PROTECTED] Sat May 21 08:18:57 -0700 
2005 ---
Created an attachment (id=26408)
zip file of a scan of the print out - faulty letters are marked with a red 
circle.


-
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 49650] New - the characters whose glyphs are missing in the default font are not displayed at all.

2005-05-21 Thread farzanehs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49650
  Issue #:|49650
  Summary:|the characters whose glyphs are missing in the
  |default font are not displayed at all.
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|editing
  Assigned to:|mru
  Reported by:|farzanehs





--- Additional comments from [EMAIL PROTECTED] Sat May 21 09:06:56 -0700 
2005 ---
OOo should use a suitable font to display certain characters when the default
font lacks the respective glyphs. instead, it displays blank spaces.
there is a workaround to type in a document in arabic script: select all the
text (which looks like a number of blank spaces) and change the font to a proper
one. in this case *you* are doing the searching for OOo. but this causes
problems specially when you search some text or add a hyperlink. when you type
something containing special character into the search box or hyperlink box, the
search criteria is not displayed. the only workaround is to change the default
font that writer uses, which is not very desirable.

-
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 2313] Make images / pictures easier to handle

2005-05-21 Thread njjh201
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2313





--- Additional comments from [EMAIL PROTECTED] Sat May 21 09:19:04 -0700 
2005 ---
I am in strong agreement with point 2 in CJ's comments. For OOo to be able to
handle images in a similar way to, say, QuarkXPress would be a massive bonus for
those of us who do use OOo as a DTP package.

Or, if this already exists / is available via a practical workaround, it needs
to be better signposted.

-
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 49485] arabic script in italic/bold is shown regular but printed italic/bold.

2005-05-21 Thread farzanehs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49485


User farzanehs changed the following:

  What|Old value |New value

Status|CLOSED|UNCONFIRMED

Resolution|DUPLICATE |





--- Additional comments from [EMAIL PROTECTED] Sat May 21 09:20:28 -0700 
2005 ---
to colph: as i explained, i tried some other fonts that i was sure have
italic/blod versions, but the problem was still there.

-
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 49651] New - Question about Automatic filename extension

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49651
  Issue #:|49651
  Summary:|Question about Automatic filename extension
Component:|framework
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 09:39:21 -0700 
2005 ---
When I save a new document, the dialog box Save as appears. In this dialg box,
exists a checkbox called Automatic filename extension. Couldn't you remove it 
?
Or install a option allowing disabled the option Automatic filename extension.

-
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 49652] New - Don't ask again checkbox in autosave dialog

2005-05-21 Thread svenl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49652
  Issue #:|49652
  Summary:|Don't ask again checkbox in autosave dialog
Component:|framework
  Version:|OOo 1.1.4
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|svenl





--- Additional comments from [EMAIL PROTECTED] Sat May 21 09:45:02 -0700 
2005 ---
I realized that the checkbox don't ask me again to save the document is
missing in the autosave dialog. After a while it can be annoying when the same
question appears so often. But I think you want the question to appear each time
you use the document. This option shouldn't switch of this option permanently.

-
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 49653] New - Arabic fonts do not display correctly like English font when we want to choose a font

2005-05-21 Thread zayed2001
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49653
  Issue #:|49653
  Summary:|Arabic fonts do not display correctly like English
  |font when we want to choose a  font
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|zayed2001





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:16:09 -0700 
2005 ---
Arabic fonts do not display correctly like English font when we want to choose a
 font for format a text.
attached pictures show what I mean. first one compare between Arabic fonts and
English font in OOo 2.0 Beta. The second one shows the correct display as in the
MS Office.

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

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


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



[sw-issues] [Issue 49654] New - Missing language information in exported pdf

2005-05-21 Thread fabiog
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49654
  Issue #:|49654
  Summary:|Missing language information in exported pdf
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows 98
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|save-export
  Assigned to:|mru
  Reported by:|fabiog





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:17:25 -0700 
2005 ---
1. Set the default language for the document in Tools  Options  Language 
settings
2. Export as PDF
3. The exported file does not contain language information (properties in
acrobat reader 7 or accessibility check with acrobat)
It is a lack of accessibility

release: 1.9.104

-
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 49653] Arabic fonts do not display correctly like English font when we want to choose a font

2005-05-21 Thread zayed2001
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49653


User zayed2001 changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26410) OOo does not
  |  |display arabic fonts
  |  |correctly





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:19:09 -0700 
2005 ---
Created an attachment (id=26410)
OOo does not display arabic fonts correctly


-
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 49653] Arabic fonts do not display correctly like English font when we want to choose a font

2005-05-21 Thread zayed2001
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49653


User zayed2001 changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26411) the right
  |  |display





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:20:51 -0700 
2005 ---
Created an attachment (id=26411)
the right display


-
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 49655] New - Zoom in in page preview

2005-05-21 Thread zayed2001
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49655
  Issue #:|49655
  Summary:|Zoom in in page preview
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|zayed2001





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:45:26 -0700 
2005 ---
Open OOo writer then hit (page preview) and just paly with Zoom in and see how
OOo  preview your document. Note how it goes form center at 25% to the left at
600%. At  zoom 75% you will need surely to move scrollbar to see whole the 
doucment. 

I think this problem must be solve to get all benfits of page preview !!

-
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 18285] Bitstream Vera Serif without italic (fake italics and bold for display for regular-only fonts)

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





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:48:00 -0700 
2005 ---
*** Issue 49485 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 49485] arabic script in italic/bold is shown regular but printed italic/bold.

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


User cloph changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:48:03 -0700 
2005 ---
You can be sure about it- but I tell you: Tahoma doesn't support bold or italic
arabic.
Tahoma only contains *very* few bold arabic characters.

Marking duplicate again.

(Next time please attach a sample doucment as well)

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

-
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 49485] arabic script in italic/bold is shown regular but printed italic/bold.

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


User cloph changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat May 21 10:59:02 -0700 
2005 ---
closing duplicate.

When reopening again please attach a test-document and name the fonts you tried.

-
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 44944] Only some fonts available if document with unavailable fonts loaded

2005-05-21 Thread mjost
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44944





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:07:01 -0700 
2005 ---
This problem seems to be gone in 1.9.104


-
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 49650] the characters whose glyphs are missing in the default font are not displayed at all.

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


User cloph changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:17:28 -0700 
2005 ---
Please attach a sample document and name the fonts you're using.

If you use a broken font that claims to have the characters there's nothing OOo
can do about that.

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

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


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



[graphics-issues] [Issue 49656] New - Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656
  Issue #:|49656
  Summary:|Impress crashs when I click on a slide
Component:|Presentation
  Version:|680m104
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|ui
  Assigned to:|wg
  Reported by:|computerhotline





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:55:01 -0700 
2005 ---
Hello
When I click on a slide (view the attached image), Impress crash.
The slide can appear at quarter (view the attached image)

-
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 49656] Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26412) impress bug





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:55:33 -0700 
2005 ---
Created an attachment (id=26412)
impress bug


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

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


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



[graphics-issues] [Issue 49656] Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656


User computerhotline changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26413) File where
  |  |Impress crash





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:56:34 -0700 
2005 ---
Created an attachment (id=26413)
File where Impress crash


-
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 49657] New - Showing an excel file with much larger font

2005-05-21 Thread vyho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49657
  Issue #:|49657
  Summary:|Showing an excel file with much larger font
Component:|Spreadsheet
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|spreadsheet
  Reported by:|vyho





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:56:33 -0700 
2005 ---
Please see the attached file.  For the difference between MS office and the 
Calc.

Fonts are much larger that makes the sheet unworkable.

-
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 49657] Showing an excel file with much larger font

2005-05-21 Thread vyho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49657


User vyho changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26414) Test file





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:57:14 -0700 
2005 ---
Created an attachment (id=26414)
Test 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]



[graphics-issues] [Issue 49656] Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656





--- Additional comments from [EMAIL PROTECTED] Sat May 21 11:58:48 -0700 
2005 ---
This bug exists on any diaporama

-
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 49656] Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656





--- Additional comments from [EMAIL PROTECTED] Sat May 21 12:02:54 -0700 
2005 ---
The slide can appear at quarter (1/4) from the row scrollbar (view the attached
image)

-
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 49658] New - OOO 1.1.x and 2.x testing both crash when I click on a menu

2005-05-21 Thread spiralyoda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49658
  Issue #:|49658
  Summary:|OOO 1.1.x and 2.x testing both crash when I click on
  |a menu
Component:|Presentation
  Version:|current
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|wg
  Reported by:|spiralyoda





--- Additional comments from [EMAIL PROTECTED] Sat May 21 12:28:34 -0700 
2005 ---
Hello, 
 
Everytime I launch OpenOffice on my ubuntu hoary, and I click on a menu, ooo 
crashes with a standard error message... 
 
I've got the same problem with OOO 1.1.3 and 2 testing (m104s). 
 
I have tried to remove my ~/.openoffice and ~/.sversionrc, but the result is 
the same... 
 
I'm not sure this might be a logical explanation, but I've opened a powerpoint 
file with both versions, and got an error with this file, and that's almost 
the last thing I did with ooo before it failed... 
 
I hope you'll find where the problem comes from and be able to help me. 
 
Thanks in advance for your help 
 
Goodbye

-
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 49656] Impress crashs when I click on a slide

2005-05-21 Thread computerhotline
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656





--- Additional comments from [EMAIL PROTECTED] Sat May 21 12:31:32 -0700 
2005 ---
This bug appears ONLY when : Tools - Options - Openoffice.org -
General : Tips option is checked. If you uncheck the check box, the bug
disappears.

-
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 49658] OOO 1.1.x and 2.x testing both crash when I click on a menu

2005-05-21 Thread spiralyoda
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49658


User spiralyoda changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=26415) Strace output
  |  |with ooo 1.1.3 bugging





--- Additional comments from [EMAIL PROTECTED] Sat May 21 12:31:58 -0700 
2005 ---
Created an attachment (id=26415)
Strace output with ooo 1.1.3 bugging


-
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 40444] draw elements not in correct place in masterdocument

2005-05-21 Thread riquier
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40444


User riquier changed the following:

  What|Old value |New value

Status|CLOSED|REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sat May 21 12:56:46 -0700 
2005 ---
In version m104 this behaviour is there again, although this was fixed in m75.
Moreover I have to create a new separate issue, because OOo crashes when links
are updated in a masterdocument (even on opening a masterdocument with updating
of all links).

-
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 49659] New - Masterdocument: crash when updating links

2005-05-21 Thread riquier
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49659
  Issue #:|49659
  Summary:|Masterdocument: crash when updating links
Component:|Word processor
  Version:|OOo 2.0 Beta
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|formatting
  Assigned to:|mru
  Reported by:|riquier





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:08:05 -0700 
2005 ---
OOo1.9.104 crashes when updating links in a masterdocument, even when opening
the masterdocument and selecting the update of all links. So, after creation of
a masterdocument and inserting the subdocuments, the masterdocument can not be
reopened with the subdocuments visible and is useless.

-
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 48430] Cursor moves to location of last edit when file opened

2005-05-21 Thread peschtra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48430


User peschtra changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:15:54 -0700 
2005 ---
.

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

-
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 43146] Users should have the option to have the cursor position remembered when opening a document.

2005-05-21 Thread peschtra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43146





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:15:51 -0700 
2005 ---
*** Issue 48430 has been marked as a duplicate of this issue. ***

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

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


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



[graphics-issues] [Issue 48655] Unable to midify presentatio

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48655


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Status|UNCONFIRMED   |RESOLVED

  Keywords|needmoreinfo  |needmoreinfo, oooqa

Resolution|  |WORKSFORME

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:31:41 -0700 
2005 ---
so closing as worksforme

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

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


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



[graphics-issues] [Issue 48655] Unable to midify presentatio

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48655


User maxweber changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:31:55 -0700 
2005 ---
.

-
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 49482] Fix encoding for Vietnamese in msiencodinglist.txt

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49482


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|is|mh

 Component|l10n  |tools

  Keywords|  |oooqa

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





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:36:25 -0700 
2005 ---
reassign from l10n to tools-team.

-
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 49482] Fix encoding for Vietnamese in msiencodinglist.txt

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49482


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|is|mh

 Component|l10n  |tools

  Keywords|  |oooqa

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





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:36:25 -0700 
2005 ---
reassign from l10n to tools-team.

-
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 49552] reversed arrowheads

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49552


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Version|OOo 2.0 Beta  |680m100





-
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 49592] Outline Numbering

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49592


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Version|OOo 2.0 Beta  |680m104





-
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 49598] mutual support (vb macros in spreadsheet)

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49598


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Version|OOo 2.0 Beta  |680m100





-
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 49601] Crash when saving .ppt file using impress

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49601


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:48:21 -0700 
2005 ---
hi, no crash here with m103 on SuSE 9.3, so i recommend to try again with the
latest snapshot build available from:
http://download.openoffice.org/680/index.html

Regards,
Max, OOo Volunteer

-
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 49609] Updated GSI files for Afrikaans (m104, for 2.0)

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49609


User maxweber changed the following:

  What|Old value |New value

CC|'dwayne,khirano'  |'dwayne,khirano,maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:50:06 -0700 
2005 ---
nothing to confirm here, 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]



[graphics-issues] [Issue 49627] Showstopper: Effects run on unintentional flickering black background

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49627


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:54:16 -0700 
2005 ---
cannot repro with my m103 on SuSE 9.3, must be config specific.

thomassen, can you give any info your graphics setup? window manager, graphics
hardware, driver, etc.

-
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 49651] Add option to disable Automatic filename extension

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49651


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|tm|requirements

Issue type|DEFECT|ENHANCEMENT

  Keywords|  |oooqa

   Summary|Question about Automatic |Add option to disable
  |filename extension   |Automatic filename
  |  |extension





--- Additional comments from [EMAIL PROTECTED] Sat May 21 13:58:49 -0700 
2005 ---
defect - enhancement

-
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 49540] Wordperfect Templates will not convert properly

2005-05-21 Thread patralis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49540





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:00:52 -0700 
2005 ---
This is actually a Writer issue, I accidentally put it in the wrong category.

-
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 49656] Impress crashs when I click on a slide

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49656


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

  Keywords|  |oooqa

  Priority|P1|P2





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:03:56 -0700 
2005 ---
P1 - P2

-
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 49654] Missing language information in exported pdf

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49654


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|mru   |requirements

Issue type|DEFECT|ENHANCEMENT

  Keywords|  |oooqa

   Version|OOo 2.0 Beta  |680m104





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:12:26 -0700 
2005 ---
confirm with m103 on SuSE 9.3

defect - enhancement

-
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 49654] Missing language information in exported pdf

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49654


User maxweber changed the following:

  What|Old value |New value

 Component|Word processor|framework

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

  Subcomponent|save-export   |code





-
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 49654] Missing language information in exported pdf

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49654


User maxweber changed the following:

  What|Old value |New value

 Component|Word processor|framework

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

  Subcomponent|save-export   |code





-
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 49654] Missing language information in exported pdf

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49654


User maxweber changed the following:

  What|Old value |New value

OS/Version|Windows 98|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]



[sc-issues] [Issue 49657] Showing an excel file with much larger font

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49657


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

OS/Version|Windows XP|All





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:16:47 -0700 
2005 ---
confirm with m103 on SuSE 9.3,

another complex excel import font 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]



[framework-issues] [Issue 49645] Read/write to Windows shares: file does not exists

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49645


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|mru   |tm

 Component|Word processor|framework

  Keywords|  |oooqa

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

  Subcomponent|open-import   |ui

   Version|OOo 2.0 Beta  |680m104





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:21:58 -0700 
2005 ---
wp - framework

-
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 49645] Read/write to Windows shares: file does not exists

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49645


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

   Assigned to|mru   |tm

 Component|Word processor|framework

  Keywords|  |oooqa

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

  Subcomponent|open-import   |ui

   Version|OOo 2.0 Beta  |680m104





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:21:58 -0700 
2005 ---
wp - framework

-
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 48742] Grammar error in the Document Converter Wizard

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48742


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:24:45 -0700 
2005 ---
confirm with m103

-
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 48753] rscpp is built with ST option but uses MT libs

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48753


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:25:43 -0700 
2005 ---
nothing to confirm here, 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]



[tools-issues] [Issue 48758] building with external expat on freebsd-4 does not find libs

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48758


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:26:19 -0700 
2005 ---
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]



[tools-issues] [Issue 48756] ldap libs aren't linked in properly on freebsd-4

2005-05-21 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48756


User maxweber changed the following:

  What|Old value |New value

CC|''|'maxweber'

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May 21 14:28:16 -0700 
2005 ---
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]



  1   2   >