[graphics-issues] [Issue 109584] Full-screen presentation triggered via API doesn't work

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





--- Additional comments from t...@openoffice.org Thu Feb 25 16:16:53 + 
2010 ---
Created an attachment (id=68023)
A complete test program to reproduce the issue


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

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


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



[graphics-issues] [Issue 109584] Full-screen presentation triggered via API doesn't work

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





--- Additional comments from t...@openoffice.org Thu Feb 25 16:19:54 + 
2010 ---
@af: Ok, I've attached a complete test program now. It's derived from the OOo 
cpp SDK example 
'DocumentLoader'. In an OOo SDK env you simple 'make' it and run it via 'make 
PresentationLoader.run' 
but you probably know that better than 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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[graphics-issues] [Issue 109584] Full-screen presentation triggered via API doesn't work

2010-02-24 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109584
 Issue #|109584
 Summary|Full-screen presentation triggered via API doesn't wor
|k 
   Component|Presentation
 Version|OOo 3.2
Platform|Macintosh
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|graphicsneedsconfirm
 Reported by|tra





--- Additional comments from t...@openoffice.org Wed Feb 24 20:16:35 + 
2010 ---
On Mac OS X (Snow Leopard, 10.6.2) I cannot correctly start a presentation in 
full-screen mode via API 
when using OOo 3.2/SDK 3.2. All I get is a white full-screen window with 
scrollbars at the right and at 
the bottom. I have to click into this window first to actually start the 
presentation. Everything works fine 
though when I start a presentation in window-only mode via API or generally 
when a full-screen 
presentation is started manually from with Impress. 

To reproduce this problem you can for instance simply take the OOo SDK example 
'DocumentLoader' 
from the cpp examples and slightly modify it. Load an impress presentation and 
try to start it via API. I 
have tried it both ways using 'XPresentation-start()' or 
'XPresentation2-startWithArguments(...)' 
using several different combination of arguments e.g.:
...
SequencePropertyValue presProps(2);

PropertyValue p1;
p1.Name = OUString::createFromAscii(IsFullScreen);
p1.Value = false;

PropertyValue p2;
p2.Name = OUString::createFromAscii(IsAlwaysOnTop);
p2.Value = true;

presProps[0] = p1;
presProps[1] = p2;

//xPresentation-start();
xPresentation2-startWithArguments(presProps);

Neither way worked correctly.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2008-01-30 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |tm





--- Additional comments from [EMAIL PROTECTED] Wed Jan 30 08:29:41 + 
2008 ---
Please verify this on cws 'macosxdnd'

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2008-01-29 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620


User tra changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Jan 30 07:18:55 + 
2008 ---
Fixed on cws 'macosxdnd'.

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

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


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



[porting-issues] [Issue 80799] Top 5 issues before Alpha Aqua

2008-01-29 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80799



This issue depends on issue 79620, 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2008-01-13 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Mon Jan 14 07:48:18 + 
2008 ---
Experimental support for FileList has been integrated but needs finalization 
yet. Need to discuss with pl.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2008-01-04 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Fri Jan  4 20:22:42 + 
2008 ---
The code is now almost complete. The last missing thing is support for file 
list so that dragging and 
dropping files to OOo opens them. However the currently checked-in code is 
ready for early testing and 
feedback! Please test it.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2008-01-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Wed Jan  2 20:44:34 + 
2008 ---
First version of Cocoa -based DnD has been checked-in now. Check out dtrans and 
vcl. Nothing is perfect 
yet but on a good way. 

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-12-04 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Tue Dec  4 21:27:52 + 
2007 ---
The clipboard code has been changed to use Cocoa entirely. Volunteers who would 
like to test the new 
implementation are very welcome. All changes for this first step towards DD 
have been comitted on cws 
macosxdnd.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

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





--- Additional comments from [EMAIL PROTECTED] Mon Oct 22 19:52:04 + 
2007 ---
tra-pl: Right I will need a window handle. Can you provide me one but pls 
earlier than with 
macosxquicktime01 that sounds a little bit too late to me if I look at the due 
date of this cws. I'd like to 
resync my cws to aquavcl03 soon and continue implementing DD in Cocoa. As far 
as I have seen you 
always need a window handle to start DD with Cocoa. That's different from 
Carbon.


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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-10-09 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Tue Oct  9 19:59:03 + 
2007 ---
tra-pl: Talked to obr about the issue already - conclusion lets try it
synchronously and see what happens. Oliver and Hennes think that rvp was the
reason for the current design choice. 
So far nobody (in theory) can rely on the fact that he'll have the chance to
execute something after having called 'starDrag' because its not predictable
when the scheduler will select this thread again but that's the theory - lets
see what the reality will tell us. ;) I was able to drag something into another
app already 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sw-issues] [Issue 81512] ChemDraw objects are paste d as low resolution bitmaps

