[sw-issues] [Issue 114532] .xml file was created and saved then text was lost

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Fri Sep 17 06:21:33 + 
2010 ---
closed

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

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


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



[sw-issues] [Issue 114532] .xml file was created and saved then text was lost

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from e...@openoffice.org Fri Sep 17 06:21:15 + 
2010 ---
I don't know what you have done exactly when exporting to .xml.

The default OOo format for text documents has .odt as extension (an compressed
XML format) and not .xml.

Furthermore, opening your file in an editor shows flat xml code but from a MS
Word document and yes without content, only layout and style information.
AFAIK we cannot import/export such documents.

PLease ask for help in the dedicated support forums:
http://user.services.openoffice.org/



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

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


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



[sw-issues] [Issue 114561] Save to .docx does not sa ve comments (notes)

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Fri Sep 17 06:34:14 + 
2010 ---
closed

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

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


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



[dba-issues] [Issue 114403] Oo crashes using form ba sed filters and a list box control

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


User fs changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

Target milestone|not determined|OOo 3.x





--- Additional comments from f...@openoffice.org Fri Sep 17 06:36:33 + 
2010 ---
There's indeed a bug there, in initializing the filter mode, which hits when
there already is a filter set (thus the crash on the second invocation of the
form based filter, not on the first one).

Will 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114403] Oo crashes using form ba sed filters and a list box control

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





--- Additional comments from fbrzvn...@openoffice.org Fri Sep 17 06:40:35 
+ 2010 ---
Great. Thank you for the support.

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[framework-issues] [Issue 114550] ExtensionManager Check f or updates can crash on broken user data

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


User jl changed the following:

What|Old value |New value

 Assigned to|dv|jl





--- Additional comments from j...@openoffice.org Fri Sep 17 06:41:14 + 
2010 ---
It should be prevented that the execute function throws an exception because
this usually means that the process terminates (throwing exception from a thread
function).  In this case the reason for the exception is that the extension
manager database contains an entry for a shared  extension which was removed.
The data base was not synchronized with the actually installed extensions. This
is done at start up and depends on the modification time of the folders
containing the shared and bundled extensions and the lastsynchronized file
(user/extensions/shared, user/extensions/bundled). 

In this case the user data from a different office was used where the data base
contained an entry for an extension which does not exist in the current
installation. It also contained a lastsynchronized file with a  mtime older than
that of shared extension folder. Therefore OOo did not recognize at startup that
it must synchronize the shared extension repository. 

The problem may also occur when the user data are on a nfs volume and the nfs
server and client are out of sync regarding there system time (this is actually
a network maintainance issue). Then the modification time of the extension
folder may appear older than that of the lastsynchronized file, although it is
not actually . Then the synchronization would also not take place.

The exception occurs in the function PackageManagerImpl::getDeployedPackage_
when m_xRegistry-bindPackage is called.
All uses of bindPackage should be reviewed and the case should be handled that
the data base still contains entries for removed extensions.

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

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


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



[framework-issues] [Issue 114550] ExtensionManager Check f or updates can crash on broken user data

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from j...@openoffice.org Fri Sep 17 06:45: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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[dba-issues] [Issue 114403] Oo crashes using form ba sed filters and a list box control

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Fri Sep 17 06:42:50 + 
2010 ---
fixed in CWS dba34a

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba34a

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114540] crash when applying form based filter in a list box control bound to a result set with one column

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





--- Additional comments from f...@openoffice.org Fri Sep 17 06:47:26 + 
2010 ---
Note that in the course of fixing this, I removed the limitation that the Bound
field of a list box cannot be 0 - there was no real reason for this, except
some dead corpses in the implementation, which have been removed.

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from t...@openoffice.org Fri Sep 17 06:49:20 + 
2010 ---
tl-kaplan: once you have decided which old extension you wan to replace please
add an updated description.xml to this issue. Until you have decided about this
I will leave this issue unattended.

-
Please do not reply to this automatically generated notification from
Issue 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...@lingucomponent.openoffice.org
For additional commands, e-mail: issues-h...@lingucomponent.openoffice.org


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



[dba-issues] [Issue 113475] Sun remained in one of th e error message

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


User fs changed the following:

What|Old value |New value

 Assigned to|oj|fs





--- Additional comments from f...@openoffice.org Fri Sep 17 07:08:42 + 
2010 ---
grabbing

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

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


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



[sc-issues] [Issue 114562] Protected MSExcel Macro V iewable in OOs

2010-09-17 Thread dsvalenzuela
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114562
 Issue #|114562
 Summary|Protected MSExcel Macro Viewable in OOs
   Component|Spreadsheet
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|spreadsheet
 Reported by|dsvalenzuela





