[api-issues] [Issue 115596] javaldx: Could not find a Java Runtime Environment

2010-11-15 Thread peterhammer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115596
 Issue #|115596
 Summary|javaldx: Could not find a Java Runtime Environment
   Component|api
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|peterhammer





--- Additional comments from peterham...@openoffice.org Mon Nov 15 17:13:25 
+ 2010 ---
Dear all, I'm having this problem in one Linux server.

In this machine I run a Java application that connects to OO and converts any
file I require to PDF. This is working fine in every server except this one. I
just can't find the difference.

The one that fails, hangs up when calling the OO services with the error
javaldx: Could not find a Java Runtime Environment!.

I've deleted the javasettings_Linux_x86.xml file, as suggested in many posts,
and OO created it again, but the file is created exactly the same and the error
keeps happening.

I believe that the contents of this file are wrong, so tried to fix it manually
but with out any success (except that the message does not appear any more, but
hangs in the same line of code).

Here is the not-working XML:

?xml version=1.0 encoding=UTF-8?
!--This is a generated file. Do not alter this file!--
java xmlns=http://openoffice.org/2004/java/framework/1.0;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
enabled xsi:nil=true/enabled
userClassPath xsi:nil=true/userClassPath
vmParameters xsi:nil=true/vmParameters
jreLocations xsi:nil=true/jreLocations
javaInfo xsi:nil=true/javaInfo
/java

And here is a working XML from another server (the asterisks in vendorData
represent some sort of hash):

?xml version=1.0 encoding=UTF-8?
!--This is a generated file. Do not alter this file!--
java xmlns=http://openoffice.org/2004/java/framework/1.0;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
enabled xsi:nil=true/
userClassPath xsi:nil=true/
vmParameters xsi:nil=true/
jreLocations xsi:nil=true/
javaInfo xsi:nil=false vendorUpdate=2004-01-30 autoSelect=true
vendorSun Microsystems Inc./vendor
locationfile:///data/java/jdk1.6.0_05/jre/location
version1.6.0_05/version
features0/features
requirements1/requirements
vendorData6600*/vendorData
/javaInfo
/java

So I added the missing tags to the first XML (javaInfo, vendor, location,
version, features, requirements and vendorData). As I said before no change seen
when running the code, except that the error line is no longer printed in the
java console.

Maybe the problem is the vendorData tag, but I think it is something more
complex, because most users with this issue just deleted the file and the new
one works fine.

I'm a little overwhelmed with this problem and can't find any solutions. I don't
know how to tell OO of my java packages present on the server. Either for OO to
create the file accordingly or to write it myself with the correct values.

Any help in this matter will be more than welcome.

Thanks in advance.

Best regards,
Peter.

Some info of the server:
uname -a: Linux homero 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008
x86_64 x86_64 x86_64 GNU/Linux
which java: /usr/bin/java (correct path, using 1.6.0.16)
OO version: 3.0.1
Using java BootstrapConnector.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 110530] XComponentLoader loadComp onentFromURL Throws Error

2010-11-14 Thread gregmcc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110530





--- Additional comments from greg...@openoffice.org Sun Nov 14 22:30:57 
+ 2010 ---
I have had the same problem moving from stable 3.2 to 3.3.0m14 - seems not to 
work. I have been loading Calc documents from URL for years now - and suddenly 
it gets stuck with the same error message 'BASIC run-time error '1' - Type: 
com.sun.star.lang.IllegalArgumentException Message: URL seems to be an 
unsupported one'.

sPathFile = file:///H:/DirectoryX/File1.ods

oDesktop  = createUnoService(com.sun.star.frame.Desktop)
oFile = oDesktop.LoadComponentFromUrl(sPathFile , _Blank , 0 , mNoArgs())

It is nothing I have changed - so could really do with some progress on the 
item before Rev3.3 is issued as STABLE ( that would be a disaster ).

Regards

Greg McC

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 110530] XComponentLoader loadComp onentFromURL Throws Error

2010-11-14 Thread gregmcc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110530





--- Additional comments from greg...@openoffice.org Sun Nov 14 23:38:59 
+ 2010 ---
Really Sorry Guys - It was simply the fact that the file didn't exist in the 
directory. 

( The error messages throw you so badly ) - I was looking for something much 
much deeper.

regards

Greg McC

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 69930] Functions allowed as LVALU ES in Basic

2010-11-12 Thread thocurgithe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69930





--- Additional comments from thocurgi...@openoffice.org Fri Nov 12 10:24:35 
+ 2010 ---
Created an attachment (id=74696)
silagra brand name viagra cumwithuscom


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 98699] service OfficeInstallation Directories does not handle 3-layer installati on

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