2007-10-04 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81512





--- Additional comments from [EMAIL PROTECTED] Thu Oct  4 19:48:23 + 
2007 ---
tra: Ok from the attached PasteboardPeeker output it becomes obvious that on 
Mac OS X the only 
ChemDraw clipboard format that OOo can understand is PICT (the old Apple 
picture format). Actually 
Apple suggest that applications do no longer use PICT but unfortunately a lot 
continue to do so. Even 
worse some applications use PICT only as a container to transport more current 
formats like jpeg for 
instance. OOo has an own PICT filter which fails to work when PICT will only be 
used as container for 
other picture formats. For that reason in the OOo clipboard bridge we use the 
Apple QuickTime 
converter components to transform every PICT into a bitmap. This may obviously 
lead to quality losses. 
There is not much I see that OOo could do here to improve the situation at the 
moment. It might be 
possible that OOo's own PICT filter produces better results when importing a 
ChemDraw PICT but in 
order to make that work I need to integrate a type detection into the clipboard 
bridge which 
differentiates real PICTs from those that only serve as container for other 
formats and only convert the 
later ones to bitmap. This is what I wanted to do anyway as a developer from 
the Impress team fixed 
the OOo PICT filter for me recently but I'm not sure when I'll have the time to 
actually execute the plan. 
Atm I'm busy with implementing DragDrop for OOo. 

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

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


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



[sw-issues] [Issue 81512] ChemDraw objects are paste d as low resolution bitmaps

2007-10-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81512





--- Additional comments from [EMAIL PROTECTED] Wed Oct  3 06:02:47 + 
2007 ---
I doubt that EMF will be used as data format at all on Mac OS X. According to 
my experiences PICT or JPEG 
are the picture formats being used. But anyway its probably a good idea to let 
the submitter check what 
formats are in the clipboard. There is a tool pasteboardpeeker that could serve 
or purposes here. The 
binary is not that big so I will attach it to this issue. Its fairly simple to 
use. Just start it copy something to 
the clipboard from within chemdraw select paste in the menu of 
pasteboardpeeker. In pastboardpeekers 
main window you will see the raw content of the clipboard. Attach this to this 
issue please.

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

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


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



[sw-issues] [Issue 81512] ChemDraw objects are paste d as low resolution bitmaps

2007-10-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81512





--- Additional comments from [EMAIL PROTECTED] Wed Oct  3 06:08:17 + 
2007 ---
Created an attachment (id=48664)
Clipboard content viewer (Mac OS X 10.4.x - Tiger version for Intel Mac). Unzip 
using bunzip2 and tar -xf file afterwards


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

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


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



[sw-issues] [Issue 81512] ChemDraw objects are paste d as low resolution bitmaps

2007-10-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81512





--- Additional comments from [EMAIL PROTECTED] Wed Oct  3 06:11:29 + 
2007 ---
In order to unpack the file:
1. Open a terminal window - Applications - Utilities - Terminal
2. Change to the dir where the downloaded file resides
3. execute 'bunzip pbpeeker.tar.bz2'
4. execute 'tar -xf pbpeeker.tar'
5. Run pasteboardpeeker

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-10-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620





