[sw-issues] [Issue 95982] Numbers Out Of Text Bounda ries In RTL Documents

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


User sw changed the following:

What|Old value |New value

 Assigned to|sw|sba





--- Additional comments from s...@openoffice.org Mon Feb  2 21:01:12 + 
2009 ---
don't think I'm the right one to look at this issue

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

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


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



[framework-issues] [Issue 73038] XML Filter Settings doesn' t store packages

2008-12-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73038


User sw changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Sat Dec 20 10:19:36 + 
2008 ---
Looks good in OOo 3.0.0 ( OOO300m9, build 9358 ) = fixed

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

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


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



[framework-issues] [Issue 73038] XML Filter Settings doesn' t store packages

2008-12-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73038


User sw changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from s...@openoffice.org Sat Dec 20 10:21:13 + 
2008 ---
closing as fixed

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

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


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



[api-issues] [Issue 74278] qadevOOo: CfgParser cuts n ames of TestParameters

2007-02-07 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74278
 Issue #|74278
 Summary|qadevOOo: CfgParser cuts names of TestParameters
   Component|api
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cn
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Wed Feb  7 15:24:07 + 
2007 ---
In the class helper.CfgParser.java the gained Parameters are parsed for the used
platform.
This is done in the area of

//check for platform dependend parameters
//this would have a $OperatingSystem as prefix
String os = (String) param.get(OperatingSystem);
if (os != null) {

If no platform is given the default platform which is an empty string is used
and therefore all parameters are cut at the front in this case, which leads to a
NullPointer exception.
Therefore I'd suggest to change the lines above to

//check for platform dependend parameters
//this would have a $OperatingSystem as prefix
String os = (String) param.get(OperatingSystem);
if (os != null  os.length()1) {

So that the case that no OS is given is covered too. 
As far as I can see I am not able to commit myself so I fear it is up to you :-)

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

-
To unsubscribe, e-mail: [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 73462] Stylename of Frames isn't sustained when saving document

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





--- Additional comments from [EMAIL PROTECTED] Wed Jan 24 02:19:40 -0800 
2007 ---
I was hoping that avoiding hard formatting and using named styles instead would
make life uncomplicated but this obviously doesn't hold true for frames. As far
as I understand there are attributes of frames that for whatever reason can't be
stored in the style itself and instead makes it necessary to create an automatic
style with a random name. That is a pity but I'm not too keen to travel up the
xml-tree and check all the automatic styles for their parent style for obvious
performance reasons. So it seems I'll have to figure out something to identify
the frame I have by it's contents. Not nice, but I fear if I ask for changes of
the current behaviour this could break existing filters.

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

-
To unsubscribe, 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 73462] Stylename of Frames isn't sustained when saving document

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


User sw changed the following:

What|Old value |New value

 Assigned to|sw|os





--- Additional comments from [EMAIL PROTECTED] Tue Jan 23 01:41:19 -0800 
2007 ---
sw-os: forgot to send it back to you :-)

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

-
To unsubscribe, e-mail: [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 73462] Stylename of Frames isn't sustained when saving document

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





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 03:47:16 -0800 
2007 ---
sw-os: I never said that it doesn't also happen with the build-in filter :-)
The attached filter is just for your convenience so you don't have to unpack the
odt and look at the styles then. The filter does nothing else than writing the
xml-stream flat on disc.

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

-
To unsubscribe, 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 73462] Stylename of Frames isn't sustained when saving document

2007-01-14 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73462
 Issue #|73462
 Summary|Stylename of Frames isn't sustained when saving docume
|nt
   Component|Word processor
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|os
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Sun Jan 14 09:51:33 -0800 
2007 ---
When you create you own frame style and assign it to a frame then an automatic
style frx is created and assigned to the frame when the document is saved.

To reproduce:

1. use the xml-filter dialog to add the attached filter to your office
installation via the open package in this dialog.

2. open a new text document

3. add a new paragraph style and a new frame style with the stylist

4. add a paragraph and a frame to your document

5. assign the two just created styles to this newly created styles

6. save the document using the PlainXML filter you added in step 1

= the paragraph style is sustained, but for the frame a new automatic style fr1
is created and assigned as style to the inserted frame.

This isn't a problem as long as you are in the UI since the style fr1 has the
created custom style as parent and so the parent is shown in the UI.

But when you try to handle the frame on export according to the style it has you
can now only guess what kind of frame it might be.

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

-
To unsubscribe, 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 73462] Stylename of Frames isn't sustained when saving document

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


User sw changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |42148)
the PlainXML-filter
|  | mentioned in the issue






--- Additional comments from [EMAIL PROTECTED] Sun Jan 14 09:52:21 -0800 
2007 ---
Created an attachment (id=42148)
the PlainXML-filter mentioned in the issue


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

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


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



[sw-issues] [Issue 73464] it isn't possible to inser t a footnote inside a textframe

