[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

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





--- Additional comments from olistr...@openoffice.org Fri Jul 16 06:08:40 
+ 2010 ---
Created an attachment (id=70633)
Patch to cppu/source/threadpool/jobqueue.cxx


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

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


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



[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

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





--- Additional comments from olistr...@openoffice.org Fri Jul 16 06:10:18 
+ 2010 ---
The patches are against DEV300_m84.

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

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


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



[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

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





--- Additional comments from olistr...@openoffice.org Fri Jul 16 06:07:40 
+ 2010 ---
The attached patch fixes the problem.

My findings: If a remote process dies during a remote call, the code in
JobQueue::enter() breaks the loop if the first callstack entry is 0 (comment
says disposed!).
However, in this situation the m_cndWait condition variable may still be 
signaled.

The next remote call (to a different process) that reuses this JobQueue now runs
into a race condition: m_cndWait is still signalled, but the remote response
hasn't arrived yet. JobQueue::enter() will find condition variable signaled, but
will find the m_lstJob lits empty. It walks over the assertion !m_lstJob.empty()
and finally returns 0, which causes the caller to not clear its exception 
variable.

Additionally, I found that ClientJob::m_bExceptionOccured isn't initialized in
the constructor (this made debugging hard...).

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

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


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



[udk-issues] [Issue 112448] Additional DisposedExcept ions after remote service fails

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





--- Additional comments from olistr...@openoffice.org Fri Jul 16 06:09:24 
+ 2010 ---
Created an attachment (id=70634)
Optional patch to bridges/source/remote/urp/urp_job.hxx


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

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


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



[sc-issues] [Issue 113175] Wrong labelling tab

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


User volkerme changed the following:

What|Old value |New value

  CC|''|'andreschnabel'

   Component|de|Spreadsheet

  QA contact|iss...@de |iss...@sc

Subcomponent|cdrom |ui

 Version|OOO310m1  |current





--- Additional comments from volke...@openoffice.org Fri Jul 16 06:10:22 
+ 2010 ---
In the english version we have Number in a category Numbers as well, so does
Excel.
But I can follow your attempt to call the category i.e. Values 
(german:Werte)

This is not a de-issue, moving to spreadsheet.


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

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


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



[sc-issues] [Issue 113175] Wrong labelling tab

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


User volkerme changed the following:

What|Old value |New value

 Assigned to|prooobox  |spreadsheet





--- Additional comments from volke...@openoffice.org Fri Jul 16 06:10:55 
+ 2010 ---
.

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

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


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



[sw-issues] [Issue 103762] Missing last page or on P DF export with hidden paragraphs

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


User windl changed the following:

What|Old value |New value

 Summary|Missing last page on PDF e|Missing last page or on PD
|xport with hidden paragrap|F export with hidden parag
|hs|raphs

 Version|OOo 3.1   |OOo 3.2.1





--- Additional comments from wi...@openoffice.org Fri Jul 16 06:31:59 + 
2010 ---
I just had a similar, but different experience with OOo 3.2.1: The last page was
duplicated, but with a different page number. The document is similar than your
sample: It uses hidden paragraphs that might include images.

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

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


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



[sw-issues] [Issue 113176] text inserts at wrong pos ition after repeated undo/redo

2010-07-16 Thread windl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113176
 Issue #|113176
 Summary|text inserts at wrong position after repeated undo/red
|o
   Component|Word processor
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|windl





--- Additional comments from wi...@openoffice.org Fri Jul 16 06:40:52 + 
2010 ---
I was changing a document, involving a cut of a paragraph with some image and
pasting it at a different position of the document. Then I applied some changes
to the image's cropping, exported it to PDF without having saved the document.
Viewing the PDF I was not satisfied with the changes, so I started to undo those
changes. At some point I realized that undo would insert a single word where it
never was deleted from. I had to reload the 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[framework-issues] [Issue 108931] Caching of obsolete certi ficates?

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





--- Additional comments from wi...@openoffice.org Fri Jul 16 06:48:43 + 
2010 ---
I imported the certificate freshly into Windows/XP's certificate storage (with
high security). All old imports of the certificate had been removed. Even with
OOo 3.2.1 I was unable to create a signature for a document using that
certificate. However with Adobe Acrobat 7.0 Professional I was able to sign a
PDF using exactly that Windows certificate storage mechanism. As I think Windows
does the authentication without involvement of OOo, my lengthy passphrase ( 20
characters) should not be the problem, right? The cerificate also includes a
certificate chain of root CA, two intermediate CAs, and user certificate.
I'd appreciate a good error message at least!

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

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


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



[framework-issues] [Issue 108931] Caching of obsolete certi ficates?

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


User windl changed the following:

What|Old value |New value

 Version|OOo 3.1.1 |OOo 3.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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[graphics-issues] [Issue 113154] Impress crashes when edit ing ppt-File

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





--- Additional comments from mh...@openoffice.org Fri Jul 16 06:49:11 + 
2010 ---
Hi!
The problem occurs on Mac 10.6 with m84 too!
Crash-Report (part): 
Process: soffice [24609]
Path:/Applications/OOo-dev.app/Contents/MacOS/soffice
Identifier:  org.openoffice.script
Version: 3.3.0 (???)
Code Type:   X86 (Native)
Parent Process:  launchd [184]

Date/Time:   2010-07-16 08:40:12.234 +0200
OS Version:  Mac OS X 10.6.4 (10F569)
Report Version:  6

Interval Since Last Report:  361766 sec
Crashes Since Last Report:   3
Per-App Interval Since Last Report:  465 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:  --- Deleted ---

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0008
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libsdmxi.dylib  0x2c5006c7 
sd::ViewShell::GetViewFrame() const + 354775
1   libsfxmxi.dylib 0x007e3960 SfxShell::CallState(void 
(*)(SfxShell*, SfxItemSet), SfxItemSet) 
+ 24
2   libsfxmxi.dylib 0x006d8056 
SfxDispatcher::_FillState(SfxSlotServer const, SfxItemSet, 
SfxSlot const*) + 218
3   libsfxmxi.dylib 0x006d0b19 
SfxBindings::Release(SfxControllerItem) + 5131
4   libsfxmxi.dylib 0x006d18b4 
SfxBindings::GetSlot(unsigned short) + 746
5   libsfxmxi.dylib 0x006d1b52 
SfxBindings::GetSlot(unsigned short) + 1416
6   libvclmxi.dylib 0x014bd44e Timer::Timeout() + 28
7   libvclmxi.dylib 0x014bd612 
Timer::ImplTimerCallbackProc() + 112
8   libvclmxi.dylib 0x01749cbc SalGetDesktopEnvironment() + 
13264
9   com.apple.Foundation0x90ad39f5 __NSFireTimer + 282
10  com.apple.CoreFoundation0x9093370b __CFRunLoopRun + 8059
11  com.apple.CoreFoundation0x90931094 CFRunLoopRunSpecific + 452
12  com.apple.CoreFoundation0x90930ec1 CFRunLoopRunInMode + 97
13  com.apple.HIToolbox 0x930e0f9c RunCurrentEventLoopInMode + 
392
14  com.apple.HIToolbox 0x930e0d51 ReceiveNextEventCommon + 354
15  com.apple.HIToolbox 0x930e0bd6 
BlockUntilNextEventMatchingListInMode + 81
16  com.apple.AppKit0x925e4a89 _DPSNextEvent + 847
17  com.apple.AppKit0x925e42ca -[NSApplication 
nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
18  libvclmxi.dylib 0x01745591 component_writeInfo + 185553
19  libvclmxi.dylib 0x014b7248 Application::Yield(bool) + 86
20  libvclmxi.dylib 0x014b7322 Application::Execute() + 84
21  libsofficeapp.dylib 0x001dd62d 0x1c8000 + 87597
22  libvclmxi.dylib 0x014bd1cf DeInitVCL() + 2891
23  libvclmxi.dylib 0x01744b58 component_writeInfo + 182936
24  libvclmxi.dylib 0x017484da SalGetDesktopEnvironment() + 
7150
25  com.apple.AppKit0x925a65bb -[NSApplication run] + 917
26  com.apple.AppKit0x9259e5ed NSApplicationMain + 574
27  libvclmxi.dylib 0x0174593c component_writeInfo + 186492
28  libvclmxi.dylib 0x014bd25b SVMain() + 17
29  libsofficeapp.dylib 0x001fa7fc soffice_main + 160
30  org.openoffice.script   0x1f0e main + 30
31  org.openoffice.script   0x187e start + 258
32  org.openoffice.script   0x17a5 start + 41

Thread 1:
0   libSystem.B.dylib   0x9966015a 
semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib   0x9968dca5 _pthread_cond_wait + 1066
2   libSystem.B.dylib   0x996d6410 pthread_cond_timedwait + 47
3   libuno_sal.dylib.3  0x0002e4ed rtl_cache_create + 681
4   libSystem.B.dylib   0x9968d81d _pthread_start + 345
5   libSystem.B.dylib   0x9968d6a2 thread_start + 34

Thread 2:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib   0x99686942 kevent + 10
1   libSystem.B.dylib   0x9968705c _dispatch_mgr_invoke + 215
2   libSystem.B.dylib   0x99686519 _dispatch_queue_invoke + 163
3   libSystem.B.dylib   0x996862be _dispatch_worker_thread2 + 
240
4   libSystem.B.dylib   0x99685d41 _pthread_wqthread + 390
5   libSystem.B.dylib   0x99685b86 start_wqthread + 30

Thread 3:
0   libSystem.B.dylib   0x997271b2 accept$NOCANCEL$UNIX2003 + 10
1   libSystem.B.dylib   0x9972601a accept + 32
2   libuno_sal.dylib.3  

[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from p...@openoffice.org Fri Jul 16 07:05:36 + 
2010 ---
@sweigel: But sorry: by definition this is *not* a defect, because what we have
got is exactly what was intended.

Excuse me sir, but WHO did *intend* this? Can he finally stand up and say he did
it? I want basically know who's the brainless f*cker, so I don't have to blame
whole OOo team (although for the pain caused over years ... why do I care, oh
well, blame them all).

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

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


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



[sc-issues] [Issue 67412] slow adjusting of row heig ht when loading ods spreadsheet

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


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


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



[sc-issues] [Issue 113175] Wrong labelling tab

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


User andreschnabel changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from andreschna...@openoffice.org Fri Jul 16 
07:20:22 + 2010 ---
The label Numbers is correct in this situation. Even if you choose to fromat
as Text, you will always apply this formatting to a number.

If a cell contains text, the setting of the Numbers-tab will have no influence
at all on this type of content. 

Indeed, it is one option to format a number as what it is - so you have Number
as category at the Numbers-tab

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from m...@openoffice.org Fri Jul 16 07:17:22 + 
2010 ---
no need to have a dispute about issue type and priorities. this topic is clearly
on the current agenda and will be worked on the public mailing lists. 

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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


User of changed the following:

What|Old value |New value

  CC|'cornouws,darobm,ed2,goran|'cornouws,darobm,ed2,goran
|rakic,hatchjn,jbfaure,kama|rakic,hatchjn,jbfaure,kama
|taki,kongnan,laurentgodard|taki,kongnan,laurentgodard
|,lendo,lh,luctur,md,of,pro|,lendo,lh,luctur,md,mh,of,
|wlerxpla,st,vitriol'  |prowlerxpla,st,vitriol'





--- Additional comments from o...@openoffice.org Fri Jul 16 07:24:06 + 
2010 ---
Can we get rid of 'community members' who call other people brainless f*cker?
I'm not willing to work together with such users. Remember: We are just talking
about icons!

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

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


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



[sc-issues] [Issue 113175] Wrong labelling tab

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


User andreschnabel changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from andreschna...@openoffice.org Fri Jul 16 
07:20:36 + 2010 ---
closed

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

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


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



[sc-issues] [Issue 105584] Adapt row height - ecalc

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


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


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



[sw-issues] [Issue 107200] WW8: Lost headers/footers in 2nd section and following ones

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


User r4zoli changed the following:

What|Old value |New value

  CC|'cornouws,progfou'|'cornouws,progfou,r4zoli'





--- Additional comments from r4z...@openoffice.org Fri Jul 16 07:33:14 
+ 2010 ---
This is an opposite version of issue 64866 when you lost headings when exports
from odt to doc. My be connected to each other.

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from flori...@openoffice.org Fri Jul 16 07:35:31 
+ 2010 ---
@of: Remember: We are just talking about icons!

You just exposed your level of ignorance here. Don't even try to ridicule the
people who are put out by this set of icons. OOo is advertised as a productivity
suite. If users' productivity goes down because of these icons, then the
developers did something seriously wrong. You only fool yourself by pretending
that the users are wrong or that they're overreacting. If you object to people
hinting that you're a **, then don't give them the polite rendering of go
 yourselves, which is what the developers have been doing pretty
consistently in this discussion.

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

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


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



[sw-issues] [Issue 113134] MailMerge sending as mail , produces empty mail bodies

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


User cmc changed the following:

What|Old value |New value

 Assigned to|cmc   |dtardon





--- Additional comments from c...@openoffice.org Fri Jul 16 07:40:35 + 
2010 ---
http://hg.services.openoffice.org/cws/emailmerge33fix/rev/1be15ad70722

reassigning for qaing

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

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


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



[porting-issues] [Issue 90427] Make svx WaE free on 64bit Linux

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


User cmc changed the following:

What|Old value |New value

 Assigned to|pjanik|cmc





--- Additional comments from c...@openoffice.org Fri Jul 16 07:42:16 + 
2010 ---
reassign

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

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


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



[porting-issues] [Issue 90427] Make svx WaE free on 64bit Linux

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


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from c...@openoffice.org Fri Jul 16 07:42:34 + 
2010 ---
no warnings show up on x86_64 that are not in x86, so verifying

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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70635)
update this






--- Additional comments from c...@openoffice.org Fri Jul 16 07:46:41 + 
2010 ---
Created an attachment (id=70635)
update this


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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from tomm...@openoffice.org Fri Jul 16 07:48:48 
+ 2010 ---
@ped
I hate the new icons too but the comments you made are very offensive.
shame on you.

@cornows
I think I was honest quoting you.
you said that the OOo cannot face this issue immediately because of several 
factors (sponsorship, busy devs, vacation) and you suggested that the users 
should try to find themselves a temporary solution (extension or something 
else).

this basically means: fix it by yourself
it's not your exact words but it's the meaning of what you said.

there was not polemic intent in my quotation...
if the OOo can't do it, I accept that decision and, as I said in my previous 
post, I will ask if there's any enough skilled user able to recompile 
soffice.exe replacing new icons with old ones of with recolored new icons (some 
tests have been attached here by some users).

I don't care of the new design... the ODF tag could be left in place...
I just want back the color coded backgrounds because improved usability

OOo is opensource so users could change the code and reintroduce color-code icon
unfortunately I'm not able to do this but maybe other users could be able to 
accomplish this task




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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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





--- Additional comments from r...@openoffice.org Fri Jul 16 07:53:56 + 
2010 ---
I dislike this patch for several reasons:

a) if we need a intrusive patch we shouldn't support system-libtextcat
b) I don't like the install of the fingerprints being #ifdef'ed with
SYSTEM_LIBTEXTCAT, too. This disallows usage of internal libtextcat but
system-patterns (assuming they are converted to UTF8 and the same). Which is
what I do right now in Debian:

ifeq $(USE_SYSTEM_TEXTCAT_DATA) y
# remove duplicated textcat data and replace with symlinks
cd $(PKGDIR)-common/$(OOBASISDIR)/share  \
for i in `fdupes -n -f -1 fingerprint/ /usr/share/libtextcat/LM`; do \
ln -sf /usr/share/libtextcat/LM/`basename $$i`
fingerprint/`basename $$i`; \
done
endif


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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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


User cmc changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.4





--- Additional comments from c...@openoffice.org Fri Jul 16 07:56:01 + 
2010 ---
done in cmcfixes77 as
http://hg.services.openoffice.org/cws/cmcfixes77/rev/3cd90227f8a5

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

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


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



[porting-issues] [Issue 113177] boost: remove strict-alia sing warning from boost headers

2010-07-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113177
 Issue #|113177
 Summary|boost: remove strict-aliasing warning from boost heade
|rs
   Component|porting
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|cmc
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Jul 16 08:04:30 + 
2010 ---
boost gives strict-aliasing warnings on boost/function/function_base.hpp
i.e.https://svn.boost.org/trac/boost/ticket/3780

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

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


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



[porting-issues] [Issue 113177] boost: remove strict-alia sing warning from boost headers

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70636)
fix up like so