--- Additional comments from [EMAIL PROTECTED] Tue Oct  2 20:19:36 + 
2007 ---
tra: Just detected a major issue while trying to implement a first prototype. 
The OOo DD protocol 
requires that the drag initiating method 'XDragSource::startDrag' need to 
return immediately and just 
triggers the real drag tracking functionality asynchronously. Asynchronously 
means running a new thread 
which actually starts the drag tracking. Unfortunately secondary threads do not 
receive user events on Mac 
OS X ergo we have a problem. :( Atm there seems to be no easy fix in sight. I 
have to discuss this with pl 
and obr.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-10-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620


User tra changed the following:

What|Old value |New value

  CC|''|'obr,pl'





--- Additional comments from [EMAIL PROTECTED] Tue Oct  2 20:28:19 + 
2007 ---
@pl,obr: Houston we've got a problem see description above. We need to 
discuss how to solve this issue.

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

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


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



[sw-issues] [Issue 81512] ChemDraw objects are paste d as low resolution bitmaps

2007-10-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81512





--- Additional comments from [EMAIL PROTECTED] Tue Oct  2 20:34:11 + 
2007 ---
tra - pantos, mba: I'm happy to have a look at this issue in general and the 
the formats that ChemDraw 
provides in particular but in order to do this I need first of all ChemDraw. 
Where do I get it? Is it Freeware?

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

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


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



[porting-issues] [Issue 78680] copy and paste do not work to hyperlink window

2007-09-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78680





--- Additional comments from [EMAIL PROTECTED] Fri Sep 28 20:18:42 + 
2007 ---
tra: The problem is a wrong key mapping in either vcl/source/window/keycod.cxx 
or vcl/aqua/source/
window/salframe.cxx. In keycod.cxx  the aImplKeyFuncTab table which maps 
keycodes to actions 
consequently contains KEY_MOD5 which maps to the 'Alt' key instead of 'Ctrl' 
key. Changing the entries to 
KEY_MOD1 instead resolves the issue. Using the Apple key in combination with 
'C', 'X' or 'V' doesn't work 
yet however. See attached patch for one possible fix (as I said maybe the 
better place to fix this is in 
salframe.cxx - Philipp?).


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

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


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



[porting-issues] [Issue 78680] copy and paste do not work to hyperlink window

2007-09-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78680


User tra changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |48595)
Possible patch for 
|  |the problem at hand






--- Additional comments from [EMAIL PROTECTED] Fri Sep 28 20:20:01 + 
2007 ---
Created an attachment (id=48595)
Possible patch for the problem at hand


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

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


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



[porting-issues] [Issue 78680] copy and paste do not work to hyperlink window

2007-09-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78680


User tra changed the following:

What|Old value |New value

  CC|'micrond,pjanik,smsm1'|'micrond,pjanik,pl,smsm1'





--- Additional comments from [EMAIL PROTECTED] Fri Sep 28 20:19:19 + 
2007 ---
adding pl on cc

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

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


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



[porting-issues] [Issue 81024] fix memory leaks on Aqua ( Carbon ) version

2007-08-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81024





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 19:14:57 + 
2007 ---
tra-ericb: I reviewed my code and am not sure if 'leaks' is not reporting 
false positives. In the first 
case OSXTransferable.cxx I'm using the function 'CFArrayGetValueAtIndex'. 
According to the 
documentation ...Return Value
The value at the idx index in theArray. If the return value is a Core 
Foundation Object, ownership 
follows the Get Rule The Get Rule says If you receive an object from 
any Core Foundation function 
other than a creation or copy function—such as a Get function—you do not own it 
and cannot be 
certain of the object’s life span. If you want to ensure that such an object is 
not disposed of while you 
are using it, you must claim ownership (with the CFRetain function). You are 
then responsible for 
relinquishing ownership when you have finished with it. 
I would interpret this as I don't have to call CFRelease in my concrete case. 
Similar arguments count for 
the second case where I return a CFStringRef to a static immutable CFString 
object in 
'DataFlavorMapping::openOfficeToSystemDataFlavor' so I don't see a reason for 
CFRelease here as well 
even in the exception case.
But anyway leave the issue open I will re-investigate and try what happens when 
I use CFReleases 
nevertheless at the places you are suggesting when I'm done with the DD 
implementation. 


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

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


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



[porting-issues] [Issue 81024] fix memory leaks on Aqua ( Carbon ) version

2007-08-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81024





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 19:21:47 + 
2007 ---
tra-ericb: Regarding 'getLegacyClipboardId' it seems as if this function is 
really not used atm. I think 
planned to use it but didn't in the end. But the code needs some restructuring 
yet making the function 
necessary again so I would first remove it when the DD implementation is done.
If you would create two separate issue for the leaks one for sal and another 
one for dtrans I would add the 
dtrans issue to cws macosxdnd.

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

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


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



[porting-issues] [Issue 81024] fix memory leaks on Aqua ( Carbon ) version

2007-08-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81024





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 19:26:03 + 
2007 ---
tra-ericb: Regarding the sal patch: Although the docu doesn't say so I could 
imagine that the use of 
'CFStringConvertEncodingToIANACharSetName' requires a CFRelease for the use of 
'CFArrayGetValueAtIndex' the same comments as above apply in my opinion.

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

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


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