--- Additional comments from dsvalenzu...@openoffice.org Fri Sep 17 
07:09:49 + 2010 ---
OpenOffice is displaying the macro without asking for the password which was set
in MSExcel Visual Basic Editor (Alt+F11): Tools  VBAProjectProperties 
Protection  Lock Project for Viewing (the Password). My VBA code consists of
passwords to the worksheet and to the workbook. So if my file is opened using
OpenOffice Spreadsheet, the user can see my codes which contains my passwords. I
wish OpenOffice will soon provide this very important feature to require a
password before the macro to the file can be viewed.

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

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


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



[dba-issues] [Issue 113475] Sun remained in one of th e error message

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Fri Sep 17 07:08:54 + 
2010 ---
fixed in CWS dba34a

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba34a

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[porting-issues] [Issue 102807] Zoom too fast using Multi -Touch Trackpad on Apple Mac Pro

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





--- Additional comments from kaspe...@openoffice.org Fri Sep 17 07:15:19 
+ 2010 ---
No special reason that I am aware of, I don't think I have changed it.

In system preferences, mouse, screen zoom the shortcut on my machine is Ctrl.

That means that in any app i can ctrl+move mouse to zoom, letting OS X 
enlarge all the pixels, I 
don't use it but it don't bother be. This also works in Openoffice. But 
OpenOffice also has it's own 
zoom set with the shortcut cmd+move mouse, which makes OpenOffice do a real 
zoom (vector 
based).

It's the Openoffice shortcut that I would so very much like to disable, but I 
can't figure out a way 
to do it.

If I try to change the OS X pixel zoom shortcut to CMD, I have now noticed 
that it overrules the 
OpenOffice shortcut. But sometimes, particularly after saving with cmd+s 
OpenOffice still does a 
crazy zoom. Most of the times though, the OS X zoom gains the upper hand.

But please please please - with sugar on top - add an option to disable the 
mouse/gesture zoom 
shortcut, it is annoying as hell and a usability catastrophy!


-
Please do not reply to this automatically generated notification from
Issue 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...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


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