--- Additional comments from c...@openoffice.org Fri Jul 16 08:05:11 + 
2010 ---
Created an attachment (id=70636)
fix up like so


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

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


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



[tools-issues] [Issue 113146] configure: add an AFMS bu ild type

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


User cmc changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Fri Jul 16 08:04:48 + 
2010 ---
done in cmcfixes77 as
http://hg.services.openoffice.org/cws/cmcfixes77/rev/361d569738d3

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

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


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



[porting-issues] [Issue 113177] boost: remove strict-alia sing warning from boost headers

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |101100
  is|  |

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.4





--- Additional comments from c...@openoffice.org Fri Jul 16 08:12:23 + 
2010 ---
done in cmcfixes 77 as
http://hg.services.openoffice.org/cws/cmcfixes77/rev/8a48c985592a

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

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


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



[porting-issues] [Issue 101100] allow -fstrict-aliasing

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|103660,103661,103662,10366|103660,103661,103662,10366
|4,106384,106399,106401,106|4,106384,106399,106401,106
|444,106446,106448,106449,1|444,106446,106448,106449,1
|06450,106472,106475,108151|06450,106472,106475,108151
|,108577,108580,108582,1086|,108577,108580,108582,1086
|54,108764,110049,110050,11|54,108764,110049,110050,11
|1793  |1793,113177