User tm changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Thu Nov 11 11:23:04 + 
2010 ---
Checked and verified in cws kso46 - OK !

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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 115296] SpreadsheetViewSettings:: Show* properties miss description

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


User dr changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from d...@openoffice.org Thu Nov 11 13:45:47 + 
2010 ---
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...@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



[api-issues] [Issue 105279] XUsedAreaCursor doesn't i nclude changes made with locked controllers

2010-11-10 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105279


User nn changed the following:

What|Old value |New value

 Assigned to|nn|oc





--- Additional comments from n...@openoffice.org Wed Nov 10 10:19:49 + 
2010 ---
reassigning to QA for verification

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 28311] java to handle the particu lar menu item selection in OO menu

2010-11-10 Thread ocmitvinrro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28311





--- Additional comments from ocmitvin...@openoffice.org Wed Nov 10 15:59:10 
+ 2010 ---
Created an attachment (id=73047)
Coreg


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 62708] sendSimpleMailMessage fail s under Win98

2010-11-10 Thread ubanmidna
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62708





--- Additional comments from ubanmi...@openoffice.org Wed Nov 10 16:09:09 
+ 2010 ---
Created an attachment (id=73099)
Lanoxin


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 68285] loadComponentFromUrl has c hanged behaviour between 1.1 et 2.0

2010-11-10 Thread inlawcada
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68285


User ace_dent changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Keywords|  |oooqa

  Status|VERIFIED  |CLOSED





--- Additional comments from ace_d...@openoffice.org Sat May 17 20:40:07 
+ 2008 ---
The Issue you raised has been marked as 'Resolved' and not updated within the
last 1 year+. I am therefore setting this issue to 'Verified' as the first step
towards Closing it. If you feel this is incorrect, please re-open the issue and
add any comments.

Many thanks,
Andrew
 
Cleaning-up and Closing old Issues
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html


--- Additional comments from ace_d...@openoffice.org Sat May 17 22:44:20 
+ 2008 ---
As per previous posting: Verified - Closed.
A Closed Issue is a Happy Issue (TM).

Regards,
Andrew

--- Additional comments from inlawc...@openoffice.org Wed Nov 10 16:14:09 
+ 2010 ---
Created an attachment (id=73123)
Clofazimine


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 27847] API: sd.SdXImpressDocument ::XComponent

2010-11-10 Thread lymwaydurchting
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27847





--- Additional comments from lymwaydurcht...@openoffice.org Wed Nov 10 
16:16:11 + 2010 ---
Created an attachment (id=73134)
Glyburide


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 37717] new API, wrapper UNO-Java

2010-11-10 Thread versurppersio
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37717





--- Additional comments from versurpper...@openoffice.org Wed Nov 10 
16:31:31 + 2010 ---
Created an attachment (id=73209)
Indometacin


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 23744] Provide API to access Gall ery

2010-11-10 Thread siapenzulu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=23744





--- Additional comments from siapenz...@openoffice.org Wed Nov 10 16:36:08 
+ 2010 ---
Created an attachment (id=73231)
Pravachol


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 22742] script::XStarBasicLibraryI nfo::getModuleContainer() does not work

2010-11-10 Thread comtelicon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22742





--- Additional comments from comteli...@openoffice.org Wed Nov 10 16:08:18 
+ 2010 ---
Created an attachment (id=73091)
Lodine


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 14626] typos in odk documentation

2010-11-10 Thread moctecheckva
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=14626





--- Additional comments from moctechec...@openoffice.org Wed Nov 10 
16:04:14 + 2010 ---
Created an attachment (id=73074)
Caduet


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 45407] adapt styles of generated reference docu

2010-11-10 Thread clespantleri
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45407





--- Additional comments from clespantl...@openoffice.org Wed Nov 10 
16:44:12 + 2010 ---
Created an attachment (id=73274)
Care-O-Pet


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 26128] Property Height for TableR ow is documened as Long by implemented as Inte ger

2010-11-10 Thread bhanyslebo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26128





--- Additional comments from bhanysl...@openoffice.org Wed Nov 10 16:45:10 
+ 2010 ---
Created an attachment (id=73275)
Mentat Pills


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 31519] loadComponentFromURL denys loading url as they are created by java

2010-11-10 Thread grehtietalders
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31519





--- Additional comments from grehtietald...@openoffice.org Wed Nov 10 
16:46:10 + 2010 ---
Created an attachment (id=73281)
Elidel Cream


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 27268] textTable.anchor and comp areRegionEnds fails

2010-11-10 Thread inlawcada
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27268