2007-01-14 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73464
 Issue #|73464
 Summary|it isn't possible to insert a footnote inside a textfr
|ame
   Component|Word processor
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sba
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Sun Jan 14 09:54:51 -0800 
2007 ---
The entry in the menu is greyed out, when the cursor is inside a textframe.

I'd appreciate if that would be possible in future version of OOo.

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

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


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



[framework-issues] [Issue 73183] Dokuments are read only af ter opening them once if xml filter is used

2007-01-05 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73183
 Issue #|73183
 Summary|Dokuments are read only after opening them once if xml
| filter is used
   Component|framework
 Version|OOo 2.0.4
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|as
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Fri Jan  5 07:20:10 -0800 
2007 ---
In case a selfwritten xml filter is used a document is read only after it has
been opened for the first time.

To reproduce:

1. open a writer document
2. open the XML-Filter settings dialog
3. open the attached package

= a message box appears stating that the filter plainXML has been
successfully registered.

4. close the dialog
5. open the attached document
6. close the document again
7. open the document

= the document is now read only

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

-
To unsubscribe, 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 73183] Dokuments are read only af ter opening them once if xml filter is used

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


User sw changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41921)
the testdocument to
|  | be loaded






--- Additional comments from [EMAIL PROTECTED] Fri Jan  5 07:20:48 -0800 
2007 ---
Created an attachment (id=41921)
the testdocument to be loaded


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

-
To unsubscribe, 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 73183] Dokuments are read only af ter opening them once if xml filter is used

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


User sw changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41922)
the filter package 
|  |to be registered






--- Additional comments from [EMAIL PROTECTED] Fri Jan  5 07:21:26 -0800 
2007 ---
Created an attachment (id=41922)
the filter package to be registered


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

-
To unsubscribe, 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 73184] Filterpackage is deleted w hen the filter setting dialog is supposed to o verwrite it

2007-01-05 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73184
 Issue #|73184
 Summary|Filterpackage is deleted when the filter setting dialo
|g is supposed to overwrite it
   Component|framework
 Version|OOo 2.0.4
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|macjogi
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Fri Jan  5 07:28:39 -0800 
2007 ---
To reproduce:

1. open a writer document
2. open the XML-Filter settings dialog
3. open the attached package

= a message box appears stating that the filter plainXML has been
successfully registered.

4. attempt to save the package and chose the same file you just opened

= a message box appears stating that the filter was saved successful, but when
you check the files on your harddisc you will notice that your filter has just
been deleted.

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

-
To unsubscribe, 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 73184] Filterpackage is deleted w hen the filter setting dialog is supposed to o verwrite it

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


User sw changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41923)
the filter package 
|  |to be registered






--- Additional comments from [EMAIL PROTECTED] Fri Jan  5 07:29:31 -0800 
2007 ---
Created an attachment (id=41923)
the filter package to be registered


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

-
To unsubscribe, 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 73038] XML Filter Settings doesn' t store packages

2007-01-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73038
 Issue #|73038
 Summary|XML Filter Settings doesn't store packages
   Component|framework
 Version|OOo 2.0.4
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|macjogi
 Reported by|sw





--- Additional comments from [EMAIL PROTECTED] Tue Jan  2 02:20:02 -0800 
2007 ---
Save as Package in the XML Filter Settings dialog doesn't store any data.

To reproduce:

1. open a new writer document
2. open the XML Filter Settings dialog, via Tools-XML Filter Settings 
3. choose New in this dialog
4. In the appearing New Filter dialog fill the fields
a) on the tab General
Filtername: PlainXML
Application: OOo Writer (odt)
Filetype: PlainXML
File Extension: xml
Comments: empty
b) on the tab Transformation
DocType; office
DTD: empty
XSLT for Im-/Export: Brouse to the location where you store the attached
file
Template for Import: empty
5. press ok 

= your new filter is visible in the  XML Filter Settings dialog

6. mark this filter in the dialog
7. press Save as package in this dialog
8. choose a file name in the appearing file picker and press save

= a message box appears stating 1 XML filters have been save in package ...

9. check at the location you chose in the file picker above

= there is no file saved.

Remarks:

1. Storing packages seems to work with the existing filters though.

2. Since I currently only have MacOS X as platform to check this, I chose this
as platform even though I think all other platforms will be affected too.

3. Storing Packages works nice in NeoOffice 1.2.2 which is supposingly based on
OOo 1.1.5. So I reckon that this functionality broke.

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

-
To unsubscribe, 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 73038] XML Filter Settings doesn' t store packages

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


User sw changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |41827)
XSL Transformation 
|  |mentioned in the issue






--- Additional comments from [EMAIL PROTECTED] Tue Jan  2 02:20:54 -0800 
2007 ---
Created an attachment (id=41827)
XSL Transformation mentioned in the issue


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

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


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



[sw-issues] [Issue 65317] Files format is defected

2006-05-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65317





