[sw-issues] [Issue 81739] problem with bullets follo wing a numbered entry/list

2008-03-15 Thread gvsa123
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81739





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 06:14:48 + 
2008 ---
Created an attachment (id=52110)
attachment with screenshots


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

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


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



[sw-issues] [Issue 81739] problem with bullets follo wing a numbered entry/list

2008-03-15 Thread gvsa123
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81739





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 06:16:53 + 
2008 ---
Sorry about double posting... 

I did a little playing around and discovered an entry in the context menu for 
continuing the previous numbered list. Please see attachment for the 
description and screenshots. This is on OOo 2.3.1 XPSP2

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

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


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



[tools-issues] [Issue 87045] DEV300_m3: WaE svx/source/ unodraw/unoshap3.cxx

2008-03-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87045
 Issue #|87045
 Summary|DEV300_m3: WaE svx/source/unodraw/unoshap3.cxx
   Component|tools
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|code
 Assigned to|rt
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 06:18:16 + 
2008 ---
/home/oo/BuildDir/ooo_DEV300_m3_src/svx/source/unodraw/unoshap3.cxx:1160: 
warning: 'bNew' may 
be used uninitialized in this function

=0 helped.

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

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


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



[tools-issues] [Issue 87045] DEV300_m3: WaE svx/source/ unodraw/unoshap3.cxx

2008-03-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87045





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 06:20:24 + 
2008 ---
I wanted to say = sal_False of course ;-)



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

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


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



[dba-issues] [Issue 87042] Changes in a database (ods -file) doesnt appear until i shutdown OO and r eopen it

2008-03-15 Thread jbfaure
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87042


User jbfaure changed the following:

What|Old value |New value

  CC|''|'jbfaure'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 06:26:19 + 
2008 ---
It is probably the same problem as #9899 (fixed in 00o 3.0)

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

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


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



[framework-issues] [Issue 73357] RFE: Tools/Customize/Toolb ars: Really import custom icon

2008-03-15 Thread utomo99
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73357


User utomo99 changed the following:

What|Old value |New value

  CC|''|'utomo99'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 07:02:42 + 
2008 ---
the source icons also need to be organized. so we will have eficients things. 
and also we can cleans things which did not needed.
last time too many unused icons and image on source code. 

if possible we can also reduce double icons and images.  

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

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


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



[sw-issues] [Issue 80815] make word count feature MS Word compatible - counting of words with hyph en in between

2008-03-15 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80815





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 07:26:16 + 
2008 ---
khong-fme, Yes, the change only applies to word count.

Ok, the puntuations I mentioned before are eaten by Writer. Here is my testing
program,

Sub Main
bi=createUnoService(com.sun.star.i18n.BreakIterator)
dim locale as new com.sun.star.lang.Locale
locale.Language=en
wType=com.sun.star.i18n.WordType.WORD_COUNT

aStr=this -- is

boundary=bi.nextWord(aStr, 1, locale, wType)
print boundary.startPos, boundary.endPos

End Sub

It prints 5, 7, '--' is a word, but Writer counts 2 words for the string, it
should count 3 words.

fms, could you take a look? My changes for i18npool is in cws i18n40. Thanks.

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

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


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



[dba-issues] [Issue 86991] Mailmerge doesn't work as usual in 2.4 RC2 and RC4

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


User os changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 08:26:33 + 
2008 ---
The change in behaviour results from issue 76853
Since the change the merging (for printing and saving) is done on a temporary
document. I.e. this does not change the current working document anymore. The
fact that in previous versions the working document contained the last used data
base selection was a side effect. 
-colebantam: If you need to merge only a single data row, to print this and
continue with a document that has this data then you should use the merge into
fields button from the data base browser and print the document then without
using the mail merge dialog.

-rainerbielefeld: With issue 86766 multitple address printing is 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sw-issues] [Issue 80815] make word count feature MS Word compatible - counting of words with hyph en in between

2008-03-15 Thread fme
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80815





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 09:32:06 + 
2008 ---
fme-khong: You are right. The SwScanner skips 'words' that do not start with
letters. Please add the sw project to your cws.

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

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


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



[dba-issues] [Issue 86991] Mailmerge doesn't work as usual in 2.4 RC2 and RC4

2008-03-15 Thread colebantam
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86991





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 09:40:43 + 
2008 ---
-os: Thanks for your help. I already knew the merge into fields solution. 
But using the Mailmerge Wizard saved me 2 clicks ;-) Whatever, if its not 
longer possible to keep the old behavior, I'm fine with this way...

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

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


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



[sc-issues] [Issue 1820] Inputting decimal numbers w ith Spanish (Spain) keyboars in StarCalc

2008-03-15 Thread bbouwens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=1820





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:09:37 + 
2008 ---
I just tried this: set the Locale to Dutch, and type 1.3 in a cell.
Result: it converts it to 01-03-08. So IMHO it is still not fixed.
I think that outside Germany there's nobody in the world that would
interpret 1.3 as a date. So even if I could disable this behaviour,
(I don't know how), I don't think it should be the default.

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

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


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



[sw-issues] [Issue 84875] Wrong symbols for numerals in Hebrew text (Font David)

2008-03-15 Thread hennerdrewes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84875





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:10:42 + 
2008 ---
The fix #i81577# TranslateToHindiNumbers should be language sensitive. 

Releasing OOo 2.4 with this bug makes it pretty impossible to import Hebrew doc
files (as numbers are not such rare characters). In my opinion it would be
better to remove TranslateToHindiNumbers until it is 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sw-issues] [Issue 84875] Wrong symbols for numerals in Hebrew text (Font David)

2008-03-15 Thread hennerdrewes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84875


User hennerdrewes changed the following:

What|Old value |New value

  CC|'hdu' |'hdu,hennerdrewes'





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

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


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



[sw-issues] [Issue 80815] make word count feature MS Word compatible - counting of words with hyph en in between

2008-03-15 Thread khirano
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80815


User khirano changed the following:

What|Old value |New value

  CC|'fme,khirano,khong,mba,sba|'fme,khirano,khong,maho,mb
|,troodon' |a,sba,troodon'





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

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


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



[sc-issues] [Issue 7467] Q-PCD relevant: Dot vs. Com ma in int'l keyboard layouts