[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from kap...@openoffice.org Fri Sep 17 07:22:55 
+ 2010 ---
kaplan-tl: Please update the source code with the patch I've attached. As it is
the one included in the language pack, it's more of importance for me. Thanks.

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

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


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



[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from t...@openoffice.org Fri Sep 17 07:27:46 + 
2010 ---
tl-kaplan: that is I should NOT use the identifier from the patch but the one
from the language pack (extension in source code) which is:
identifier 
value=Hebrew.dictionary.from.ivrix.org.il.provided.by.Alan.Yaniger /
correct?
If so please remember to use the same identifier once you upload your extension
(or updates to it) to the repository.

-
Please do not reply to this automatically generated notification from
Issue 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...@lingucomponent.openoffice.org
For additional commands, e-mail: issues-h...@lingucomponent.openoffice.org


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




[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from kap...@openoffice.org Fri Sep 17 07:32:26 
+ 2010 ---
kalpan-tl: I preferred to have a more general identifier, as Alan provided a
patch which is now adopted by upstream (= hspell).

This is why I used a shorter identifier:
identifier value=Hebrew.dictionary.from.hspell.ivrix.org.il /

Please use it.

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

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


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



[sw-issues] [Issue 114548] Incorrect treatment of bo okmarks tags text:bookmark-start and text:b ookmark-end created from DOCX by ODFConverter

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


User od changed the following:

What|Old value |New value

  CC|'od'  |'b_michaelsen,od'





--- Additional comments from o...@openoffice.org Fri Sep 17 07:35:20 + 
2010 ---
od-b_michaelsen:
Please take over the review of this issue.

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

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


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



[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from t...@openoffice.org Fri Sep 17 07:38:11 + 
2010 ---
Ok. 

Note, just to avoid misunderstandings and for QA testing later on:
In that case however only extensions of vanilla build and language packs from
3.3 or later will get updated by any future update of this extension. Namely no
current extension (be it from the current vanilla build, or language pack, or
from the repository) will be updated by this extension since this one will have
a completely new identifier.

-
Please do not reply to this automatically generated notification from
Issue 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...@lingucomponent.openoffice.org
For additional commands, e-mail: issues-h...@lingucomponent.openoffice.org


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



[lingucomponent-issues] [Issue 114557] lingucomponent: updated H ebrew dictionary

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





--- Additional comments from kap...@openoffice.org Fri Sep 17 07:40:36 
+ 2010 ---
I aware of that. Thank you for double checking.

-
Please do not reply to this automatically generated notification from
Issue 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...@lingucomponent.openoffice.org
For additional commands, e-mail: issues-h...@lingucomponent.openoffice.org


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



[sc-issues] [Issue 101386] [F-NAME] addin function d oesn't work in OOo3.0 after document is closed and reopened

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


User rainerbielefeld changed the following:

What|Old value |New value

 Version|OOo 3.3 Beta 1|OOo 3.2 RC5





--- Additional comments from rainerbielef...@openoffice.org Fri Sep 17 
07:40:34 + 2010 ---
@randyjones:
Interesting information is where you saw this problem the first time. That it
still exists in later version until it has been fixed is trivial.

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

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


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



[sw-issues] [Issue 41454] Add a character/word count in the status bar

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


User higuita changed the following:

What|Old value |New value

  CC|'fhro,jbfaure,jeongkyu,kar|'fhro,higuita,jbfaure,jeon
|andora,masayan,tgpraveen,t|gkyu,karandora,masayan,tgp
|hierrym,thing'|raveen,thierrym,thing'





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

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


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



[gsl-issues] [Issue 113604] vcl: ImplFontCharMap obje cts are leaked after they are removing from Ch arMapCacheItem[] in OutputDevice::GetFontCharM ap()

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from h...@openoffice.org Fri Sep 17 08:11:00 + 
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 113861] better caching for ImplFo ntCharMap objects

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from h...@openoffice.org Fri Sep 17 08:11:25 + 
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[sw-issues] [Issue 114563] PDF Export Errors

2010-09-17 Thread wjgiddings
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114563
 Issue #|114563
 Summary|PDF Export Errors
   Component|Word processor
 Version|OOO320m19
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|wjgiddings





--- Additional comments from wjgiddi...@openoffice.org Fri Sep 17 08:13:53 
+ 2010 ---
When a text document is exported that contains either footnotes or endnotes is
exported to PDF, the PDF document created contains errors. These errors will
cause problems for re-editing or collaborator commenting using application such
as Qoppa PDF Studio or Acrobat Professional.

I have tested the exported PDF on both Windows and Linux versions. It is only
the Linux version that I have which produces these errors.

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

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


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



[sw-issues] [Issue 114563] PDF Export Errors

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Fri Sep 17 08:33:02 + 
2010 ---
Please attach a sample odt and its output to PDF.
Detail the errors and where they happen.
On Linux, make sure you are using the original OOo version and not a version
from the distribution.

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

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


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



[framework-issues] [Issue 108571] Slow opening of Math OLE objects after running a macro

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





--- Additional comments from andy_at_signal...@openoffice.org Fri Sep 17 
08:46:52 + 2010 ---
This is a particularly important issue for people using Writer with the CompPad 
extension. The reason being that this extension turns Writer with its equation 
editing and Math OLE objects into an absolutely brilliant FOSS alternative to 
MathCad.

For basic scientific and engineering calculations this combination of using 
Writer (a word processor?) with the CompPad extension is unbeatable so anything 
that will help this stunning extension run better and so encourage more people 
to start using OOo as more than just that free alternative to M$ Office has 
got to be encouraged!

OK, CompPad doesn't support all the features of MathCad yet but with continuing 
development and support this could be an extension that helps tip OOo into the 
mainstream. 

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

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


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



[sc-issues] [Issue 114564] Math formulas can be inse rted when doc is in read-only mode

2010-09-17 Thread mla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114564
 Issue #|114564
 Summary|Math formulas can be inserted when doc is in read-only
| mode
   Component|Spreadsheet
 Version|OOO330m7
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|nn
 Reported by|mla





--- Additional comments from m...@openoffice.org Fri Sep 17 08:48:39 + 
2010 ---
I can insert a Math formula (menu Insert - Object - Formula) even when the doc
is in read-only mode. A simple Save is not possible but the normal Save As,
so overwriting the original file is possible. (Solaris Sparc, OOO330m7)

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

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


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



[dba-issues] [Issue 114273] Query wizard: cannot set more than one conditions at 3.Serach conditio ns

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


User fs changed the following:

What|Old value |New value

 Assigned to|oj|msc





--- Additional comments from f...@openoffice.org Fri Sep 17 08:49:17 + 
2010 ---
fs-msc: please verify in CWS dba33j

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[sc-issues] [Issue 114558] Autofilter stops after ro w 44

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


User fst changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from f...@openoffice.org Fri Sep 17 08:51:14 + 
2010 ---
Hi,

not a bug within OOo Calc.

The file originates from Excel and therefore a Filter range is set.

Go to Menu Data - Define Range
Select the Range Excel_Builtin__Filterdatabase_1 and click on Delete and confirm
with Yes
Close the dialog
Select the range you want to filter and apply the Autofilter

BTW your version is outdated. Current stable version is 3.2.1

Frank

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

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


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



[framework-issues] [Issue 114565] SfxBaseModel::createViewC ontroller crashes upon exceptions

2010-09-17 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114565
 Issue #|114565
 Summary|SfxBaseModel::createViewController crashes upon except
|ions
   Component|framework
 Version|DEV300m87
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Sep 17 08:54:59 + 
2010 ---
At least on (CWS sb129 based on) DEV300_m87 unxmacxi non-pro, observed that when
starting

   .../soffice .../smoketestdoc.sxw

and the call to FindOrCreateViewFrame_Impl at
http://hg.services.openoffice.org/DEV300/file/2ebd15d9e8a6/sfx2/source/doc/sfxbasemodel.cxx#l3968
throws a com::sun::star::uno::Exception-derived exception, the process crashes 
at

#0  0x in ?? ()
#1  0x00918ae9 in SfxFrame::GetCurrentDocument (this=0x2cbaf150) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/view/frame.cxx:355
#2  0x00a90047 in sfx::intern::ViewCreationGuard::impl_closeAll
(this=0xbfff9b90) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/doc/sfxbasemodel.cxx:3870
#3  0x00a900f6 in sfx::intern::ViewCreationGuard::~ViewCreationGuard
(this=0xbfff9b90) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/doc/sfxbasemodel.cxx:3852
#4  0x008d0310 in SfxBaseModel::createViewController (this=0x260534d4,
i_rviewna...@0xbfff9d34, i_rargumen...@0xbfff9c68, i_rfra...@0xbfff9ef8) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/doc/sfxbasemodel.cxx:4017
#5  0x00914188 in SfxFrameLoader_Impl::impl_createDocumentView (this=0x25a38720,
i_rmod...@0xbfff9d4c, i_rfra...@0xbfff9ef8, i_rviewfactoryar...@0xbfff9d3c,
i_rviewna...@0xbfff9d34) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/view/frmload.cxx:528
#6  0x00917b03 in SfxFrameLoader_Impl::load (this=0x25a38720, rar...@0xbfff9ef0,
_rtargetfra...@0xbfff9ef8) at
/net/so-cwsserv02/export/cws/sb129/DEV300/ooo/sfx2/source/view/frmload.cxx:666
#7  0x2238cdc5 in framework::LoadEnv::impl_loadContent ()
#8  0x2238d49c in framework::LoadEnv::startLoading ()
#9  0x2237f0ed in framework::LoadDispatcher::impl_dispatch ()
#10 0x2237f835 in framework::LoadDispatcher::dispatchWithReturnValue ()
#11 0x0045997b in comphelper::SynchronousDispatch::dispatch ()
#12 0x000e4a85 in desktop::DispatchWatcher::executeDispatchRequests ()
#13 0x000ed552 in desktop::OfficeIPCThread::ExecuteCmdLineRequests ()
#14 0x000cc853 in desktop::Desktop::OpenClients ()
#15 0x000cea06 in desktop::Desktop::OpenClients_Impl ()
#16 0x0be51e7a in ImplWindowFrameProc ()
#17 0x0bf1116d in AquaSalInstance::Yield ()
#18 0x0bc298ec in Application::Yield ()
#19 0x0bc299ba in Application::Execute ()
#20 0x000d3261 in desktop::Desktop::Main ()
#21 0x0bc303b1 in ImplSVMain ()
#22 0x0bf1195e in AquaSalInstance::handleAppDefinedEvent ()
#23 0x0bf14b6c in -[VCL_NSApplication sendEvent:] ()
#24 0x90298fe7 in -[NSApplication run] ()
#25 0x902661d8 in NSApplicationMain ()
#26 0x0bf11cdc in ImplSVMainHook ()
#27 0x0bc3046b in SVMain ()
#28 0x000f0850 in soffice_main ()
#29 0x1f0e in main ()

