[sw-issues] [Issue 111691] The chart and the text bo x are overlapped

2010-05-19 Thread suhefeng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111691
 Issue #|111691
 Summary|The chart and the text box are overlapped
   Component|Word processor
 Version|OOO320m9
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|suhefeng





--- Additional comments from suhef...@openoffice.org Wed May 19 06:07:53 
+ 2010 ---
1.Open the sample file in attachment
2.the chart and the text box are overlapped. pls check the screen shot

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453


User of changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.2.1





--- Additional comments from o...@openoffice.org Wed May 19 06:09:41 + 
2010 ---
of: adjusted target

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

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


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



[sw-issues] [Issue 111691] The chart and the text bo x are overlapped

2010-05-19 Thread suhefeng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111691





--- Additional comments from suhef...@openoffice.org Wed May 19 06:11:17 
+ 2010 ---
Created an attachment (id=69523)
Add the sample file and screenshot


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

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


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



[sw-issues] [Issue 111691] The chart and the text bo x are overlapped

2010-05-19 Thread suhefeng
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111691





--- Additional comments from suhef...@openoffice.org Wed May 19 06:12:30 
+ 2010 ---
In OO3.0, it works well.

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

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


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



[framework-issues] [Issue 111613] program downloaded but ca nnot pull up files

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111613


User of changed the following:

What|Old value |New value

 Assigned to|ab|of





--- Additional comments from o...@openoffice.org Wed May 19 06:19:32 + 
2010 ---
reassigned

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

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


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



[framework-issues] [Issue 111692] Access to invalid iterato r

2010-05-19 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111692
 Issue #|111692
 Summary|Access to invalid iterator
   Component|framework
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|cd
 Reported by|os





--- Additional comments from o...@openoffice.org Wed May 19 06:39:00 + 
2010 ---
in desktop/source/migration/migration.cxx is the following code in
insertSorted(...): 
---
while ( !bInserted  pIter != rAvailableMigrations.end())
{
if ( pIter-nPriority  aSupportedMigration.nPriority )
{
rAvailableMigrations.insert(pIter, aSupportedMigration );
bInserted = true;
}
++pIter;
}

After insertion of the new element pIter is invalid. 
This creates an STL error message in non-product builds.

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

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


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



[framework-issues] [Issue 111692] Access to invalid iterato r

2010-05-19 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111692


User os changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from o...@openoffice.org Wed May 19 06:39:23 + 
2010 ---
Target set

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

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


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



[graphics-issues] [Issue 111543] Numbered bullets are lost on PPT export

2010-05-19 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111543


User md changed the following:

What|Old value |New value

  CC|''|'md'





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

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


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



[api-issues] [Issue 111690] Writer hangs after openin g and closing 50 times

2010-05-19 Thread barnet
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111690





--- Additional comments from bar...@openoffice.org Wed May 19 06:43:18 
+ 2010 ---
I used the code in the same manner as shown below:

-
Sub SaveAsPDF_demo()

Dim oSM, oDesk, oDoc As Object 'OOo objects
Dim OpenParam(1) As Object 'Parameters to open the doc
Dim SaveParam(1) As Object 'Parameters to save the doc

Set oSM = CreateObject(com.sun.star.ServiceManager)
Set oDesk = oSM.createInstance(com.sun.star.frame.Desktop)

Set OpenParam(0) = MakePropertyValue(Hidden, True) ' Open the file hidden
Set oDoc = oDesk.loadComponentFromURL(file:///C:/tmp/testdoc.odt, _blank, 0,
OpenParam())

Set SaveParam(0) = MakePropertyValue(FilterName, writer_pdf_Export)
Call oDoc.storeToURL(file:///C:/tmp/testdoc.pdf, SaveParam())

Set oDesk = Nothing
Set oSM = Nothing
End Sub

Public Function MakePropertyValue(cName, uValue) As Object
Dim oStruct, oServiceManager as Object
Set oServiceManager = CreateObject(com.sun.star.ServiceManager)
Set oStruct = 
oServiceManager.Bridge_GetStruct(com.sun.star.beans.PropertyValue)
oStruct.Name = cName
oStruct.Value = uValue
Set MakePropertyValue = oStruct
End Function 
-

The function SaveAsPDF_demo() I called several times like

While documents ar in a folder
  SaveAsPDF_demo()
loop

Therefore I used the code it in a serialized manner but I suppose that
OpenOffice makes multiple threads because I get the PDFs not file per file but
packages with three to four files every 10 to 15 seconds.

What I shall do next:
- open Open Office once and keep it open for the whole session
- go thrue all the files and convert them without closing Open Office
- close Open Office at the end of the application





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

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


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



[framework-issues] [Issue 99149] C++ Runtime Error

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99149


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from o...@openoffice.org Wed May 19 06:46:08 + 
2010 ---
This is not reproducible with the latest OOo versions nor has it been with OOo
3.0.1.

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

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


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



[framework-issues] [Issue 99149] C++ Runtime Error

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99149


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Wed May 19 06:46:36 + 
2010 ---
...

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

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


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



[installation-issues] [Issue 111263] Installation of current s table version leaves unusable soffice

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111263


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Wed May 19 06:50:48 + 
2010 ---
...

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

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


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



[framework-issues] [Issue 111372] Writer Help states jre is n't installed

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111372


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Wed May 19 06:51:58 + 
2010 ---
...

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

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


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



[gsl-issues] [Issue 110881] Impress slideshow mode do es not work properly since it doesn't use _NET _WM_STATE_FULLSCREEN

2010-05-19 Thread dannybaumann
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110881





--- Additional comments from dannybaum...@openoffice.org Wed May 19 
06:55:35 + 2010 ---
I used the setup program of the package, which seems to do a similar thing.
selinux is disabled on my system. With your way of installation, I get the same
behaviour as with the installer.

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

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


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



[gsl-issues] [Issue 78858] Display PS-OpenType fonts on UNX platforms

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78858





--- Additional comments from h...@openoffice.org Wed May 19 07:00:35 + 
2010 ---
*** Issue 85977 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 85977] OpenType fonts in OOo on L inux

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85977