--- Additional comments from [EMAIL PROTECTED] Mon May 22 00:54:55 -0700 
2006 ---
Created an attachment (id=36648)
document with macro to perform the mailmerge


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

-
To unsubscribe, 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 65317] Files format is defected

2006-05-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65317





--- Additional comments from [EMAIL PROTECTED] Mon May 22 00:57:27 -0700 
2006 ---
Created an attachment (id=36649)
document that contains the mailmerge fields


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

-
To unsubscribe, 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 65317] Files format is defected

2006-05-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65317


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|os

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Mon May 22 01:14:15 -0700 
2006 ---
To reproduce the behaviour:

1. store the attached document mailmerge_loop and baseDoc to your local disc
2. open the document mailmerge_loop and adjust the pathes in it
3. store the changed document
4. open the file baseDoc and make a change to the document
5. without saving the document baseDoc start the macro attached to
mailmerge_loop

This macro attempts to do a mailmerge 1000 times. After 502 of these runs the
macro stops with an gerneral IO error followed by an IllegalArgumentException.

6. close the office

= you are asked if you want to save the document baseDoc

7. press the save button

= an error message appears telling you that the document can't be saved since
there is a problem with the styles.xml

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

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


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



[api-issues] [Issue 46736] runner: svx.AccessibleIma geBullet

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|af

  Target milestone|DevTools  |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Wed May 17 05:14:10 -0700 
2006 ---
sw-af: according to svx/xml/ there is a ImplementationObject called
AccessibleImageBullet. The component description states This component
represents the accessbility object for an
image bullet within a text paragraph. 
The attached document contains such bullets, but the accessibility-tree only
shows ParagraphViews, but no bullets ...

40,():com.sun.star.comp.toolkit.AccessibleWindow
StateType contains SHOWING: true
  51,():com.sun.star.comp.toolkit.AccessibleWindow
StateType contains SHOWING: true
13,Document view(Document
view):com.sun.star.comp.Writer.SwAccessibleDocumentView
The boundary Rectangle is (28,28) (875,737)
StateType contains SHOWING: true
  41,():com.sun.star.comp.Writer.SwAccessibleParagraphView
The boundary Rectangle is (38,114) (816,124)
StateType contains SHOWING: true
  41,():com.sun.star.comp.Writer.SwAccessibleParagraphView
The boundary Rectangle is (38,238) (816,53)
StateType contains SHOWING: true
  41,():com.sun.star.comp.Writer.SwAccessibleParagraphView
The boundary Rectangle is (38,291) (816,71)
StateType contains SHOWING: true
  41,():com.sun.star.comp.Writer.SwAccessibleParagraphView
The boundary Rectangle is (38,362) (816,89)
StateType contains SHOWING: true
40,():com.sun.star.comp.toolkit.AccessibleWindow
StateType contains SHOWING: true
40,():com.sun.star.comp.toolkit.AccessibleWindow
StateType contains SHOWING: true
44,Click the up button to scroll to the previous page or object.(Click the
up button to scroll to the previous page or
object.):com.sun.star.comp.toolkit.AccessibleButton
StateType contains SHOWING: true
44,Click the down button to scroll to the next page or object.(Click the
down button to scroll to the next page or
object.):com.sun.star.comp.toolkit.AccessibleButton
StateType contains SHOWING: true
44,Navigation(If you click this icon in the Navigator or in the lower right
of the document window, a toolbar will appear which enables you to choose among
the existing targets within a 
document.):com.sun.star.comp.toolkit.AccessibleButton
StateType contains SHOWING: true
50,():com.sun.star.comp.toolkit.AccessibleScrollBar
StateType contains SHOWING: true

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

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


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



[api-issues] [Issue 46736] runner: svx.AccessibleIma geBullet

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





--- Additional comments from [EMAIL PROTECTED] Wed May 17 05:15:36 -0700 
2006 ---
Created an attachment (id=36539)
Textdocument with ImageBullets


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

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


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



[api-issues] [Issue 65372] Protected macro: Unicode string would be destroyed when a macro be prot ected by password.

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





--- Additional comments from [EMAIL PROTECTED] Mon May 15 02:28:58 -0700 
2006 ---
Created an attachment (id=36476)
document with protected macro


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

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


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



[api-issues] [Issue 65372] Protected macro: Unicode string would be destroyed when a macro be prot ected by password.

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


User sw changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Mon May 15 02:36:21 -0700 
2006 ---
sw-ab: I've attached a document that contains the mentioned macro once in the
standard library where the method is called test and once in the library
protected, where the method is called test_protected. The password for the
latter is secret :-)

When you run the method test you will see a message-box showing the character
given in the macro followed by a message box showing a 19968.
If you now run the method test_protected you will see a message-box showing a
? and then one displaying a 63.

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

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


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



[api-issues] [Issue 65372] Protected macro: Unicode string would be destroyed when a macro be prot ected by password.

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|ab