[framework-issues] [Issue 79509] German string in Engilish version Open File dialog

2007-08-06 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79509


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |ihi





--- Additional comments from [EMAIL PROTECTED] Mon Aug  6 08:04:46 + 
2007 ---
ihi-tra: The string for the file open dialog (the corresponding Windows rc 
file) will be generated 
dynamically from an *.ulf file which is part of the fpicker module. The tool 
generating the native 
Windows rc file is called lngconvex and is located in the module 'shell'. I 
know that Andreas Schluens 
recently changed the Windows file picker. Maybe something got broken in the 
course of this action. You 
might want to ask him.

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

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


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



[sw-issues] [Issue 79119] Size of OLE replacement pi cture seems to be wrong

2007-07-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79119





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 07:30:22 + 
2007 ---
tra-mav: What makes me wonder is the fact that if I insert the picture from the
clipboard the size is correct while when inserting the OLE object the size is
incorrect though I thought that the same picture will be used in that case.
Where would I start looking for the root cause of the problem? Where will be
decided if the default size (whatever that is) or a different size will be used
for the replacement picture?

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

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


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



[sw-issues] [Issue 79120] Crash when deleting a past ed OLE object

2007-07-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79120





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 07:26:58 + 
2007 ---
tra-mav: Ok I will try it with m222 and see if the problem has vanished.

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

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


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-07-14 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620
 Issue #|79620
 Summary|Implement DragDrop for OOo on Mac OS X
   Component|porting
 Version|680m220
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|MacOSX
 Assigned to|tra
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 10:32:46 + 
2007 ---
See 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 79620] Implement DragDrop for OO o on Mac OS X

2007-07-14 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79620


User tra changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat Jul 14 10:33:54 + 
2007 ---
Will be implemented on cws macosxdnd

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

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


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



[porting-issues] [Issue 78680] copy and paste do not work to hyperlink window

2007-07-04 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78680





--- Additional comments from [EMAIL PROTECTED] Wed Jul  4 09:13:34 + 
2007 ---
Weird, I will have a look on this issue soon.

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

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


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



[porting-issues] [Issue 79113] Use OOo PCT filter in clip board bridge

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79113
 Issue #|79113
 Summary|Use OOo PCT filter in clipboard bridge
   Component|porting
 Version|680m217
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|MacOSX
 Assigned to|tra
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:26:04 + 
2007 ---
Due to some limitations of the OOo PCT filter pictures can at the moment only 
be pasted to OOo by 
converting them to BMP inside the clipboard bridge using the QuickTime 
Importer/Exporter components. 
As soon as OOo's PCT filter has been fixed the clipboard bridge should take 
advantage of it instead of 
doing picture data transformations itself.

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

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


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



[graphics-issues] [Issue 79116] PCT images pasted into OOo appear as black picture

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79116
 Issue #|79116
 Summary|PCT images pasted into OOo appear as black picture
   Component|Presentation
 Version|680m217
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|sj
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:37:07 + 
2007 ---
Images copied to the clipboard from standard Mac OS X applications like iPhoto 
for instance appear 
completely black within OOo (though the dimension of the picture looks 
correct). Attached are same 
screenshots, the original picture as well as the content of the PCT data stream 
received via clipboard.

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

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


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



[graphics-issues] [Issue 79116] PCT images pasted into OOo appear as black picture

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79116


User tra changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |79113
  is|  |





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:38:12 + 
2007 ---
Need to be fixed before #i79113

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

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


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



[porting-issues] [Issue 79113] Use OOo PCT filter in clip board bridge

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79113


User tra changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |79116





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

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


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



[graphics-issues] [Issue 79116] PCT images pasted into OOo appear as black picture

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79116





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:43:29 + 
2007 ---
Created an attachment (id=46451)
PCT data stream on the clipboard


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

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


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



[graphics-issues] [Issue 79116] PCT images pasted into OOo appear as black picture

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79116





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:44:31 + 
2007 ---
Created an attachment (id=46452)
Original picture


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

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


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



[graphics-issues] [Issue 79116] PCT images pasted into OOo appear as black picture

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79116





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:45:21 + 
2007 ---
Created an attachment (id=46453)
Screenshot OOo


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

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


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



[porting-issues] [Issue 79113] Use OOo PCT filter in clip board bridge

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79113


User tra changed the following:

What|Old value |New value

  CC|''|'ka'





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 19:54:36 + 
2007 ---
tra-ka: In order to fix this issue we need to add a new content type for PCT. 
Necessary changes need to 
be made in sot/inc/sot/formats.hxx, sot/source/base/exchange.cxx, 
svtools/source/misc/transfer.cxx
As soon as cws aquavcl01 is integrated and #i79116 has been fixed I can open a 
cws for this on which we 
can fix this issue.

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

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


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



[sw-issues] [Issue 79119] Size of OLE replacement pi cture seems to be wrong

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79119
 Issue #|79119
 Summary|Size of OLE replacement picture seems to be wrong
   Component|Word processor
 Version|680m217
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mav
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:01:57 + 
2007 ---
Copy some content in MS Word on Mac OS X paste the content into OOo as 
Microsoft Word 
Document (OLE). The size of the replacement picture displayed is wrong (see 
attached screenshots).

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

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


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



[sw-issues] [Issue 79119] Size of OLE replacement pi cture seems to be wrong

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79119





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:03:53 + 
2007 ---
Created an attachment (id=46454)
OLE object pasted into OOo


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

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


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



[sw-issues] [Issue 79119] Size of OLE replacement pi cture seems to be wrong

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79119





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:04:42 + 
2007 ---
Created an attachment (id=46455)
Same OLE object pasted into MS 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[sw-issues] [Issue 79119] Size of OLE replacement pi cture seems to be wrong

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79119





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:07:23 + 
2007 ---
tra-mav: Regarding the OOo screenshot: The upper picure is what you will see 
in OOo when you paste 
the clipboard content as picture. The lower picture is what you'll see when 
pasting the clipboard content 
as OLE object. The same problem with Calc and the other OOo apps. Any idea?

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

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


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



[sw-issues] [Issue 79120] Crash when deleting a past ed OLE object

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79120
 Issue #|79120
 Summary|Crash when deleting a pasted OLE object
   Component|Word processor
 Version|680m217
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mav
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:13:46 + 
2007 ---
On Mac OS X: 
1. In MS Office select some content and copy it to the clipboard
2. In OOo paste the content as OLE object
3. Select the pasted OLE object and click del to remove the OLE object 
again- crash

See attchment for a call stack. :) 

I can help with the debugging (I assume you don't have the necessary 
environment to do it yourself).

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

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


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



[sw-issues] [Issue 79120] Crash when deleting a past ed OLE object

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79120





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:15:11 + 
2007 ---
Created an attachment (id=46456)
Call stack for crash


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-07-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Mon Jul  2 20:23:26 + 
2007 ---
As sj and my investigation showed a PCT data stream with less than ~500 byte 
will be ignored by the 
picture format type detection.

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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-06-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593


User tra changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Jun 28 14:12:34 + 
2007 ---
Support for copypaste of pictures added. I consider this bug as fixed (there
will be certainly some follow up issues to even fix the last weird corner case
but for now its good enough Id say). 

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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953
 Issue #|78953
 Summary|PCT filter needs improvement
   Component|Presentation
 Version|680m217
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|sj
 Reported by|tra





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 15:56:28 + 
2007 ---
Although the PICT (pct) format seems to be an ancient format on Mac OS X it 
will still be used as 
interchange format for clipboard and dd data exchange. The available OOo 
filter for PCT though 
seems to have some problems to correctly deal with a PCT data stream provided 
via clipboard. Various 
samples will be attached to this issue. 
While the OOo PCT filter seems to be able to partially import a PICT data 
stream paste to the clipboard 
from within iPhoto (a black image but apparently at least with the right 
dimensions appears in OOo) it 
completely fails with PICTs pasted to the clipboard by MS Word. In the Apple 
documentation I found 
some information stating that some apps on Mac OS X in the paste used PICT just 
as a container to 
transport other picture formats. So it might be possible that MS Word may 
simply wraps a BMP inside a 
PICT (wild guessing).
The attachments contain exactly the data stream that will be offered as PICT 
via the clipboard. In 
addition there are the original pictures of the content pasted.

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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 15:57:55 + 
2007 ---
Created an attachment (id=46308)
MS Word pasted PICT


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 15:58:42 + 
2007 ---
Created an attachment (id=46310)
MS PowerPoint pasted text


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 15:59:25 + 
2007 ---
Created an attachment (id=46312)
MS Excel pasted PICT


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 16:02:22 + 
2007 ---
Created an attachment (id=46314)
iPhoto picture original


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 16:03:52 + 
2007 ---
Created an attachment (id=46315)
MS Word original


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 16:05:01 + 
2007 ---
Created an attachment (id=46316)
MS PowerPoint original


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 16:05:59 + 
2007 ---
Created an attachment (id=46317)
MS Excel original


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

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


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