User hdu changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Wed May 19 07:01:02 + 
2010 ---
duplicate to issue 78858 and issue 43029

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

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

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


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



[sw-issues] [Issue 85977] OpenType fonts in OOo on L inux

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85977


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 07:02:16 + 
2010 ---
closing resolved issue

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

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


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



[framework-issues] [Issue 111193] Access to invalid STL ite rator

2010-05-19 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93





--- Additional comments from c...@openoffice.org Wed May 19 07:02:54 + 
2010 ---
*** Issue 111692 has been marked as a duplicate of this issue. ***

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

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


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



[framework-issues] [Issue 111692] Access to invalid iterato r

2010-05-19 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111692


User cd changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from c...@openoffice.org Wed May 19 07:02:55 + 
2010 ---
cd: Duplicate.

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

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

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


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



[framework-issues] [Issue 111692] Access to invalid iterato r

2010-05-19 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111692


User cd changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Wed May 19 07:03:14 + 
2010 ---
cd: Closed.

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

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


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



[api-issues] [Issue 111690] Writer hangs after openin g and closing 50 times

2010-05-19 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111690





--- Additional comments from j...@openoffice.org Wed May 19 07:10:19 + 
2010 ---
just to make sure how you call this code. You call it from your own application
and use OOo via a remote connection? Is that true?

Yes, i would at least try to keep the office alive for one conversion cycle as
you have described. Try it out. 

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

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


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



[sc-issues] [Issue 111693] Calc is taking more cpu u tilization with low performance

2010-05-19 Thread mnmahesh2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111693
 Issue #|111693
 Summary|Calc is taking more cpu utilization with low performan
|ce
   Component|Spreadsheet
 Version|OOo 3.2
Platform|Other
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|new
 Reported by|mnmahesh2005





--- Additional comments from mnmahesh2...@openoffice.org Wed May 19 
07:23:02 + 2010 ---
Calc is taking more cpu utilization when i try to open 5-15mb size file which 
contains macros and formulas

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

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


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



[sc-issues] [Issue 111693] Calc is taking more cpu u tilization with low performance

2010-05-19 Thread mnmahesh2005
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111693





--- Additional comments from mnmahesh2...@openoffice.org Wed May 19 
07:26:36 + 2010 ---
Created an attachment (id=69524)
taking huge time to open or work


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

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


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



[sc-issues] [Issue 111694] Can't print Crop defini tely.

2010-05-19 Thread marines
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111694
 Issue #|111694
 Summary|Can't print Crop definitely.
   Component|Spreadsheet
 Version|OOo 3.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|marines





--- Additional comments from mari...@openoffice.org Wed May 19 07:34:36 
+ 2010 ---
Copy a screenshot from Paint and past it on Calc document([Edit]→[Paste]).
Crop the image to hide the lower half of it.
When print the document, the lower half of the image is printed and the upper 
half of it is not printed. 

I would like to print the image as the cropped part is hidden.

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

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


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



[l10n-issues] [Issue 103401] The order of Last and Fir st names needs to be reversed for Asian locale s

2010-05-19 Thread zhangxiaofei
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103401


User zhangxiaofei changed the following:

What|Old value |New value

  CC|'bluedwarf,redflagzhulihua|'bluedwarf,redflagzhulihua
|' |,zhangxiaofei'





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

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


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



[graphics-issues] [Issue 111695] storeToUrl fails after sa ving new presentation

2010-05-19 Thread eymux2009
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111695
 Issue #|111695
 Summary|storeToUrl fails after saving new presentation
   Component|Presentation
 Version|OOO320m12
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|graphicsneedsconfirm
 Reported by|eymux2009





--- Additional comments from eymux2...@openoffice.org Wed May 19 07:44:57 
+ 2010 ---
I'm using storeToUrl to export pages from an Impress presentation to PNG images.
storeToUrl throws an exception every time, when I create and save a new
presentation. After restarting OpenOffice.org storeToUrl exports the PNG
successfully.

Steps to reproduce the issue:
- Open the attached presentation
- Run the macro 'Main' in the presentation
- A file 'test.png' will be created in the temp folder
- Create a new presentation (but leave the other one open)
- Save this presentation anywhere under any name 
- Run macro 'Main' again
- The macro stops at storeToUrl with an error message

The error message shown is (in German):
BASIC-Laufzeitfehler.
Es ist eine Exception aufgetreten.
Type: com.sun.star.task.ErrorCodeIOException
Message: .

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

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


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



[graphics-issues] [Issue 111695] storeToUrl fails after sa ving new presentation

2010-05-19 Thread eymux2009
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111695





--- Additional comments from eymux2...@openoffice.org Wed May 19 07:46:01 
+ 2010 ---
Created an attachment (id=69525)
Test case


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

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


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



[sc-issues] [Issue 111696] Crash while loading bugdo cs

2010-05-19 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111696
 Issue #|111696
 Summary|Crash while loading bugdocs
   Component|Spreadsheet
 Version|DEV300m76
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|kohei
 Reported by|oc