--- Additional comments from [EMAIL PROTECTED] Mon May 15 02:37:11 -0700 
2006 ---
Changing owner

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

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


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



[api-issues] [Issue 62377] CommandURLs inserted via notifyContextMenuInterception are not always d ispatched

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


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Mon May 15 05:30:49 -0700 
2006 ---
sw: no additional information = setting it to WORKSFORME

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

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


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



[api-issues] [Issue 62377] CommandURLs inserted via notifyContextMenuInterception are not always d ispatched

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon May 15 05:31:25 -0700 
2006 ---
closing as WORKSFORME

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

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


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



[sw-issues] [Issue 65317] Files format is defected

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|mru

 Component|api   |Word processor

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





--- Additional comments from [EMAIL PROTECTED] Fri May 12 01:02:25 -0700 
2006 ---
mmm ... looks more like a problem with the Writer than one with the UNO-API

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

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


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



[api-issues] [Issue 65317] Files format is defected

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|mru

 Component|api   |Word processor

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





--- Additional comments from [EMAIL PROTECTED] Fri May 12 01:02:25 -0700 
2006 ---
mmm ... looks more like a problem with the Writer than one with the UNO-API

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

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


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



[api-issues] [Issue 65247] Writer creates a bookmark SwXTextPosition*** when removing a paragraph before a TextTable

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|tl

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

OS/Version|Windows 2000  |All

  Platform|Opteron/x86_64|All

  Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Thu May 11 01:56:43 -0700 
2006 ---
sw-tl: when the texttable is between the two paragraphs the mentioned
additional bookmark appears. When there is no table in between it seems to work.
But when I press CTRL-Z to redo the change in that case I also get the
additional bookmark.

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

-
To unsubscribe, 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 59783] OfficeBean doesn't work o n linux gtk

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


User sw changed the following:

  What|Old value |New value

Status|VERIFIED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu May 11 05:08:30 -0700 
2006 ---
doesn't seem to work in src680_m168

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

-
To unsubscribe, 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 59783] OfficeBean doesn't work o n linux gtk

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|pl

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Thu May 11 05:10:42 -0700 
2006 ---
sw-pl: the src680_m168 shows the behaviour decribed in this issue, when gtk is
used the office doesn't appear in the java-window, when using the VCLPLUGIN gen
it works.

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

-
To unsubscribe, 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 59783] OfficeBean doesn't work o n linux gtk

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


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu May 11 06:55:03 -0700 
2006 ---
back to 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]



[framework-issues] [Issue 59783] OfficeBean doesn't work o n linux gtk

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu May 11 06:56:28 -0700 
2006 ---
works fine with accessibility switched off ... so the original issue is fixed in
src680_m168 = closed

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

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


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May  9 05:30:39 -0700 
2006 ---
Ooops indeed forgot to set the -kb switch :-(

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Tue May  9 05:31:45 -0700 
2006 ---
sw-cn: please verify

re-open issue and reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue May  9 05:31:49 -0700 
2006 ---
reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

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


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May  9 05:31:52 -0700 
2006 ---
reset resolution to 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]



[api-issues] [Issue 40174] XRangeSelection should su pport a single cell selection mode

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


User sw changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=36265) Document to
  |  |verify the new behaviour





--- Additional comments from [EMAIL PROTECTED] Thu May  4 04:06:02 -0700 
2006 ---
Created an attachment (id=36265)
Document to verify the new behaviour


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

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


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



[api-issues] [Issue 40174] XRangeSelection should su pport a single cell selection mode

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu May  4 04:07:01 -0700 
2006 ---
looks good in cws calc36 = verified

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

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


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



[api-issues] [Issue 62377] CommandURLs inserted via notifyContextMenuInterception are not always d ispatched

2006-05-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62377





--- Additional comments from [EMAIL PROTECTED] Tue May  2 01:26:34 -0700 
2006 ---
sw-pjentsch: any news ?

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

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


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



[api-issues] [Issue 64991] Setting a printer make th e page styles to be lost

2006-05-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64991





--- Additional comments from [EMAIL PROTECTED] Tue May  2 05:59:33 -0700 
2006 ---
sw-pagalmes: you could add the line

setPropVal( imprimante, PaperOrientation,
com.sun.star.view.PaperOrientation.LANDSCAPE)

to your method setPrinter() to ensure that the Orientation Landscape is
preserved.

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

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


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



[xml-issues] [Issue 63436] Build of filter module th rows ClassNotFoundExcpetion

2006-05-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63436


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue May  2 08:52:43 -0700 
2006 ---
no problem building the module in the cws_filter = verified

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

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


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



[framework-issues] [Issue 59368] enum is a reserved word i n Java JDK 1.5

2006-05-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59368


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue May  2 09:11:36 -0700 
2006 ---
resetting to 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]



[framework-issues] [Issue 59368] enum is a reserved word i n Java JDK 1.5

2006-05-02 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59368


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue May  2 09:12:08 -0700 
2006 ---
ok in cws_latex = verified

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

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


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