This issue depends on issue 113177, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  is|  |





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

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


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




[tools-issues] [Issue 113146] configure: add an AFMS bu ild type

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  is|  |





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

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


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



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

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|7065,53397,61927,64671,687|7065,53397,61927,64671,687
|17,76649,86080,88341,95369|17,76649,80021,86080,88341
|,98137,100686,101274,10135|,95369,98137,100686,101274
|4,101355,102061,102142,105|,101354,101355,102061,1021
|784,105827,106502,107490,1|42,105784,105827,106502,10
|08049,108246,108637,108846|7490,108049,108246,108637,
|,110142,111699,111741,1118|108846,110142,111699,11174
|86,112027,112247,112363,11|1,111886,112027,112247,112
|2384,112421,112514,112516,|363,112384,112421,112514,1
|112567,112657,113117, |12516,112567,112657,1



This issue depends on issue 113146, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED



This issue depends on issue 80021, which changed state:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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





--- Additional comments from c...@openoffice.org Fri Jul 16 08:16:15 + 
2010 ---
cmc-rene: do you link OOo against a system libtextcat already ?

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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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





--- Additional comments from c...@openoffice.org Fri Jul 16 08:17:05 + 
2010 ---
cmc-rene: do you link OOo against a system libtextcat already ?

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

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


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



[porting-issues] [Issue 80021] system-libtextcat

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





--- Additional comments from r...@openoffice.org Fri Jul 16 08:22:30 + 
2010 ---
no, I just use the data (upstreams version iconv'ed. actually the command
stolen from your rpm)

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

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


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



[sw-issues] [Issue 113176] text inserts at wrong pos ition after repeated undo/redo

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Fri Jul 16 08:23:39 + 
2010 ---
Find a reproducible scenario, write a step by step description and attach a
sample document. Else this issue description is a story but not a problem
description.

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

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


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



[sw-issues] [Issue 103762] Missing last page on PDF export with hidden paragraphs

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


User windl changed the following:

What|Old value |New value

 Summary|Missing last page or on PD|Missing last page on PDF e
|F export with hidden parag|xport with hidden paragrap
|raphs |hs





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

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


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



[tools-issues] [Issue 113178] VERBOSE interferes with P CH