--- Additional comments from o...@openoffice.org Wed May 19 07:57:38 + 
2010 ---
Load the attached docs in latest version of cws koheiautodecimal (the *.html
file with chosen filter (HTML document OpenOffice Calc) = 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


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



[sc-issues] [Issue 111696] Crash while loading bugdo cs

2010-05-19 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111696





--- Additional comments from o...@openoffice.org Wed May 19 08:00:00 + 
2010 ---
Created an attachment (id=69526)
bugdoc


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

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


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



[sc-issues] [Issue 111696] Crash while loading bugdo cs

2010-05-19 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111696





--- Additional comments from o...@openoffice.org Wed May 19 08:00:50 + 
2010 ---
Created an attachment (id=69527)
bugdoc


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

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


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



[sc-issues] [Issue 111696] Crash while loading bugdo cs

2010-05-19 Thread oc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111696


User oc changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from o...@openoffice.org Wed May 19 08:02:03 + 
2010 ---
changing prio

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

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


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



[sw-issues] [Issue 111691] The chart and the text bo x are overlapped

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111691





--- Additional comments from m...@openoffice.org Wed May 19 08:06:58 + 
2010 ---
Created an attachment (id=69528)
Same sample, just shorter - focuing on problem page


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

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


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



[graphics-issues] [Issue 111543] Numbered bullets are lost on PPT export

2010-05-19 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111543


User sj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE

Target milestone|OOo 3.3   |OOo 3.2.1





--- Additional comments from s...@openoffice.org Wed May 19 08:23:06 + 
2010 ---
Set to double as it has already been fixed with issue 111521 for OO3.2.1 RC2.

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

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

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


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



[graphics-issues] [Issue 111521] Graphic bullets not saved in PowerPoint export (regression)

2010-05-19 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111521





--- Additional comments from s...@openoffice.org Wed May 19 08:23:05 + 
2010 ---
*** Issue 111543 has been marked as a duplicate of this issue. ***

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

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


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



[graphics-issues] [Issue 15963] Autosave - overrides the u ser's file

2010-05-19 Thread paenson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15963





--- Additional comments from paen...@openoffice.org Wed May 19 08:24:31 
+ 2010 ---
This is an important issue and extremely annoying. If I have autosave on and
save my data normally, next day I have 2 documents, my original and the
autosaved one WITH THE SAME NAME!!! Many years ago already I suggested
OpenOffice use the same system as WordPerfect: The original document keeps its
original name and remains UNTAMPERED, and any autosaved documents get saved
under another name or with another suffix.

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

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


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



[sw-issues] [Issue 111691] WW8: chart and text box o verlap due to wrong import of external leadin g option

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111691


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|hbrinkm

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Windows XP|All

 Summary|The chart and the text box|WW8: chart and text box ov
| are overlapped   |erlap due to wrong import 
|  |of external leading opti
|  |on

Target milestone|---   |OOo 3.x

 Version|OOO320m9  |OOo 3.2





--- Additional comments from m...@openoffice.org Wed May 19 08:26:03 + 
2010 ---
MRU-HBRINKM: see attached document; lower on the page, there is a Chart, where
a caption frame overlaps with it. This comes due to the fact, that there is less
spacing between the paragraphs in OOo than in Word (good to see on the first
three paragraphs). 
This problem arises, because the compatibility option Don't Add external
leading... is erroneously enabled on import; was not the case in OOo 3.0.
Problem was introduced between OOo 3.0 and 3.0.1.

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

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


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



[www-issues] [Issue 111697] removal request of my use r account urauchi

2010-05-19 Thread uraichi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111697
 Issue #|111697
 Summary|removal request of my user account urauchi
   Component|www
 Version|1.0.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org website general issues
 Assigned to|iss...@www
 Reported by|uraichi





--- Additional comments from urai...@openoffice.org Wed May 19 08:26:18 
+ 2010 ---
Hello.

I wish to withdraw because it can not become a force.

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

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


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



[sw-issues] [Issue 11121] Styles for tables

2010-05-19 Thread cedricbosdo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=11121


User cedricbosdo changed the following:

What|Old value |New value

  CC|'attila_lendvai,camillem,d|'attila_lendvai,camillem,c
|iscoleo,gercokees,hena,jbf|edricbosdo,discoleo,gercok
|aure,jrahemipour,kami_,man|ees,hena,jbfaure,jrahemipo
|ens,mr_smyle,nemeth,nusci,|ur,kami_,manens,mr_smyle,n
|samphan,wouter'   |emeth,nusci,samphan,wouter
|  |'





--- Additional comments from cedricbo...@openoffice.org Wed May 19 08:27:49 
+ 2010 ---
added myself in CC

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

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


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



[sw-issues] [Issue 111698] Search dialog (un)hiding freezes system

2010-05-19 Thread ps_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111698
 Issue #|111698
 Summary|Search dialog (un)hiding freezes system
   Component|Word processor
 Version|OOo 3.2
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|ps_





--- Additional comments from p...@openoffice.org Wed May 19 08:28:20 + 
2010 ---
Search dialog has certain problems linux environments, where focusing windows is
not done via mouse click on windows (as in normal MS windows) but via mouse
movement (focus is gained when mouse movement enters another window.

Search dialog is not aware that such possibility exist and thus makes problems -
it tries to be intelligent and hide/unhide/focus in certain cases.

E.g. this scenario: searching something in first writer window.
   Then move my work in second writer window. The search window hides itself.

   1. Now I switch to the next 2. desktop, which in enligtenment window manager
   (e16) means the desktop is visualy moving to the next one. By this
   movement cursor gets for few ms on the top of the first windows so 
   writer tries to unhide.

   2. But the first dekstop is already gone so it unhides on the second desktop.

   3. But the focus is no more on writer now, so it immediately tries to hide
again. In this attempt it probably tries to pass the focus back to
window 1. This results in that desktop manager switches back to desktop 1.
But you know what - the cursor again moves through all the windows so by
this movement it tried again to unhide. But its position is remembered
so we go back to desktop 2 and now GOTO point 1 in eternal loop!

In effect you see endless switching between desktops and only chaotical mouse
and keyboard actions will get your system back after some fight... It took me
weeks to analyze whats going on.

It should be possible to switch of this added intelligence of (un)hiding
behaviour. 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[graphics-issues] [Issue 111699] svx: crash in PPTTextObj: :PPTTextObj with null field

2010-05-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111699
 Issue #|111699
 Summary|svx: crash in PPTTextObj::PPTTextObj with null field
   Component|Drawing
 Version|OOo 3.2.1 RC1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|sj
 Reported by|cmc





--- Additional comments from c...@openoffice.org Wed May 19 08:30:46 + 
2010 ---
Attached .ppt crashes on load, workaround patch attached

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

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


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



[sw-issues] [Issue 111698] Search dialog (un)hiding freezes system

2010-05-19 Thread ps_
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111698


User ps_ changed the following:

What|Old value |New value

  OS/Version|All   |Linux

Platform|Unknown   |PC





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

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


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



[graphics-issues] [Issue 111699] svx: crash in PPTTextObj: :PPTTextObj with null field

2010-05-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111699





--- Additional comments from c...@openoffice.org Wed May 19 08:32:13 + 
2010 ---
Created an attachment (id=69529)
example .ppt


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

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


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



[graphics-issues] [Issue 111699] svx: crash in PPTTextObj: :PPTTextObj with null field

2010-05-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111699


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69530)
workaround






--- Additional comments from c...@openoffice.org Wed May 19 08:32:48 + 
2010 ---
Created an attachment (id=69530)
workaround


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

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


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



[sw-issues] [Issue 111700] Autosave unsatisfactory

2010-05-19 Thread paenson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111700
 Issue #|111700
 Summary|Autosave unsatisfactory
   Component|Word processor
 Version|OOO320m9
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|paenson





--- Additional comments from paen...@openoffice.org Wed May 19 08:35:41 
+ 2010 ---
This is a problem awaiting a solution for many many years. The autosave function
is confusing and misleading. Just yesterday when I opened an important document
after Windows restarted, the autosave function delivered me the same document
under the SAME NAME. So I had 2 documents open at the same time! It took me a
long while to discover which one was the most recent document! The autosave
function should work similarly to WordPerfect, which always leaves the original
document untouched (until the person willingly overrites it) and autosaves
documents under a NEW NAME. If not a new name, a special SUFFIX would be a good
idea. In the eyes of the OpenOffice team this might appear simply as a nice
enhancement, but when you use OpenOffice daily in stress situations this is more
than just a missing feature, it's a must. Sorry for my style, but I filed this
issue already 4 or 5 years ago and nothing's been done about it.

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

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


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



[sw-issues] [Issue 111689] Comment Background Does N ot Adapt To Text Appearance

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111689


User mru changed the following:

What|Old value |New value

  CC|''|'mod'





--- Additional comments from m...@openoffice.org Wed May 19 08:35:58 + 
2010 ---
Reassigned to requirements.

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

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


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



[util-issues] [Issue 90439] additional pending-integra tion patches applied by the Fedora distributio n

2010-05-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90439


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|7065,46270,47279,53397,586|7065,46270,47279,53397,586
|06,59648,61927,64508,64671|06,59648,61927,64508,64671
|,68717,74188,76649,83878,8|,68717,74188,76649,83878,8
|6080,88341,89332,91924,953|6080,88341,89332,91924,953
|69,98137,101131,101274,101|69,98137,101131,101274,101
|354,101355,101458,101567,1|354,101355,101458,101567,1
|02061,102142,104280,105261|02061,102142,104280,105261
|,105600,105784,105827,1060|,105600,105784,105827,1060
|32,106502,107834,108049,10|32,106502,107834,108049,10
|8246,108330,108637,10 |8246,108330,108637,10





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

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


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



[graphics-issues] [Issue 111699] svx: crash in PPTTextObj: :PPTTextObj with null field

2010-05-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111699


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  is|  |





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

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


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



[tools-issues] [Issue 110653] have OOOBaseVersion avail able during build

2010-05-19 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110653


User is changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from i...@openoffice.org Wed May 19 08:42:19 + 
2010 ---
Looking for a solution in OOo 3.3 timeframe.

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

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


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



[sw-issues] [Issue 111689] Comment Background Does N ot Adapt To Text Appearance

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111689


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|requirements





--- Additional comments from m...@openoffice.org Wed May 19 08:42:20 + 
2010 ---
Reassigned to requirements.

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453





--- Additional comments from j...@openoffice.org Wed May 19 08:48:04 + 
2010 ---
Ok, i tried this and can confirm that i can now unprotect and run a passowrded
file which is readonly.

To make the scenario a little more realistic i write-protected the entire folder
(which is the library then) with a chmod 555.
Under this condition i can edit the module and even close it but i get an Error
saving the document Message because the library cannot be written.

The correct behavior should be that i cannot alter the content of the module,
the IDE should not allow me to edit a write protected module/library in the
first place.

@AB: Please clarify whether this is the fix we want or not. 

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453





--- Additional comments from j...@openoffice.org Wed May 19 08:49:01 + 
2010 ---
Created an attachment (id=69531)
Errormessage on office close


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

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


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



[sw-issues] [Issue 91473] cross-reference to numbere d para exported to *.doc not correctly re-mpor ted

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91473





--- Additional comments from m...@openoffice.org Wed May 19 08:52:25 + 
2010 ---
*** Issue 111687 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 111687] CrossReference .doc Impor t/Export

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111687


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from m...@openoffice.org Wed May 19 08:52:28 + 
2010 ---
Already tracked as issue 91473.

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

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

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


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