[api-issues] [Issue 64800] FolderPicker cannot open with display of a given folder

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|tra

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Thu Apr 27 01:03:51 -0700 
2006 ---
sw-tra: this used to be your area methinks

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

-
To unsubscribe, 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 59783] OfficeBean doesn't work o n linux gtk

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Apr 26 04:51:33 -0700 
2006 ---
looks good in cws_vcl57 = verified

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

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


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



[api-issues] [Issue 64194] how to use xpcom to plug an office in mozilla.

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


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Priority|P1|P3

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Apr 10 02:04:02 -0700 
2006 ---
sw-ma_bouna: the issuetracker is no support forum, please refer to the
development mailing list with your question. btw. as far as I know there is
already a mozilla plugin 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]



[api-issues] [Issue 64194] how to use xpcom to plug an office in mozilla.

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Apr 10 02:05:27 -0700 
2006 ---
closing as invalid

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

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


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



[api-issues] [Issue 63866] when printing I cannot ch ange the CopyCount, always 1 copy

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|mba

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Tue Apr  4 06:08:55 -0700 
2006 ---
sw-mba: seems the Collate property indeed invalidates the value of the
property CopyCount ...

xDoc = ThisComponent
dim args(1) as new com.sun.star.beans.PropertyValue
args(0).Name = CopyCount
args(0).Value = 2
args(1).Name = Collate
args(1).Value = true
xDoc.print(args())

only prints one copy of the document, but

sub main
xDoc = ThisComponent
dim args(0) as new com.sun.star.beans.PropertyValue
args(0).Name = CopyCount
args(0).Value = 2
xDoc.print(args())
end sub

prints two copies as expected.



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

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


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



[api-issues] [Issue 63821] insertDocumentFromURL wit h .odt file crash

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 01:03:24 -0700 
2006 ---
sw-thoriredd: generally I have no problem with the method
insertDocumentFromURL and odt-files ... for example something like this

xText = ThisComponent.getText()
xTextCursor = xText.createTextCursor()
xTextCursor.insertDocumentFromURL(file:///myPath/myFile.odt,dimarray())

works like a charm ... can you provide a working sample that makes the behaviour
you describe reproducible ?

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

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


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



[api-issues] [Issue 63866] when printing I cannot ch ange the CopyCount, always 1 copy

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 01:28:09 -0700 
2006 ---
sw-cheepee: the following OOo-Basic macro works like a charm, so there seems to
be no general problem with that property ...

xDoc = ThisComponent
dim args(0) as new com.sun.star.beans.PropertyValue
args(0).Name = CopyCount
args(0).Value = 2
xDoc.print(args())

I noticed that you assign a String to the property instead of an Integer ...
could that already be the problem ? ... If not, could you attach a working VB6
sample to this issue to make the behaviour reproducible ?

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

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


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



[api-issues] [Issue 63821] insertDocumentFromURL wit h .odt file crash

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 03:12:10 -0700 
2006 ---
sw-thoriredd: now the interesting part would be what is different in the IDE
... other config-file for your application, different pathes ?

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

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


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



[api-issues] [Issue 63821] insertDocumentFromURL wit h .odt file crash

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 03:29:13 -0700 
2006 ---
that is strange indeed ... what do we do with this issue now ? ... close it as
WORKSFORME ?

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

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


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



[api-issues] [Issue 63821] insertDocumentFromURL wit h .odt file crash

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


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 04:10:44 -0700 
2006 ---
setting to WORKSFORME

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

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


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



[api-issues] [Issue 63821] insertDocumentFromURL wit h .odt file crash

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


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 04:11:32 -0700 
2006 ---
closing

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

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


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



[api-issues] [Issue 62377] CommandURLs inserted via notifyContextMenuInterception are not always d ispatched

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  3 04:20:44 -0700 
2006 ---
sw-pjentsch: what is the state of the problem ?

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

2006-03-29 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26659


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Issue type|DEFECT|TASK

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 29 01:07:31 -0800 
2006 ---
fixed in qadev26

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

2006-03-29 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26659


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Wed Mar 29 01:08:35 -0800 
2006 ---
sw-cn: please verify in qadev26 ... there is a new testdocument called
basicDialog.odt for this testcase.

re-open issue and reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

2006-03-29 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26659


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Mar 29 01:08:38 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 26659] API: basctl.AccessibleSha pe

2006-03-29 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=26659


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 29 01:08:42 -0800 
2006 ---
reset resolution to 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]



[api-issues] [Issue 63691] New docuement wizard cann ot find files in path.

2006-03-28 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63691


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|macjogi





--- Additional comments from [EMAIL PROTECTED] Tue Mar 28 01:24:33 -0800 
2006 ---
sw-macjogi: one for you ?

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

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


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