2010-07-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113178
 Issue #|113178
 Summary|VERBOSE interferes with PCH
   Component|tools
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Jul 16 08:26:55 + 
2010 ---
Building single files with VERBOSE=TRUE in a module that uses PCH unexpectedly
disables PCH for those files, at least on wntmsci12.  (Setting NOLOGO*=-nologo
depending on VERBOSE!=TRUE in solenv/inc/wntmsci11.mk causes ACT_PCH_SWITCHES to
be empty in solenv/inc/rules.mk, as the command lines for plain and VERBOSE=TRUE
differ in -nologo.)  This bit me when trying to find out why exactly compiling
failed with redefinitions between windef.h and tools/solar.h in a file including
precompiled_desktop.hxx -- it mysteriously no longer failed with VERBOSE=TRUE!

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

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


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



[sw-issues] [Issue 113176] text inserts at wrong pos ition after repeated undo/redo

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





--- Additional comments from wi...@openoffice.org Fri Jul 16 08:34:09 + 
2010 ---
I fully understand your point of view as a developer. Unfortunately software
bugs aren't always reproducible as you'd like. Anyway they are bugs, not user
stories.
In my case the document was an exam, that is due on monday, so giving away a
sample document is non-trivial. I'm trying to work on it, however.

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

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


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



[www-issues] [Issue 110967] Mirrorbrain is down

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


User gm changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from g...@openoffice.org Fri Jul 16 08:44:25 + 
2010 ---
Network connection is restored, Service is available 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: issues-unsubscr...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[www-issues] [Issue 110967] Mirrorbrain is down

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





--- Additional comments from flo...@openoffice.org Fri Jul 16 08:46:02 
+ 2010 ---
Thanks a lot for your help! Great to have services back! Enjoy your weekend ;)

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

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


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



[sw-issues] [Issue 113176] text inserts at wrong pos ition after repeated undo/redo

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





--- Additional comments from m...@openoffice.org Fri Jul 16 08:48:04 + 
2010 ---
You can send the document to es or mru. We both are both committed to handle it
confidential.
Yes, of course you are right, these are bugs. But they are quite useless in this
tracking system unless there's no way to reproduce. So please only submit, when
there's a reliable way to repro.
If not, these problems should first be discussed with other users/developers in
the forums/lists channels.

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from prowlerx...@openoffice.org Fri Jul 16 08:51:00 
+ 2010 ---
@of
Can we get rid of 'community members' who call other people brainless f*cker?
I'm not willing to work together with such users. Remember: We are just talking
about icons!
Totally agree with you

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

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





--- Additional comments from prowlerx...@openoffice.org Fri Jul 16 08:47:22 
+ 2010 ---
@hmno need to have a dispute about issue type and priorities. this topic is 
clearly on the current agenda and will be worked on the public mailing lists.
this is a good news:-), where did you take the news to be able to say clearly?

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

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


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



[framework-issues] [Issue 111602] adapt desktop/qa/deployme nt_misc to new test framework

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





--- Additional comments from s...@openoffice.org Fri Jul 16 08:51:05 + 
2010 ---
+ http://hg.services.openoffice.org/cws/sb123/rev/d65c1c6026fd

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

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


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



[sc-issues] [Issue 113159] Crash when click on text box icon

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


User nn changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from n...@openoffice.org Fri Jul 16 08:53:19 + 
2010 ---
Fixed in CWS calc56.

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

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


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



[sc-issues] [Issue 113160] DataPilotSource service i s only created with old XSingleServiceFactory

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


User nn changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from n...@openoffice.org Fri Jul 16 08:54:07 + 
2010 ---
Fixed in CWS calc56.

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

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


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



[tools-issues] [Issue 112871] WaE: crashrep (parenthese s)

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |96084
  is|  |





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

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


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



[framework-issues] [Issue 113179] remove desktop/qa/deploym ent_misc/makefile.mk TODO

2010-07-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113179
 Issue #|113179
 Summary|remove desktop/qa/deployment_misc/makefile.mk TODO
   Component|framework
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Jul 16 08:56:31 + 
2010 ---
The fix for issue 111602 introduced a TODO with
http://hg.services.openoffice.org/cws/sb123/rev/d65c1c6026fd that can be
removed again once issue 112600 is fixed.

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

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


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



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

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


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:01:20 + 
2010 ---
look good to me anyway 
http://hg.services.openoffice.org/cws/sb126/rev/27bdfe428633

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

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


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



[porting-issues] [Issue 96084] X Y || Z, did we really mean to say that

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|95379,96055,96058,96059,96|95379,96055,96058,96059,96
|083,96086,96087,96089,9609|083,96086,96087,96089,9609
|9,96101,96103,96105,96106,|9,96101,96103,96105,96106,
|96109,96110,96111,96112,96|96109,96110,96111,96112,96
|113,96114,96133,96140,9614|113,96114,96133,96140,9614
|1,96146,96155,96163,96164,|1,96146,96155,96163,96164,
|96165,96604,96621,96624,96|96165,96604,96621,96624,96
|636,96834,97536,97538,9976|636,96834,97536,97538,9976
|4,99765,99766,99767,99770,|4,99765,99766,99767,99770,
|99774,100368,100412,1 |99774,100368,100412,1





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

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


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



[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windo ws types

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


User sb changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |113179
  is|  |





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

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


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



[framework-issues] [Issue 111602] adapt desktop/qa/deployme nt_misc to new test framework

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


User sb changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |113179
  is|  |





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

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


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



[framework-issues] [Issue 113179] remove desktop/qa/deploym ent_misc/makefile.mk TODO

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


User sb changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |111602,112600

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from s...@openoffice.org Fri Jul 16 09:04:11 + 
2010 ---
.

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

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


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



[framework-issues] [Issue 112600] Clean up code and get rid of any tools types which interfere with Windo ws types

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


User sb changed the following:

What|Old value |New value

  CC|'dtardon' |'dtardon,sb'





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

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


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



[sw-issues] [Issue 100487] sw: suspicious indentatio n and braces in if else

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:26:03 + 
2010 ---
closing, integrated DEV300m52

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

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


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



[sw-issues] [Issue 101952] sw: ambiguous || has p ossibility to deference NULL

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:26:34 + 
2010 ---
closing, integrated DEV300m52

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

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


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



[sw-issues] [Issue 105117] sw: lcl_FindDdeBookmark l ogic wrong

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:27:15 + 
2010 ---
closing, integrated DEV300m61

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

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


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



[sw-issues] [Issue 106399] sw: aliasing unsafe cast from SvStringsDtor to SvStrings

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:28:15 + 
2010 ---
closing, integrated DEV300m68

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

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


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



[sw-issues] [Issue 105734] sw: || in SwXMLSection List

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:27:44 + 
2010 ---
closing, integrated DEV300m83

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

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


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



[framework-issues] [Issue 113180] Insert an image with the source as the internet.

2010-07-16 Thread de_logics
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113180
 Issue #|113180
 Summary|Insert an image with the source as the internet.
   Component|framework
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|www
 Assigned to|mba
 Reported by|de_logics





--- Additional comments from de_log...@openoffice.org Fri Jul 16 09:32:56 
+ 2010 ---
Previously there was such a feature, but now it's gone.

I want to insert a 'live' image from the Internet into the document, i.e if the
image changes, this one too will change and while exporting the document as a
webpage, the image will point to the source in the internet.

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

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


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



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

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


User cloph changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from cl...@openoffice.org Fri Jul 16 09:51:28 + 
2010 ---
type → PATCH

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

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


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



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

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


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70638)
the real fix - only
|  | create a new printer if t
|  |he name of the existing on
|  |e doesn't match the new on
|  |e






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:53:20 + 
2010 ---
Created an attachment (id=70638)
the real fix - only create a new printer if the name of the existing one 
doesn't match the new 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


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



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

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


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70637)
clean up whitespace
|  | mess (tab vs spaces)






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:52:27 + 
2010 ---
Created an attachment (id=70637)
clean up whitespace mess (tab vs spaces)


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

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


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



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

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