[sw-issues] [Issue 111687] CrossReference .doc Impor t/Export

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111687


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Wed May 19 08:56:15 + 
2010 ---
Closing duplicate.

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453





--- Additional comments from a...@openoffice.org Wed May 19 09:06:10 + 
2010 ---
ab-jsk: Your scenario is only barely related to the original pro-
blem. This issue only covers the problem that a password protected
library can not even be used (in the sense of executing the macro)
if the file folder is read only.

If there are other problems related to unprotecting / editing such
library they should be covered by other issues. This issue is fixed
as soon as a password protected library is visible and can be execu-
ted in the macro organizer and via Tools/Macros/Run Macro...


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

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


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



[sc-issues] [Issue 111685] OOo version 3.2.0 crashes when loading spreadsheets prepared on earlier versions

2010-05-19 Thread ja
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111685


User ja changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from j...@openoffice.org Wed May 19 09:14:33 + 
2010 ---
the file doesn't crash my OOo 3.2.1rc1 (tested on Solaris x86)

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

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


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



[framework-issues] [Issue 110002] desktop: unused code in d esktop

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


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |cd





--- Additional comments from m...@openoffice.org Wed May 19 09:22:37 + 
2010 ---
Carsten, please have a look on the migration code.
It seems that autoconfigurationmigration and large parts of extensionmigration
are unused.
Perhaps we can ask jl again whether the deployment stuff is obsolete.

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

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


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