[api-issues] [Issue 63664] New - API: sd.SdUnoOutline View::com::sun::star::view::XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63664
  Issue #:|63664
  Summary:|API:
  |sd.SdUnoOutlineView::com::sun::star::view::XSelection
  |Supplier
Component:|api
  Version:|680m160
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|af
  Reported by:|sw





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 01:08:00 -0800 
2006 ---
The method getSelection() always returns an empty object and the method
select() always returns false.

1. create a new Impress document
2. insert a second page
3. add a TitleTextShape to each slide
4. switch to the OutlineView
5. select something in this View
6. execute the macro 
   msgbox typename(ThisComponent.currentController.selection)

= the messagebox shows empty

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

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


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



[api-issues] [Issue 63664] API: sd.SdUnoOutlineView: :com::sun::star::view::XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63664





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 01:49:59 -0800 
2006 ---
The same is valid for SdUnoSlideView

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

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


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



[api-issues] [Issue 22890] API: sd.SdUnoOutlineView: :XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22890


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 02:06:00 -0800 
2006 ---
Outline view doesn't work as doesn't SlideView ... see issue 63664
PresView doesn't seem to exist anymore in the ObjDesciptions.

The DrawView now works in qadev26 = 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]



[api-issues] [Issue 22890] API: sd.SdUnoOutlineView: :XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22890


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 02:06:55 -0800 
2006 ---
sw-cn: please verify in qadev26

re-open issue and reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22890] API: sd.SdUnoOutlineView: :XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22890


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 02:06:59 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22890] API: sd.SdUnoOutlineView: :XSelectionSupplier

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22890


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 02:07:03 -0800 
2006 ---
reset resolution to 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]



[api-issues] [Issue 22896] API: sd.SdXImpressDocumen t::XEventBroadcaster

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22896


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 05:43:38 -0800 
2006 ---
fwk.Desktop doesn't support the document.EventBroadcaster as far as I can see
and I couldn't find a component dbaccess.ODatabaseDocument.

All other mentioned components now work in qadev26

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

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


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



[api-issues] [Issue 22896] API: sd.SdXImpressDocumen t::XEventBroadcaster

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22896


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 06:12:50 -0800 
2006 ---
sw-cn: please verify in qadev26

re-open issue and reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22896] API: sd.SdXImpressDocumen t::XEventBroadcaster

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22896


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 06:12:56 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22896] API: sd.SdXImpressDocumen t::XEventBroadcaster

2006-03-27 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22896


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Mar 27 06:13:13 -0800 
2006 ---
reset resolution to 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]



[api-issues] [Issue 22883] API: sd.SdUnoPresView::XC ontextMenuInterception

2006-03-24 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22883


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 24 05:43:36 -0800 
2006 ---
fixed in qadev26

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

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


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



[api-issues] [Issue 22883] API: sd.SdUnoPresView::XC ontextMenuInterception

2006-03-24 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22883


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Mar 24 05:49:39 -0800 
2006 ---
sw-cn: please verify in qadev26

re-open issue and reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22883] API: sd.SdUnoPresView::XC ontextMenuInterception

2006-03-24 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22883


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Mar 24 05:49:43 -0800 
2006 ---
reassign to [EMAIL PROTECTED]

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

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


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



[api-issues] [Issue 22883] API: sd.SdUnoPresView::XC ontextMenuInterception

2006-03-24 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22883


User sw changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Mar 24 05:49:46 -0800 
2006 ---
reset resolution to 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]



[api-issues] [Issue 63516] When i convert a file sxw with an image and text surround with the API in a fle .doc the result isn't correct

2006-03-23 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63516





--- Additional comments from [EMAIL PROTECTED] Thu Mar 23 03:16:09 -0800 
2006 ---
sw-thoriredd: I see that the text is below the image ... could you attach the
sxw-file too, so that I can see how to reproduce the described behaviour ?

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

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


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



[api-issues] [Issue 63516] When i convert a file sxw with an image and text surround with the API in a fle .doc the result isn't correct

2006-03-23 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63516


User sw changed the following:

  What|Old value |New value

CC|''|'mru'

   Assigned to|sw|flr

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Mar 23 03:32:54 -0800 
2006 ---
sw-thoriredd: mmm ... doesn't seem to matter if I save the document via UI or
via API the text is always below the image in the exported document, at least
when viewed in OOo.

sw-flr: looks like an export issue 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]



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

2006-03-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|mba

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.4





--- Additional comments from [EMAIL PROTECTED] Wed Mar 22 02:11:28 -0800 
2006 ---
sw-thoriredd: after removing all references to the Oracle-jdbc calls and adding
a nuovo.bmp I manage to make it run and indeed the office dies prematurely as
soon as xCloseable.close() is called.

sw-mba: the created document can't be closed until I completely shut down the
web-server, even if I keep the document open in the java-code by commenting out
xCloseable.close() and close the document via UI after the servlet returns and
then close the document via UI the office dies without creating a crash report
... in the command line I see

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x61399a48, pid=64014, tid=1
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
# Problematic frame:
# C  [libsw680ss.so+0x399a48]
#
# An error report file with more information is saved as 
/tmp/hs_err_pid64014.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