User cloph changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70639)
translate two germa
|  |n comments






--- Additional comments from cl...@openoffice.org Fri Jul 16 09:53:52 + 
2010 ---
Created an attachment (id=70639)
translate two german comments


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

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


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



[sc-issues] [Issue 110370] Duplex Option Not Saved I n Document (printer settings stored in documen t ignored on reopening document)

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





--- Additional comments from cl...@openoffice.org Fri Jul 16 09:59:57 + 
2010 ---
The reason for checking the printer name instead of copying the JobSetup is my 
assumption that a jobSetup of a different printer will be useless on a printer 
with a different name. As saving Print settings (using File|Printer settings, 
then saving the document) will also set the printerName property, the 
JobSetup's 
printername should always match the printername anyway.
Thus PrinterName will now only trigger creation of new printer in case 
PrinterSetup has empty value/when no JobSetup is defined in the 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


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



[sw-issues] [Issue 113181] sw: || ambiguity in do cfld.cxx

2010-07-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113181
 Issue #|113181
 Summary|sw:  || ambiguity in docfld.cxx
   Component|Word processor
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|os
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Jul 16 10:03:28 + 
2010 ---
in docfld.cxx we have...

if( bIsDBMgr 
rDoc.GetNewDBMgr()-OpenDataSource( aDBData.sDataSource,
aDBData.sCommand )
GETFLD_ALL == eGetMode ||   
( GETFLD_CALC  eGetMode  
((SwDBNextSetField*)pFld)-IsCondValid() ))
pFormel = pFld-GetPar1();   

precedence rules for this results in ...

if (
 (
   bIsDBMgr  rDoc.GetNewDBMgr()-OpenDataSource(aDBData.sDataSource,
aDBData.sCommand) 
   GETFLD_ALL == eGetMode
 )
 ||
 (GETFLD_CALC  eGetMode  ((SwDBNumSetField*)pFld)-IsCondValid())
   )
{
pFormel = pFld-GetPar1();
}

maybe that's what we intended, but there's a chance we intended...

if (
 (bIsDBMgr  rDoc.GetNewDBMgr()-OpenDataSource(aDBData.sDataSource,
aDBData.sCommand)) 
 (GETFLD_ALL == eGetMode || (GETFLD_CALC  eGetMode 
((SwDBNumSetField*)pFld)-IsCondValid()))
   )
{
pFormel = pFld-GetPar1();
}

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

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


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



[sw-issues] [Issue 113181] sw: || ambiguity in do cfld.cxx

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70641)
version 2, change l
|  |ogic, small possibility th
|  |at is what was intended






--- Additional comments from c...@openoffice.org Fri Jul 16 10:04:37 + 
2010 ---
Created an attachment (id=70641)
version 2, change logic, small possibility that is what was intended


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

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


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



[sw-issues] [Issue 113181] sw: || ambiguity in do cfld.cxx

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |96084
  is|  |





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

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


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



[porting-issues] [Issue 96084] X Y || Z, did we really mean to say that

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|95379,96055,96058,96059,96|95379,96055,96058,96059,96
|083,96086,96087,96089,9609|083,96086,96087,96089,9609
|9,96101,96103,96105,96106,|9,96101,96103,96105,96106,
|96109,96110,96111,96112,96|96109,96110,96111,96112,96
|113,96114,96133,96140,9614|113,96114,96133,96140,9614
|1,96146,96155,96163,96164,|1,96146,96155,96163,96164,
|96165,96604,96621,96624,96|96165,96604,96621,96624,96
|636,96834,97536,97538,9976|636,96834,97536,97538,9976
|4,99765,99766,99767,99770,|4,99765,99766,99767,99770,
|99774,100368,100412,1 |99774,100368,100412,1





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

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


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



[sw-issues] [Issue 113181] sw: || ambiguity in do cfld.cxx

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70640)
version 1, keep log
|  |ic silence gcc warnings






--- Additional comments from c...@openoffice.org Fri Jul 16 10:04:11 + 
2010 ---
Created an attachment (id=70640)
version 1, keep logic silence gcc warnings


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

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


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



[gsl-issues] [Issue 113182] Hyperlink broken in parti al PDFexport if sheet needs more than 1 page

2010-07-16 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113182
 Issue #|113182
 Summary|Hyperlink broken in partial PDFexport  if sheet needs 
|more than 1 page
   Component|gsl
 Version|OOo 3.1.1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|rainerbielefeld





--- Additional comments from rainerbielef...@openoffice.org Fri Jul 16 
10:13:25 + 2010 ---
If I export only some selected pages, hyperlinks to documents on HDD (other ones
not tested) will be broken after first unexported page.
2.4.1  Multilingual version English UI WIN XP: [680m17(Build9310)]
Ooo 3.1.1 WIN XP DE[OOO310m19 (Build 9420)]
Ooo-Dev 3.3 multilingual version English UI WIN XP: [DEV300m84 (Build 9512)]
My settings (3.3 Dev):
General: Range selected pages, JPG 85%, 300DPI, General all unchecked
Initial View: Bookmarks + page, Open on p. 1, Magn. Fit in Window, Page layour
default, 
UI: Display Document title, Bookmarks all levels, 
Links: Relative, Cross document default

Steps to reproduce:
0. Download and unzip test kit
1. Open sample.ods
2. Menu 'File - Export to PDF - Select Pages 1,2,4,5,6 -  export
3. Insert new file name ok
   PDF will be created
4. Open your new PDF with AR or Foxit Reader
5. Go to Page 2
6. Move mouse Pointer to Funktionsbeschreibung ...
   Mouse pointer changes to link click hand as expected, hyperlink can be 
   clicked
7. Go to Page 3
   Move mouse Pointer to MA under Heading 7) ...) (or any other one)
   Expected: Mouse pointer changes to link click hand a, hyperlink can be 
 clicked
   Actual:  Mouse pointer remains as it is, hyperlink can NOT be 
 clicked