--- Additional comments from inlawc...@openoffice.org Wed Nov 10 16:48:12 
+ 2010 ---
Created an attachment (id=73290)
Folic Acid (Vitamin B9)


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 25615] Spaces in username mean th at LocalOfficeConnection won't connect

2010-11-10 Thread skintuforra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25615





--- Additional comments from skintufo...@openoffice.org Wed Nov 10 16:55:11 
+ 2010 ---
Created an attachment (id=73328)
Atopex


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 38780] runner: xmloff.Impress.XML Importer

2010-11-10 Thread alotiste
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38780





--- Additional comments from aloti...@openoffice.org Wed Nov 10 17:07:10 
+ 2010 ---
Created an attachment (id=73386)
Starlix


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 58792] enhance API test for XAcce ssibleEditableText for Writer paragraphs

2010-11-10 Thread cuodenumyp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58792





--- Additional comments from cuodenu...@openoffice.org Wed Nov 10 17:08:08 
+ 2010 ---
Created an attachment (id=73391)
Proscar


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 65306] Support hierarchical acces s in storages.

2010-11-10 Thread misbirdcemu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65306





--- Additional comments from misbirdc...@openoffice.org Wed Nov 10 17:16:13 
+ 2010 ---
Created an attachment (id=73434)
Kamagra


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 63237] iterating through text

2010-11-10 Thread hartsambatchvolv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63237





--- Additional comments from hartsambatchv...@openoffice.org Wed Nov 10 
17:30:23 + 2010 ---
Created an attachment (id=73501)
Kamagra


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 67655] sal/qa: make tests warning free

2010-11-10 Thread ubanmidna
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67655





--- Additional comments from ubanmi...@openoffice.org Wed Nov 10 17:32:11 
+ 2010 ---
Created an attachment (id=73512)
Speman


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 34994] API: sd.SdXPresentation::c om::sun::star::presentation::Presentation::IsL ivePresentation

2010-11-10 Thread nijungnile
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34994





--- Additional comments from nijungn...@openoffice.org Wed Nov 10 21:04:09 
+ 2010 ---
Created an attachment (id=73614)
Betnovate


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 32852] SDK: move Java and C++ Sim pleBootstrap example into DevelopersGuide sect ion

2010-11-10 Thread inlawcada
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32852





--- Additional comments from inlawc...@openoffice.org Wed Nov 10 21:19:08 
+ 2010 ---
Created an attachment (id=73648)
Otibact


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 63463] runner: pcr.EventHandler

2010-11-10 Thread ocmitvinrro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63463





--- Additional comments from ocmitvin...@openoffice.org Wed Nov 10 21:30:15 
+ 2010 ---
Created an attachment (id=73681)
Soma


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 20704] Currency type generates er ror on multiplication and division

2010-11-10 Thread hartsambatchvolv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20704





--- Additional comments from hartsambatchv...@openoffice.org Wed Nov 10 
21:31:08 + 2010 ---
Created an attachment (id=73687)
Manjishtha


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 29863] implement shortcut configu ration API

2010-11-10 Thread huntpacbabors
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29863





--- Additional comments from huntpacbab...@openoffice.org Thu Nov 11 
00:21:11 + 2010 ---
Created an attachment (id=73902)
Virility Patch


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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 35382] API: svx.SvxShape::com::su n::star::drawing::FillProperties::FillHatchNam e

2010-11-10 Thread crewotclasour
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35382





--- Additional comments from crewotclas...@openoffice.org Thu Nov 11 
00:39:11 + 2010 ---
Created an attachment (id=73914)
Skelaxin


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 36330] API: sd.SdUnoPresView::XSe rviceInfo

2010-11-10 Thread crewotclasour
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36330





--- Additional comments from crewotclas...@openoffice.org Thu Nov 11 
00:39:11 + 2010 ---
Created an attachment (id=73915)
Haridra


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 32908] API: forms.OButtonControl: :form::submission::XSubmission

2010-11-10 Thread masupnicur
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=32908





--- Additional comments from masupni...@openoffice.org Thu Nov 11 00:41:15 
+ 2010 ---
Created an attachment (id=73926)
Strattera


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 41723] IDL: com::sun::star::text: :XTextRange

2010-11-10 Thread moctecheckva
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41723





--- Additional comments from moctechec...@openoffice.org Thu Nov 11 
01:02:11 + 2010 ---
Created an attachment (id=73949)
Proscar


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 59019] Test

2010-11-10 Thread grehtietalders
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59019





--- Additional comments from grehtietald...@openoffice.org Thu Nov 11 
01:07:09 + 2010 ---
Created an attachment (id=73974)
Coversyl


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 13565] isStartOfWord returns inco rrect results at the start of a line

