[sc-issues] [Issue 66524] Calc: Clicking 'Options' in 'Tools' menu freezes Calc

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


User rainerbielefeld changed the following:

  What|Old value |New value

CC|''|'rainerbielefeld'

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 00:30:29 -0700 
2006 ---
Can't confirm that with 2.0.2  German version WIN XP: [680m5(Build9011)]

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

-
To unsubscribe, 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 8811] Allow multiple users to ed it the same spreadsheet through workbook shari ng

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 03:11:33 -0700 
2006 ---
This feature is very important for small/medium factories. I have been requested
for it from a very important customer who want to migrate to OOo. A database
application can't solve the problem: they only need to have a nice and
easy-to-use graphical Interface. Please, do something similar to Excel sharing
capability!

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

-
To unsubscribe, 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 66532] New - export to pdf

2006-06-18 Thread kussh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66532
  Issue #:|66532
  Summary:|export to pdf
Component:|gsl
  Version:|OOo 2.0.2
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|pl
  Reported by:|kussh





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 05:50:11 -0700 
2006 ---
The size of the exported pdf file is very big as compared to a pdf made by the
opensource application known as pdfcreator from sourceforge.net. Why can't the
Openoffice project people use/borrow the opensource code from the PDF creator in
their application? Since their pdf creation process does not give any special
benefits as compared to a better and more specialised product.

In both the pdf creation processes, we cannot set security features for the
output file --this sort of enhancement will certainly help and could be planned
for later.

Kush

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

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


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



[api-issues] [Issue 66533] New - Module whith size le ss than 64KB is rejected as too large.

2006-06-18 Thread douxenfant
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66533
  Issue #:|66533
  Summary:|Module whith size less than 64KB is rejected as too
  |large.
Component:|api
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|jsc
  Reported by:|douxenfant





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 06:01:31 -0700 
2006 ---
The following macro (WriteTestSizeOfModule) writes a macro TestSizeOfModule.
The obtained macro has less than 4 characters, all of which are in the 
little
ASCII.
If you make a module with the obtained macro, the compiler objects that the
module is too large.

Sub WriteTestSizeOfModule()
' This macro writes the text of a macro which has less than 40 000 characters
' (32316). If one makes a module with this one macro
' and if one tries to execute the written macro, the compiler objects
' that the program is too large. Why ?
  Dim ourDocument As Object
  Dim ourViewCursor As Object
  Dim i As Long
  Dim specialChar As Integer
  Dim ourText As Object
  Dim noFileProp()
 
  ourDocument = StarDesktop.LoadComponentFromURL(private:factory/swriter,
_blank, 0, noFileProp)
  ourViewCursor = ThisComponent.CurrentController.getViewCursor()
  ourText = ourViewCursor.getText()
  specialChar = com.sun.star.text.ControlCharacter.PARAGRAPH_BREAK

  ourText.insertString(ourViewCursor, Sub TestSizeOfModule(), False)
  ourText.insertControlCharacter(ourViewCursor, specialChar, False)
  ourText.insertString(ourViewCursor, Dim j As Long, False)
  ourText.insertControlCharacter(ourViewCursor, specialChar, False)
  ourText.insertString(ourViewCursor, j = 0, False)
  ourText.insertControlCharacter(ourViewCursor, specialChar, False)

  For i = 1 To 3226

ourText.insertString(ourViewCursor, j = j + 1, False)
ourText.insertControlCharacter(ourViewCursor, specialChar, False)
  Next

  ourText.insertString(ourViewCursor, MsgBox j, False)
  ourText.insertControlCharacter(ourViewCursor, specialChar, False)
  ourText.insertString(ourViewCursor, End Sub, False)
 
End Sub

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

-
To unsubscribe, 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 66534] New - NL GUI: strings 2401 36 and 240117 (sMath)

2006-06-18 Thread digro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66534
  Issue #:|66534
  Summary:|NL GUI: strings 240136 and 240117 (sMath)