In SfxFrame::GetCurrentDocument, pImp-pCurrentViewFrame is non-null but the
object it points to is apparently already destroyed or otherwise overwritten -
the vtable pointer is also non-null, but the GetDispatcher pointer is null.

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

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


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



[sc-issues] [Issue 114558] Autofilter stops after ro w 44

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


User fst changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from f...@openoffice.org Fri Sep 17 08:51:38 + 
2010 ---
closed invalid

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

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


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



[dba-issues] [Issue 114566] query wizard: cannot set (anymore) conditions other than equal

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





--- Additional comments from f...@openoffice.org Fri Sep 17 08:55:51 + 
2010 ---
Created an attachment (id=71747)
document to reproduce the bug case


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

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


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



[sc-issues] [Issue 97764] Export to PDF: Special cha rs in vertical

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Fri Sep 17 08:53:15 + 
2010 ---
Thanks for checking.
Closing resolved issue.

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

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


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



[dba-issues] [Issue 114566] query wizard: cannot set (anymore) conditions other than equal

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


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from f...@openoffice.org Fri Sep 17 08:57:21 + 
2010 ---
worked fine in 3.2.1 = keyword regression

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[tools-issues] [Issue 111112] track 3.3 release

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



This issue depends on issue 114273, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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

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


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



[dba-issues] [Issue 114566] query wizard: cannot set (anymore) conditions other than equal