2010-11-10 Thread lymwaydurchting
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13565





--- Additional comments from lymwaydurcht...@openoffice.org Thu Nov 11 
02:09:15 + 2010 ---
Created an attachment (id=74027)
Diges Tea


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 37967] complex test complex/filte r/detection/typeDetection/TypeDetection.java

2010-11-10 Thread ocmitvinrro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37967





--- Additional comments from ocmitvin...@openoffice.org Thu Nov 11 02:39:12 
+ 2010 ---
Created an attachment (id=74070)
Avandamet


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 63271] macro:///Tools.UCB.LoadDat aFromFile needs minor change

2010-11-10 Thread hartsambatchvolv
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63271





--- Additional comments from hartsambatchv...@openoffice.org Thu Nov 11 
02:40:10 + 2010 ---
Created an attachment (id=74073)
Valtrex


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 37979] Developers Guide: screensh ots in Basic And Dialogs chapter must be updat ed

2010-11-10 Thread ocmitvinrro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=37979





--- Additional comments from ocmitvin...@openoffice.org Thu Nov 11 02:59:11 
+ 2010 ---
Created an attachment (id=74085)
Risperdal


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 21558] Incorrect exception thrown from XText::insertTextContent()

2010-11-10 Thread versurppersio
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=21558





--- Additional comments from versurpper...@openoffice.org Thu Nov 11 
03:17:12 + 2010 ---
Created an attachment (id=74110)
Drontal Allwormer For Cats


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 56396] recovery brings back older Files than saved

2010-11-10 Thread alotiste
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56396





--- Additional comments from aloti...@openoffice.org Thu Nov 11 03:29:12 
+ 2010 ---
Created an attachment (id=74131)
Ketoconazole Cream


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 69544] CDateToIso runtime functio n should be CDateFromIso in text

2010-11-10 Thread inlawcada
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69544





--- Additional comments from inlawc...@openoffice.org Thu Nov 11 03:46:12 
+ 2010 ---
Created an attachment (id=74177)
Abilify


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 51219] integer division in SB sho ws unexpected result

2010-11-10 Thread lymwaydurchting
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51219





--- Additional comments from lymwaydurcht...@openoffice.org Thu Nov 11 
03:49:10 + 2010 ---
Created an attachment (id=74192)
Penis Growth Pack (Pills + Oil)


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 112465] HelpText/HelpURL properti es won't work at GridControlModel

2010-11-09 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112465


User misheto changed the following:

What|Old value |New value

  CC|'sg'  |''

 Assigned to|misheto   |jsc

  Status|STARTED   |NEW

Platform|All   |Macintosh





--- Additional comments from mish...@openoffice.org Tue Nov  9 14:22:40 
+ 2010 ---
The issue seems to be Mac OS only. HelpText and HelpURL properties of grid
control are working fine, tests were done on windows.
Reassign issue to jsc.


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 79365] Suggestions for improving the readability of autodoc-generated IDL refer ence

2010-11-08 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79365


User thorstenziehm changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from thorstenzi...@openoffice.org Mon Nov  8 
14:56:26 + 2010 ---
OOo 3.3 is nearly final. Therefore I change the target of this issue to OOo 3.x.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 114662] Search with attributes er ases all text

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Mon Nov  8 15:07:30 + 
2010 ---
Verified in CWS os143.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115393] PackageInformationProvide r.getPackageLocation empty for extension insta lled for all users

2010-11-04 Thread martindobiasch
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115393
 Issue #|115393
 Summary|PackageInformationProvider.getPackageLocation empty fo
|r extension installed for all users
   Component|api
 Version|1.0.3
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|martindobiasch





--- Additional comments from martindobia...@openoffice.org Thu Nov  4 
09:12:11 + 2010 ---
Code:
XPackageInformationProvider xPackageInformationProvider=
PackageInformationProvider
.get(m_xContext);

String location= xPackageInformationProvider
.getPackageLocation(blabla);

I tried this code on an Ubuntu PC with OpenOffice 3.2 and on Windows.
It works fine on Windows, but on Ubuntu location is empty when the extension is
installed for all users, but correct when the extension is installed for a
single user

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115393] PackageInformationProvide r.getPackageLocation empty for extension insta lled for all users

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





--- Additional comments from j...@openoffice.org Thu Nov  4 09:57:28 + 
2010 ---
can you please try it with the vanilla build from www.openoffice.org instead of
the Ubuntu version of OOo. We can't guarantee any functionality for this build.
 

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 106807] SDK-DevGuide-Database-Cod eSamples throws an exception

