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

2006-09-15 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68285


User as changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:15:10 -0700 
2006 ---
Sorry - but I dont mix something here. The problems more in detail:

What do you mean, which of the following URLs is right and which is wrong ?
file:///f:/temp/test.odt
http://www.any.org/test.odt;
vnd.sun.star.expand://1904678/test.odt
vfs://Desktop/test.odt
blubber://myfiles/test.odt

ANY Of these URL's can be right or wrong. Why ?

Do you know the UCB. It's our internal used service to access contents in a 
generic way. And these UCB provides a plugin concept. You can register 
several 
further UNO components bound to an URL schema.

The most well known URL schemas are implemented inside OOo itself. vnd.sun.
star.expand:/ is a special schema to access contents inside UNO-Packages; vfs:
/ was designed to bind gnome VFS contents to OOo and blubber:/ does not 
exists currently - but it can be written might be by you .-)

On the other side I cant ask the UCB how many and which type of contents it 
supports. Because there is a special fetaure inside gnome. So the vfs:/ 
content 
provider is also registered for the schema *:/. What does it mean ? Gnome 
knows 
the same plugin concept. You can extends gnome vfs by plugins so it can support 
several URL schemas. And because OOo does not know which URL schemas are 
supported by gnome ... OOo must forward all unknown URLs to Gnome.

Another problem: Inside OOo (means the current design of the UCB) there is no 
function like File::exists(). Because some programmer decided, that such 
function cant work in a multithreaded and shared environment (which is IMO 
right). 
The only way to know if a file exists or not is to open it and handle errors. 
But the 
UCB can not provide the right errors here ... because he also not know 
(sometimes) if the URL was wrong (because not supported by any plugin ... think 
about *:/) or if the requested file does not exists.