[sw-issues] [Issue 111700] Autosave unsatisfactory

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Priority|P2|P3

  Resolution|  |INVALID





--- Additional comments from e...@openoffice.org Wed May 19 09:38:59 + 
2010 ---
Use Tools - Options - Load/Save - General - Always create backup copy:
Saves the previous version of a document as a backup copy whenever you save a
document. Every time OpenOffice.org creates a backup copy, the previous backup
copy is replaced. The backup copy gets the extension .BAK.

The option Save AutoRecovery information is only used in case of a 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 111700] Autosave unsatisfactory

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Wed May 19 09:39:16 + 
2010 ---
closed

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

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


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



[gsl-issues] [Issue 110881] Impress slideshow mode do es not work properly since it doesn't use _NET _WM_STATE_FULLSCREEN

2010-05-19 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110881





--- Additional comments from p...@openoffice.org Wed May 19 09:39:49 + 
2010 ---
:-(  Ok, I don't have a clue what's going wrong then. I'll try to come up with
an X client reproducing the problem I'm seeing with OOo. Sorry for wasting your
time.

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

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


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



[sw-issues] [Issue 110652] DOCX: crash opening certa in document

2010-05-19 Thread hbrinkm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110652


User hbrinkm changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.3





--- Additional comments from hbri...@openoffice.org Wed May 19 09:44:24 
+ 2010 ---
reset target to match CWS

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

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


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



[framework-issues] [Issue 110002] desktop: unused code in d esktop

2010-05-19 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110002





--- Additional comments from j...@openoffice.org Wed May 19 09:58:49 + 
2010 ---
While adapting the extension migration code to use the new extension manager
service (issue 77196 ) i have removed some unused code (cws jl152) :

source/services/extensionmigration.[hc]xx
source/deployment/migration/*

I also removed
-void OO3ExtensionMigration::registerConfigurationPackage( const uno::Reference
deployment::XPackage   xPkg)
in oo3extensionmigration.cxx

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

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


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



[sw-issues] [Issue 91143] Greek Character Numbering style in Bullets and Numbering

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





--- Additional comments from m...@openoffice.org Wed May 19 10:06:18 + 
2010 ---
@pktoss: did you read the comment from cloph?

To allow us to accept your patch, we need a copyright assignment for it. Please
have a look at

http://wiki.services.openoffice.org/wiki/SCA

and act accordingly.

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

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


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



[www-issues] [Issue 111678] public key for user lixxi ng

2010-05-19 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111678


User st changed the following:

What|Old value |New value

  CC|''|'mt,st'

 Assigned to|iss...@www|hr

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from s...@openoffice.org Wed May 19 10:10:10 + 
2010 ---
Thanks lixxing, please add an entry in our domaindeveloper list at
http://wiki.services.openoffice.org/wiki/DomainDeveloper

Heiner, could you take care of the key.


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

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


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



[www-issues] [Issue 111678] public key for user lixxi ng

2010-05-19 Thread lixxing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111678





--- Additional comments from lixx...@openoffice.org Wed May 19 10:18:51 
+ 2010 ---
I am already in the domaindeveloper list. 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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[framework-issues] [Issue 111703] Installed JRE is not dete cted properly

2010-05-19 Thread monochromec
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111703
 Issue #|111703
 Summary|Installed JRE is not detected properly
   Component|framework
 Version|OOo 3.2
Platform|Opteron/x86_64
 URL|
  OS/Version|Windows 7
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|ui
 Assigned to|tm
 Reported by|monochromec





--- Additional comments from monochro...@openoffice.org Wed May 19 10:26:04 
+ 2010 ---
When trying to add an installed JRE via 
ools-Options-Openoffice.org-Java-Add
recent JREs are not detected properly. 

This bug might boil down to the way an installed JRE is detected. 
The problem was discovered when trying to add a 64 bit Sun JRE on a Windows 7
platform. After a cursory analysis of the 3.2 release source, I suspect the
problem lies in the way the plugin for the Sun JREs analyses the installed Java
components (file sunjre.cxx in jvmfwk/plugins/sunmajor/pluginlib). There, the
plugin only checks if the DLL jvm.dll resides in the client subdirectory
whereas come JRE 1.6 installation on Windows (at least the 64 bit version) puts
this DLL into a subdirectory named server. This anomaly does - according the
conditional compilation for ?unix platforms - only occur when compiled for 
Windows.

Other JREs might be affected as well - don't have the bandwidth at the moment to
analyse this further.

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

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


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



[sw-issues] [Issue 24923] Borders as graphics

2010-05-19 Thread cedricbosdo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=24923


User cedricbosdo changed the following:

What|Old value |New value

  CC|'lendo,mr_smyle,pagalmes' |'cedricbosdo,lendo,mr_smyl
|  |e,pagalmes'





--- Additional comments from cedricbo...@openoffice.org Wed May 19 10:26:51 
+ 2010 ---
added myself in CC

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

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


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



[sc-issues] [Issue 111685] OOo version 3.2.0 crashes when loading spreadsheets prepared on earlier versions

2010-05-19 Thread maxcel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111685


User maxcel changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from max...@openoffice.org Wed May 19 10:28:19 
+ 2010 ---
I am not surprised that it worked on Solaris. You will observe that I said that
it worked on Windows. The issue is that it does not work on two very different
computers, both with Ubuntu 10.04.

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

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


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



[sc-issues] [Issue 37336] Assertion wrong value on progressbar on saving

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


User mba changed the following:

What|Old value |New value

  CC|'400guy'  |'400guy,mba'

Target milestone|OOo Later |OOo 3.x





--- Additional comments from m...@openoffice.org Wed May 19 10:30:23 + 
2010 ---
We have the same assertion, but the root cause for them most probably is
different. This assertion usually is triggered if a filter has a wrong idea
about what 100% complete means and later on then sets values 100%. Obviously
this can happen in saving sxc documents or in saving a Writer document.

Having both in one issue makes it hard to assign it to a suitable developer.

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

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


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



[sw-issues] [Issue 109020] Possibility to remove ext ra white space from expressions

2010-05-19 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109020


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Wed May 19 10:31:22 + 
2010 ---
Checked this in CWS tl80 with a variety of scenarios - great work!

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from j...@openoffice.org Wed May 19 10:34:16 + 
2010 ---
jsk-ab: Literally speaking, this issue is fixed, fair enough. However, as we
are trying to get more people to use the BASIC IDE (through the ability to use
VBA macros) more people are likely to run into the inherent shortcomings if the
IDE and all the stuff around it. By moving the IDE and macro execution
functionality into focus we should probably also consider enhancing the overall
quality in this area.

Setting issue to verified.

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

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


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



[sw-issues] [Issue 47893] Format -- Default resets applied character style.

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


User mba changed the following:

What|Old value |New value

  CC|'gnustavo,peschtra'   |'gnustavo,mba,peschtra'





--- Additional comments from m...@openoffice.org Wed May 19 10:40:26 + 
2010 ---
Finding a solution that pleases all OOo users as much as possible IMHO requires
to separate them into users that work with styles and those who don't (that -
I'm afraid - most probably are the majority).

A user that doesn't use styles will be confused by a command remove hard
attributes or something similar. OTOH a user working with styles will learn
easily how to remove applied styles.

So I suggest that we change Default formatting so that it does not remove
applied styles, as requested. But then we should think about a new name for this
function.


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

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


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



[framework-issues] [Issue 111704] Shared BASIC modules can be edited / Yield unexpected errormessage

2010-05-19 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111704
 Issue #|111704
 Summary|Shared BASIC modules can be edited / Yield unexpected 
|errormessage
   Component|framework
 Version|DEV300m77
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|jsk





--- Additional comments from j...@openoffice.org Wed May 19 10:42:07 + 
2010 ---
The fix for issue 111453 uncovered a problem that shared modules can be edited.
This appears to work until the user tries to close the application, in this
instant an errormessage appears warning about not being able to write the 
changes.

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

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


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



[framework-issues] [Issue 111703] Installed JRE is not dete cted properly

2010-05-19 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111703


User of changed the following:

What|Old value |New value

  CC|''|'jl'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from o...@openoffice.org Wed May 19 10:42:12 + 
2010 ---
OOo on Windows is a 32 bit software that only supports 32 bit Java.

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

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


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



[framework-issues] [Issue 93957] Saving from OOo to CIFS vo lume fails

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





--- Additional comments from cl...@openoffice.org Wed May 19 10:48:42 + 
2010 ---
the ubuntu one very likely is a duplicate to issue 99833 - not sure how that 
mentioned NAS behaves/how it is connected, maybe duplicate as well.

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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453





--- Additional comments from m...@openoffice.org Wed May 19 10:50:15 + 
2010 ---
md-jsk: Please let us know the follow-up issue id.

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

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


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



[sc-issues] [Issue 111685] OOo version 3.2.0 crashes when loading spreadsheets prepared on earlier versions

2010-05-19 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111685


User mechtilde changed the following:

What|Old value |New value

  CC|''|'ccheney,mechtilde'

Keywords|  |oooqa

  OS/Version|All   |Unix, X11





--- Additional comments from mechti...@openoffice.org Wed May 19 11:03:09 
+ 2010 ---
this worksforme with the Debian version of OpenOffice.org 3.2.1 RC1.

You use the Ubuntu version of OpenOffice.org?

@ ccheney please have a look



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

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


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



[sw-issues] [Issue 59920] WW6/95: OLE objects not ex ported anymore

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





--- Additional comments from m...@openoffice.org Wed May 19 11:05:27 + 
2010 ---
This must be a different problem (that IIRC is fixed in OOo3.2.1RC1).

This issue is about a bug when saving the document in Word95 format.

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

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


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



[sc-issues] [Issue 111705] Settings of graphs axis l ost when resizing or other actions

2010-05-19 Thread scagni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111705
 Issue #|111705
 Summary|Settings of graphs axis lost when resizing or other ac
|tions
   Component|Spreadsheet
 Version|OOo 3.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|scagni





--- Additional comments from sca...@openoffice.org Wed May 19 11:07:22 
+ 2010 ---
Open the attached file Graphs losing settings when edited.odt. It contains a
graph created with calc. You will notice that both axis lines are set to black.
Now proceed to resize it, either by mouse dragging or numerically: the black
lines will revert to 30% grey (I think the default colors for them). If you undo
the action they stay grey all the same.
Actually the problem surfaces also with other actions: for example, copy the
graph and paste it into an empty clac doc: black line disappear as well.
Actually the behaviour of the setting seems to be highly volatile, and I needed
a bit of fiddling to prepare a replicable experiment showing it. 
While working with colleagues on a paper with many similar graphs, I really went
bonkers trying to keep those damn axis lines in black. Deep embarrassment with
those not already keen on OO due to this, it is high priority to me: the
unpredictability of it makes people want to change application in the first 
place.

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

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


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



[sc-issues] [Issue 111705] Settings of graphs axis l ost when resizing or other actions

2010-05-19 Thread scagni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111705





--- Additional comments from sca...@openoffice.org Wed May 19 11:08:21 
+ 2010 ---
Created an attachment (id=69532)
A doc containing a graph that loses its axis colors when edited


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

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


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



[gsl-issues] [Issue 110023] Attribute based font matc hing fails sometimes

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110023





--- Additional comments from h...@openoffice.org Wed May 19 11:11:47 + 
2010 ---
*** Issue 94481 has been marked as a duplicate of this issue. ***

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

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


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



[sw-issues] [Issue 94481] Font displays differently between first and second document load

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94481


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Wed May 19 11:11:51 + 
2010 ---
Most probably a duplicate of issue 110023.

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

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

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


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



[sw-issues] [Issue 94481] Font displays differently between first and second document load

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94481


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 11:12:47 + 
2010 ---
Closing resolved issue.

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

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


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



[graphics-issues] [Issue 111636] The background become no color to white color

2010-05-19 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111636


User af changed the following:

What|Old value |New value

 Assigned to|af|msc





--- Additional comments from a...@openoffice.org Wed May 19 11:19:27 + 
2010 ---
@msc: Please verify.

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

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


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



[sc-issues] [Issue 111705] Settings of graphs axis l ost when resizing or other actions

2010-05-19 Thread scagni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111705





--- Additional comments from sca...@openoffice.org Wed May 19 11:23:34 
+ 2010 ---
I just wanted to add some further details to this:
- the problem arises with black color, but it does not using some other colors:
I have tried 80% grey and red1 without losing the setting. Of course I do not
know if other untested colors misbehave as black does
- to check it quickly, just do this: double click and open the graph, set the
axis color you like, then close it. if you resize it now all colors are retained
(black too). Now cut the graph and paste it again, then resize the graph: if the
axis was black, it's lost. If it was 80% gray, for example, the color is
retained. You can repeat this any number of times with the same above results.
Thanks for the attention.

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

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


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



[graphics-issues] [Issue 111521] Graphic bullets not saved in PowerPoint export (regression)

2010-05-19 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111521


User sj changed the following:

What|Old value |New value

 Assigned to|sj|msc





--- Additional comments from s...@openoffice.org Wed May 19 11:30:42 + 
2010 ---
sj-msc: this issue is ready to be verified in cws[sdk321]

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

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


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



[graphics-issues] [Issue 111543] Numbered bullets are lost on PPT export

2010-05-19 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111543


User sj changed the following:

What|Old value |New value

 Assigned to|sj|msc





--- Additional comments from s...@openoffice.org Wed May 19 11:31:57 + 
2010 ---
sj-msc: this issue is ready to be verified in cws[sdk321]

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

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


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



[gsl-issues] [Issue 106704] Type 1 fonts in PDF expor t have incorrect /Length3

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106704


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 11:51:50 + 
2010 ---
Closing resolved issue.

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

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


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



[graphics-issues] [Issue 107360] Implement a trapezoid dec omposer for B2DPolyPolygons

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107360


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 11:52:45 + 
2010 ---
Thanks! Closing.

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

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


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



[framework-issues] [Issue 111672] [CWS findbar01]Crash when searching via findbar in Draw/Impress

2010-05-19 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111672


User cd changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from c...@openoffice.org Wed May 19 11:55:41 + 
2010 ---
cd: Confirmed.

cd: I can provide a more specific stack for the problem which reveals that the
root cause is located inside Draw/Impress.

stlport_vc7145.dll!5e498f1a()  
[Frames below may be incorrect and/or missing, no symbols loaded for
stlport_vc7145.dll] 
stlport_vc7145.dll!5e471050()   
sdmi.dll!sd::outliner::SelectionIteratorImpl::GotoNextText()  Line 532 + 0x30
bytes   C++
sdmi.dll!sd::outliner::Iterator::operator++()  Line 155 C++
sdmi.dll!sd::Outliner::Initialize(bool bDirectionIsForward=false)  Line 607 
C++
sdmi.dll!sd::Outliner::StartSearchAndReplace(const SvxSearchItem *
pSearchItem=0x0efe0148)  Line 543   C++
sdmi.dll!sd::FuSearch::SearchAndReplace(const SvxSearchItem *
pSearchItem=0x0efe0148)  Line 158 + 0x12 bytes  C++
sdmi.dll!sd::DrawDocShell::Execute(SfxRequest  rReq={...})  Line 182   C++
sdmi.dll!SfxStubDrawDocShellExecute(SfxShell * pShell=0x059c79a8, SfxRequest 
rReq={...})  Line 15036 + 0xf bytes C++
sfxmi.dll!SfxDispatcher::Call_Impl()  + 0x33f bytes C++
sfxmi.dll!SfxDispatcher::_Execute()  + 0x1c5 bytes  C++
sfxmi.dll!SfxDispatcher::Execute()  + 0x168 bytes   C++
sfxmi.dll!SfxDispatchController_Impl::dispatch()  + 0xb66 bytes C++
sfxmi.dll!SfxOfficeDispatch::dispatch()  + 0x123 bytes  C++
svxmi.dll!svx::UpSearchToolboxController::ExecuteHdl_Impl(svx::UpSearchToolboxController
* __formal=0x, svx::ExecuteInfo * pExecuteInfo=0x0efa1958)  Line 828 +
0x2a bytes  C++
tlmi.dll!Link::Call()  + 0x11 bytes C++
vclmi.dll!ImplHandleClose()  + 0x151 bytes  C++
vclmi.dll!ImplWindowFrameProc()  + 0x2d2 bytes  C++
vclmi.dll!SalFrame::CallCallback()  + 0x16 bytesC++
vclmi.dll!ImplHandleSalObjSysCharMsg()  + 0x504 bytes   C++
vclmi.dll!SalFrameWndProc()  + 0x748 bytes  C++
vclmi.dll!SalFrameWndProcW()  + 0x30 bytes  C++
user32.dll!7661f8d2()   
user32.dll!7661f794()   
user32.dll!7661f73d()   
user32.dll!76620008()   
user32.dll!76620060()   
vclmi.dll!ImplDispatchMessage()  + 0x15 bytes   C++
vclmi.dll!WinSalInstance::AcquireYieldMutex()  + 0x36 bytes C++
vclmi.dll!ImplSalYield()  + 0x47 bytes  C++
vclmi.dll!WinSalInstance::Yield()  + 0x9f bytes C++
vclmi.dll!ImplYield()  + 0x4c bytes C++
vclmi.dll!Application::Yield()  + 0xd bytes C++
vclmi.dll!Application::Execute()  + 0x1e bytes  C++
sofficeapp.dll!desktop::Desktop::Main()  + 0xf4d bytes  C++
vclmi.dll!ImplSVMain()  + 0x3c bytesC++
vclmi.dll!SVMain()  + 0x1c bytesC++
sofficeapp.dll!_soffice_main()  + 0x81 bytesC++
soffice.bin!_main()  + 0x16 bytes   C
soffice.bin!_winm...@16()  + 0x15 bytes C
soffice.bin!__tmainCRTStartup()  Line 574 + 0x1d bytes  C
kernel32.dll!76564911() 
ntdll.dll!7794e4b6()
ntdll.dll!7794e489()


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

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


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



[framework-issues] [Issue 108630] XTrap not declared in old er Xrender.h

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108630


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 11:57:05 + 
2010 ---
Got into DEV300_m76, closing.

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

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


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



[gsl-issues] [Issue 109400] skip redundant test in ou tdev3.cxx

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109400





--- Additional comments from h...@openoffice.org Wed May 19 11:57:27 + 
2010 ---
Got into DEV300_m76, closing.

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

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


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



[sc-issues] [Issue 111693] Calc is taking more cpu u tilization with low performance

2010-05-19 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111693


User er changed the following:

What|Old value |New value

 Assigned to|new   |spreadsheet

Keywords|  |performance





--- Additional comments from e...@openoffice.org Wed May 19 11:57:36 + 
2010 ---
Correct default owner.

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

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


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



[gsl-issues] [Issue 108914] vcl: Lost mpGraphics in O utputDevice::ImplNewFont()

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108914





--- Additional comments from h...@openoffice.org Wed May 19 11:58:00 + 
2010 ---
Fix got into DEV300_m75, closing.

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

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


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



[gsl-issues] [Issue 111277] Graphite line breaking

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111277


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Wed May 19 11:59:45 + 
2010 ---
Same root cause as issues 111054.

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

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

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


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



[sw-issues] [Issue 111054] formatting borked for exp anded text with Graphite fonts (spacing, line width)

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111054





--- Additional comments from h...@openoffice.org Wed May 19 11:59:44 + 
2010 ---
*** Issue 111277 has been marked as a duplicate of this issue. ***

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

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


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



[gsl-issues] [Issue 111277] Graphite line breaking

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111277


User hdu changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |111272
  is|  |

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Wed May 19 12:01:02 + 
2010 ---
And issue 111272.
Closing resolved issue.

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

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


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



[gsl-issues] [Issue 111272] No hyphenation with Graph ite fonts

2010-05-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111272


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|111054|111054,111277



This issue depends on issue 111277, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE

  Status|RESOLVED  |CLOSED





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

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


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



[script-issues] [Issue 111453] OOo Basic: Password prote cted libraries not accessible when read only

2010-05-19 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111453





--- Additional comments from a...@openoffice.org Wed May 19 12:08:13 + 
2010 ---
I had a closer look and think we don't really have a problem in a
real life scenario. My step by step description may have lead to
a wrong view as it shows how to reproduce the problem quickly,
but it's completely unrealistic for the situation of a real user.

Usually the original problem will occur if a password protected li-
brary is part of a shared extension. But then the library is consi-
dered to be read only anyway (at configuration level, not on file
system level) and can *not* be edited in the IDE. So no problem.

To run into trouble the user has to deploy the extension into his
user installation (making the library editable in the IDE as it's
*not* read only then) and afterwards make the library files inside
the extension cache read only on file system level. I think this is
very academic and I'm sure there would be a lot of more trouble if
someone tried this with all the other files inside his user instal-
lation like configuration files etc. :-)

So we can create a follow up issue, but would condider it to be P4
at most as long as we don't find a realistic scenario to run into
this problem.


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

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


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



[installation-issues] [Issue 111501] scp2: add changes to allo w for internal python framework (Mac OSX)

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


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69533)
new patch, obsolete
|  |s previous ones - everythi
|  |ng moved to source/python,
|  | no hardcoded version in e
|  |ntries






--- Additional comments from cl...@openoffice.org Wed May 19 12:10:27 + 
2010 ---
Created an attachment (id=69533)
new patch, obsoletes previous ones - everything moved to source/python, no 
hardcoded version in entries


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

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


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



  1   2   3   >