Component:|ui
  Version:|OOo 2.0.2
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|iano
  Reported by:|digro





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 06:01:51 -0700 
2006 ---
Noticed two strings in sMath that should slightly be changed to be consistent
with other items.

Key_ID   :  240136
path :  View  menuitem
current  :  BijwerkenF9
change to:  Vernieuwen   F9

Key_ID   :  240117
path :  View  menuitem
current  :  Weergave autom. bijwerken
change to:  Weergave autom. vernieuwen

Greetings

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

-
To unsubscribe, 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 66535] New - Bullets and Numberin g toolbar tooltips

2006-06-18 Thread detroit
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66535
  Issue #:|66535
  Summary:|Bullets and Numbering toolbar tooltips
Component:|Word processor
  Version:|OOo 2.0.2
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P5
 Subcomponent:|viewing
  Assigned to:|mru
  Reported by:|detroit





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:18:19 -0700 
2006 ---
The Bullets and Numbering toolbar has the wrong tooltips for the sixth and
seventh icons. The online help uses Shift for these icons whereas the tooltips
use Move. In addition, two other icons on this toolbar use this same tooltip
text, albeit accurately for them.

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

-
To unsubscribe, 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 66536] New - Fontwork text is unr eadable if spacing is anything but 100 %

2006-06-18 Thread groszd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66536
  Issue #:|66536
  Summary:|Fontwork text is unreadable if spacing is anything
  |but 100 %
Component:|framework
  Version:|OOO 2.0 Beta2
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|groszd





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:41:24 -0700 
2006 ---
In OpenOffice.org 2.0.2 (hungarian, FSF.hu build), if you set Fontwork 
Character 
Spacing to anything but 100 %, it looks like if spacing was extremely big, so 
characters are unreadably thin.

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

-
To unsubscribe, 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 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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


User groszd changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37220) 100 %: So big
  |  |character spacing, but
  |  |acceptable





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:47:37 -0700 
2006 ---
Created an attachment (id=37220)
100 %: So big character spacing, but acceptable


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

-
To unsubscribe, 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 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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


User groszd changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37221) 75 %: Trying to
  |  |decrease spacing, becomes
  |  |unreadable





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:49:17 -0700 
2006 ---
Created an attachment (id=37221)
75 %: Trying to decrease spacing, becomes unreadable


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

-
To unsubscribe, 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 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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


User groszd changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37222) The document





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:50:01 -0700 
2006 ---
Created an attachment (id=37222)
The 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]



[framework-issues] [Issue 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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


User groszd changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37223) 100 %: So big
  |  |character spacing, but
  |  |acceptable (without %
  |  |character in the
  |  |filename))





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:54:03 -0700 
2006 ---
Created an attachment (id=37223)
100 %: So big character spacing, but acceptable (without % character in the 
filename))


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

-
To unsubscribe, 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 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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


User groszd changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37224) 75 %: Trying to
  |  |decrease spacing, becomes
  |  |unreadable (without %
  |  |character in the filename)





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:54:53 -0700 
2006 ---
Created an attachment (id=37224)
75 %: Trying to decrease spacing, becomes unreadable (without % character in 
the filename)


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

-
To unsubscribe, 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 66536] Fontwork text is unreadab le if spacing is anything but 100 %

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 09:59:19 -0700 
2006 ---
I recognized later: OOo hadn't enough time to repaint all its widgets so 
somewhere you can see parts of a ksnapshot window, but the interesting part is 
the fontwork object which looks.

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

-
To unsubscribe, 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 66537] New - Impress crashes betw een slide 18 and 19

2006-06-18 Thread gleppert
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66537
  Issue #:|66537
  Summary:|Impress crashes between slide 18 and 19
Component:|Presentation
  Version:|OOo 2.0.2
 Platform:|All
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|wg
  Reported by:|gleppert





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 10:43:54 -0700 
2006 ---
The presentation of the attached file crashes Impress after presenting slide 18.
Impress just stops and the fan of my notebook turns up.
The file was originally an PPT converted to ODP. The same happens with the PPT 
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 66537] Impress crashes between s lide 18 and 19

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