[graphics-issues] [Issue 78953] PCT filter needs improveme nt

2007-06-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78953





--- Additional comments from [EMAIL PROTECTED] Wed Jun 27 16:01:15 + 
2007 ---
Created an attachment (id=46313)
iPhoto pasted PICT


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

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


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



[porting-issues] [Issue 78815] Problems with ligatures on Aqua-OOo

2007-06-25 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78815





--- Additional comments from [EMAIL PROTECTED] Mon Jun 25 11:16:38 + 
2007 ---
pjanik: Yes, I see the ligature issue. When moving the cursor it jumps over the
whole 'ffi' block. 
I think last time I cvs update'd vcl was Saturday (June 23th 2007).

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

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


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



[porting-issues] [Issue 78815] Cutpaste and ligatures so mewhat special?

2007-06-24 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78815





--- Additional comments from [EMAIL PROTECTED] Sun Jun 24 19:05:54 + 
2007 ---
This isn't a clipboard issue. It probably has more to do with fonts and the 
edit engine. When  I select the 
whole URL in the Insert URL dialog it looks not so weird as in your case (see 
my attached screenshot).

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

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


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



[porting-issues] [Issue 78815] Cutpaste and ligatures so mewhat special?

2007-06-24 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78815





--- Additional comments from [EMAIL PROTECTED] Sun Jun 24 19:06:57 + 
2007 ---
Created an attachment (id=46217)
Tino's screenshot


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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-06-14 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593





--- Additional comments from [EMAIL PROTECTED] Thu Jun 14 12:23:19 + 
2007 ---
Both directions do work now though not all clipboard formats are fully 
supported yet. To add support for 
Mac Pict for instance some code needs to be introduced/changes in higher level 
modules like svtools/sot 
etc. This will happen soon. OLE data exchange via clipboard between MSO and OOo 
work partly also.
The current implementation is not ready for prime time and need improvement and 
optimization yet. I 
check in an intermediated state to have it in the cvs repos. for safty reasons.

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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-05-28 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593





--- Additional comments from [EMAIL PROTECTED] Mon May 28 16:39:37 + 
2007 ---
Experimential implemented copy from within OOo. Copy-Paste between Word and OOo 
works for several 
formats already. Chnages not yet commited, still some code polishment necessary.

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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-05-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593





--- Additional comments from [EMAIL PROTECTED] Sun May 27 10:21:33 + 
2007 ---
Pasting several formats into OOo works already (including html, rtf, unicode 
text). Support for more 
formats follows soon. First I'll work on the other direction (copy). 
I fixed a clipboard related crash during OOo shutdown. This happened because 
the Aqua clipboard 
implementation did implement the required XFlushableClipboard interface.

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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-05-27 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593





--- Additional comments from [EMAIL PROTECTED] Sun May 27 10:23:12 + 
2007 ---
To see the latest developements do a 'cvs update' in module dtrans on cws 
aquavcl01.

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

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


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-05-19 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593


User tra changed the following:

What|Old value |New value

 Assigned to|macport   |tra





--- Additional comments from [EMAIL PROTECTED] Sat May 19 20:36:51 + 
2007 ---
Started working on the clipboard implementation. Pasting text into aquavcl01 
works 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 77593] Improved clipboard support

2007-05-19 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77593


User tra changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sat May 19 20:37:13 + 
2007 ---
started

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

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


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