2010-09-17 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114566
 Issue #|114566
 Summary|query wizard: cannot set (anymore) conditions other th
|an equal
   Component|Database access
 Version|OOo 3.3 Beta 1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|oj
 Reported by|fs





--- Additional comments from f...@openoffice.org Fri Sep 17 08:55:21 + 
2010 ---
- open the attached database document
- select Queries on the left hand side
- select Use Wizard to Create Query in the task pane
- in the query wizard
  - on the first page, move all fields to the right
  - advance to the Search Conditions page
  - in the first condition, select names.ID as field, and is not equal to
as condition. Enter an arbitrary numeric value in the Value field
  - advance to the Overview page
= note that it says Search conditions: ID is not equal to  3 - this is
   already strange
  - finish the wizard
= you get an error message saying something about a syntax error in
 SELECT names.ID AS ID, names.name AS name
 FROM names names WHERE (names.ID   3)
   (Well, that error message is right)
= the query is not created

This happens with all conditions except equal, not/like, not/null

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114273] Query wizard: cannot set more than one conditions at 3.Serach conditio ns

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


User fs changed the following:

What|Old value |New value

 Assigned to|msc   |fs





--- Additional comments from f...@openoffice.org Fri Sep 17 08:57:39 + 
2010 ---
oops, wrong script, again. Grabbing back.

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114273] Query wizard: cannot set more than one conditions at 3.Serach conditio ns

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


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Fri Sep 17 08:58:07 + 
2010 ---
fixed in CWS dba33j

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba33j

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114273] Query wizard: cannot set more than one conditions at 3.Serach conditio ns

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





--- Additional comments from f...@openoffice.org Fri Sep 17 08:58:41 + 
2010 ---
note: follow-up issue: issue 114566

-
Please do not reply to this automatically generated notification from
Issue 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...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[dba-issues] [Issue 114566] query wizard: cannot set (anymore) conditions other than equal

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





--- Additional comments from f...@openoffice.org Fri Sep 17 09:03:56 + 
2010 ---
fs-oj: The problem here seems to be that the query composer returns an invalid
structured filter: The single condition delivered by the component is
  Name: ID
  Handle: 2 (SQLFilterOperator.NOT_EQUAL)
  Value:  3
= the Value is wrong, it should be 3 only, not  3

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

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


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



[sc-issues] [Issue 95578] Toolbar control for scalin g factor in page preview doesn't have transpar ent background

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


User vitriol changed the following:

What|Old value |New value

  CC|''|'vitriol'





--- Additional comments from vitr...@openoffice.org Fri Sep 17 09:04:28 
+ 2010 ---
Add me 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...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


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



[tools-issues] [Issue 114363] Don't create *.pyc files on solver.

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


User obo changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from o...@openoffice.org Fri Sep 17 09:07:12 + 
2010 ---
seen on MWS - closed.

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

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


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



[framework-issues] [Issue 114519] XPrintable::print should also support printer and document specific pro perties

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


User cl changed the following:

What|Old value |New value

 Assigned to|mib   |mba





--- Additional comments from c...@openoffice.org Fri Sep 17 09:05:08 + 
2010 ---
ops, wrong mb, reassigned

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

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


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



[sc-issues] [Issue 114504] SMB external references a re not working

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





--- Additional comments from n...@openoffice.org Fri Sep 17 09:21:17 + 
2010 ---
The missing type attribute is issue 110911. The attached files were created
with 3.2, not 330m7.

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

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


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



[www-issues] [Issue 114486] My public key

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





--- Additional comments from m...@openoffice.org Fri Sep 17 09:17:37 + 
2010 ---
@st:
why the heck did you close this issue?

Bartosz already has an CWS (svarray) and would like to commit his changes.

is there now some new undocumented requirement for SSH keys that i am not aware 
of?

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

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


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



[l10n-issues] [Issue 114177] l10n: [JA] UI not transla ted

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





--- Additional comments from khir...@openoffice.org Fri Sep 17 09:29:11 
+ 2010 ---
I have asked t_otsuki to fix all issues inside Pootle (by exporting the files).


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

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


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



[graphics-issues] [Issue 114567] draw:escape-direction doe sn't support all options in the UI

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |15186
  is|  |





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

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


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



[graphics-issues] [Issue 114567] draw:escape-direction doe sn't support all options in the UI

2010-09-17 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114567
 Issue #|114567
 Summary|draw:escape-direction doesn't support all options in t
|he UI
   Component|Drawing
 Version|DEV300m87
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|graphicsneedsconfirm
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Sep 17 09:26:20 + 
2010 ---
draw:escape-direction is specified as *one* of auto, left, right, up, down,
horizontal or vertical but in edit points it is possible to select e.g. up and
right escape directions, save and reload and those settings are lost seeing as
they don't fit into the file format