User gleppert changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37225) this
  |  |presentation file crashes
  |  |openimpress after slide 18





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 10:47:31 -0700 
2006 ---
Created an attachment (id=37225)
this presentation file crashes openimpress after slide 18


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

-
To unsubscribe, 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 64925] OOo-2.0.2 with Hindi Lang uage Pack Crashes while editing

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 11:54:28 -0700 
2006 ---
Does it happen with an english version of OOo as well? And did you try
official OOo yet (i.e. one you can download from www.openoffice.org instead 
of
the RedHat/Fedora version)

I am using the English Version with the Hindi Language Pack, distributed as part
of Fedora 5.

could be the version of ICU that is shipped with fedora that differs from the
one that is shipped by vanilla OOo...

That could be a possibility. English versions with Hindi Language pack
downloaded from OpenOffice.org directly, are working fine on my Windows
machines. I am also using it without a problem for OpenOffice2.0 (Direct OOo
download) on Fedora Core 3, with IIIMF.

Does opening a file that conatins the complete sequence crash OOo as well (or
copying it from gedit for example)?  Or is this crash limited to the input 
itself?

No it does'nt. I typed the sequences in gedit, copied to a new document window
in OpenOffice without a problem. Saved it and Opened it without a problem. Its
only during edit/input that I have the problem.

anand

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

-
To unsubscribe, 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 66538] New - Hardware acceleratio n breaks the display of pictures in some slide s.

2006-06-18 Thread pcman_tw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66538
  Issue #:|66538
  Summary:|Hardware acceleration breaks the display of pictures
  |in some slides.
Component:|Presentation
  Version:|OOo 2.0.2
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|wg
  Reported by:|pcman_tw





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 13:31:57 -0700 
2006 ---
I open an MS PowerPoint *.ppt file with Openoffice.org 2.02, and found some
pictures in the slides cannot be displayed correctly. Some of them are smaller
or bigger than they should be, and some get wrong colors or have some noise.
This happened several times before in OO Writer. Finally I found the problem.
Turning off hardware acceleration option in preference of OO.o solves the
problem. Actually, the slide show is more fluent without hardware acceleration,
which is very ironical.
Hope that this problem can be fixed.
Thank you very much.

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

-
To unsubscribe, 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 66538] Hardware acceleration bre aks the display of pictures in some slides.

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


User pcman_tw changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=37226) I encountered
  |  |the described problem when
  |  |viewing this file.





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 13:35:24 -0700 
2006 ---
Created an attachment (id=37226)
I encountered the described problem when viewing this 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]



[dba-issues] [Issue 66539] New - JDBC access should s upport connection parameters

2006-06-18 Thread klute
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66539
  Issue #:|66539
  Summary:|JDBC access should support connection parameters
Component:|Database access
  Version:|OOo 2.0.2
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|klute





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 14:34:10 -0700 
2006 ---
When connecting to a database via JDBC it should be possible to specify
arbitrary parameters in addition to username and passwort. This is particularly
needed if you want to connect to a PostgreSQL database via SSL - see
http://jdbc.postgresql.org/documentation/80/connect.html for documentation and
an example. The current GUI does not permit to enter additional parameters.

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

-
To unsubscribe, 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 66540] New - Interaction with Ont rack ZipMagic under Windows2000

2006-06-18 Thread edmundsmj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66540
  Issue #:|66540
  Summary:|Interaction with Ontrack ZipMagic under Windows2000
Component:|framework
  Version:|OOo 2.0.2
 Platform:|PC
  URL:|
   OS/Version:|Windows 2000
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|tm
  Reported by:|edmundsmj





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 17:26:56 -0700 
2006 ---
New Feature - present in OOo 2.0.2
Feature not - present in OOo 1.14
Symptoms:-
After installation the toolbars appear as 'Text Only'
Customise_Toolbar... Toolbar Icons_Only  has no effect