2010-11-04 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106807


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Thu Nov  4 13:57:00 + 
2010 ---
Fixed in cws dba34b. For example you have to setup a MySQL db and to adjust the
parameters to your needs.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 99010] toolkit: setting a MenuBar on a Top Window crashes OOo

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





--- Additional comments from c...@openoffice.org Thu Nov  4 16:13:44 + 
2010 ---
cd: Want to apply the patch while working on the revised layout manager. The
first rework of the layout manager, see CWS dockingwindows is now ready for QA.
I want to add this patch to the successor of this CWS which will contain the new
docking windows part.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 106807] SDK-DevGuide-Database-Cod eSamples throws an exception

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106807


User misheto changed the following:

What|Old value |New value

 Assigned to|oj|sg





--- Additional comments from mish...@openoffice.org Thu Nov  4 16:40:03 
+ 2010 ---
reassign to sg for verifying.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 113579] grid control, problems wi th selection change events

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113579


User misheto changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from mish...@openoffice.org Thu Nov  4 16:49:47 
+ 2010 ---
duplicate to i114339.
The issue has been already resolved. This problem doesn't occur anymore.

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

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 112465] HelpText/HelpURL properti es won't work at GridControlModel

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112465


User misheto changed the following:

What|Old value |New value

  CC|''|'sg'





--- Additional comments from mish...@openoffice.org Thu Nov  4 17:03:59 
+ 2010 ---
adding sg to 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...@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



[api-issues] [Issue 106810] SDK-DevGuide-ScriptingFra mework-ScriptingSelector is broken

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106810


User misheto changed the following:

What|Old value |New value

  CC|''|'sg'





--- Additional comments from mish...@openoffice.org Thu Nov  4 17:07:59 
+ 2010 ---
adding sg to 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...@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



[api-issues] [Issue 106899] SDK-Documentation-remark for ActiveX sample

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106899


User misheto changed the following:

What|Old value |New value

  CC|''|'sg'





--- Additional comments from mish...@openoffice.org Thu Nov  4 17:07:15 
+ 2010 ---
adding sg to 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...@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



[api-issues] [Issue 107762] SDK-Examples-DevGuide-Tex t is broken

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107762


User misheto changed the following:

What|Old value |New value

  CC|''|'sg'





--- Additional comments from mish...@openoffice.org Thu Nov  4 17:08:57 
+ 2010 ---
adding sg to 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...@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



[api-issues] [Issue 106847] SDK-DevGuide-OfficeDev-De sktopEnvironment doesn't work properly when de ployed with jdk-1.6.0

2010-11-04 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106847


User misheto changed the following:

What|Old value |New value

  CC|''|'sg'





--- Additional comments from mish...@openoffice.org Thu Nov  4 17:09:47 
+ 2010 ---
adding sg to 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...@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



[api-issues] [Issue 115393] PackageInformationProvide r.getPackageLocation empty for extension insta lled for all users

2010-11-04 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115393


User brinzing changed the following:

What|Old value |New value

  CC|''|'brinzing'





--- Additional comments from brinz...@openoffice.org Thu Nov  4 17:17:42 
+ 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...@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



[api-issues] [Issue 114662] Search with attributes er ases all text

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


User os changed the following:

What|Old value |New value

 Assigned to|os|mru





--- Additional comments from o...@openoffice.org Wed Nov  3 09:15:32 + 
2010 ---
Reassigned for verification

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 112465] HelpText/HelpURL properti es won't work at GridControlModel

2010-11-03 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112465


User misheto changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from mish...@openoffice.org Wed Nov  3 13:55:18 
+ 2010 ---
accepted

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 113579] grid control, problems wi th selection change events

2010-11-03 Thread misheto
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113579


User misheto changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from mish...@openoffice.org Wed Nov  3 14:00:17 
+ 2010 ---
accepted.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 33781] please allow accessing the UNDO List via API

2010-11-03 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=33781


User mst changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |115383





-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 41675] memory leak while converti ng

2010-11-03 Thread thierry_thelliez
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41675





--- Additional comments from thierry_thell...@openoffice.org Wed Nov  3 
19:23:27 + 2010 ---
I just hit this bug while using a small Python based script found at:

http://www.linuxjournal.com/content/convert-spreadsheets-csv-files-python-and-pyuno-part-1v2

When converting Excel files to CSV, memory usage slowly increases. Server
crashes after a few hundreds conversion.


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115352] gotoNextParagraph(true) r eturns false for word document with table.

2010-11-02 Thread albert073
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115352
 Issue #|115352
 Summary|gotoNextParagraph(true) returns false for word documen
|t with table.
   Component|api
 Version|OOo 3.2
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|albert073