Another (small) problem:
Do you know the URL schemas private:factory/* or component.db:/ or 
bibliography:/ ? Such URL's cant be used to create a stream. They are 
supported 
by special FrameLoader implementations, which create the content 
programmaticly. These schemas has to be handled manually to know if a failed 
stream creation was realy an error or not.

I know - it's not perfect ... But if your bug with upper case URL's will be 
fixed 
everything will work as aspected. And such false positive 
IllegalArgumentExceptions wont occure any longer. The only way to reproduce 
this bug then will be: using of realy realy unsupported URL schemas or (!) 
providing 
an illegal content as e.g. file:///f:/temp/test.pdf for loading. The same 
exception 
will occure in case the file exists ... but its format type is unknown or not 
supported 
for loading (because PDF can be exported by OOo only).

Sorry again: but the decission about changing the behaviour was made some 
months before and we cant redefine it every day. The signature of the API 
method 
isnt perfect ... the internal designs are also not perfect (They are flexible 
but not 
perfect). But now I can guarantee (more then before) that in case you dont got 
an 
exception the return value will be valid and can be used.

Please dont reopen this task. The decision about this behaviour is final. Only 
a new 
implementation XComponentLoader2:loadComponentFromURL2() can help to solve 
(some) problems. But currently there is no decision about that.

-
Please do not reply to this automatically generated notification from
Issue 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 68285] loadComponentFromUrl has c hanged behaviour between 1.1 et 2.0

2006-09-15 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68285


User as changed the following:

What|Old value |New value

 Assigned to|as|bmarcelly





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:19:27 -0700 
2006 ---
I've forgot:

 2 - This evolution is against the classical development rule: as far as 
 possible be
 backward compatible. This could have been possible by setting a new option in
 the PropertyValue sequence (4th parameter).

No it does not break backward compatibility. Because your code has to handle 
such exceptions even if they dont occure. So returning NULL will be the same 
then 
handling an exception. The content could not be loadd. My change can break your 
code only in case your old 1.1 code example does not handle exceptions in 
general.

Of course you cant distinguish between diffrent type of errors .. but as I've 
explained: I cant distinguish between these errors internaly too .-)

-
Please do not reply to this automatically generated notification from
Issue 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 69543] Improve perceptibility if Icons for light on black scope presentation

2006-09-15 Thread temporalnexus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69543


User temporalnexus changed the following:

What|Old value |New value

   Component|ui|Word processor

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:31:15 -0700 
2006 ---
I will run OOo Writer [Portable] 2.0.3 on another XP machine, and see if it is
reproducable with the standard windows themes.

Thanks for the quick response.


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



[installation-issues] [Issue 69466] quickstarter doesnt start on system start - OOD680_m3

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


User pjanik changed the following:

What|Old value |New value

  CC|'of'  |'of,pjanik'





-
Please do not reply to this automatically generated notification from
Issue 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 69539] Add VS 2005 Express to OOo configure machinery

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


User obo changed the following:

What|Old value |New value

  CC|''|'obo'

 Assigned to|obo   |vq





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:34:21 -0700 
2006 ---
Hi Volker,

the QA for obo05 will not be done before monday and can't test these changes
anyway. I've added you as member and added config_office and external to the
cws. There won't be problems to do this changes. May be that I'll integrate
obo05 by myself. :-)

Oliver

-
Please do not reply to this automatically generated notification from
Issue 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 69542] Cannot convert back to dra wing object from bitmap

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


User wg changed the following:

What|Old value |New value

 Assigned to|wg|requirements

  OS/Version|Linux |All





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:42:57 -0700 
2006 ---
Being consistent everything should be undoable after restarting the application
then. I think that will be hard to realize... 
Reassigned.

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

-
To unsubscribe, e-mail: [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 69543] Improve perceptibility if Icons for light on black scope presentation

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


User rainerbielefeld changed the following:

What|Old value |New value

   Component|Word processor|ui

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:02:57 -0700 
2006 ---
@temporalnexus 
Thank you for your contribution, but please do not change Component if you do
not know exactly what you do! OOo will not create special always good
identifiable text alignment butons for Writer and leave the buttons in other
modules for the same functionality in the old style. This is a gerneral UI 
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]



[sw-issues] [Issue 69547] Numbering not functioning as ms word does

2006-09-15 Thread dendysofyan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69547
 Issue #|69547
 Summary|Numbering not functioning as ms word does
   Component|Word processor
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|editing
 Assigned to|mru
 Reported by|dendysofyan





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:07:54 -0700 
2006 ---
i have a word document (doc) that opened by writer. in the document, i used
numbering like 1.3.1,1.3.2,1.3.3, and so on. 1.3.2 and 1.3.3 was separated by
page break. 1.3.2 contains sub-numbering 1,2,3 and 4. i tried to delete the page
break and found that 1.3.3 is missing and i have no idea how to make it back
again.1.3.3 always changed to 5 as above sub-numbering. ms word did the job
easily, i typed 1.3.3 before the text and things back to normal again..

-
Please do not reply to this automatically generated notification from
Issue 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 69547] Numbering not functioning as ms word does

2006-09-15 Thread dendysofyan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69547


User dendysofyan changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39157)
file that my issue 
|  |occured






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:11:05 -0700 
2006 ---
Created an attachment (id=39157)
file that my issue occured


-
Please do not reply to this automatically generated notification from
Issue 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 26862] occasional text flow wrapp ing in a slide

2006-09-15 Thread kamataki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26862


User kamataki changed the following:

What|Old value |New value

  CC|'masayan' |'kamataki,masayan'





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:12:37 -0700 
2006 ---
There was a demand from the user in Japan. If possible, I want you to improve 
it.

ja bug-tracker.
http://oooug.jp/faq/index.php?faq%2F3%2F336

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

2006-09-15 Thread dendysofyan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69548
 Issue #|69548
 Summary|error viewing
   Component|Presentation
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|viewing
 Assigned to|wg
 Reported by|dendysofyan





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:26:14 -0700 
2006 ---
Slide that contained animation from powerpoint (pps) format, displayed not
correctly. I attached an example for the issue.

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

-
To unsubscribe, e-mail: [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 69548] error viewing

2006-09-15 Thread dendysofyan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69548


User dendysofyan changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39158)
impress animation e
|  |rror






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:28:13 -0700 
2006 ---
Created an attachment (id=39158)
impress animation error


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

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


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:30:16 -0700 
2006 ---
This is NOT a Prio 1 issue: (Definition: P1 marks extremely severe
problems.Issues with this priority must be fixed immediately, and the fix must
be included in the next available build of the application.Not fixing those
issues is simply impossible.)
Reassigned.

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

-
To unsubscribe, e-mail: [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 69549] Impress Wizard Crashes

2006-09-15 Thread markferg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69549
 Issue #|69549
 Summary|Impress Wizard Crashes
   Component|Presentation
 Version|OOo 2.0.2
Platform|Other
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|wg
 Reported by|markferg





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:37:29 -0700 
2006 ---
(I)x.org loaded video driver of...
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(III)  Desktop is: GNOME
(IV)   libgcj version is: libgcj-4.1.1-20-i386
(V)kernel is: Linux 2.6.17-1.2630.fc6 #1 SMP Wed Sep 6 16:16:03 EDT 2006
i686 athlon i386
(VI)   OpenOffice.org core rpm version is: openoffice.org-core-2.0.4-3.1-i386
(VII)  accessibility is: false
(VIII) fedora release is: Fedora Core release 5.92 (FC6 Test3)
...start sestatus details ...
SELinux status: disabled
...end sestatus details ...
...start sample ldd details ...
linux-gate.so.1 =  (0xb7f44000)
libuno_sal.so.3 = /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 
(0x00111000)
libuno_salhelpergcc3.so.3 =
/usr/lib/openoffice.org2.0/program/libuno_salhelpergcc3.so.3 (0x00e2a000)
libstore.so.3 = /usr/lib/openoffice.org2.0/program/libstore.so.3 
(0x00f92000)
libdl.so.2 = /lib/libdl.so.2 (0x002cb000)
libpthread.so.0 = /lib/libpthread.so.0 (0x002cf000)
libstlport_gcc.so = 
/usr/lib/openoffice.org2.0/program/libstlport_gcc.so
(0x002e6000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x00444000)
libm.so.6 = /lib/libm.so.6 (0x003ad000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x00eca000)
libc.so.6 = /lib/libc.so.6 (0x0053)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x003d4000)
/lib/ld-linux.so.2 (0x009e3000)
...end sample ldd details ...
0x3742cc: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x202cc
0x374b01: /usr/lib/openoffice.org2.0/program/libuno_sal.so.3 + 0x20b01
0xb7ff7420:  + 0x420 (__kernel_sigreturn + 0x0)
0x6ee9f5e: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x2f3f5e
0x6eea381: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x2f4381
0x6eec11f: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x2f611f
0x6ee589d: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x2ef89d
0x6da8229: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x1b2229
(SdDocPreviewWin::startPreview() + 0xf7)
0x1e3259f: /usr/lib/openoffice.org2.0/program/libsdui680li.so + 0x2659f
0x1e325b8: /usr/lib/openoffice.org2.0/program/libsdui680li.so + 0x265b8
0x4c54e50: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x8be50
0x4c618ec: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x988ec
(Timer::Timeout() + 0x1c)
0x4c61a2a: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x98a2a
(Timer::ImplTimerCallbackProc() + 0x78)
0xe7e473: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x3e473
0xe7e2ac: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x3e2ac
(X11SalData::Timeout() const + 0x24)
0xe0d527: /usr/lib/openoffice.org2.0/program/libvclplug_gtk680li.so + 0x13527
0xe0d54b: /usr/lib/openoffice.org2.0/program/libvclplug_gtk680li.so + 0x1354b
0xce3916: /lib/libglib-2.0.so.0 + 0x2b916
0xce3342: /lib/libglib-2.0.so.0 + 0x2b342 (g_main_context_dispatch + 0x182)
0xce631f: /lib/libglib-2.0.so.0 + 0x2e31f
0xce6885: /lib/libglib-2.0.so.0 + 0x2e885 (g_main_context_iteration + 0x65)
0xe0d213: /usr/lib/openoffice.org2.0/program/libvclplug_gtk680li.so + 0x13213
0xe85a9e: /usr/lib/openoffice.org2.0/program/libvclplug_gen680li.so + 0x45a9e
(X11SalInstance::Yield(bool, bool) + 0x2c)
0x4c5d473: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x94473
(Application::Yield(bool) + 0x53)
0x4d5ebf9: /usr/lib/openoffice.org2.0/program/libvcl680li.so + 0x195bf9
(Dialog::Execute() + 0x15f)
0x1e29522: /usr/lib/openoffice.org2.0/program/libsdui680li.so + 0x1d522
0x6d511b9: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x15b1b9
0x6d5221b: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x15c21b
0x6d500ee: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x15a0ee
0x531fee4: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 0x1b5ee4
0x532b2c4: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 0x1c12c4
(SfxShell::ExecuteSlot(SfxRequest, SfxInterface const*) + 0x8a)
0x6e4e896: /usr/lib/openoffice.org2.0/program/libsd680li.so + 0x258896
0x69736a1: /usr/lib/openoffice.org2.0/program/libfwk680li.so + 0x9b6a1
0x521947c: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 0xaf47c
0x520f014: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 0xa5014
0x531fee4: /usr/lib/openoffice.org2.0/program/libsfx680li.so + 

[porting-issues] [Issue 69351] MacOSX Intel: Inter-librar y exception throwing not reliable

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


User sb changed the following:

What|Old value |New value

  CC|'obrmac'  |'dbo,obrmac'





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:39:29 -0700 
2006 ---
Two things:

1  It would probably be good to learn more about the various switches of Mac OS
X's Mach-O ld and strip.  I will try to find some time.

2  The fundamental reason that strip -x produces a new problem is that we
violate the ODR with our code (we expect that different dylibs/executables can
have different definitions for the inline getCppuType functions generated by
cppumaker).  We could avoid this by making the generated functions static, but
that would unfortunately increase the size of the binaries.  Lets see.

-
Please do not reply to this automatically generated notification from
Issue 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 69532] Translation for OnlinUpdat e is missing

2006-09-15 Thread jj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69532


User jj changed the following:

What|Old value |New value

 Assigned to|coni  |ihi





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:39:53 -0700 
2006 ---
Hi Ivo,

I imported the attached Russian file and the Dutch strings we received into our
translation database. Please extract the strings from there and bring them onto
a CWS to get them fixed in the master workspace.

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]



[graphics-issues] [Issue 69549] Impress Wizard Crashes

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


User wg changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa

Priority|P3|P2





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:41:29 -0700 
2006 ---
First of all it would be nice to know what you are actually doing to get this
crash. A step by step description or a document to reproduce would be very 
helpful.
The office version is from the original OO website or is it build by the Linux
distributor?
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 69550] I cannot correctly open fi le slk

2006-09-15 Thread rgarif
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69550
 Issue #|69550
 Summary|I cannot correctly open file slk
   Component|Spreadsheet
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|rgarif





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:48:51 -0700 
2006 ---
I cannot correctly open file slk created Microsoft Office 2003 or external
application. It spoils both the structure of file and given find in the form

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

2006-09-15 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69548


User cgu changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Priority|P1|P3

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:49:14 -0700 
2006 ---
This is not a prio 1. In my mind prio 3 is ok.
Set to new and change the 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]



[sc-issues] [Issue 69344] Opening .csv file, double quotes don't stop date conversion

2006-09-15 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69344


User delorea changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:50:36 -0700 
2006 ---
closed

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

-
To unsubscribe, e-mail: [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 69548] error viewing

2006-09-15 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69548


User cgu changed the following:

What|Old value |New value

 Assigned to|cgu   |sj





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:50:42 -0700 
2006 ---
I can reproduce the bug.
Please have a look.

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

-
To unsubscribe, e-mail: [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 69543] Improve perceptibility if Icons for light on black scope presentation

2006-09-15 Thread temporalnexus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69543


User temporalnexus changed the following:

What|Old value |New value

   Component|ui|Word processor

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 23:31:15 -0700 
2006 ---
I will run OOo Writer [Portable] 2.0.3 on another XP machine, and see if it is
reproducable with the standard windows themes.

Thanks for the quick response.


-
Please do not reply to this automatically generated notification from
Issue 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 69543] Improve perceptibility if Icons for light on black scope presentation

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


User rainerbielefeld changed the following:

What|Old value |New value

   Component|Word processor|ui

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 00:02:57 -0700 
2006 ---
@temporalnexus 
Thank you for your contribution, but please do not change Component if you do
not know exactly what you do! OOo will not create special always good
identifiable text alignment butons for Writer and leave the buttons in other
modules for the same functionality in the old style. This is a gerneral UI 
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]



[tools-issues] [Issue 69319] menu not open when focus n ot inside the document

2006-09-15 Thread gh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69319


User gh changed the following:

What|Old value |New value

 Assigned to|gh|msc





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:04:54 -0700 
2006 ---
please show me how to reproduce


-
Please do not reply to this automatically generated notification from
Issue 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 69543] Improve perceptibility if Icons for light on black scope presentation

2006-09-15 Thread temporalnexus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69543


User temporalnexus changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39160)
OOo Writer with vis
|  |ible icons on dark backgro
|  |und.






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:05:28 -0700 
2006 ---
Created an attachment (id=39160)
OOo Writer with visible icons on dark background.


-
Please do not reply to this automatically generated notification from
Issue 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 69543] Improve perceptibility if Icons for light on black scope presentation

2006-09-15 Thread temporalnexus
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69543


User temporalnexus changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:08:42 -0700 
2006 ---
Well, it worked fine under other themes.

I went through every colour/setting under advanced in colours under appearance,
and could not find what was buggering up the goomy-works.

On my quest for themes that didn't make me want to puke, I came across
adware/spyware encoded into theme packages, and other such annoyances. 
Fortunately, I read license agreements.

I finally found something called Window Blinds which is capable of making my
desktop more usable [for $20].

I am going to call this issue closed and near irreproducable.  The true answer
to this problem is that it is an Operating System issue, and not an application
issue.  I only wish that the Windows XP core OS had a Presentation Manager that
was as flexible as the ones available in multiple Window Managers [KDE, Gnome,
Fluxbox, etc] as it is in Linux.

If people don't like or can't see the icons in OOo in Windows, they need another
package like Windowblinds or another Operating System like Linux or BSD.

I've attached another screen image for your amusement.

Thanks again for all your help.

-TemporalNexus


-
Please do not reply to this automatically generated notification from
Issue 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 69551] Impress can't import jpeg files with upper case extensions

2006-09-15 Thread aspiaspi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69551
 Issue #|69551
 Summary|Impress can't import jpeg files with upper case extens
|ions
   Component|Presentation
 Version|OOo 2.0.4
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|wg
 Reported by|aspiaspi





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:09:25 -0700 
2006 ---
I've posted this at the Neo-Office bugzilla project already. Since I was 
informed that it's not a NeoOffice issue I posted it here. (Message reply from 
neooffice at the bottom of this post)


I tried to import a jpeg-graphic file in Impress. Although, I was able
to select a file with an upper case extension, an Impress' alert box
appeared: quot;Graphics filter not foundquot;.
After changing the
file's extension to lower case, it worked!
I tried this several times
with different jpeg files: JPG wont't work, jpg does.

I didn't try it
with other Neo-Applications or other file-formats.
Once another error
occurred: Even selecting of files with uppercase extensions wasn't
possible.
However, this wasn't reproduceable.

(Sorry for bad expressions)

Comments and replies from bugzilla.neooffice #1759:
---

- Posted by [EMAIL PROTECTED] at 12:03 AM on 09-15-2006 -
+ This seems to be a very serious bug in OpenOffice.org; I can reproduce
+ this in the X11 version. The Page Preview menu item also displays
+ this bug.

Unfortunately, the current scope of the NeoOffice project
+ is limited by resources to keeping a native version of OpenOffice.org
+ running on Mac OS X, and fixing OpenOffice.org feature bugs is outside
+ that scope.

You should report the bug in the OpenOffice.org issue
+ tracker to get it on the radar of the core OpenOffice.org developers:
+ http://qa.openoffice.org/issue_handling/pre_submission.html

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

-
To unsubscribe, e-mail: [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 69365] Word Processor crash on ex it while printing

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


User hi changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:11:01 -0700 
2006 ---
Thank's PL
Set to WFM because not OOo 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]



[sw-issues] [Issue 69365] Word Processor crash on ex it while printing

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


User hi changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:11:21 -0700 
2006 ---
closed

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

-
To unsubscribe, e-mail: [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 69549] Impress Wizard Crashes

2006-09-15 Thread markferg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69549





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:16:07 -0700 
2006 ---
I was using the Impress Wizard to create a new presentation. I think the crash 
is caused by choosing any effect for the slide transition on the last screen of 
the Wizard, as the crash does not occur if I do not select a transition effect. 
The version of OO comes from the Fedora FC6 repository ( I did a 'yum upgrade' 
last night to get the Gnome 2.16 release for FC6. I hadn't tried to make any 
kind of Impress presentation before so I can't say if this would occur in any 
earlier release.

Sorry for the crappiness of my defect report. I have no excuse. I work for a 
testing consultancy, but it must be 10 years or so since I last filed a defect 
report! It's a skill that you lose if you're not doing it regularly. The funny 
thing is I was wanting to use Impress for a presentation at a testing 
conference! Despite the Windows monoculture in the Enterprise market, I'd 
really like to move over to a Linux laptop and I was thinking that now was the 
time to make the move.

-
Please do not reply to this automatically generated notification from
Issue 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 69552] Java - Access StarBasic Sc ripts in hidden document - no access

2006-09-15 Thread ooandreas
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69552
 Issue #|69552
 Summary|Java - Access StarBasic Scripts in hidden document - n
|o access
   Component|api
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|ooandreas





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:16:22 -0700 
2006 ---
Star Basic Scripts can not be accessed with the UNO API if the document is
loaded in hidden mode.

A code snippet:

XScriptProviderSupplier scriptProviderSupplier =
(XScriptProviderSupplier)UnoRuntime.queryInterface(XScriptProviderSupplier.class,
xComponent);
XScriptProvider xScriptProvider = scriptProviderSupplier.getScriptProvider();
XScript xScript =
xScriptProvider.getScript(vnd.sun.star.script:Library1.Module1.Main?language=Basiclocation=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]



[sw-issues] [Issue 69514] Help ID 701124116 missing

2006-09-15 Thread kla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69514


User kla changed the following:

What|Old value |New value

 Assigned to|kla   |fs





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:16:43 -0700 
2006 ---
@Frank: I think it's yours.

-
Please do not reply to this automatically generated notification from
Issue 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 69551] Impress can't import jpeg files with upper case extensions

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


User wg changed the following:

What|Old value |New value

 Assigned to|wg|macjogi





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:19:35 -0700 
2006 ---
Reassigned.

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

-
To unsubscribe, e-mail: [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 69552] Java - Access StarBasic Sc ripts in hidden document - no access

2006-09-15 Thread laurentgodard
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69552


User laurentgodard changed the following:

What|Old value |New value

  CC|''|'laurentgodard'





-
Please do not reply to this automatically generated notification from
Issue 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 69549] Impress Wizard Crashes

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


User wg changed the following:

What|Old value |New value

 Assigned to|wg|cgu





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:21:53 -0700 
2006 ---
Reassigned.

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

-
To unsubscribe, e-mail: [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 25247] font changed on import fro m word

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


User cmc changed the following:

What|Old value |New value

   Component|l10n  |Word processor

  Issue type|DEFECT|PATCH

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

Subcomponent|BIDI  |open-import





-
Please do not reply to this automatically generated notification from
Issue 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 25247] font changed on import fro m word

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


User cmc changed the following:

What|Old value |New value

   Component|l10n  |Word processor

  Issue type|DEFECT|PATCH

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

Subcomponent|BIDI  |open-import





-
Please do not reply to this automatically generated notification from
Issue 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 34587] embedded graphics get lost -- read error

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


User kpalagin changed the following:

What|Old value |New value

Keywords|oooqa |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:28:59 -0700 
2006 ---
pascaln,
do you still experience this issue with OO 2.0.3 (or soon to be released 
2.0.4)?

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

-
To unsubscribe, e-mail: [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 36787] Bad rendering after autoco rrect of two dashes to long dash.

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





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:32:26 -0700 
2006 ---
rlwycndr,
please see if OO 2.0.3 (soon to be released 2.0.4) behaves correctly. If not, 
please attach screenshot.

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

-
To unsubscribe, e-mail: [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 69259] little memleak in vcl/sour ce/glyphs/gcach_ftyp.cxx

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


User cmc changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39161)
Nimbus Roman No9 L






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:34:22 -0700 
2006 ---
Created an attachment (id=39161)
Nimbus Roman No9 L


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



[util-issues] [Issue 69553] OUStringBuffer: insert met hod need

2006-09-15 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69553
 Issue #|69553
 Summary|OUStringBuffer: insert method need 
   Component|utilities
 Version|680m182
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|os





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:34:31 -0700 
2006 ---
I need a method equivalent to the 
UniString  UniString::Insert( const UniString rStr, 
xub_StrLen nPos,
xub_StrLen nLen, xub_StrLen nIndex = STRING_LEN );
at the ::rtl::OUStringBuffer
something like 
OUStringBuffer insert(sal_Int32 offset, sal_Int32 nLen, const OUString  str);
OUStringBuffer insertAscii(sal_Int32 offset, sal_Int32 nLen, const sal_Char*
pString);

It would also make sense to have similar methods at the rtl::OUString

-
Please do not reply to this automatically generated notification from
Issue 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 69092] there is no way to set ima ge as background for cell

2006-09-15 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69092


User delorea changed the following:

What|Old value |New value

  Issue type|DEFECT|ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:35:06 -0700 
2006 ---
As discussed by email with fst, this is an enhancement request.

As Excel could do images in cell backgrounds just with the latest Edition it
could not be anything other as an enhancement.
A defect is described by broken functionality.
As this functionality is and was not given at any time in the past for Calc, it
could not be a defect.

Bye
 Ambrogio

-
Please do not reply to this automatically generated notification from
Issue 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 69259] little memleak in vcl/sour ce/glyphs/gcach_ftyp.cxx

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


User cmc changed the following:

What|Old value |New value

  CC|''|'hdu'





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:35:11 -0700 
2006 ---
cmc-hdu: I've attached it (the right one I think) here if you're still
interested in 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 58472] OLE object not displayed c orrectly after saving in OASIS format

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58472





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:41:51 -0700 
2006 ---
You are right, this is a completely different problem, please submit a new issue
to me. Is it reproducible in OOo2.0.3?

There is a workaround for the scenario, please select further objects in
Insert - Object - OLE object dialog. In this case the System dialog will be
used and the OOo typedetection will not be used, so the type detection will not
be used as well.


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

-
To unsubscribe, e-mail: [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 69554] css/text/textfield/SetExpr ession has wrong property name

2006-09-15 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69554
 Issue #|69554
 Summary|css/text/textfield/SetExpression has wrong property na
|me
   Component|Word processor
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|os
 Reported by|os





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:47:44 -0700 
2006 ---
The field should have the document property IsInput but instead it has Input
see com/sun/star/text/textfield/SetExpression.idl

-
Please do not reply to this automatically generated notification from
Issue 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 69554] css/text/textfield/SetExpr ession has wrong property name

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


User os changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:48:30 -0700 
2006 ---
.

-
Please do not reply to this automatically generated notification from
Issue 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 47342] Zoom Function Scrambles Di splayed Text in Writer

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


User kpalagin changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:55:52 -0700 
2006 ---
I can reproduce it with OO 2.0.4 RC1 on Vista and m180 on Win XP:
1. Open Writer, set font to Geogia.
2. Type couple of lines of random text.
3. Go to Tools, Options, OO.org, View and set Zoome to 110%. Click OK.
4. Type more text and note how it is distorted. See attached garbled-
zoom110.gif - area circled in red contains text.
5. Minimize, maximize Writer and note how text is displayed just fine 
(see redraw.gif).

-
Please do not reply to this automatically generated notification from
Issue 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 47342] Zoom Function Scrambles Di splayed Text in Writer

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


User kpalagin changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39162)
Screenshot, showing
|  | problem.






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:57:55 -0700 
2006 ---
Created an attachment (id=39162)
Screenshot, showing problem.


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

-
To unsubscribe, e-mail: [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 47342] Zoom Function Scrambles Di splayed Text in Writer

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


User kpalagin changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39163)
Screenshot after mi
|  |nimize-maximize






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 01:58:42 -0700 
2006 ---
Created an attachment (id=39163)
Screenshot after minimize-maximize


-
Please do not reply to this automatically generated notification from
Issue 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 69549] Impress Wizard Crashes

2006-09-15 Thread markferg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69549


User markferg changed the following:

What|Old value |New value

 Version|OOo 2.0.2 |OOo 2.0.4





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

-
To unsubscribe, e-mail: [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 67348] Send as email stopped work ing in 2.0.3

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


User hi changed the following:

What|Old value |New value

 Assigned to|hi|hro





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:11:33 -0700 
2006 ---
HI-HRO: I can't reproduce the problem but could it be that issue 62747 and/or
68596 affect to this one?

-
Please do not reply to this automatically generated notification from
Issue 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 69527] Testing-order in Topten.Ba s causes problems.

2006-09-15 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69527


User fredrikh changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39164)
Testtool-Resultfile
|  |






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:11:58 -0700 
2006 ---
Created an attachment (id=39164)
Testtool-Resultfile


-
Please do not reply to this automatically generated notification from
Issue 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 69351] MacOSX Intel: Inter-librar y exception throwing not reliable

2006-09-15 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:12:21 -0700 
2006 ---
I noticed that cppuhelper lib has map files for all Sun supported platforms, 
but not for OS X. Not sure 
whether this has any influence on whether the getCppuType functions get bound 
locally or not.

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

-
To unsubscribe, e-mail: [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 69527] Testing-order in Topten.Ba s causes problems.

2006-09-15 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69527


User fredrikh changed the following:

What|Old value |New value

 Assigned to|fredrikh  |tbo





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:12:51 -0700 
2006 ---
Attached resultfile. Changed owner.

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

-
To unsubscribe, e-mail: [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 69092] there is no way to set ima ge as background for cell

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


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:17:20 -0700 
2006 ---
re-assigned to requirements

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

-
To unsubscribe, e-mail: [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 48475] text in tables in 1.1.4 do cs is all squished in one place

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


User kpalagin changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Keywords|oooqa |needmoreinfo, oooqa

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:19:24 -0700 
2006 ---
jnegron,
please test with latest version of OO (2.0.3 at the moment, 2.0.4 to be 
released soon). If you still expirience this issue, reopen it and attach 
testcase. For now I will close 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]



[porting-issues] [Issue 69351] MacOSX Intel: Inter-librar y exception throwing not reliable

2006-09-15 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351


User obr changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |39165)
Enable stripping of
|  | .dylibs during deliver - 
|  |to be tested






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:21:20 -0700 
2006 ---
Created an attachment (id=39165)
Enable stripping of .dylibs during deliver - to be tested


-
Please do not reply to this automatically generated notification from
Issue 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 64376] OOo object in 3rd party ap plications shown empty when not active

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64376


User mav changed the following:

What|Old value |New value

 Assigned to|mav   |mru





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:22:37 -0700 
2006 ---
MAV-MRU: Please verify the issue. Please test the scenario in Word and in 
Wordpad.

-
Please do not reply to this automatically generated notification from
Issue 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 69530] Crash when I assign a slid e transition in the Autopilot.

2006-09-15 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69530





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:23:53 -0700 
2006 ---
*** Issue 69549 has been marked as a duplicate of this issue. ***

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

-
To unsubscribe, e-mail: [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 69549] Impress Wizard Crashes

2006-09-15 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69549


User cgu changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:23:53 -0700 
2006 ---
This issue is duplicate to issue 69530

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

-
Please do not reply to this automatically generated notification from
Issue 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 69549] Impress Wizard Crashes

2006-09-15 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69549


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:24:53 -0700 
2006 ---
I close the issue as duplicate.

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

-
To unsubscribe, e-mail: [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 51486] Printing Envelopes to HP 2 100 and HP 2200DN does not work properly

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





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:28:06 -0700 
2006 ---
bighusky,
please retest with soon to be released OO 2.0.4.

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

-
To unsubscribe, e-mail: [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 69555] Crashrep doesn't work with crash files bigger than 64k

2006-09-15 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69555
 Issue #|69555
 Summary|Crashrep doesn't work with crash files bigger than 64k
   Component|framework
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|Windows 98
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|hro
 Reported by|of





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:30:52 -0700 
2006 ---
- Win 98 can't handle crash files bigger 64K
- crashrep is freezing when displaying the crash stack or when the stack should
be submitted

-
Please do not reply to this automatically generated notification from
Issue 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 54045] Non-printing character vie w does not work

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


User kpalagin changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:32:37 -0700 
2006 ---
Closed as worksforme.

-
Please do not reply to this automatically generated notification from
Issue 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 68837] All applications have A4 i nstead of Letter default page size for Mexican locale

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


User pl changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:32:57 -0700 
2006 ---
reopen

-
Please do not reply to this automatically generated notification from
Issue 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 68837] All applications have A4 i nstead of Letter default page size for Mexican locale

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hi





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:33:55 -0700 
2006 ---
pl-hi: can you reproduce that problem ?

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

-
To unsubscribe, e-mail: [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 69556] odt to doc export with lin ked pictures fails

2006-09-15 Thread konzales
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69556
 Issue #|69556
 Summary|odt to doc export with linked pictures fails
   Component|Word processor
 Version|OOo 2.0.3
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|mru
 Reported by|konzales





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:39:41 -0700 
2006 ---
I exported a simple .odt with tif-pictures linked to a sub directory. The
exported .doc document missed the pictures. Instead a wrong URL in the form
http://subfolder/picture.tif; was displayed at the picture position.
I tested all .doc formats available in OOo.
I dign't test other picture formats or saving locations.

-
Please do not reply to this automatically generated notification from
Issue 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 69556] odt to doc export with lin ked pictures fails

2006-09-15 Thread konzales
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69556


User konzales changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39166)
The .odt and result
|  |ing .doc file inclusive pi
|  |ctures






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:42:08 -0700 
2006 ---
Created an attachment (id=39166)
The .odt and resulting .doc file inclusive pictures


-
Please do not reply to this automatically generated notification from
Issue 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 69351] MacOSX Intel: Inter-librar y exception throwing not reliable

2006-09-15 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:51:45 -0700 
2006 ---
-obr: just regarding the map files, this is in source/makefile.mk
.ELIF $(OS)$(CPU)$(COMNAME)==FREEBSDIgcc3
SHL1VERSIONMAP=gcc3_linux_intel.map
.ELIF $(OS)$(CPU)$(COMNAME)==LINUXSgcc3
SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF

notice S=SPARC linux uses the intel map 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]



[porting-issues] [Issue 69351] MacOSX Intel: Inter-librar y exception throwing not reliable

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





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:55:44 -0700 
2006 ---
If Mach-O ld supports something similar to Linux/Solaris map files, that should
help to avoid problems from our ODR violation, as using a map file implicitly
causes intra-lib references to non-exported symbols to be statically resolved. 
So, if someone knows how to have such map files for OS X for all the libs that
have map files on other platforms: please go ahead.  (Once the ODR-violation
related problem is solved, it has to be re-evaluated if strip or strip -x is
better to solve the original problem of this issue; also it is unclear to me
whether this all relates to Intel only or is also relevant for PPC.)

If Mach-O strip works similar to ELF strip (just removing unnecessary exported
symbols, not changing any intra-lib references from symbolic to static), obr's
patch would probably not help in solving this problem.  (It could actually
adversely hide the problem.  Independent of this issue, stripping dylibs on OS X
is of course something that should be done if possible.)

-
Please do not reply to this automatically generated notification from
Issue 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 69556] odt to doc export or impor t with linked pictures fails

2006-09-15 Thread konzales
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69556


User konzales changed the following:

What|Old value |New value

 Summary|odt to doc export with lin|odt to doc export or impor
|ked pictures fails|t with linked pictures fai
|  |ls





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:03:46 -0700 
2006 ---
The first description is not exact.
The exported .doc file reopened in OOo produces the described missing pictures.
Opening the file in Word results in missing or just resized pictures.
Hence there could be a problem in the export and the import filter .doc-.odt.

-
Please do not reply to this automatically generated notification from
Issue 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 64612] Support OFOPXML storage.

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64612


User mav changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Target milestone|OOo 2.x   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:17:55 -0700 
2006 ---
This is a development issue. The unit tests in package/qa/ofopxmlstorage have
succeeded.

-
Please do not reply to this automatically generated notification from
Issue 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 69082] autodoc strips all content after a @see tag

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


User mh changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:18:21 -0700 
2006 ---
set target to 2.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]



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

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65306


User mav changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:18:31 -0700 
2006 ---
This is a development issue. The unit tests in package/qa/storage have 
succeeded.

-
Please do not reply to this automatically generated notification from
Issue 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 65306] Support hierarchical acces s in storages.

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65306


User mav changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:18:54 -0700 
2006 ---
Adjusting the 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 64385] -headless supresses gui fo r all later OOo calls

2006-09-15 Thread ebischoff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64385





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:19:45 -0700 
2006 ---
Indeed, we already got rid of -headless, we now run cuckooo with  
-nologo -nodefault 
just like the mozilla plugin 
 
But the single instance problem remains the same. 
 
Funny thing is, in the reverse order it works perfectly. If one starts OOo 
THEN Cuckooo, one gets both OOo in a standalone window and embedded in 
Konqueror. 
 

-
Please do not reply to this automatically generated notification from
Issue 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 69557] Reference wrong to Illustr ation 6.3: Frame containing a component

2006-09-15 Thread dhislop
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69557
 Issue #|69557
 Summary|Reference wrong to Illustration 6.3: Frame containing 
|a component
   Component|api
 Version|OOo 2.0
Platform|All
 URL|http://api.openoffice.org/docs/DevelopersGuide/Develop
|ersGuide.pdf
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|documentation
 Assigned to|jsc
 Reported by|dhislop





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:20:12 -0700 
2006 ---
In OpenOffice.org 2.0 Developer's Guide May 2005 
(http://api.openoffice.org/docs/DevelopersGuide/DevelopersGuide.pdf) section 
6.1.1 on p370 in the paragraph just above Illustration 6.3 Frame containing a 
component, the text refers to two illustrations:

Frames can hold one component, or a component and one or more subframes. The 
following diagrams: Illustration 6.1: OpenOffice.org Application Environment 
and Illustration 6.4: Frame containing a component and a sub-frame depict both 
possibilities.

The first reference should be to Illustration 6.3: Frame containing a 
component, not to Illustration 6.1: OpenOffice.org Application Environment.

-
Please do not reply to this automatically generated notification from
Issue 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 69527] Testing-order in Topten.Ba s causes problems.

2006-09-15 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69527


User tbo changed the following:

What|Old value |New value

 Assigned to|tbo   |fredrikh





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:27:22 -0700 
2006 ---
ok, now seeing the result file:

1. this test works this way for 'years'
2. I won't change this test just because it runs without errors when
   changing the run order of the test cases
3. The difference in the return stream looks like some one else on this machine
is using the same port for testing - make sure you port is unique on the
machine: Extras-Settings-Misc: Testtool Port
else:
4. The experience showed that errors have their reasons in OOo, not in the 
tests.

- closing as invalid



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

-
To unsubscribe, e-mail: [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 69527] Testing-order in Topten.Ba s causes problems.

2006-09-15 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69527


User tbo changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:28:27 -0700 
2006 ---
invalid

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

-
To unsubscribe, e-mail: [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 69527] Testing-order in Topten.Ba s causes problems.

2006-09-15 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69527


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:29:07 -0700 
2006 ---
closing

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

-
To unsubscribe, e-mail: [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 69214] Can't enter diacritics in file dialogs

2006-09-15 Thread wurzel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69214





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:32:37 -0700 
2006 ---
Update : problem still present in 2.0.4rc1

In addition, and this probably merits another bug entry, if you rename a file
from within KDE to include characters that have the circumflex or umlaut
diacritics, then when you try to open them in OOo from Konqueror, you get an
error message in OOo saying that the file xyz doesn't exist.

This bug also causes many of the TCM test cases to fail.

Alex

-
Please do not reply to this automatically generated notification from
Issue 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 69388] OO Calc crashed on closing the application

2006-09-15 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69388


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:34:12 -0700 
2006 ---
I opened it with OOo 2.0.1 and with OOD680m1.
No crash appened closing (files and program).

So it's worksforme.
Did you tried with other OOo version?
Are you usign the fedora official version?

Bye
 Ambrogio

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



[installation-issues] [Issue 69505] optimize processing of hic ontrast and crystal zips

2006-09-15 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69505


User rt changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:38:06 -0700 
2006 ---
verified

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

-
To unsubscribe, e-mail: [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 69558] Using the font EuroStyle l eads to wrong length of underline

2006-09-15 Thread schroer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69558
 Issue #|69558
 Summary|Using the font EuroStyle leads to wrong length of unde
|rline
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|mru
 Reported by|schroer





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:40:07 -0700 
2006 ---
I'm using the font Eurostile. If I write a line, mark the line and select
'underline' the underline is much too long on the display. But the page preview
correctly displays the underline. The printed page is correct, too.

If I switch to 'underline' mode first and then write the line, the length of the
underline is correct.

-
Please do not reply to this automatically generated notification from
Issue 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 69558] Using the font EuroStyle l eads to wrong length of underline

2006-09-15 Thread schroer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69558


User schroer changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39167)
Document containing
|  | wrong underlines






--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:42:34 -0700 
2006 ---
Created an attachment (id=39167)
Document containing wrong underlines


-
Please do not reply to this automatically generated notification from
Issue 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 69559] introduce simple include g uards in target.mk

2006-09-15 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69559
 Issue #|69559
 Summary|introduce simple include guards in target.mk
   Component|tools
 Version|680m182
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|hjs





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:45:54 -0700 
2006 ---
this should avoid parsing unneeded target definitions

-
Please do not reply to this automatically generated notification from
Issue 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 69560] remove the remains of SVXL IGHT in solenv/inc

2006-09-15 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69560
 Issue #|69560
 Summary|remove the remains of SVXLIGHT in solenv/inc
   Component|tools
 Version|680m182
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|hjs





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:56:00 -0700 
2006 ---
.

-
Please do not reply to this automatically generated notification from
Issue 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 69513] cell overwrite behaviour d oes not match Excel 2003 sp2

2006-09-15 Thread delorea
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69513


User delorea changed the following:

What|Old value |New value

  CC|''|'delorea'

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 03:57:00 -0700 
2006 ---
Please attach the xls sample file, and tell us what OOo version are you using.

Bye
 Ambrogio

-
Please do not reply to this automatically generated notification from
Issue 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 69544] CDateToIso runtime functio n should be CDateFromIso in text

2006-09-15 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69544


User jsc changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:05:17 -0700 
2006 ---
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]



[api-issues] [Issue 69546] Developers Guide Table Of Contents needs re-generating, perhaps Index al so

2006-09-15 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69546


User jsc changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:05:53 -0700 
2006 ---
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]



[api-issues] [Issue 69557] Reference wrong to Illustr ation 6.3: Frame containing a component

2006-09-15 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69557


User jsc changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:06:16 -0700 
2006 ---
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]



[graphics-issues] [Issue 51291] Custom Arrow (arrow style)

2006-09-15 Thread hcostelha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51291


User hcostelha changed the following:

What|Old value |New value

  CC|''|'hcostelha'





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



[udk-issues] [Issue 69498] idlc fails with service co nstrcutors

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


User sb changed the following:

What|Old value |New value

  CC|''|'sb'





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:23:43 -0700 
2006 ---
@jl:  Do you mean that idlc rejects two constructors with identical parameter
lists (modulo parameter names)?  That's not a bug, its a feature (see issue 
62098).

-
Please do not reply to this automatically generated notification from
Issue 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 65548] API access to the embeddin g API.

2006-09-15 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65548


User mav changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:26:15 -0700 
2006 ---
The API has been tested using unit test in embedobj/qa/embedding.

-
Please do not reply to this automatically generated notification from
Issue 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 30330] Line above footnotes in a RTL writer document is LTR

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


User fme changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH

Target milestone|OOo Later |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:38:18 -0700 
2006 ---
FME: I'll have a look.

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

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


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



[udk-issues] [Issue 69498] idlc fails with service co nstrcutors

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


User jl changed the following:

What|Old value |New value

 Assigned to|jsc   |sb





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:42:35 -0700 
2006 ---
These are the constructors that cause problems:

create( [in] com::sun::star::awt::XWindow xParent,
[in] string focussedContext );

 createAndInstall( [in] sequence string  extensions,
 [in] string focussedContext);


Only the second params are of the same type.

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

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


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



[www-issues] Re: [Issue 69480] Find and Repeat Find should start at cursor

2006-09-15 Thread Alan Davidson
Hi Rainer,

  Do you see your problem also in calc?

I use calc, but have never used Find in calc.

  Is it a new 2.0.3 problem?

I found the same problem in 2.0.2. I updated two days ago as an attempt to cure 
the problem.

 Can you please contribute some more information how you continue search?

When Find is in problem mode, the only way to continue a search is to step 
through every occurrence of the word (using Shift-Ctrl-F) until I find the 
required occurrence. If I scroll down several pages, then insert the cursor, 
then Shift-Ctrl-F, OOo finds the word that it would have found if I had not 
scrolled down.

I tried actually highlighting a starter word, rather than simply inserting the 
cursor. No success.

I tried searching for a different word, to try to break the sequence, then 
return to the original word. No success.

Eventually I will find the required word, and continue editing the document. In 
perhaps 10 minutes I might use Find again, and it could be OK.

Now that I know that someone is interested, I will try more ways to try to push 
Find out of error mode.

Regards,
Alan



[EMAIL PROTECTED] wrote: To comment on the following update, log in, then open 
the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69480


User rainerbielefeld changed the following:

What|Old value |New value

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Sep 12 10:29:12 -0700 
2006 ---
I did several tests, but my  2.0.2  German version WIN XP: [680m5(Build9011)]
always continued search at the cursor position. 

@alandavidson 
Do you see your problem also in calc?
Is it a new 2.0.3 problem?
Can you please contribute some more information how you continue search?

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



-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2ยข/min or less.

[dba-issues] [Issue 64885] database not accessible af ter renaming a table which a view is based on

2006-09-15 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64885





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:43:44 -0700 
2006 ---
create testcase in automatic test b_lvl1_hsqldb.bas

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



[udk-issues] [Issue 57188] Write URE installation pat h into Windows registry during URE installatio n

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


User mh changed the following:

What|Old value |New value

Target milestone|OOo 2.0.4 |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:44:21 -0700 
2006 ---
set target to 2.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]



[udk-issues] [Issue 57477] URE: missing unicows.dll

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


User mh changed the following:

What|Old value |New value

Target milestone|OOo 2.0.4 |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 04:45:30 -0700 
2006 ---
set target to 2.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]



  1   2   3   >