Customise_Toolbar... Modify Change_Icon  causes immediate crash and restart. 

After a bit of messing about it seems that:-
Problem is caused by Ontrak ZipMagic 4.0.2.75 (which shows .ZIP files as folders
by hooking into the Windows 2000 file system).

Work round:-
Right click on (zip) icon in system tray
Properties Zip_Folders Applications Add
select sbase.exe, scalc.exe, sdraw.exe, simpress.exe, smath.exe  swriter.exe

this adds the OOo executables to ZipMagic's list of those that must see Zip
files as files(and not as folders). This feature of ZipMagic is intended for
Backup utilities etc.

Happily adding OOo executables to ZipMagic's application list does not prevent
ZipMagic presenting the OOo File Open dialogue with the contents of Zip folders
as though they were ordinary files in ordinary folders.

Comments:-
Forum Search for Toolbar  Icons didn't turn up anything
The problem is new with OOo 2

It affected first of two W2k PCs - the second PC does not run ZipMagic.
A test showed that the first PC was ok if ZipFolders were closed before
launching OOo.


Suggested Actions:-
1) add warning message to FAQ
If the OOo Toolbar shows 'Text Only' without Icons under Windows 2000 with
Ontrack ZipMagic, either disable ZipMagic or add Open Office to ZipMagic's list
of applications that should see Zip files as files(not as folders).
2) fix the ?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 65473] Editing OLE draw objects from Impress - object placed incorrectly

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 18:24:40 -0700 
2006 ---
Appears to be fixed in OOo 2.0.3rc.  So, you can close this bug (should I do
this myself in future?)

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

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


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



[www-issues] [Issue 65419] CVS access for Antonio Xu

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 19:08:24 -0700 
2006 ---
Do anybody can help me give me write permission of cvs access?

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]



[www-issues] [Issue 66415] CVS Access for Zhiming

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


User zhiming changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 20:50:29 -0700 
2006 ---

But I still can't login through the ssh, could anybody re-check the dsa please?

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]



[website-issues] [Issue 64575] Development version liste d at website is confusing

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





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 22:25:27 -0700 
2006 ---

Now the Index page (http://download.openoffice.org/680/index.html) lists 169 as
the latest version, but the codeline page
(http://development.openoffice.org/releases/OpenOffice_org_2_x.html) mentions
only till 168. 

do you volunteer to keep this list updated ?

Plan for 2.0.3 and 2.0.4 mentions dates that are long over, and these plans are
not updated.
for do 2.0.3 there is a link to the wiki where the last changes are maintained.
for 2.0.4 I don't see dates that are long over, sorry.


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

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


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



[tools-issues] [Issue 66528] [EIS2] Warning: Script no t responding

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


User mh changed the following:

  What|Old value |New value

   Assigned to|mh|bei





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 22:26:55 -0700 
2006 ---
reassign

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

-
To unsubscribe, 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 66431] RC5: crash in Business Ca rds

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


User od changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 22:53:31 -0700 
2006 ---
accepted - fix in progress in cws swqbf67

The stacktrace provided from pjanik has wrong symbols - instance of class
SwFtnInfo isn't created in method SwOneExampleFrame::ClearDocument()

I couldn't reproduce the stacktrace provided by os - I will discuss with him,
how he produced this stack.

I reproduced a crash in method SfxItemSet::Get(..) caused by method
SwDoc::ClearDoc(..) called by SwOneExampleFrame::ClearDocument() under
Windows XP. This one I will fix.
The steps to produce this crash are:
- File - New - Business Cards
- change to pane Business Cards
- choose AutoText - Section Only for Templates - content Header Page One
Brochure is shown in the preview
- choose other AutoText - Section OR other content -- 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]



[www-issues] [Issue 65419] CVS access for Antonio Xu

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


User mh changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sun Jun 18 22:54:04 -0700 
2006 ---
yes, done

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

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


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