[error occurred during error reporting, step 270, id 0xb]


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

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


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



[api-issues] [Issue 23471] API: ftransl.DataFormatTr anslator

2006-03-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=23471


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn





--- Additional comments from [EMAIL PROTECTED] Wed Mar 22 08:41:02 -0800 
2006 ---
sw-cn: one for you

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

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


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



[api-issues] [Issue 23472] API: smplmail.SimpleSyste mMail

2006-03-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=23472


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|cn





--- Additional comments from [EMAIL PROTECTED] Wed Mar 22 08:42:03 -0800 
2006 ---
sw-cn: one for you

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

-
To unsubscribe, e-mail: [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 63494] New - Save Changes dialo g doesn't get focus when Alt-F4 is pressed

2006-03-22 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63494
  Issue #:|63494
  Summary:|Save Changes dialog doesn't get focus when Alt-F4
  |is pressed
Component:|framework
  Version:|OOo 2.0.1
 Platform:|All
  URL:|
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|ui
  Assigned to:|pl
  Reported by:|sw





--- Additional comments from [EMAIL PROTECTED] Wed Mar 22 09:01:04 -0800 
2006 ---
1. open a new document of arbitrary kind
2. make some changes, e.g. insert some text
3. press Alt-F4

= the Save Changes dialog appears but doesn't have the focus so it can't be
operated via keyboard.

This dialog gets the focus when Alt-Q or the window-closer is used tho

Only Linux seems to be affected and here maybe only the combination Gnome 2.14
with Metacity

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

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


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



[api-issues] [Issue 63266] Text unavailable for View Cursor

2006-03-21 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63266


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Mar 21 00:54:55 -0800 
2006 ---
closing

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

2006-03-21 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270





--- Additional comments from [EMAIL PROTECTED] Tue Mar 21 01:09:48 -0800 
2006 ---
sw-thoriredd:  ... none of the snippets you posted so far contains
insertion of graphics in text tables, but a quick check showed that this also
throws any exception when I try it ... to really get a clue what is going wrong
I'll need a running sample that reproduces the behaviour.

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

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


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



[api-issues] [Issue 63422] separator on tool bar

2006-03-21 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63422


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Tue Mar 21 04:15:45 -0800 
2006 ---
works like a charm when the type of the inserted item is of the type
com.sun.star.ui.ItemType.SEPARATOR_LINE

Just in case this wasn't meant as API issue ... via UI this is done via
Customize-Toolbar-Modify-Begin Group

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

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


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



[api-issues] [Issue 63422] separator on tool bar

2006-03-21 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63422


User sw changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Mar 21 04:48:05 -0800 
2006 ---
closing

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

2006-03-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270





--- Additional comments from [EMAIL PROTECTED] Mon Mar 20 02:31:35 -0800 
2006 ---
sw-thoriredd: reproducible is good, that it happens at all not so good ;-)
When xCloseable.close() throws a DisposedException there are good chances that
the document you want to close or the office at all isn't there anymore.
There are two things I'd like you to do ... firstly open an arbitrary empty
document which you keep open to ensure that your headless office doesn't shut
down after the last document was closed ... if this doesn't help please secondly
strip your program down and attach the essentiels to this issue so that I can
reproduce it two ... hopefully we so can figure out which part of the things you
do in your program causes the problems.

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

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


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



[api-issues] [Issue 63266] Text unavailable for View Cursor

2006-03-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63266


User sw changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Mar 20 02:35:52 -0800 
2006 ---
sw-pelizzon:

 Regarding the ViewCursor.Start == ViewCursor.End issue, should I create a new 
 issue for it?

yes, please do so

 Again: I've simply never managed to guarantee proper iteration through 
 selected cells after splitting and merging. I've asked about it more than 
 once 
 and nobody has ever answered. Is this an issue? Should I post it?

this is a tricky one, there doesn't seem to exist an API to do so, please write
an request for enhancement (issue type ENHANCEMENT) for this.

In the meantime I'll set this issue to INVALID and close it later if you don't 
mind.

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

2006-03-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270





--- Additional comments from [EMAIL PROTECTED] Mon Mar 20 03:57:46 -0800 
2006 ---
what does newurl contain when you do the remote run ... is it a valid url or
null ?

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

2006-03-20 Thread sw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63270





--- Additional comments from [EMAIL PROTECTED] Mon Mar 20 05:25:07 -0800 
2006 ---
sw-thoriredd: mmm that is really strange, since I don't have any problems
inserting graphics with different urls wherever I want and then close and save
the document ... so I thought maybe on the remote side (since you said it works
locally) the string might be accidently NULL which would kill the java-bridge
and with that the office ... doesn't seem to be that way ... can you provide a
working sample to make the bahaviour reproducible ?

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

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


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