--- Additional comments from albert...@openoffice.org Tue Nov  2 08:41:10 
+ 2010 ---
When a word document created in writer but saved in Microsoft Word 97/2000/XP 
format contains a table in the first page starting at the first line, 
XParagraphCursor.gotoNextParagraph(true) returns false and the text content in 
the table cannot be read using XParagraphCursor.getString() api.

The client program is created in Microsoft C# version 2.0 and referencing the 
CLI dll from open office 3.2 (namely cli_basetypes.dll, cli_cppuhelper.dll, 
cli_oootypes.dll, cli_ure.dll, cli_uretypes.dll).

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115352] gotoNextParagraph(true) r eturns false for word document with table.

2010-11-02 Thread albert073
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115352





--- Additional comments from albert...@openoffice.org Tue Nov  2 08:51:21 
+ 2010 ---
Created an attachment (id=72816)
Zip file contains 3 files. SampleCode.txt contains c# sample code, test.doc is 
having issue, test1.doc is working fine with code.


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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 109191] RuntimeException: getInst ance expected XInterface but got com.sun.star. table.XCell

2010-11-02 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109191


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Tue Nov  2 09:19:50 + 
2010 ---
tentatively set to VERIFIED to let the CWS proceed (and I found no regressions
with the relevant tests); would be great though if somebody who reliably
experienced the problem could test the fix

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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 115310] configure script has prob lems to detect Java

2010-11-02 Thread sg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115310


User sg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Tue Nov  2 13:57:41 + 
2010 ---
checked on Mac and works - 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...@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



[api-issues] [Issue 115337] cleanup usage of @since t ags in IDL files

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


User jsc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Tue Nov  2 14:54:26 + 
2010 ---
fixed on cws jsc340

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115310] configure script has prob lems to detect Java

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


User jsc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.3





--- Additional comments from j...@openoffice.org Mon Nov  1 09:57:58 + 
2010 ---
fixed on cws jsc331

The error caused configuration problems of the SDK under MacOS after the latest
Java update.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115310] configure script has prob lems to detect Java

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


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |sg





--- Additional comments from j...@openoffice.org Mon Nov  1 13:49:14 + 
2010 ---
@sg: 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...@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



[api-issues] [Issue 115337] cleanup usage of @since t ags in IDL files

2010-11-01 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115337
 Issue #|115337
 Summary|cleanup usage of @since tags in IDL files
   Component|api
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|definition
 Assigned to|jsc
 Reported by|jsc





--- Additional comments from j...@openoffice.org Mon Nov  1 16:24:50 + 
2010 ---
The @since tags are used different all over in our IDL files. After some
discussion on the d...@api mailing list, we decided to unify the usage and 
agreed
more or less on the following:

- we use @since OOo major.minor[.micro]
micro should be used only if  0

Examples: 
@since OOo 2.0
@since OOo 2.3
@since OOo 2.3.1
@since OOo 3.0
@since OOo 3.3

Things like
- @since OOo 2.0.0 got replaced with @since OOo 2.0
- @since OOo 2.3.0 got replaced with @since OOo 2.3
- @since OpenOffice.org 2.0.0 got replaced with @since OOo 2.0
...

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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 115310] configure script has prob lems to detect Java

2010-11-01 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115310


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |12
  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...@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



[api-issues] [Issue 115310] configure script has prob lems to detect Java

2010-10-29 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115310
 Issue #|115310
 Summary|configure script has problems to detect Java
   Component|sdk
 Version|680
Platform|All
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|tools
 Assigned to|jsc
 Reported by|jsc





--- Additional comments from j...@openoffice.org Fri Oct 29 08:36:15 + 
2010 ---
The resolveLink function that is used in the context to find Java doesn't work
correct. Especially after the latest Java update this error becomes visible.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 114609] adapt SDK etc. to passive UNO component registration

2010-10-29 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114609


User eberlein changed the following:

What|Old value |New value

  CC|'brinzing'|'brinzing,eberlein'





--- Additional comments from eberl...@openoffice.org Fri Oct 29 09:33:24 
+ 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...@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



[api-issues] [Issue 115252] CPP component example doe s not work with Mac OS

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


User jsc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Thu Oct 28 12:25:09 + 
2010 ---
fixed on cws jsc340

improve proctype check for older Mac versions

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 109191] RuntimeException: getInst ance expected XInterface but got com.sun.star. table.XCell

2010-10-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109191


User sb changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Thu Oct 28 12:34:26 + 
2010 ---
I could observe the problem once (but unfortunately only once), when setFormula
is called within the initialization loop in createDocument,

for (...) {
  XCell cellIn = sheet.getCellByPosition(i, j);
  cellIn.setFormula(Test);
}