Problem does not appear if I select export all pages or when I select pages
1,2,3,4,5,6. 

That's serious, I will get some more grey hear when I think about lots of
documents with that damage I sent to my customers ...

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

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


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



[gsl-issues] [Issue 113182] Hyperlink broken in parti al PDFexport

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


User rainerbielefeld changed the following:

What|Old value |New value

 Summary|Hyperlink broken in partia|Hyperlink broken in partia
|l PDFexport  if sheet need|l PDFexport
|s more than 1 page|





--- Additional comments from rainerbielef...@openoffice.org Fri Jul 16 
10:15:17 + 2010 ---
I corrected too specific Summary

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

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


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



[dba-issues] [Issue 113184] Table won't open if sort field is renamed

2010-07-16 Thread tintazul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113184
 Issue #|113184
 Summary|Table won't open if sort field is renamed
   Component|Database access
 Version|OOO320m12
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|tintazul





--- Additional comments from tinta...@openoffice.org Fri Jul 16 10:17:56 
+ 2010 ---
Create a table, let's call it myTable.

Create any number of fields, but include a field named oldName.
Open the table, and in the view order the table by oldName. Close the view.
Then edit the table again, and change the name of oldName to anything else
(newName).
Now try opening the table again. You'll be given an error message. My OOO is in
Portuguese, but here's the info when you click More on the error message:

Estado SQL: S0022
Código de erro: -28

Column not found: myTable.oldName in statement [SELECT * FROM myTable ORDER BY
myTable.oldName]

You will not be able to open the table unless you revert your changes:
1) edit the table, change the field name back to oldName
2) open the table, remove the sorting
3) edit the table, change the field name to the desired newName
4) open the table, add sorting again on the same field, now named newName

Solution to bug: when changing a field name, change also any queries referencing
it, in this case particularly in the open table view.

Sorry if this was doubly reported... I couldn't make out how to operate the bug
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

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


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



[gsl-issues] [Issue 113182] Hyperlink broken in parti al PDFexport if sheet needs more than 1 page

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





--- Additional comments from rainerbielef...@openoffice.org Fri Jul 16 
10:14:45 + 2010 ---
Created an attachment (id=70642)
Test kit, please see original report


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

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


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



[sc-issues] [Issue 113183] COUNTIF in a linked docum ent when the condition is a digital string

2010-07-16 Thread fyva
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113183
 Issue #|113183
 Summary|COUNTIF in a linked document when the condition is a d
|igital string
   Component|Spreadsheet
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|fyva





--- Additional comments from f...@openoffice.org Fri Jul 16 10:17:39 + 
2010 ---
If a cell contains only digits and is formatted as text (ie 123) or has an '
before the digits (ie '123) and the COUNTIF contains a link to another document
(ie =COUNTIF('file:///F:/Shared/original.ods'#$Sheet1.A9:B10;A2)) then the
formula doesn't work. COUNTIF does not count 123 in the linked document to be
equal to 123 in the current document. COUNTIF() don't work in this case (but
IF() still works). See attachment below.

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

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


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



[sc-issues] [Issue 113183] COUNTIF in a linked docum ent when the condition is a digital string

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





--- Additional comments from f...@openoffice.org Fri Jul 16 10:21:35 + 
2010 ---
Created an attachment (id=70643)
zipped documents


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

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


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



[sc-issues] [Issue 113183] COUNTIF in a linked docum ent when the condition is a digital string

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


User fyva changed the following:

What|Old value |New value

  CC|''|'dr_faust,helen_russian,sy
|  |zygy'





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

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


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



[sw-issues] [Issue 113185] sw: || ambiguity in do cftn.cxx

2010-07-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113185
 Issue #|113185
 Summary|sw:  || ambiguity in docftn.cxx
   Component|Word processor
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ama
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Jul 16 10:27:18 + 
2010 ---
in sw/source/core/doc/docftn we have...

BOOL bExtra   = !bNumChg
  rInfo.aFmt.GetNumberingType() != GetEndNoteInfo().aFmt.GetNumberingType()||
  rInfo.GetPrefix() != GetEndNoteInfo().GetPrefix() ||
  rInfo.GetSuffix() != GetEndNoteInfo().GetSuffix();

by precedence this is...

BOOL bExtra = 
  (
!bNumChg  rInfo.aFmt.GetNumberingType() !=
GetEndNoteInfo().aFmt.GetNumberingType()
  )
  || rInfo.GetPrefix() != GetEndNoteInfo().GetPrefix()
  || rInfo.GetSuffix() != GetEndNoteInfo().GetSuffix();

but there's a small possibility we might have meant

BOOL bExtra = !bNumChg 
(
  rInfo.aFmt.GetNumberingType() != GetEndNoteInfo().aFmt.GetNumberingType() ||
  rInfo.GetPrefix() != GetEndNoteInfo().GetPrefix() ||
  rInfo.GetSuffix() != GetEndNoteInfo().GetSuffix()
);

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

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


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



[sw-issues] [Issue 113185] sw: || ambiguity in do cftn.cxx

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70645)
version 2, change l
|  |ogic, small possibility th
|  |at is what was intended






--- Additional comments from c...@openoffice.org Fri Jul 16 10:28:04 + 
2010 ---
Created an attachment (id=70645)
version 2, change logic, small possibility that is what was intended


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

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


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



[sw-issues] [Issue 113185] sw: || ambiguity in do cftn.cxx

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |96084
  is|  |





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

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


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



[sw-issues] [Issue 113185] sw: || ambiguity in do cftn.cxx

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70644)
version 1, keep log
|  |ic silence gcc warnings






--- Additional comments from c...@openoffice.org Fri Jul 16 10:27:43 + 
2010 ---
Created an attachment (id=70644)
version 1, keep logic silence gcc warnings


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

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


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



[gsl-issues] [Issue 113186] basegfx::tools' isConvex( ) test fails for self-intersecting polygons

2010-07-16 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113186
 Issue #|113186
 Summary|basegfx::tools' isConvex() test fails for self-interse
|cting polygons
   Component|gsl
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|aw
 Reported by|hdu





--- Additional comments from h...@openoffice.org Fri Jul 16 10:31:52 + 
2010 ---
The current test for polygon convexity (basegfx::tools::isConvex) gives wrong 
results for some self-
intersecting polygons.