e.g. see this attached sample, it was created with escapes of left + up + right
+ down, but this has been lost on save and on reload it will be auto which is
a different thing, e.g. see the preview in right-click-connector, and the
different routing used if the box is moved slightly to force a recalculation.
Re-editing the glue points to set left+up+right+down before moving does the
right thing, but is lost again on save

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

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


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



[graphics-issues] [Issue 114567] draw:escape-direction doe sn't support all options in the UI

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





--- Additional comments from c...@openoffice.org Fri Sep 17 09:27:21 + 
2010 ---
Created an attachment (id=71748)
example odg


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

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


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



[graphics-issues] [Issue 15186] import dia files

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|18806,70412,71705,80184,80|18806,70412,71705,80184,80
|805   |805,114567





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

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


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



[framework-issues] [Issue 112310] New thesaurus dialog has duplicate mnenomics

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


User ja changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from j...@openoffice.org Fri Sep 17 09:44:35 + 
2010 ---
verified in master OOO330m8; closing issue

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

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


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



[framework-issues] [Issue 114541] Office shows error msg an d cannot start due to broken extension xcu fil e

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


User of changed the following:

What|Old value |New value

  CC|'md'  |'jsk,md'





--- Additional comments from o...@openoffice.org Fri Sep 17 09:43:36 + 
2010 ---
CCed: jsk

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

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


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



[sw-issues] [Issue 114205] sw/qa/unoapi sw.SwAccessi bleParagraphView::com::sun::star::accessibilit y::XAccessibleText::copyText() failed

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:49:48 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/851752e0e729; please revert
when fixing this issue

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

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


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



[gsl-issues] [Issue 113489] toolkit/qa/unoapi toolkit .AccessibleMenu{,Bar,Separator} failures

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:50:03 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/5a790bb7f3f3; please revert
when fixing this issue

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

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


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



[framework-issues] [Issue 113306] sfx2/qa/unoapi sfx.Docume ntTemplates failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:50:31 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/909058ca1061; please revert
when fixing this issue

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

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


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



[framework-issues] [Issue 113245] framework/qa/unoapi fwl.T ypeDetection failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:50:41 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/ce7e61eeb6c3; please revert
when fixing this issue

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

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


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



[gsl-issues] [Issue 113201] forms/qa/unoapi forms.OEd itModel::com::sun::star::form::validation::XVa lidatableFormComponent failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:50:57 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/9f96cf9704c4; please revert
when fixing this issue

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

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


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



[graphics-issues] [Issue 113161] sd/qa/unoapi sd.SdLayer:: com::sun::star::drawing::Layer::IsVisible fail ure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:51:20 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/38d89434a5e1; please revert
when fixing this issue

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

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


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



[gsl-issues] [Issue 114213] toolkit/qa/unoapi toolkit .AccessibleMenu::com::sun::star::accessibility ::XAccessibleSelection failure

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


User sb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri Sep 17 09:47:34 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/60acc5fb772f; please revert
when fixing this issue

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

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


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



[xml-issues] [Issue 114211] xmloff/qa/unoapi xmloff.D raw.XMLStylesImporter::com::sun::star::lang::X Initialization crash

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:47:46 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/ca736fce23d9; please revert
when fixing 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...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


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



[sw-issues] [Issue 113142] sw/qa/unoapi SwAccessible Context::RemoveFrmFromAccessibleMap crash

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:51:37 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/6e5ad7e77f31; please revert
when fixing this issue

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

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


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



[xml-issues] [Issue 112778] xmloff/qa/unoapi xmloff.D raw.XMLContentExporter failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:52:19 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/5214b9040e21; please revert
when fixing 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...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


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



[gsl-issues] [Issue 114213] toolkit/qa/unoapi toolkit .AccessibleMenu::com::sun::star::accessibility ::XAccessibleSelection failure

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


User sb changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from s...@openoffice.org Fri Sep 17 09:48:50 + 
2010 ---
[inadvertently set to RESOLVED FIXED]

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

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


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



[sc-issues] [Issue 108068] Hangup in Calc whilst bei ng in drop event (dragdrop)

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


User ja changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from j...@openoffice.org Fri Sep 17 09:49:27 + 
2010 ---
verified it myself in OOO330m8
closing issue

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

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


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



[gsl-issues] [Issue 114209] forms/qa/unoapi forms.OGr idControlModel::com::sun::star::view::XSelecti onSupplier crash

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:49:35 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/ca8c00c6efe5; please revert
when fixing this issue

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

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


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



[graphics-issues] [Issue 113386] sd/qa/unoapi sd.Accessibl eDrawDocumentView::com::sun::star::accessibili ty::XAccessibleComponent::containsPoint() fail ure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:50:16 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/dffb190ba26e; please revert
when fixing this issue

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

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


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