2008-03-15 Thread bbouwens
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=7467





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:17:58 + 
2008 ---
I kind of support this. It appears that ticket 1820 is `solved' by having
the '.' key on the numeric keypad produce a ',' now.
I never use the numeric keypad, I just use the normal decimal keys, for
me that's easier. When I enter 1.3 it is still converted to a date, which
IMHO is still broken (in the Dutch locale at least). The same behaviour
I used to observe when importing CSV files, which has obviously nothing
to do with keyboards. This I have also verified today on version 2.3.0

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

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


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



[porting-issues] [Issue 78103] OOoAqua cannot connect to integrated database

2008-03-15 Thread helgekraak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78103





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:28:53 + 
2008 ---
In DEV300_m2 the error message ist now java/sql/savepoint

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

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


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



[porting-issues] [Issue 86795] mingw: catch-up fix for ba segfx build breakage

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86795





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:57:21 + 
2008 ---
@vg: The breaks in berkeleydb and libxslt are caused by the removal of 
expporting of the dmake macro PWD from solenv/inc/startup/wnt/macros.mk.

I will attatch patches to add it in makefiles of berkeleydb and libxslt and 
remedies the breaks.

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

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


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



[porting-issues] [Issue 86795] mingw: catch-up fix for ba segfx build breakage

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86795


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |52111)
Patch for berkeleyd
|  |b






--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:58:43 + 
2008 ---
Created an attachment (id=52111)
Patch for berkeleydb


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

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


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



[porting-issues] [Issue 86795] mingw: catch-up fix for ba segfx build breakage

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86795


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |52112)
Patch for libxslt






--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 10:59:18 + 
2008 ---
Created an attachment (id=52112)
Patch for libxslt


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

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


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



[porting-issues] [Issue 78103] OOoAqua cannot connect to integrated database

2008-03-15 Thread maveric
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78103





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:17:00 + 
2008 ---
@helgekraak: Could you please tell us which Mac OS X version you are using and
if it's PPC or Intel.

I downloaded the attached test_base.odb and I can open and edit it with
OOODEV300_m2 under Mac OS X 10.5.2 Intel. 

As stated earlier in the comments this may be a PPC only issue and perhaps even
a 10.4.x only issue. 

We need more information on this one. An unusable Basemodule in the native PPC
Port wouldn't be any good. 

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

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


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



[porting-issues] [Issue 78103] OOoAqua cannot connect to integrated database

2008-03-15 Thread helgekraak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78103





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:35:43 + 
2008 ---
10.4.11 PPC

Error Message: Unable to establish a connection with the datasource. \new
line\ java/sql/Savepoint

the error is the same with any of these versions checked.

Java 1.4.2_16
Java 1.5.0_13

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

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


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



[framework-issues] [Issue 87034] OLE link: editing object d oes not affect source document anymore

2008-03-15 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87034


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:41:52 + 
2008 ---
Verified in CWS mav30.

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

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


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



[graphics-issues] [Issue 87046] Have the opportunity to sa ve included obejct with theier relative path

2008-03-15 Thread branleb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87046
 Issue #|87046
 Summary|Have the opportunity to save included obejct with thei
|er relative path
   Component|Presentation
 Version|OOo 2.3.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|save-export
 Assigned to|cgu
 Reported by|branleb





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:54:40 + 
2008 ---
When  you save an presentation with images or videos or something like that
inside, OOo Impress saves the absolute Path of these Objects. In the case, when
you send a Presentation file to another Computer, which is may running another
OS with OOo, you have to import each Image and each Video one more time.
For Images there's a little workaround: You have to open the image in an image
Editor like MS Paint oder THE GIMP, mark the complete Image and copypaste it
into the presentation. But for Videos there's no appriorate Solution. And this
Workaround for Images is not good, because less computer-experienced People
won't even think of that possibility. 

I though about that problem and one idea came to my mind:

Relative Paths would solve that problem in most cases, because then you could
put every object, you need for the presentation, in a directory, and if need to
send it to another computer, you have only to compress the whole directory with
all Objects and the presentation file itself to an .zip file or something
equivalent.

So I ask for this feature. It could be implemented in some ways:

- having an extra option in the 'file' menu named 'Save with Relative Paths'
- having a checkbox in the FileSaveDialog named 'Save Relative Paths'
- having a new export variant: zip, where you create a zip, containing every
need object.
- having a new export variant: folder, where you export the whole presentation
into a folder, with every attached Project
- really include EVERY obejct, taht is used by the Presentation into the
presentation file (.odp). But that would result in large files, i think ?
- having a checkbox or an extra option in the file menu for an save method,
where EVERY object is included in the presentation file.

if at least one of these proposes from me would be implemented in OOo Impress, i
would be very happy, because it would save much affords for me as User of
Impress, because I don't ahve to recreate the half presentation, if I want to
show it or to modify it on another Computer.

greetz,
branleb

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

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


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



[framework-issues] [Issue 87047] precompiled_framework.hxx contains a removed header

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87047
 Issue #|87047
 Summary|precompiled_framework.hxx contains a removed header
   Component|framework
 Version|DEV300m3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|tono





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:58:02 + 
2008 ---
Since dev300_m2, vcl/inc/vcl/salstype.hxx is removed but 
precompiled_framework.hxx is still including 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[framework-issues] [Issue 87047] precompiled_framework.hxx contains a removed header

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87047


User tono changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |52113)
A patch to remove v
|  |cl/salstype.hxx from preco
|  |mpiled_framework.hxx






--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 11:59:10 + 
2008 ---
Created an attachment (id=52113)
A patch to remove vcl/salstype.hxx from precompiled_framework.hxx


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

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


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



[api-issues] [Issue 87048] TreeControlModel has incor rect property name CustomUnitText

2008-03-15 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87048
 Issue #|87048
 Summary|TreeControlModel has incorrect property name CustomUni
|tText
   Component|api
 Version|OOo 2.4 RC5
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|hanya





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 12:53:50 + 
2008 ---
com.sun.star.awt.tree.TreeControlModel service has the entry of Editable 
property.
But Dbg_Properties of Basic property has no entry of it on OOo 2.4 RC5.
Code:
Sub Main
  oDialogModel = GetProcessServiceManager.createInstance( _
com.sun.star.awt.UnoControlDialogModel)
  ' create tree control model
  oTreeModel = oDialogModel.createInstance( _
com.sun.star.awt.tree.TreeControlModel )
  
  msgbox oTreeModel.Dbg_Properties
End Sub

There is CustomUnitText property instead of Editable in the resulted text.

Id of Editable is used twice in the
OOo_2.4.0rc5_src_core/OOH680_m11/toolkit/inc/toolkit/helper/property.hxx

OOo 2.3.1 is ok.

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

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


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



[dba-issues] [Issue 78939] RPT: setting parge margins might result in controls outside the page bou ndaries

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78939





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 13:08:02 + 
2008 ---
please submit a follow-up issue. Indeed this is no good user experience, and
should be fixed. Thanks.

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

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


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



[sw-issues] [Issue 86935] Ctrl-click does not link i n hyperlink is applied to frame

2008-03-15 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86935





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 14:17:59 + 
2008 ---
Hyperlinks of frames can only be accessed on the frame's border.
***Actually, only the frame top --according to my test.

MRU-OS: If you have applied a hyperlink to a frame (in its properties), the
tooltip of a hyperlink will also be shown over the frame content - but it cannot
be accessed there (of course)
***Why 'of course'? If the link is detected (tooltip), why can it not be used?

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

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


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



[sw-issues] [Issue 87012] Font Wingdings replaced incorrectly on screen

2008-03-15 Thread jp107
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87012





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 14:20:14 + 
2008 ---
Well on some of our older machines (e.g. RHEL3 based) fc-match isn't available
but on RHEL5 where it is I get the following output:

$ fc-match WingDings
DejaVuLGCSans.ttf: DejaVu LGC Sans Book

which seems to be what fc-match reports for most gibberish names too.  Of course
fc-match called this way is only looking at 'system' fonts so doesn't know about
the openoffice provided extra fonts like OpenSymbol.

So if I add the following .fonts.conf (apologies about putting this inline)

?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
!-- ~/.fonts.conf for per-user font configuration --
fontconfig
!--
Private font directory
--
dir~/.fonts/dir

alias
familywingdings/family
prefer
familyOpenSymbol/family
familyStandard Symbols L/family
familySymbol/family
/prefer
/alias
/fontconfig

then fc-match still reports the same, but now Ooo2.4.0rc4 displays the 'tick'
and some of the other symbols might be right too (I can't tell without the real
font).  However on the older platforms (e.g RHEL3 with older fontconfig and no
fc-match command) that doesn't have any effect perhaps because I got the syntax
wrong.

Note that printing seems to behave like OOo2.3.1 (ie I get the tick and a few
other symbols but most of the other symbols show as boxes).

Strangely with that .font.conf I see more symbols on screen but after printing
most of them, magically switch to displaying boxes (presumably 'cos it has
decided to switch fonts for some reason).

I'll try this all again with 2.4.0rc5 once I've finished downloading 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[framework-issues] [Issue 86929] cws startcenterfix: Reorga nise the the tab order for the startcenter but tons

2008-03-15 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86929


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 14:51:06 + 
2008 ---
fixed in CWS vcl87

concerning the tab thing for the toolbox: currently that is not possible in
toolboxes and due to time constraint I'd like to move that enhancement to 3.1

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

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


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



[framework-issues] [Issue 86735] Wrong size of heading in S tart Center if used by testtool

2008-03-15 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86735


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 14:52:00 + 
2008 ---
fixed in CWS vcl87

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

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


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



[framework-issues] [Issue 87022] Why OOBasic is so slow com pared to MS VisualBasic (300x)

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87022


User kpalagin changed the following:

What|Old value |New value

  CC|'maho'|'kpalagin,maho'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 14:58:26 + 
2008 ---
Andreas,
as always we have a choice of slowly bleeding (300 times slower is actually 
dying) or having one-time surgery and then living happy life.
Making surgery will be more and more difficult as the number of developed 
applications and number of users grows.

I strongly suggest targeting this for 3.x just to have it in sight and in mind.

WBR,
KP.

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

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


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



[sw-issues] [Issue 42765] Character spacing problem when printing justified text

2008-03-15 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42765


User rainerbielefeld changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:28:03 + 
2008 ---
Closing issue due to reporter's inactivity as WFM.

Please feel free to reopen this issue if you find out that the problem still
exists in the latest release of OOo.


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

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


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



[sw-issues] [Issue 42765] Character spacing problem when printing justified text

2008-03-15 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42765


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:28:45 + 
2008 ---
.

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

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


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



[sc-issues] [Issue 87049] [Collaboration] Conflict b etween delete row and insert content is not me rged correctly

2008-03-15 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87049
 Issue #|87049
 Summary|[Collaboration] Conflict between delete row and insert
| content is not merged correctly
   Component|Spreadsheet
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tbe
 Reported by|tbe





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:30:28 + 
2008 ---
Two users work on a shared spreadsheet document. User 2 inserts
some content and deletes a row. User 1 inserts some content in
the deleted row. After saving the document and resolving the
conflict, the change actions are not merged correctly.

Here's a detailed description on how to reproduce this issue:

1.) user 1 opens attached document
2.) user 1 sets document to shared (Tools/Share Document...)
3.) user 2 opens shared document
4.) user 2 inserts content B3:'1', C3:'2'
5.) user 2 deletes row 3:3 (year 2001)
6.) user 2 saves document
7.) user 1 inserts conent B3:'3', B4:'4'
8.) user 1 saves document
9.) 'Resolve Conflicts' dialog shows conflict,
user 1 presses 'Keep Mine' button
10.) user 1 should see the following content: 
 A3:'2001', B3:'3', C3:'2', A4:'2002', B4:'4',
 but the displayed content is different
11.) user 2 saves document
12.) user 2 should see the following content: 
 A3:'2001', B3:'3', C3:'2', A4:'2002', B4:'4',
 but the displayed content is different

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

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


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



[sc-issues] [Issue 87049] [Collaboration] Conflict b etween delete row and insert content is not me rged correctly

2008-03-15 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87049





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:32:55 + 
2008 ---
Created an attachment (id=52114)
test document


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

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


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



[sc-issues] [Issue 87049] [Collaboration] Conflict b etween delete row and insert content is not me rged correctly

2008-03-15 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87049


User tbe changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:33:56 + 
2008 ---
accepted

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

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


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



[framework-issues] [Issue 86671] cws aquavcl05: New Databas e and New Drawing have the same keyboard short cut

2008-03-15 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86671


User pl changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:36:13 + 
2008 ---
fixed in CWS vcl87

mnemonics are now created automatically similar to e.g. dialogs

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

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


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



[framework-issues] [Issue 87050] Start Center: keyboard sho rtcuts ctrl-w and ctrl-q don't work

2008-03-15 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87050
 Issue #|87050
 Summary|Start Center: keyboard shortcuts ctrl-w and ctrl-q don
|'t work
   Component|framework
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|er





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 15:53:38 + 
2008 ---
With the new Start Center the keyboard shortcuts ctrl-w and ctrl-q to close
window / quit application don't work anymore.

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

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


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



[sc-issues] [Issue 71455] How to handle OOo - xls - OOo for incompatible functions (eg INDIRECT/ INDIRECT_XL)

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71455


User kpalagin changed the following:

What|Old value |New value

  CC|'dr,er,mmeeks,st' |'dr,er,kpalagin,mmeeks,st'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 16:01:01 + 
2008 ---
Is somebody taking care of this 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sw-issues] [Issue 86392] [Notes2] Notes Window drop -down menu (opened) is not scrolled together w ith document content

2008-03-15 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86392


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 16:01:31 + 
2008 ---
fixed in CWS vcl87

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

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


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



[framework-issues] [Issue 69923] inconsistent behaviour in PDF-export, impractical solution

2008-03-15 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69923


User pl changed the following:

What|Old value |New value

  CC|'kpalagin'|'beppec56,kpalagin'

Target milestone|OOo 3.0   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 16:05:53 + 
2008 ---
UI freeze has passed, sorry, new target

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

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


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



[framework-issues] [Issue 87051] Start Center painted multi ple times

2008-03-15 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87051
 Issue #|87051
 Summary|Start Center painted multiple times
   Component|framework
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|er





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 16:06:48 + 
2008 ---
The Start Center is painted at least three times after having started the
application without opening a document. When closing the last document it is
painted at least twice, at different positions. For each paint part of the
window back pane is flashing, which makes it even more annoying.

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

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


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



[framework-issues] [Issue 69923] inconsistent behaviour in PDF-export, impractical solution

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69923





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 16:41:48 + 
2008 ---
Philipp,
while UI freeze has passed this issue would not change any string, so no 
translation is involved.

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

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


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



[sw-issues] [Issue 3790] RTF: Import Word 97-2000 RT F for Drawing Objects (Shapes)

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=3790


User kpalagin changed the following:

What|Old value |New value

  CC|'baumux,chris_mux,clutz,cm|'baumux,chris_mux,clutz,cm
|c,daliv,gleppert,hub,mfedy|c,daliv,gleppert,hub,kpala
|k,mux2005,peteramjuspi,pmi|gin,mfedyk,mux2005,peteram
|ke,toom,tuharsky,utomo99' |juspi,pmike,toom,tuharsky,
|  |utomo99'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:23:55 + 
2008 ---
hbrinkm,
are we on track for 3.0 with this issue?

Thanks.


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

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


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



[sc-issues] [Issue 87052] Very low performance openi ng, working and saving attached .xls

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87052
 Issue #|87052
 Summary|Very low performance opening, working and saving attac
|hed .xls
   Component|Spreadsheet
 Version|OOo 2.3.1
Platform|All
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|kpalagin





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:42:37 + 
2008 ---
See attached file.

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

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


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



[sc-issues] [Issue 87052] Very low performance openi ng, working and saving attached .xls

2008-03-15 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87052





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:44:46 + 
2008 ---
Created an attachment (id=52115)
Problematic file


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

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


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



[sw-issues] [Issue 58919] Blank Pages in Mail Merge

2008-03-15 Thread sandreas41
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58919





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:52:01 + 
2008 ---
Great rejoicing!
I found where to suppress the blank pages:

After the Print Mail merge is completed and the resulting odt file is loaded,
Click Options in the Print Dialog, Then uncheck Print automatically inserted
blank pages

Caution, This option does not remember your preference. Remember to uncheck it
every time.

This issue is fixed after all.

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

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


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



[sc-issues] [Issue 87053] Form control buttons not w orking in opened Excel sheet

2008-03-15 Thread betterwaremichael
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87053
 Issue #|87053
 Summary|Form control buttons not working in opened Excel sheet
   Component|Spreadsheet
 Version|OOo 2.3.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|betterwaremichael





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:55:19 + 
2008 ---
Hi, at Betterware we have electronic order sheets designed in Excel which have
control buttons for navigating round the rather large workbook. I have just
loaded one of these and discovered that these buttons don't work, all of them
returning the error: A Scripting Framework error occurred while running the
Basic script
vnd.sun.star.script:Standard.Search?language=Basiclocation=document Message:
BasicProviderImpl:getscript: no script!

Our IT department has just recommended Open Office Calc to the Betterware sales
team as an alternative to Excel so it is important to us that this issue is 
fixed.

I am attaching a copy of the file, however, the VB code in the sheet is
passworded. Should you require the password I will have to email the IT
department for 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sc-issues] [Issue 87053] Form control buttons not w orking in opened Excel sheet

2008-03-15 Thread betterwaremichael
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87053





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 17:57:23 + 
2008 ---
Created an attachment (id=52116)
Betterware electronic Order form in Excel format


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

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


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



[dba-issues] [Issue 86991] Mailmerge doesn't work as usual in 2.4 RC2 and RC4

2008-03-15 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86991


User rainerbielefeld changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:06:40 + 
2008 ---
I checked with 2.4 RC5  Multilingual German version WIN XP:
[680m11(Build9283)] and indeed all problems (included issue 86766) except the
unexpected view are solved. So I close this issue here.

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

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


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



[dba-issues] [Issue 78685] RPT: text field content va nishs when re-loading a generated report

2008-03-15 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78685


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:22:07 + 
2008 ---
Tested w/OOo 2.4 RC5, Win XP, SRB 1.0.2

Running the report in the bug doc under the newer version does not clear the
error, it still happens. Touching the file so that you can save the old report
under the new version of OOo and SRB did not clear the error either. 

Creating new reports using 2.4 and SRB 1.0.2 does work properly however - so...

Closing

NOTE - I could not actually reproduce the report as contained in the bug doc,
however, and the reason for that will be logged as a new Issue.


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

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


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



[l10n-issues] [Issue 85699] [IT] Typo in translation i n Draw (teminale) for 'linee e frecce'

2008-03-15 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85699


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

 Assigned to|petr_dudacek  |sba

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

Priority|P5|P4

 Summary|[IT] Typo in translation i|[IT] Typo in translation i
|n Draw (teminale) |n Draw (teminale) for 'lin
|  |ee e frecce'

Subcomponent|www   |ui





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:37:30 + 
2008 ---
I checked with 2.4 RC5  Multilingual Italian  version WIN XP:
[680m11(Build9283)] and can confirm the issue. It's only visible if Extended
Tipps is unchecked. Extended Tipps are ok.

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

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


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



[l10n-issues] [Issue 85699] [IT] Typo in translation i n Draw (teminale) for 'linee e frecce'

2008-03-15 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85699





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:39:55 + 
2008 ---
Created an attachment (id=52117)
screenshots


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

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


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



[sw-issues] [Issue 80815] make word count feature MS Word compatible - counting of words with hyph en in between

2008-03-15 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80815





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:50:50 + 
2008 ---
khong-fme, project sw is now in cws i18n40, could you work on 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[dba-issues] [Issue 87054] RPT: Can not add fictitiou s group to report

2008-03-15 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87054
 Issue #|87054
 Summary|RPT: Can not add fictitious group to report
   Component|Database access
 Version|OOo 2.4 RC5
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|atjensen





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 18:52:09 + 
2008 ---
Found with OOo 2.4 RC5, SRB 1.0.2 ( from ftp.linux.cz built with the m_11 files
) and Win XP

To reproduce:
Create a new Report Builder report for any database.
Add a dummy group in report builder
For example: attempt to reproduce a report similar to that contained in the bug
doc with Issue #78685
Execute the report

Error:
Column not found: dummy in statement [SELECT * FROM tblImages ORDER BY 
dummy]

Of course in the bug doc attached to the issue there is a column dummy in the
table, but in tblImages there is not. This ability to create a fictitious group
used to work, but seems to no longer be available - this may have something to
do with the issue about sorting when the data source already has an order by 
clause.

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

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


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



[porting-issues] [Issue 86795] mingw: catch-up fix for ba segfx build breakage

2008-03-15 Thread vq
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86795


User vq changed the following:

What|Old value |New value

  CC|'tono,vq' |'hjs,tono,vq'





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:18:49 + 
2008 ---
Wait, wait, why is PWD exported there? The need to export it was stemming from
a dmake bug (fixed in 4.8 or so.). If you just without comment re-introduce it,
it might just go away again, when ause or I find it and thing this is not needed
anymore. So where is the bug?

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

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


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



[framework-issues] [Issue 87055] Ctrl+W does not work in St ar Center anymore

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87055
 Issue #|87055
 Summary|Ctrl+W does not work in Star Center anymore
   Component|framework
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|as
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:35:56 + 
2008 ---
Since we have the new Start Center (superseding the old Start Module), the
keyboard shortcut Ctrl+W does not work anymore to close this window, which is
kind of a convenience loss.

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

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


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



[framework-issues] [Issue 87055] Ctrl+W does not work in St ar Center anymore

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87055


User fs changed the following:

What|Old value |New value

 Version|current   |DEV300m3





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

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


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



[framework-issues] [Issue 87056] keyboard shortcuts do not work in the new Start Center

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87056
 Issue #|87056
 Summary|keyboard shortcuts do not work in the new Start Center
   Component|framework
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|cd
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:38:15 + 
2008 ---
Keyboard shortcuts do not work in the new Start Center: None of the shortcuts
listed in the menus actually does anything. Tried Ctrl+Q to exit, Ctrl+O to open
a file, and the like - nothing happens at all.

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

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


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



[framework-issues] [Issue 87055] Ctrl+W does not work in St ar Center anymore

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87055


User fs changed the following:

What|Old value |New value

Keywords|  |regression

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:38:59 + 
2008 ---
Since I do not know whether this new behaviour is intended, I target the issue
to 3.0 for the moment (due to the 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[framework-issues] [Issue 87055] Ctrl+W does not work in St ar Center anymore

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87055





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:39:59 + 
2008 ---
Note: This is *not* the same as issue 87056, which says that keyboard shortcuts
do not work at all.
This issue here says that a certain shortcut is not even declared anymore, as
you can see in its menu item - no shortcut is listed there.

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

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


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



[framework-issues] [Issue 87056] keyboard shortcuts do not work in the new Start Center

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87056


User fs changed the following:

What|Old value |New value

Keywords|  |regression

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:40:21 + 
2008 ---
We certainly want to fix this for 3.0.

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

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


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



[sw-issues] [Issue 87057] ERROR: XHierarchicalNameAc cess: Configuration - Descendant Element 'Book ModeOther/IsSquaredPageMode' not found in Node ...

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87057
 Issue #|87057
 Summary|ERROR: XHierarchicalNameAccess: Configuration - Descen
|dant Element 'BookModeOther/IsSquaredPageMode' not fou
|nd in Node ...
   Component|Word processor
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|os
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:46:58 + 
2008 ---
- start soffice.exe
- open a new text document
= Error: XHierarchicalNameAccess: Configuration - Descendant Element
   'BookModeOther/IsSquaredPageMode' not found in Node
   /org.openoffice.Office.Writer/Layout/ViewLayout
   
/org.openoffice.Office.Writer/Layout/ViewLayout/BookModeOther/IsSquaredPageMode

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

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


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



[sw-issues] [Issue 87058] ERROR: Error: XHierarchica lNameAccess: Configuration - Descendant Elemen t 'Option/SnapToGrid' not found in Node /org.o penoffice.Office.Writer/Layout ...

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87058
 Issue #|87058
 Summary|ERROR: Error: XHierarchicalNameAccess: Configuration -
| Descendant Element 'Option/SnapToGrid' not found in N
|ode /org.openoffice.Office.Writer/Layout ...
   Component|Word processor
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|os
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:47:59 + 
2008 ---
- start soffice.exe
- open a new text document
= Error: XHierarchicalNameAccess: Configuration - Descendant Element
   'Option/SnapToGrid' not found in Node /org.openoffice.Office.Writer/Layout
   /org.openoffice.Office.Writer/Layout/Option/SnapToGrid

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

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


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



[sw-issues] [Issue 87057] ERROR: XHierarchicalNameAc cess: Configuration - Descendant Element 'Book ModeOther/IsSquaredPageMode' not found in Node ...

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87057


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:49:38 + 
2008 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

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

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


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



[sw-issues] [Issue 87058] ERROR: Error: XHierarchica lNameAccess: Configuration - Descendant Elemen t 'Option/SnapToGrid' not found in Node /org.o penoffice.Office.Writer/Layout ...

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87058


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:49:45 + 
2008 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

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

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


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



[ui-issues] [Issue 87059] Error: invalid index to sa ve a path

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87059
 Issue #|87059
 Summary|Error: invalid index to save a path
   Component|ui
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|pb
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:51:56 + 
2008 ---
- Tools / Options / Load/Save / General
- toggle the Always create backup copy check box
- close the dialog with OK
= Error: invalid index to save a path

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

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


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



[ui-issues] [Issue 87059] Error: invalid index to sa ve a path

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87059


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:52:12 + 
2008 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

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

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


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



[framework-issues] [Issue 87060] New document items disappe ar on desktop context menu

2008-03-15 Thread cspowers
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87060
 Issue #|87060
 Summary|New document items disappear on desktop context menu
   Component|framework
 Version|OOo 2.3.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|cspowers





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:55:14 + 
2008 ---
I've been using OO for several release and am currently on 2.3.1 on windows XP. 

Recently I noticed that when I do a right mouse click on the windows desktop and
select New, I no longer see menu items that allow me to create new writer
documents, new spread sheet documents etc. The only one that is still around is
Open Office Drawing. 

I am not 100% sure, but I believe this problem came up after I ran a program
called crap cleaner on my system which supposedly cleans up remnants of stuff
that I have previously deleted. I know that it goes through the registry and
cleans up stuff too. So I figured it screwed up something related to OO in the
registry. 

Sooo I did an uninstall of OO. Rebooted my machine, did a re-install of
2.3.1. Rebooted on the hopes that the menu items would be restored. No luck. I
can still launch all the applications just fine from the start menu, but it's
amazing how irritating it is to not be able to create a new document on the
desktop. 

So while I expect that the problem is the fault of crap cleaner, it would be
nice if the OO install/uninstall program was resilient enough to ensure that my
new menu items are always created when I run an install (or repair.) 

Thanks!

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

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


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



[sc-issues] [Issue 87052] Very low performance openi ng, working and saving attached .xls

2008-03-15 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87052





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:56:21 + 
2008 ---
It seems to be a problem in the document itself. I have tried the document with
Excel 2007. It takes 5 minutes to open the document. Working with the document
is not possible, because each scrolling has a delay of several seconds, changing
the zoom lasts 2 minutes. But I see nothing special inside the document,
therefore I do not know what is wrong with the document. I guess that there is
something hidden, because a file size of 7,3MB is much to large for the data on
that one sheet. And if I save the document to a new name, I get a file size of
10,9MB. There is something wrong with the document, not with OOo.

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

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


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



[framework-issues] [Issue 87061] ERROR: object deleted whil e in use !

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87061
 Issue #|87061
 Summary|ERROR: object deleted while in use !
   Component|framework
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:56:51 + 
2008 ---
- start soffice.exe
= the new Start Center comes up
- open a new Text or Spreadsheet document (didn't try the other types) by
  clicking the respective button in the Start Center
= ERROR: object deleted while in use !

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

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


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



[framework-issues] [Issue 87061] ERROR: object deleted whil e in use !

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87061


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 21:57:05 + 
2008 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

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

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


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



[graphics-issues] [Issue 4499] Export to bitmap file has f ixed DPI (resolution)

2008-03-15 Thread discoleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4499





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:03:44 + 
2008 ---
Unfortunately, there are many misunderstandings regarding image resolution and
DPI/LPI/PPI/(SPI).

I therefore need to clarify some aspects. Also, many things do NOT look like
they are (or, are NOT perceived as they are). Hopefully, some aspects will be
clarified after reading this post.

I will attach later on some screenshots from Adobe Illustrator to emphasise
these points.

1.) DPI and LPI are printer measures:
  - DPI is the maximum number of dots a printer can access per inch
-- DPI points are just printer ink present or absent
-- a DPI dot can NOT show various nuances of a colour
  - LPI is lines per inch, lines made up of the smaller dots from DPI
to create the various colours we see in an image
-- an LPI dot can be made of many dozen DPI dots
-- more DPI dots will more accurately recreate the original colour,
   so smaller LPI is not necessarily worse
[LPI is the printer equivalent of the monitor pixel, of what we see.]

2.) Images are stored as pixels (lets ignore for the beginning vector graphics
for the sake of clarity). However, pixels have NO dimension.
  - a 100 x 50 px image could be 10 x 5 inch, or 2 x 1 inch, or 50 x 25 inch

3.) There is NO relationship between pixels and DPI/LPI
  - pixels just tell us what information is stored (actual information in
digital pictures)
  - therefore, changing the DPI won't modify the quality of a non-vector image,
just the size of the printed output
[we will see a benefit only for vector images - arguably, this is
 why this feature will impact Draw export as we work with vector images]


CRUCIAL VARIABLE

LPI is the important measure, but it is little known by ordinary people. Most
importantly, it is usually not provided with the printer documentation (see 
later).

I therefore would have preferred initially to specify the DPI for the target
output. It is known for a specific printer and people have heard of it (though
many will misunderstand it).

There are however some problems with DPI that made me revise my initial opinion:
 - newer printers have stated DPIs of 1,200 and higher dots per inch values
 - this higher DPIs don't scale linearly with LPI values
 - actually, a 2,400 DPI office/home user printer will fare only slightly
   better than a 600 DPI ordinary printer (2,400 DPI is in this respect
   completely misleading)

Even professional printing requires at most a picture scaled for 200-300 LPI 
output.

A.) PRAGMTIC APPROACH
=
This is why I favour a pragmatic approach:
 - Let user choose between 3 predefined OPTIONS:
   -- screen: 72 PPI (or LPI; for screens, PPI is the more accurate term)
   -- medium: 150 LPI (pixel equivalent, or PPI)
   -- high: 300 LPI (pixel equivalent, or PPI)

This is exactly what Adobe Illustrator Dialog Document Raster Effects Settings
offers, too (see the first screenshot).

B.) ADVANCED APPROACH
=
The advanced approach will display both the LPI and DPI options for that
particular printer. This is also available in Adobe Illustrator, see the 2nd
screenshot. Unfortunately, the translation of DPI to LPI:
 - isn't straightforward,
 - is printer dependent (and also on page type)
 - I do not know reliable informations for such translations
 - Adobe offers so called PPD-files containing such information for
   a particular printer (but I do not know if such information is opensource)

  EXAMPLE OF PPD FILE-INFO:
Modified PPD (postscript printer description) file for Agfa Avantra 25 
year 2002, postscript level 2).
  Defined paper formats:
* A0 to A10,
* B0 to B10,
* USLetter and USLegal,
* user defined formats.

  Defined resolutions:
* 600 dpi – 40 lpi,
* 846 dpi – 85 lpi,
* 900 dpi – 60 lpi,
* 1016 dpi – 70 lpi, 80 lpi,
* 1200 dpi – 65 lpi, 75 lpi, 85 lpi, 100 lpi, 110 lpi, 120 lpi,
  133 lpi, 140 lpi, 150 lpi,
* 1270 dpi – 65 lpi, 75 lpi, 80 lpi, 90 lpi, 100 lpi,
* 1693 dpi – 80 lpi, 100 lpi, 133 lpi,
* 1800 dpi – 112 lpi, 133 lpi, 150 lpi,
* 2032 dpi – 85 lpi, 110 lpi, 133 lpi,
* 2400 dpi – 85 lpi, 100 lpi, 110 lpi, 120 lpi, 133 lpi, 140 lpi,
  150 lpi, 160 lpi, 175 lpi, 200 lpi,
* 2540 dpi – 100 lpi, 110 lpi, 120 lpi, 133 lpi, 138 lpi, 150 lpi,
  175 lpi,
* 3200 dpi – 200 lpi,
* 3386 dpi – 100 lpi, 120 lpi, 133 lpi, 175 lpi, 200 lpi,
* 3600 dpi – 133 lpi, 140 lpi, 150 lpi, 175 lpi, 200 lpi, 225 lpi,
  250 lpi, 300 lpi,
* 4800 dpi – 300 lpi.

From the previous example, see that even a 4,800 DPI printer outputs actually
only 300 LPI. So, e.g. for a 10 x 5 inch image, the resolution suffices to be
3,000 x 1,500 pixels.

Hope this removes some of the misunderstanding and also will foster the
implementation of a 

[graphics-issues] [Issue 4499] Export to bitmap file has f ixed DPI (resolution)

2008-03-15 Thread discoleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4499





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:06:02 + 
2008 ---
Created an attachment (id=52118)
Adobe Illustrator Dialog: Document Raster Effect Settings used to set the 
LPI/DPI when exporting raster data


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

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


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



[graphics-issues] [Issue 4499] Export to bitmap file has f ixed DPI (resolution)

2008-03-15 Thread discoleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4499





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:08:03 + 
2008 ---
Created an attachment (id=52119)
Adobe Illustrator Print/Export Dialog


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

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


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



[dba-issues] [Issue 87062] cannot execute report in b ug doc

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87062
 Issue #|87062
 Summary|cannot execute report in bug doc
   Component|Database access
 Version|DEV300m3
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 [EMAIL PROTECTED] Sat Mar 15 22:09:25 + 
2008 ---
- install the Sun Report Builder extension, version 1.0.2
- open the attached database document
- open the contained report for editing
- execute the report
= an error message pops up saying that the report could not be executed

The same report works fine in 2.4 RC4

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

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


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



[dba-issues] [Issue 87062] cannot execute report in b ug doc

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87062


User fs changed the following:

What|Old value |New value

Keywords|  |regression

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:09:55 + 
2008 ---
targeting, 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[dba-issues] [Issue 87062] cannot execute report in b ug doc

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87062





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:11:39 + 
2008 ---
Created an attachment (id=52120)
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[dba-issues] [Issue 87063] no error message executing a report from Base's main window fails

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87063
 Issue #|87063
 Summary|no error message executing a report from Base's main w
|indow fails
   Component|Database access
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|lla
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:13:29 + 
2008 ---
When you have a report whose execution fails, there seems to be no error message
when you try executing it from Base's main window (by double-clicking it).

To reproduce this, use the document attached to issue 87062 (before issue 87062
is fixed, actually). It contains a report which cannot be executed. When you
attempt execution from within the report designer, then an error message is
show. When you attempt execution by simply double-clicking the report, nothing
happens.

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

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


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



[dba-issues] [Issue 87063] no error message executing a report from Base's main window fails

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87063


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:13:59 + 
2008 ---
targeting to OOo 3.0

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

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


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



[dba-issues] [Issue 87064] Error: FormatNormalizer::i mpl_ensureUpToDateFieldList_nothrow: no contro ller? how can *this* happen?!

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87064
 Issue #|87064
 Summary|Error: FormatNormalizer::impl_ensureUpToDateFieldList_
|nothrow: no controller? how can *this* happen?!
   Component|Database access
 Version|DEV300m3
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 [EMAIL PROTECTED] Sat Mar 15 22:15:07 + 
2008 ---
- install the Sun Report Builder 1.0.2
- open the attached database document
- open the contained report for editing
= Error: FormatNormalizer::impl_ensureUpToDateFieldList_nothrow: no controller?
   how can *this* happen?!

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

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


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



[dba-issues] [Issue 87064] Error: FormatNormalizer::i mpl_ensureUpToDateFieldList_nothrow: no contro ller? how can *this* happen?!

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87064





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:15:38 + 
2008 ---
Created an attachment (id=52121)
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[dba-issues] [Issue 87064] Error: FormatNormalizer::i mpl_ensureUpToDateFieldList_nothrow: no contro ller? how can *this* happen?!

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87064


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:15:48 + 
2008 ---
assertion bug, hindering work with the non-product release = targeting to the
next feasible non-micro release

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

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


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



[ui-issues] [Issue 87065] Start Center: accelerator keys interfere with the menu's accelerator key s

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87065
 Issue #|87065
 Summary|Start Center: accelerator keys interfere with the menu
|'s accelerator keys
   Component|ui
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|pl
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:18:17 + 
2008 ---
- start a German OOo version
- close the last document (if any is open), so that only the Start Center
  remains open
- press Alt-D
expected result: the Datei menu is opened
actual result: the New Database Wizard is started

This is because the accelerator keys in the Start Center's New ... Document
buttons interfere with the accelerator keys in the main menu.

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

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


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



[ui-issues] [Issue 87065] Start Center: accelerator keys interfere with the menu's accelerator key s

2008-03-15 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87065


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:19:51 + 
2008 ---
This makes keyboard operation of the Start Center unnecessarily difficult. The
shortcuts in the Start Center entries should be checked against the shortcuts of
the frame's main menu (the MnemonicGenerator class allows for this, IIRC).
Targeting to 3.0.

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

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


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



[sw-issues] [Issue 87066] [Notes2] Note Windows at w rong locations (multi page layout, large zoom, auto panning)

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87066
 Issue #|87066
 Summary|[Notes2] Note Windows at wrong locations (multi page l
|ayout, large zoom, auto panning)
   Component|Word processor
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mod
 Reported by|christophnoack





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:21:59 + 
2008 ---
In some cases, the Note Windows may be positioned inside the document at some
weird places.

Steps to reproduce:
1. Open the attached document
2. Set a big zoom factor (e.g. 150% or more)
3. Set the cursor on page 2 anywhere in the middle (!!!)  of the text Seite 2
4. Scroll the document with the scrollbars to page 1, you need to see the first
note Notiz 1 (don't move the cursor itself)
5. Move the cursor with the cursor keys (left or right direction)

Expected result: The view is panned to the page 2. Nothing more.
Current result: The view is panned to page 2 and the Notes Windows are spread
across the document (refer to the attached screenshot)

Additional information:
* The view can be repaired by just zooming in or out again.
* Found in build edgy-jdk-3796-notes3.

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

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


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



[sw-issues] [Issue 87066] [Notes2] Note Windows at w rong locations (multi page layout, large zoom, auto panning)

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87066





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:23:28 + 
2008 ---
Created an attachment (id=52122)
Document to reproduce the behavior


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

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


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



[sw-issues] [Issue 87066] [Notes2] Note Windows at w rong locations (multi page layout, large zoom, auto panning)

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87066





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:23:58 + 
2008 ---
Created an attachment (id=52123)
Screenshot of the current behavior


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

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


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



[dba-issues] [Issue 78939] RPT: setting parge margins might result in controls outside the page bou ndaries

2008-03-15 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78939





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:24:24 + 
2008 ---
I need to follow up then.

Tried this under Win XP, OOo 2.4 RC5 and SRB 1.0.2 - it is different then under
the Linux 64bit release. When the margin is set such that it would move over the
controls the controls are moved. So in the example above the new setting mving
the left margin .51 does work and the controls are simply shifted to the right
by .01.

I haven't tried it under 32bit Linux package yet.

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

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


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



[graphics-issues] [Issue 4499] Export to bitmap file has f ixed DPI (resolution)

2008-03-15 Thread discoleo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4499





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:39:48 + 
2008 ---
Created an attachment (id=52124)
Basic Mockup for this feature (not yet thought out in full detail - just a 
draft)


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

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


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



[sw-issues] [Issue 87067] [Notes2] Cursor visually stays at previous line after manual line brea k

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87067
 Issue #|87067
 Summary|[Notes2] Cursor visually stays at previous line afte
|r manual line break 
   Component|Word processor
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mod
 Reported by|christophnoack





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:42:23 + 
2008 ---
The blinking cursor indicator is shown at the wrong line after inserting a
manual line break which causes the height of a Note Window to increase. The
weird thing: the position of the real cursor is correct.

Steps to reproduce:
1. Create a new document
2. Insert a new note
3. Insert the following text (ENTER = return key): 1 ENTER 2 ENTER 3 ENTER 4 
ENTER

Expected behavior: The Note Window is resized and the blinking cursor indicator
is shown at the beginning of the (newly added) last text line.

Current behavior: The Noe Window is resized and the blinking cursor indicator is
moved to the beginning of the current line (line '4'). Weird: Start typing
inserts the text in the newly added line.

Additional information: Found in build edgy-jdk-3796-notes3.

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

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


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



[gsl-issues] [Issue 87068] print orientation won't ch ange

2008-03-15 Thread ccheney
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87068
 Issue #|87068
 Summary|print orientation won't change
   Component|gsl
 Version|OOo 2.4 RC2
Platform|All
 URL|https://bugs.edge.launchpad.net/ubuntu/+source/openoff
|ice.org/+bug/201642
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|ccheney





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:44:17 + 
2008 ---
Using OO spreadsheet (but appears to happen for all of OOo). Paper is set to
letter, orientation set to landscape. Preview and printing both remain in
portrait mode.

Format-Page - Orientation

File-Print-Properties - Orientation

File-Printer Settings-Properties - Orientation

OOo appears to disregard what is set in the Printer Properties and uses whatever
is set in Format-Page.

Perhaps the bug is that it shouldn't let the user think they can change
orientation in the printer driver?

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

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


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



[sw-issues] [Issue 87069] [Notes2] Cursor is set to the wrong location in the Note Window

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87069
 Issue #|87069
 Summary|[Notes2] Cursor is set to the wrong location in the No
|te Window
   Component|Word processor
 Version|DEV300m3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mod
 Reported by|christophnoack





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:51:16 + 
2008 ---
The combination Notes Windows with scrollbar, scrolling of Note content and
changing between document text and Note causes a weird combination of: scrollbar
position and expected cursor position.

Steps to reproduce:
1. Open the attached document
2. Go into the first note and set the cursor to line '20'.
3. Go back to the text.
4. Move the mouse pointer over the first note and use the mousewheel to scroll
the note content to the top
5. Click on line '10'.

Expected result: The cursor is set to line 10 in the Note Window.
Current result: The cursor is set to line 14. The Note content has moved, but
the scrollbar still shows top of the note content.

Additional information: Found in build edgy-jdk-3796-notes3.

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

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


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



[sw-issues] [Issue 87069] [Notes2] Cursor is set to the wrong location in the Note Window

2008-03-15 Thread christophnoack
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87069





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:52:39 + 
2008 ---
Created an attachment (id=52125)
Example document to test the current behavior


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

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


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



[porting-issues] [Issue 86795] mingw: catch-up fix for ba segfx build breakage

2008-03-15 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86795





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:53:50 + 
2008 ---
@vq: As a side effect, the exporing of PWD had been helping the mentioned two 
external module build to use mixed path instead of cygwin path for the working 
directory. Without this, we have to modify the patch for configure scripts and 
makefiles conditionally for mingw.

I think just exporting PWD in mingw conditional part of the module makefiles 
in the two modules is simpler.

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

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


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



[sw-issues] [Issue 87070] doc header doesn't survive roundtrip from odt format

2008-03-15 Thread ccheney
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87070
 Issue #|87070
 Summary|doc header doesn't survive roundtrip from odt format
   Component|Word processor
 Version|OOo 2.4 RC2
Platform|All
 URL|https://bugs.edge.launchpad.net/ubuntu/+source/openoff
|ice.org/+bug/201375
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|ccheney





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:54:32 + 
2008 ---
1. Open original.doc
2. Notice there is a header on page 2
3. Save as new.odt
4. Notice there is still a header on page 2
5. Save as new.doc (Word 97/2000/XP)
6. Notice there is now no header on page 2, it disappeared.

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

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


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



[sw-issues] [Issue 87070] doc header doesn't survive roundtrip from odt format

2008-03-15 Thread ccheney
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87070





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 22:55:58 + 
2008 ---
Created an attachment (id=52126)
example documents


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

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


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



[graphics-issues] [Issue 76207] Impress swf export should have add navigation option

2008-03-15 Thread dz0
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76207





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 23:07:55 + 
2008 ---
I found a step forward :)
http://zebo.org/slideshow/index.html?n
http://www.exelearning.org/GreenPapers/SlideshowiDevice
http://www.wikieducator.org/User:Mackiwg/flash_idevices

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

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


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



[graphics-issues] [Issue 4499] Export to bitmap file has f ixed DPI (resolution)

2008-03-15 Thread crxssi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4499





--- Additional comments from [EMAIL PROTECTED] Sat Mar 15 23:30:24 + 
2008 ---
We just need to have variable raster export resolution control and have
something higher than OO's fixed max, which is currently about 2048x2048. 
Personally, I don't care what it is called (res, dpi, lpi, ppi), as long as it
rasterizes at something the user specifies.  It does seem that ppi is the most
logical name, however.  To me, an export is printer-irrelevent.  If I wanted to
print it from OpenOffice, I would use the print function.  Shouldn't matter
which printers I have defined or available in OO for the export function.

I think in total resolution of my output, so for me, I want to know I am getting
1600x1200 or 3200x2400 or whatever.  When exporting, DPI/PPI/LPI really means
that if I am exporting at 600DPI, for example, then my 8x10 page (from page
format in OO Draw) will result in a 4800x6000 jpg or png (or whatever), which is
not currently possible.

The mockup is OK, and placing it in page format kinda makes sense (as long as
the export filters honor it).  Only thing I would change is to rename it from
resolution to export resolution, because it might otherwise confuse people.
 It doesn't change anything when printing or viewing or saving or anything else
except for rasterized export.

I don't know where the rasterization occurs.  Does the export filter do it?  Or
is it done by OO internally and the result is passed to the filter for
post-processing?  I suspect it is internal to OO, because that is why we are
hitting a consistent upper size limit.  If this is the case, then there is a
single, internal rasterization routine that will need to be modified to allow it
to become much bigger when necessary (warning: this could eat up a LOT of RAM...
might be a good idea to have it also honor some max RAM setting in 
Tools-Options).

If one challenge is the necessity to modify all the filters- I would suggest
concentrating first (or even only) on the only two that will matter the most to
most people- jpg and png, and worry about the others later.  

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

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


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



  1   2   >