The test is currently only used to accelerate the triangulation of clip regions 
which self-intersect rarely. If 
the test is to be used for general testing though it needs to give proper 
results for self-intersecting 
polygons 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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[porting-issues] [Issue 96084] X Y || Z, did we really mean to say that

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|95379,96055,96058,96059,96|95379,96055,96058,96059,96
|083,96086,96087,96089,9609|083,96086,96087,96089,9609
|9,96101,96103,96105,96106,|9,96101,96103,96105,96106,
|96109,96110,96111,96112,96|96109,96110,96111,96112,96
|113,96114,96133,96140,9614|113,96114,96133,96140,9614
|1,96146,96155,96163,96164,|1,96146,96155,96163,96164,
|96165,96604,96621,96624,96|96165,96604,96621,96624,96
|636,96834,97536,97538,9976|636,96834,97536,97538,9976
|4,99765,99766,99767,99770,|4,99765,99766,99767,99770,
|99774,100368,100412,1 |99774,100368,100412,1





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

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


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



[gsl-issues] [Issue 113186] basegfx::tools' isConvex( ) test fails for self-intersecting polygons

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





--- Additional comments from h...@openoffice.org Fri Jul 16 10:33:24 + 
2010 ---
Created an attachment (id=70646)
small sample 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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[framework-issues] [Issue 113173] Double clicking on a radi o button in a dialog box should be treated as clicking OK button

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





--- Additional comments from bobhar...@openoffice.org Fri Jul 16 10:31:51 
+ 2010 ---
Please glod, no.  Or if we must, make it turn-offable.

I support a whole bunch of older users with rather trembly control over their
fingers.  One of the reasons they like OOo is that it is easier to control.

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

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


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



[gsl-issues] [Issue 113186] basegfx::tools' isConvex( ) test fails for self-intersecting polygons

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





--- Additional comments from h...@openoffice.org Fri Jul 16 10:38:15 + 
2010 ---
Created an attachment (id=70647)
matching screenshot of such a polygon


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

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


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



[sc-issues] [Issue 93503] Calc export of Buddhist da te to Excel loses format

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





--- Additional comments from tantai_thanaka...@openoffice.org Fri Jul 16 
10:59:00 + 2010 ---
This the patch to fix this issue.

diff -rup OOO320_m19_ori/sc/source/filter/excel/xestyle.cxx
OOO320/sc/source/filter/excel/xestyle.cxx
--- OOO320_m19_ori/sc/source/filter/excel/xestyle.cxx   2010-05-26
23:30:44.0 +0700
+++ OOO320/sc/source/filter/excel/xestyle.cxx   2010-07-16 17:50:08.188256700 
+0700
@@ -1327,8 +1327,15 @@ String XclExpNumFmtBuffer::GetFormatCode
 }
 
 aFormatStr = pEntry-GetMappedFormatstring( *mpKeywordTable,
*mxFormatter-GetLocaleData() );
+xub_StrLen pos;
 if( aFormatStr.EqualsAscii( Standard ) )
 aFormatStr.AssignAscii( General );
+else if( ( pos = aFormatStr.SearchAscii([~buddhist], 0) ) !=
STRING_NOTFOUND )
+aFormatStr.ReplaceAscii( pos, 11, [$-107041E], 11 );
+else if( ( pos = aFormatStr.SearchAscii([~hijri], 0) ) !=
STRING_NOTFOUND )
+aFormatStr.ReplaceAscii( pos, 8, [$-1060401], 11);
+else if( ( pos = aFormatStr.SearchAscii([~persian], 0) ) !=
STRING_NOTFOUND )
+aFormatStr.ReplaceAscii( pos, 10, [$-3060429], 11 );
 }
 }
 else

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

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


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



[gsl-issues] [Issue 112363] accessibility: crash in D ocument::getParagraph

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


User tl changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Fri Jul 16 10:59:05 + 
2010 ---
.

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

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


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



[sc-issues] [Issue 93503] Calc export of Buddhist da te to Excel loses format

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


User tantai_thanakanok changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70648)
fix date format exp
|  |ort to excel






--- Additional comments from tantai_thanaka...@openoffice.org Fri Jul 16 
10:56:21 + 2010 ---
Created an attachment (id=70648)
fix date format export to excel


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

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


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



[gsl-issues] [Issue 112363] accessibility: crash in D ocument::getParagraph

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





--- Additional comments from t...@openoffice.org Fri Jul 16 10:58:45 + 
2010 ---
Verified in source.

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

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


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



[dba-issues] [Issue 113187] Creating, amending and sa ving Report Builder definitions causes OOObase to hang

2010-07-16 Thread pchinn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113187
 Issue #|113187
 Summary|Creating, amending and saving Report Builder definitio
|ns causes OOObase to hang
   Component|Database access
 Version|OOO320m18
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|SRB
 Assigned to|dbaneedsconfirm
 Reported by|pchinn





--- Additional comments from pch...@openoffice.org Fri Jul 16 11:05:47 
+ 2010 ---
The Sun Report Builder Extension has been installed and an initial report 
created.

Any subsequent change to the report causes OOO to consume 25% CPU for extended 
periods sometimes minutes often much longer.  Note this is not execution of the 
report merely its definition, amendment, opening or saving. JRE 1.06.0_21 
selected 

Using embedded database with HSQL engine

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

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


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



[sw-issues] [Issue 112697] Spelling error - Specfies

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


User sba changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Fri Jul 16 11:06:21 + 
2010 ---
Verified in CWS tl81 in the respective sources. This is not visible in the UI,
therefore no UI-relevant change took place. In the follow-up issue, the
respective resources will be removed.

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

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


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



[gsl-issues] [Issue 113188] forms/qa/unoapi forms.OEd itModel::com::sun::star::beans::XPropertySet d eadlock

2010-07-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113188
 Issue #|113188
 Summary|forms/qa/unoapi forms.OEditModel::com::sun::star::bean
|s::XPropertySet deadlock
   Component|gsl
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Jul 16 11:08:47 + 
2010 ---
At least on DEV300_m84 based CWS sb126 under unxsols4 non-pro, sd/qa/unoapi once
deadlocked at

[...]
4: checking: [forms.OEditModel::com::sun::star::beans::XPropertySet] is iface:
[com.sun.star.beans.XPropertySet] testcode: [ifc.beans._XPropertySet]
4: LOG Execute: getPropertySetInfo()
4: Method getPropertySetInfo() finished with state OK
[...]
4: LOG try to change value of property 'ParaTopMargin'
4: LOG try to change value of property 'Printable'
4: LOG try to change value of property 'ReadOnly'
4: LOG try to change value of property 'RichText'

with

(dbx) thread -blockedby t...@1
Thread t...@1 is blocked by:
0x00026728 (0x26728): thread  mutex(locked)
Lock owned by t...@55
(dbx) thread -blockedby t...@55
Thread t...@55 is blocked by:
0x00c655d8 (0xc655d8): thread  mutex(locked)
Lock owned by t...@1
(dbx) where t...@1
current thread: t...@1
=[1] __lwp_park(0x4, 0x0, 0x0, 0x0, 0xff3e6000, 0x1), at 0xff2c6df0
  [2] mutex_lock_queue(0xff392a00, 0x0, 0x26728, 0x0, 0x1c00, 0x1d3c), at 