[l10n-issues] [Issue 108044] installset for British En glish (en-GB) required for 3.2RC2

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


User ja changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from j...@openoffice.org Fri Sep 17 09:51:37 + 
2010 ---
closing issue

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

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


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



[sw-issues] [Issue 113136] sw/qa/unoapi sw.SwAccessi bleParagraphView::com::sun::star::accessibilit y::XAccessibleEditableText failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:51:53 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/3ceba680c264; please revert
when fixing this issue

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

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


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



[graphics-issues] [Issue 113103] chart2: deadlock between DiagramHelper and Diagram

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:51:55 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/ae5dfd6b2d40; please revert
when fixing this issue

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

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


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



[sw-issues] [Issue 113020] sw/qa/unoapi sw.SwXTextGr aphicObject::com::sun::star::beans::XPropertyS et failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:52:08 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/7ea26b3e91c1; please revert
when fixing this issue

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

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


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



[framework-issues] [Issue 112746] framework/qa/unoapi fwk.M oduleManager failure (X11 BadWindow)

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:52:37 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/34867433702b; please revert
when fixing this issue

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

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


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



[sw-issues] [Issue 112743] starmath/qa/unoapi sm.XML SettingsExporter failure

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





--- Additional comments from s...@openoffice.org Fri Sep 17 09:52:52 + 
2010 ---
worked around for now by disabling affected tests as
http://hg.services.openoffice.org/cws/sb126/rev/4d66b58a3c5b; please revert
when fixing this issue

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

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


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



[graphics-issues] [Issue 113386] sd/qa/unoapi sd.Accessibl eDrawDocumentView::com::sun::star::accessibili ty::XAccessibleComponent::containsPoint() fail ure

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |cl





--- Additional comments from w...@openoffice.org Fri Sep 17 09:55:14 + 
2010 ---
Reassigned. Please handle.

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

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


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



[sw-issues] [Issue 21939] Problem with the french fi lter

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