What appears to have happened is that for one such cellIn Java-side URP proxy
object (see jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java),
finalize was called while the setFormula call was still in progress, and the
remote URP side (soffice.bin) saw the release request for the object before
seeing the setFormula request, at which time the relevant C++ object had already
been destroyed, so the C++-side URP code could no longer map the transferred
object ID to a known object.

That it can in general happen that a Java object is finalized while a call to
one of its methods is still in progress can be seen with the below program,
which for me consistently prints the finalized message before the call 
message:

public final class Test {
  public static void main(String[] arguments) throws Exception {
for (int i = 0; i  10; ++i) {
  new Instance().call();
}
  }
  private Test() {}
  private static final class Instance {
public Instance() {}
public void call() throws InterruptedException {
  int n = 0;
  for (int i = 0; i  1000; ++i) {
int a[] = new int[1000];
for (int j = 0; j  1000; ++j) {
  a[j] = j;
}
for (int j = 1000; j  0; --j) {
  n = (n + a[j - 1]) % 10;
}
  }
  System.gc();
  System.runFinalization();
  Thread.currentThread().sleep(1000 + n);
  System.err.println(call);
}
protected void finalize() {
  System.err.println(finalize);
}
  }
}

http://hg.services.openoffice.org/cws/sb132/rev/eb99db8a0ed6 should fix this.
 Please let me know if this indeed fixes the problem (as I am unable to 
reproduce).

(The RemoveUnoObject called from BroadcastUno assertion mentioned in #desc8
is probably unrelated after all, and is now covered by issue 115294.)

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 109191] RuntimeException: getInst ance expected XInterface but got com.sun.star. table.XCell

2010-10-28 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109191


User sb changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 65999] loadComponent hangs in -no logo mode after changing the icon-style from Automatic to Default

2010-10-28 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65999





--- Additional comments from s...@openoffice.org Thu Oct 28 13:33:25 + 
2010 ---
*** Issue 95496 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...@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



[api-issues] [Issue 115253] Windows-only examples sho uld state that when trying to build

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


User jsc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Thu Oct 28 13:53:35 + 
2010 ---
fixed on cws jsc340

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115296] SpreadsheetViewSettings:: Show* properties miss description

2010-10-28 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115296
 Issue #|115296
 Summary|SpreadsheetViewSettings::Show* properties miss descrip
|tion
   Component|api
 Version|OOo 3.3 RC2
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|documentation
 Assigned to|dr
 Reported by|dr





--- Additional comments from d...@openoffice.org Thu Oct 28 14:23:15 + 
2010 ---
The properties SpreadsheetViewSettings::ShowObjects, ShowCharts, ShowDrawing
miss description of possible values.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115296] SpreadsheetViewSettings:: Show* properties miss description

2010-10-28 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115296


User dr changed the following:

What|Old value |New value

  Status|NEW   |STARTED

  Issue type|PATCH |DEFECT

Target milestone|---   |OOo 3.4





--- Additional comments from d...@openoffice.org Thu Oct 28 14:26:38 + 
2010 ---
started

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115296] SpreadsheetViewSettings:: Show* properties miss description

2010-10-28 Thread dr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115296


User dr changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from d...@openoffice.org Thu Oct 28 14:30:54 + 
2010 ---
fixed in CWS DEV300/dr77

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 105279] XUsedAreaCursor doesn't i nclude changes made with locked controllers

2010-10-27 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105279


User nn changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from n...@openoffice.org Wed Oct 27 10:52:25 + 
2010 ---
Fixed in CWS dr77.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115252] CPP component example doe s not work with Mac OS

2010-10-26 Thread sg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115252
 Issue #|115252
 Summary|CPP component example does not work with Mac OS
   Component|sdk
 Version|OOO330m12
Platform|Macintosh
 URL|
  OS/Version|Mac OS X, 10.5
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|samples
 Assigned to|jsc
 Reported by|sg





--- Additional comments from s...@openoffice.org Tue Oct 26 10:54:27 + 
2010 ---
Cpp Component example complextoolbarcontrols does not work on Mac.
Reason is a wrong configuration in settings.mk.

Works fine on newer Macs.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 115253] Windows-only examples sho uld state that when trying to build

2010-10-26 Thread sg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115253
 Issue #|115253
 Summary|Windows-only examples should state that when trying to
| build
   Component|sdk
 Version|OOO330m12
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|samples
 Assigned to|jsc
 Reported by|sg





--- Additional comments from s...@openoffice.org Tue Oct 26 11:00:03 + 
2010 ---
Some samples print a message that this example only runs on Windows, some do 
not:

- CLI/CSharp/Spreadsheet
- CLI/VB.NET/WriterDemo