[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-19 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Apr 19 20:45:51 + 
2007 ---
fixed in cws macosxpbuildrepair

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

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


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



[porting-issues] [Issue 72922] MacOSX : link failed while creating slideshow.uno.dylib

2007-04-17 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72922


User tra changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 17 19:53:00 + 
2007 ---
Fixed in cws macosxpbuildrepair

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

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


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



[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-17 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 17 19:54:19 + 
2007 ---
Change in progress waiting for confirmation that the latest change works on all 
relevant mac platforms

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

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


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



[porting-issues] [Issue 75972] breakage in desktop ( Appl escript from 10.4 is not 10.3 compatible)

2007-04-17 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75972


User tra changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 17 19:56:25 + 
2007 ---
Fixed in cws macosxpbuildrepair (actually fixed in module instsetoo_native 
instead of desktop)

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

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


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



[porting-issues] [Issue 75990] Panther build : breakage i n sd ( gcc-3.3)

2007-04-17 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75990


User tra changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 17 19:57:41 + 
2007 ---
Fixed in cws macosxpbuildrepair

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

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


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



[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-04-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325


User tra changed the following:

What|Old value |New value

 Assigned to|maho  |tra





--- Additional comments from [EMAIL PROTECTED] Tue Apr  3 19:43:30 + 
2007 ---
Assigning to myself you hopefully don't mind Maho :)

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

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


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



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

2007-04-03 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72248





--- Additional comments from [EMAIL PROTECTED] Tue Apr  3 19:48:18 + 
2007 ---
tra-ericb: I still bet that it is a memory overwrite lurking somewhere in the 
code. Hopefully I can prove 
that soon. :) But anyway testing it on Leopard doesn't hurt.

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

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


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



[porting-issues] [Issue 75971] Mac OS X 10.3 breakage in desktop dp_package.cxx (gcc-3.3 compatibility )

2007-04-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75971





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 20:22:59 + 
2007 ---
tra-ericb: I wonder if this issue still exist with src680m207. The concerned 
places seem to be fixed 
already in m207. Can you confirm 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 75972] breakage in desktop ( Appl escript from 10.4 is not 10.3 compatible)

2007-04-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75972





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 20:24:54 + 
2007 ---
tra-ericb: What effect has this patch on Tiger? Would it be a step back there 
to introduce this patch or 
not?

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

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


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



[porting-issues] [Issue 75989] Panther build : breakage i n sd ( gcc-3.3 parser bug )

2007-04-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75989





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 20:27:41 + 
2007 ---
tra-ericb: This seems to be fixed already. Can you confirm 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 75996] Mac OS X 10.3 yet another gcc3.3 breakage in sw ( viewimp.cxx)

2007-04-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75996


User tra changed the following:

What|Old value |New value

  CC|'maho'|'maho,os'





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 20:36:07 + 
2007 ---
tra-os, fme: Can somebody of you comment on the proposed patch please. We 
don't wanna simply apply 
it.

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

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


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



[porting-issues] [Issue 75996] Mac OS X 10.3 yet another gcc3.3 breakage in sw ( viewimp.cxx)

2007-04-02 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75996


User tra changed the following:

What|Old value |New value

  CC|'maho,os' |'fme,maho,os'





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 20:36:29 + 
2007 ---
fme on cc

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

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


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



[porting-issues] [Issue 74325] MacOSX : Panther build fai led at sal project OOF680_m6

2007-03-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74325





--- Additional comments from [EMAIL PROTECTED] Mon Mar 26 20:58:32 + 
2007 ---
tra: The filter used in solenv/bin/addsym-macosx.sh inadvertently let symbols 
pass that should really 
pass. On Mac OS X Tiger with gcc4.x global-external symbols will be denoted 
with value '01' while on 
Panther with gcc-3.3 '1f' is the type flag (see second column of the 'nm -gx' 
output).
Not sure if its really a Panther vs Tiger issue. Probably its more a gcc3.x vs 
gcc4.x issue. Either way we 
need a more reliable way to filter out the required symbols in the course of 
the map file generation on Mac 
OS X. I'm not sure yet how to correctly decode the type field of 'nm'. The man 
page is not detailed enough.
Looking for better information yet.

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

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


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



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

2007-03-16 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351


User tra changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 20:14:02 + 
2007 ---
Fix integrated, closing this one

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

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


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



[porting-issues] [Issue 73167] cannot load Inspector.uno. pkg on Mac Intel

2007-03-16 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73167



This issue depends on issue 69378, 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

2007-03-16 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72248


User tra changed the following:

What|Old value |New value

  Status|NEW   |STARTED

  OS/Version|All   |Mac OS X





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 20:36:03 + 
2007 ---
set OS

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

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


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



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

2007-02-20 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72248





--- Additional comments from [EMAIL PROTECTED] Tue Feb 20 17:05:24 + 
2007 ---
tra-ericb: Not sure yet about the compiler bug. I couldn't reproduce the
problem yet with a simple test program which makes me wonder. I will continue to
investigate...

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

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


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



[porting-issues] [Issue 72248] vcl compiled with debug cr ashes

2007-02-18 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72248