0xff2bf154
  [3] osl_acquireMutex(0x0, 0x18b7, 0x18b7, 0x26728, 0x8000, 0x427f0), at
0xff01e43c
  [4] SalYieldMutex::acquire(0xfee04388, 0x1f, 0x1f, 0x2, 0xfaa43fd0, 0x27c590),
at 0xfab3a38c
  [5] VCLXWindow::setEnable(0xf0f08230, 0xfdf81e8c, 0xfdf7c13c, 0x1f, 0x5d50,
0x5c00), at 0xfdcffbe4
  [6] frm::WindowStateGuard_Impl::impl_ensureEnabledState_nothrow(0xf206036c,
0xf1cc75b4, 0xf1cc2ff4, 0x0, 0x1, 0x1), at 0xf1b490a8
  [7] frm::WindowStateGuard_Impl::windowEnabled(0xf206036c, 0xd0dcfc,
0xfdf86034, 0x2175c, 0x16, 0xf2060384), at 0xf1b49584
  [8]
cppu::OInterfaceContainerHelper::forEachcom::sun::star::awt::XWindowListener2,cppu::OInterfaceContainerHelper::NotifySingleListenercom::sun::star::awt::XWindowListener2,com::sun::star::lang::EventObject
(0xce0938, 0xffbfc49c, 0xfdf7c13c, 0xffbfc428, 0xffd59b80, 0xf2060380), at
0xfdd07d54
  [9]
boost::detail::function::void_function_obj_invoker0__unnamed_CHEEKoyiNM0TE::CallWindow2Listener,void::invoke(0xd0dcf4,
0x0, 0xd0dcfc, 0x0, 0xfdd062c4, 0x1), at 0xfdd0771c
  [10] boost::function0void::operator()(0xd0dcf0, 0xfe49b50c, 0xfe4f9698,
0xfdd076bc, 0xfdf8604c, 0xfdf8604c), at 0xfdd08518
  [11] VCLXWindowImpl::OnProcessCallbacks(0xce0920, 0xce0a70, 0xf1b64148,
0xf1ce830c, 0xd0dd30, 0xd0dd00), at 0xfdcfb7d0
  [12] ImplHandleUserEvent(0xd42b90, 0x0, 0xce9f70, 0xfdcfb64c, 0x4400, 0x0), at
0xfd7064bc
  [13] ImplWindowFrameProc(0x5eec70, 0x15, 0x16, 0x2e0, 0x54, 0x16), at
0xfd706f80
  [14] SalDisplay::DispatchInternalEvent(0x3fc50, 0x227e8, 0xfd706d54, 0x16,
0xd42b90, 0x50), at 0xfab34730
  [15] GtkXLib::userEventFn(0x26ea8, 0xfd8e9db8, 0xfd8e9da4, 0xfe4f30b0, 0x0,
0x21d70), at 0xfe49a77c
  [16] g_main_dispatch(0x3f840, 0xfc2bec00, 0x0, 0x0, 0xfffd, 0xffef),
at 0xfc255ac8
  [17] g_main_context_dispatch(0x3f840, 0x2, 0x3f7f8, 0x1, 0xfc2bec00, 0x3f840),
at 0xfc256ffc
  [18] g_main_context_iterate(0x1, 0x0, 0x1, 0x3f840, 0x3f848, 0x0), at 
0xfc2574c8
  [19] g_main_context_iteration(0x0, 0xfc2bec00, 0xfe4f9698, 0x3f840, 0x1, 0x0),
at 0xfc2576d8
  [20] GtkXLib::Yield(0x26ea8, 0x1, 0x0, 0x1, 0xfe4f30b0, 0xfd8e9da4), at 
0xfe49a954
  [21] ImplYield(0xfd8dd534, 0xfd8e9db8, 0x1bc, 0x0, 0x1, 0x0), at 0xfd4e36bc
  [22] Application::Execute(0x1, 0xfd8e9db8, 0xfd8e9da4, 0xfd8dd534, 0x1bc,
0x0), at 0xfd4dfe2c
  [23] desktop::Desktop::Main(0xffbfd31c, 0xfe6873f4, 0xf55d6c68, 0xf55d6c54,
0xffbfcedc, 0x43cd18), at 0xfed182d4
  [24] ImplSVMain(0xfed16004, 0xfd8e9da4, 0x1, 0xfd8e9db8, 0xfd8dd534, 0x47574),
at 0xfd4e6a74
  [25] SVMain(0x0, 0x8002, 0xffbfd318, 0x2, 0x8000, 0x4000), at 
0xfd4e6c50
  [26] soffice_main(0x13c00, 0xfed998e8, 0xfffebfe5, 0x14000, 0xfffebfdd,
0x14000), at 0xfed44200
  [27] main(0x8, 0xffbfd414, 0xffbfd438, 0x21400, 0xff3900c0, 0x0), at 0x10f88
(dbx) where t...@55
current thread: t...@55
=[1] __lwp_park(0x4, 0x0, 0x0, 0x0, 0xff3e6060, 0x1), at 0xff2c6df0
  [2] mutex_lock_queue(0xfefa2a00, 0x0, 0xc655d8, 0x0, 0x1c00, 0x1d3c), at
0xff2bf154
  [3] osl_acquireMutex(0x0, 0x0, 0x0, 0xc655d8, 0xf19fdd14, 0xf1cc2ff4), at
0xff01e43c
  [4] frm::WindowStateGuard_Impl::dispose(0xf206036c, 0xf1ce84cc, 0xf1b660f8,
0xf1ce84cc, 0xf0f08240, 0xf2060384), at 0xf1b48e70
  [5] 

[gsl-issues] [Issue 113186] basegfx::tools' isConvex( ) test fails for self-intersecting polygons

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


User thb changed the following:

What|Old value |New value

  CC|''|'thb'





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

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


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



[framework-issues] [Issue 113173] Double clicking on a radi o button in a dialog box should be treated as clicking OK button

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





--- Additional comments from dcarter...@openoffice.org Fri Jul 16 11:24:43 
+ 2010 ---
If a user means to single click on a radio button and double clicks by mistake, 
it  
is likely that that is what they wanted to select anyway. 

Besides, if a user clicks when they do not mean to, then they've got bigger 
problems using Windows than this (I know from experience - believe me)

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

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


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



[udk-issues] [Issue 113189] passive registration of U NO components

2010-07-16 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113189
 Issue #|113189
 Summary|passive registration of UNO components
   Component|udk
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Fri Jul 16 11:29:56 + 
2010 ---
For C++ and Java UNO components, move from an active registration scheme (where
code within the components is called for registration; see component_writeInfo)
to a passive one (in which no code is executed, but instead the relevant data is
available statically).  This can remove problems (at time of registration, no
environment is needed in which the components can be executed) and improve
performance.

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

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


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



  1   2   3   >