Positive example: OLE/activex brings the message This example works only under
Windows! on non-Windows platforms.

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 114609] adapt SDK etc. to passive UNO component registration

2010-10-25 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114609





--- Additional comments from s...@openoffice.org Mon Oct 25 14:43:01 + 
2010 ---
once SDK examples have been converted,
http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/Extensions/File_Formatoldid=187147#Passively_Registered_UNO_Components
could link to those instead of desktop/test/deployment/passive/

-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 52510] Port SDK to Mac OS X

2010-10-23 Thread salim2010
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52510





--- Additional comments from salim2...@openoffice.org Sat Oct 23 05:57:07 
+ 2010 ---
Created an attachment (id=72361)
Selegiline


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 53559] IDL: com::sun::star::util: :XCloseable

2010-10-23 Thread grehtietalders
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53559





--- Additional comments from grehtietald...@openoffice.org Sat Oct 23 
14:31:11 + 2010 ---
Created an attachment (id=72507)
Female Pink Viagra


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 14744] Spin Buttons via UNO API n ot reachable

2010-10-23 Thread misbirdcemu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=14744





--- Additional comments from misbirdc...@openoffice.org Sat Oct 23 14:33:11 
+ 2010 ---
Created an attachment (id=72536)
Wellbutrin SR


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 64198] Developer's Guide polishin g

2010-10-23 Thread panricarfe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64198





--- Additional comments from panrica...@openoffice.org Sat Oct 23 14:34:10 
+ 2010 ---
Created an attachment (id=72543)
Speman


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 40688] API: forms.*Model object

2010-10-23 Thread panricarfe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40688





--- Additional comments from panrica...@openoffice.org Sat Oct 23 14:34:10 
+ 2010 ---
Created an attachment (id=72553)
Ultimate Viagra Pack (Viagra + Viagra Soft Tabs + Viagra Oral Jelly)


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 36321] API: SdDrawPagesAccess - crash when the document is closed

2010-10-23 Thread tfulaporis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36321





--- Additional comments from tfulapo...@openoffice.org Sat Oct 23 14:35:11 
+ 2010 ---
Created an attachment (id=72557)
Cialis Soft Tabs


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

-
To unsubscribe, e-mail: 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



[api-issues] [Issue 29493] create NetBeans IDE integr ation module

2010-10-23 Thread ocmitvinrro
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29493





--- Additional comments from ocmitvin...@openoffice.org Sat Oct 23 14:39:09 
+ 2010 ---
Created an attachment (id=72604)
Sumenta


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 41495] Impress HTML/WebCast (impr ess_html_Export) exporting not working

2010-10-23 Thread cuodenumyp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41495





--- Additional comments from cuodenu...@openoffice.org Sat Oct 23 14:45:15 
+ 2010 ---
Created an attachment (id=72686)
Pure Okinawan Coral Calcium


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 25151] API: SwXTextViewCursor::XT extViewCursor

2010-10-23 Thread dismetiner
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25151





--- Additional comments from dismeti...@openoffice.org Sat Oct 23 14:48:11 
+ 2010 ---
Created an attachment (id=72720)
Glucophage


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 98699] service OfficeInstallation Directories does not handle 3-layer installati on

2010-10-22 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98699


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |tm





--- Additional comments from k...@openoffice.org Fri Oct 22 11:17:32 + 
2010 ---
tm: 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...@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



[api-issues] [Issue 51430] Disable context menu

2010-10-22 Thread saidus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51430





--- Additional comments from sai...@openoffice.org Fri Oct 22 18:37:07 
+ 2010 ---
Created an attachment (id=72219)
Pletal


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 52831] OOoBean: NoConnectionExcep tion

2010-10-22 Thread saidus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52831





--- Additional comments from sai...@openoffice.org Fri Oct 22 18:38:08 
+ 2010 ---
Created an attachment (id=72234)
Melatonin


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 51413] OOoBean: revise deprecated Methods and API

2010-10-22 Thread salim2010
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51413





--- Additional comments from salim2...@openoffice.org Sat Oct 23 05:35:05 
+ 2010 ---
Created an attachment (id=72329)
Female Cialis


-
Please do not reply to this automatically generated notification from
Issue 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



[api-issues] [Issue 62583] minor edits - SDK Develope r Guide

2010-10-22 Thread salim2010
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62583





--- Additional comments from salim2...@openoffice.org Sat Oct 23 05:43:05 
+ 2010 ---
Created an attachment (id=72340)
VP-RX Oil


-
Please do not reply to this automatically generated notification from
Issue 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



<    1   2   3   4   5   6   7   8   9   10   >