[api-issues] [Issue 63271] macro:///Tools.UCB.LoadDa taFromFile needs minor change

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|ih

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 01:38:06 -0800 
2006 ---
sw-ih: this is your area methinks

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 03:05:16 -0800 
2006 ---
sw-thoriredd: the fact that xModifiable.setModified(false) doesn't return lets
me thinks that the office isn't properly working at this stage anymore, maybe
because of something that has been done beforehand.
Generally I would avoid to use xComponent.dispose to close the document and
instead query xCloseable from your xModel and use the method
xCloseable.close(true) instead. This way the possibility of a
CloseVetoException is given in case the document can't be closed for whatever
reason.
Could you check if changing your code this way avoids the freeze of your 
program ?

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

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


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



[api-issues] [Issue 63266] Text unavailable for View Cursor

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 03:21:44 -0800 
2006 ---
sw-pelizzon: when you have several cells selected in a texttable then 
 ThisComponent.CurrentController.ViewCursor
is more or less a TextTableCursor which is meant to travel throw the cells, but
doesn't really support the XText interface. With
 ThisComponent.CurrentController.ViewCursor.Start
you position the Cursor in the first selected Cell and so have an XCell which
indeed supports the XText interface.

I can't see what could be returned when more than one Cell is selected and then
the method getText() is called, but I'm open for suggestions to hand over to the
appropriate developer ;-)

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

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


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



[api-issues] [Issue 63266] Text unavailable for View Cursor

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 05:49:44 -0800 
2006 ---
sw-pelizzon: that Start and End return the same Cell I'd consider as issue
... you could try to get the xTextTableCursor by
ThisComponent.currentController.Selection and see if the methods gotoStart
and gotoEnd show the same behaviour.

For traversing through the selected Cell ... mmm ... that seems to be tricky ;-)

Again I'd get the xTextTableCursor and use it's methods getRangeName to see
which Range it spans ... then I'd split this in an Array of Cells and use the
method gotoCellByName to traverse through the selected cells.

I think we can close this issue, since the original problem doesn't seem to be a
valid problem ;-)

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

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


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



[api-issues] [Issue 63300] PaperOrientation setPrin ter() change PageStyle

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|tl

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 05:52:29 -0800 
2006 ---
sw-tl: not the behaviour I'd expect when setting the Printer ;-)

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 06:08:56 -0800 
2006 ---
sw-thoriredd: The log you send only tells me that your OOo1.1.4 crashed
somewhere in writer ;-) ... to understand the scenario a wee bit better could
you elaborate what exactly you are doing ? ... does your program load a
document, manupilate it and then closes it again ? ... If so does it happen with
a special document are with every you used so far ? ... If it is only one
document does the office survive loading it via UI ? ... If the UI manages to
load it, do you load it hidden when using the API and how is the office started
headless ? ... questions over questions :-) ... And one final one ... does the
problem still appear with OOo2.0.2 ?

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 06:49:03 -0800 
2006 ---
sw-thoriredd: quite a lot of things your program does :-) ... briefly to the
changed code ... no reason to get XCloseable twice this way you will always get
a DisposedException in the line with the second close call since the object is
already disposed at this point. 
The original issue stated that you freeze when calling
xModifiable.setModified(false) ... since you commented that out does it now
freeze within the first xCloseable.close(true) ?

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

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


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



[api-issues] [Issue 63270] Problem with closing a do cument with API JAVA

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 17 07:24:44 -0800 
2006 ---
sw-thoriredd: I try to understand the behaviour ... maybe my brain doesn't work
properly at the moment ;-) ... originally you had

xModifiable.setModified(false);
xComponent.dispose();

and sometimes your program stopped at the first call and you had to kill the
office manually which will no doubt raise a DisposedException in the dispose()
call because the office is gone.

Now you only have 

xCloseable.close(true)

what happens now ... does it sometimes freeze in this call and you have to kill
the office manually followed by the DisposedException ... or do you always get a
DisposedException when calling close(true) now ?

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

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


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



[api-issues] [Issue 63237] iterating through text

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


User sw changed the following:

  What|Old value |New value

   Assigned to|sw|tl

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Mar 16 03:48:53 -0800 
2006 ---
sw-tl: the case one looks good for me with OOo 2.0.2 but I could see this
behaviour in OOo 2.0 ... the case2 seems still to be there so there seems to be
still some work to be done ;-)

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

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


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



[api-issues] [Issue 63169] Selecting printer in linu x using Java/UNO not possible

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


User sw changed the following:

  What|Old value |New value

CC|''|'jsc'

   Assigned to|sw|mba

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Mar 15 02:11:03 -0800 
2006 ---
sw-mba: I think XPrintable is in your area :-) ... On Windows and Solaris I can
set a Printer and it is indeed used, but on Linux the set-printer doesn't seem
to get used and instead CUPS takes care of where to print

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

-
To unsubscribe, 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   6   7   8   >