--- Additional comments from [EMAIL PROTECTED] Sun Feb 18 21:50:43 + 
2007 ---
It appears gcc has a problem with member templates. By forcing the use of the 
non-member-template 
using variant of the shared_array class (boost/detail/shared_array_nmt.hpp) the 
crash doesn't occur 
anymore when compiling with debug. Forcing to use the non-member template 
variant is accomplished by 
defining 'BOOST_NO_MEMBER_TEMPLATE' and undefining 
'BOOST_MSVC6_MEMBER_TEMPLATES' at the 
beginning of shared_array.hpp (to test it use the *.hpp file delivered to 
solver/.../inc/boost/...!).


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

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


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



[porting-issues] [Issue 69308] Track QA results for 2.0.4 release candidates for Mac OS X PPC

2007-01-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69308



This issue depends on issue 69351, 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



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

2007-01-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351


User tra changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jan 26 06:29:04 -0800 
2007 ---
Fixed in cws 'macosxmapfiles'

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

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


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



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

2007-01-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69351





--- Additional comments from [EMAIL PROTECTED] Fri Jan 26 06:31:51 -0800 
2007 ---
Tested on Mac Intel:
10erTest_680 - ok
Various automatic tests - ok
testtools/unxmacxi.pro/lib/bridgetest_inprocess - ok


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

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


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



[porting-issues] [Issue 72571] Crash when exporting *.odp in *.PPT-Format

2007-01-26 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72571





--- Additional comments from [EMAIL PROTECTED] Fri Jan 26 11:56:58 -0800 
2007 ---
It seems as this issue is fixed with cws 'macosxmapfiles'! I could export all 
the attached file without 
crashes to ppt on Mac Intel

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

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


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



[porting-issues] [Issue 73206] sal/osl/unx/file.c: preven t warnings on Mac OS X

2007-01-15 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73206





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 01:19:27 -0800 
2007 ---
tra-pjanik: The patch looks good to me given that you checked that 'MOUNTTAB'
isn't needed anymore and I don't expect  that you missed to do 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 73208] sal/osl/unx/nlssupport.c: prevent warnings on Mac OS X

2007-01-15 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73208





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 01:22:33 -0800 
2007 ---
tra-pjanik: Patch looks good to 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 73210] sal/osl/unx/system.c: prev ent warnings on Mac OS X

2007-01-15 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73210





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 01:25:58 -0800 
2007 ---
tra-pjanik: Need to check more carefully later (today or tomorrow evening), can
you please remind me to do 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 70648] WaE on Mac OS X: bridges

2007-01-15 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70648





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 01:28:26 -0800 
2007 ---
tra-pjanik: patch looks good to 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[porting-issues] [Issue 73210] sal/osl/unx/system.c: prev ent warnings on Mac OS X

2007-01-15 Thread tra
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73210





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 12:52:55 -0800 
2007 ---
tra-pjanik: The patch seems to be ok though the whole code looks a little bit 
dubious and not really 
meaningful (implementing gethostbyname_r in terms of gethostbyname ;) )

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

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


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



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

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


User tra changed the following:

What|Old value |New value

  CC|'dbo,hjs,kaib,obrmac,pjani|'dbo,hjs,jsc,kaib,obrmac,p
|k'|janik'





--- Additional comments from [EMAIL PROTECTED] Mon Dec  4 08:26:58 -0800 
2006 ---
jsc on cc

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

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


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



[sw-issues] [Issue 41792] Incorrect Handling of Surr ogate Pair

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:06:10 -0800 
2006 ---
tra-mba: You might want to distribute this one insight your team

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

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


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



[framework-issues] [Issue 48509] default language informati on lost while Copy Paste

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:07:43 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



[sw-issues] [Issue 49300] copy/paste of RTL text fro m Word loses font and direction

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:08:20 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



[graphics-issues] [Issue 49870] Copy/paste in MS-Word lead s to uncomplete title

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:08:43 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



[graphics-issues] [Issue 49871] Copy/paste of a chart to M S-Word does not keep transparency.

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:09:06 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



[sw-issues] [Issue 51443] Broken table of contents h yperlink to heading with line break when saved as HTML

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:09:27 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



[sw-issues] [Issue 52631] Copy/Paste of row of table - alignment formatting of paragraphs is lost

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


User tra changed the following:

What|Old value |New value

 Assigned to|tra   |mba





--- Additional comments from [EMAIL PROTECTED] Fri Nov 17 00:09:49 -0800 
2006 ---
tra-mba: One for the writer team

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

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


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



  1   2   3   4   5   >