User sba changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Sep 17 10:13:14 + 
2010 ---
According to Release Status Meeting this week (see
http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#2010-09-13)
setting target to 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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[porting-issues] [Issue 78496] sal-strintern - speedup .. .

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


User sba changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Sep 17 10:10:54 + 
2010 ---
Reopening issue.
According to Release Status Meeting this week (see
http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#2010-09-13)
setting target to OOo 3.3.

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

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


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



[sw-issues] [Issue 111684] Missing EndNote / Bibus f ields

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


User sba changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Sep 17 10:15:36 + 
2010 ---
According to Release Status Meeting this week (see
http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#2010-09-13)
setting target to 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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 112564] Getting TextContent on a SwXTextRange doesn't return some frames

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


User sba changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Sep 17 10:12:06 + 
2010 ---
According to Release Status Meeting this week (see
http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#2010-09-13)
setting target to OOo 3.3.

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

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


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



[porting-issues] [Issue 78496] sal-strintern - speedup .. .

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


User sba changed the following:

What|Old value |New value

  CC|'aziem,cedricbosdo,kr,sb' |'aziem,cedricbosdo,kr,sb,s
|  |ba'

 Assigned to|sb|cedricbosdo

  Status|REOPENED  |NEW





--- Additional comments from s...@openoffice.org Fri Sep 17 10:17:03 + 
2010 ---
Correction: Set Target to OOo 3.4
sba - cedricbosdo: As discussed today in IRC, back to you.

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

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


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



[sw-issues] [Issue 79246] Ruby in MS Word format is broken

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


User sba changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Sep 17 10:14:31 + 
2010 ---
According to Release Status Meeting this week (see
http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#2010-09-13)
setting target to 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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 112564] Getting TextContent on a SwXTextRange doesn't return some frames

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





--- Additional comments from s...@openoffice.org Fri Sep 17 10:17:37 + 
2010 ---
Correction: Set target to 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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[installation-issues] [Issue 114560] Downloading issue

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


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Fri Sep 17 10:34:47 + 
2010 ---
...

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

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


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



[l10n-issues] [Issue 113148] British English (en-GB) G SI file for OOo 3.3

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


User vg changed the following:

What|Old value |New value

 Assigned to|vg|coni

  Status|REOPENED  |NEW





--- Additional comments from v...@openoffice.org Fri Sep 17 10:32:13 + 
2010 ---
reassign the 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...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


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



[l10n-issues] [Issue 113427] correct wrong strings in Pootle

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


User vg changed the following:

What|Old value |New value

 Assigned to|vg|coni





--- Additional comments from v...@openoffice.org Fri Sep 17 10:33:16 + 
2010 ---
reassign the 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...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


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



[installation-issues] [Issue 114560] Downloading issue

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


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from o...@openoffice.org Fri Sep 17 10:34:11 + 
2010 ---
I don't what you want to to download from where. There is no install.exe for
OpenOffice.org. Try to download OOo here: 
http://download.openoffice.org/index.html
BTW: This is not a help facility tool. For support please look here:
http://support.openoffice.org/index.html

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

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


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



[l10n-issues] [Issue 113148] British English (en-GB) G SI file for OOo 3.3

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





--- Additional comments from v...@openoffice.org Fri Sep 17 10:35:44 + 
2010 ---
reassign the issue... Sorry for typo...

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

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


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



[framework-issues] [Issue 105277] Initial implementation fo r manging of the build process via html page

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


User vg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from v...@openoffice.org Fri Sep 17 10:37:21 + 
2010 ---
.

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

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


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



[framework-issues] [Issue 83000] CTL/Western samples in fon t drop-down list

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


User ja changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from j...@openoffice.org Fri Sep 17 10:53:39 + 
2010 ---
changing issue type to 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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[sc-issues] [Issue 114569] vertical aligned text in cells disappears

2010-09-17 Thread natag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114569
 Issue #|114569
 Summary|vertical aligned text in cells disappears
   Component|Spreadsheet
 Version|OOo 3.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|natag





--- Additional comments from na...@openoffice.org Fri Sep 17 10:55:55 + 
2010 ---
The GO-OO and Novell edition of Openoffice have the following problem:
In a calc spreadsheet the vertical aligned text in cells disappears if the auto
spellchecker recognizes a misspelling.

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

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


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



[framework-issues] [Issue 114568] XExtensinManager::reinsta ll should use the start flag when calling regi sterPackage

2010-09-17 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114568
 Issue #|114568
 Summary|XExtensinManager::reinstall should use the start flag 
|when calling registerPackage
   Component|framework
 Version|OOO330m6
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|jl





--- Additional comments from j...@openoffice.org Fri Sep 17 10:52:53 + 
2010 ---
This is necessary to prevent interference with the  extension which are just
about re-installed. That is, the extension are not usable in the current unopkg
process.

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

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


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



[framework-issues] [Issue 114568] XExtensinManager::reinsta ll should use the start flag when calling regi sterPackage

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


User jl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from j...@openoffice.org Fri Sep 17 10:53:40 + 
2010 ---
.

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

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


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



[sc-issues] [Issue 114570] spreadsheet with about 24 000 rows can not be opened

2010-09-17 Thread natag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114570
 Issue #|114570
 Summary|spreadsheet with about 24000 rows can not be opened
   Component|Spreadsheet
 Version|OOo 3.2.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|natag





--- Additional comments from na...@openoffice.org Fri Sep 17 10:59:29 + 
2010 ---
The GO-OO and Novell edition of Openoffice have the following problem:
A calc spreadsheet with about 24000 rows can not be opened.

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

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


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



[graphics-issues] [Issue 114567] draw:escape-direction doe sn't support all options in the UI

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |aw

Target milestone|---   |OOo 3.x





--- Additional comments from w...@openoffice.org Fri Sep 17 11:22:28 + 
2010 ---
Reproducible. Reassigned.

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

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


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



[sc-issues] [Issue 109681] Calc is crash when Numbe rs tab select in Format Cells dialog.

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Fri Sep 17 11:23:33 + 
2010 ---
Closing resolved issue.

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

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


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



[l10n-issues] [Issue 104564] Telugu language package r enders incorrectly

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from h...@openoffice.org Fri Sep 17 11:25:11 + 
2010 ---
Closing resolved issue.

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

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


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



[sw-issues] [Issue 112902] Mail merge fail insert fr ame when frame anchor is not page.

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


User hi changed the following:

What|Old value |New value

 Assigned to|hi|os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.4





--- Additional comments from h...@openoffice.org Fri Sep 17 11:39:45 + 
2010 ---
Confirmed but it's not a regression to 320m18. 
Set target to 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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[gsl-issues] [Issue 64508] honour fontconfig autohint and hinting attributes

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





--- Additional comments from h...@openoffice.org Fri Sep 17 11:45:17 + 
2010 ---
*** Issue 93565 has been marked as a duplicate of this issue. ***

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

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


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



[gsl-issues] [Issue 93565] font rendering degradation in Menus compared to 2.4.1 (bad character spa cing)

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


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Fri Sep 17 11:45:19 + 
2010 ---
Not reproducable probably due to issue 64508 and 88303 getting applied.

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

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

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


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



[sw-issues] [Issue 114553] automatic file extension is there twice on the save dialog

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from e...@openoffice.org Fri Sep 17 11:46:38 + 
2010 ---
Assuming this is a go-oo problem because we currently don't support system file
picker on KDE.

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

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


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



[sw-issues] [Issue 114553] automatic file extension is there twice on the save dialog

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Fri Sep 17 11:46:48 + 
2010 ---
closed

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

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


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



  1   2   >