[framework-issues] [Issue 81581] Using the OfficeFilePicker modifies the default Filepicker

2007-09-14 Thread nfrisoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81581
 Issue #|81581
 Summary|Using the OfficeFilePicker modifies the default Filepi
|cker
   Component|framework
 Version|OOo 2.3.0 RC1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|nfrisoni





--- Additional comments from [EMAIL PROTECTED] Fri Sep 14 12:13:15 + 
2007 ---
OpenOffice Configuration default use the System FilePicker :
SystemFilePicker.
In my macro I use OpenOffice.Org FilePicker (OfficeFilePicker) because
it understands webdav url.
The problem is that, when I use my macro with OOo FilePicker,
OpenOffice will keep the OOo Filepicker as the default until we close it and
leave the
systray bar.

I think that this is a bug. Here is how to reproduce the behaviour :

oFilePicker = CreateUnoService(com.sun.star.ui.dialogs.OfficeFilePicker)

OpenOffice use System FilePicker until I use this code in a macro.
After it use OpenOffice.Org FilePicker.

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

-
To unsubscribe, 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 81583] disconnect a user from Ope nOffice to a webdav server

2007-09-14 Thread nfrisoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81583
 Issue #|81583
 Summary|disconnect a user from OpenOffice to a webdav server
   Component|framework
 Version|OOo 2.3.0 RC1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|nfrisoni





--- Additional comments from [EMAIL PROTECTED] Fri Sep 14 13:11:20 + 
2007 ---
When I use a FilePicker to have a view on a webdav server, I use the following
code : 

With oFilePicker
.DisplayDirectory = ConvertToUrl(davUrl)

This action will lauch an OOo webdav authentication dialog. So, I can connect
one user. If the user has finished and leave his computer, I would like to be
able to authentify another user.

To resume the issue is that I would like to be able to connect a user on a
server through webdav protocol, disconnect him and connect another user.
Currently, the only way to do that is to close OpenOffice and leave OOo systray
bar, lauch it again and athenticate a new user. 
I would like to be able to authentify any user in a macro using the following 
code :

With oFilePicker
.DisplayDirectory = ConvertToUrl(davUrl)
.appendFilter(Textes,*.txt)
.appendFilter(Texte OpenDocument (.odt),*.odt, *.sxw, 
*.sxc) '*.sxw;
*.sxc;
.appendFilter(All,*; )
.CurrentFilter = Texte OpenDocument (.odt)

And I would like to add: 
.connectToWebdav(login, password)
If I could use authentication like this, I will be able to connect as many users
as I want to a webdav server without restarting OpenOffice.Org.
Is there a way to do that? If not is it possible to add this functionality to
futur version of OpenOffice.Org

Thank 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 79951] load an OpenOffice documen t with webdav

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





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 15:22:42 + 
2007 ---
I am going to make a test environment with apache and webdav. So you could test
it on monday. 

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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

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





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 14:29:10 + 
2007 ---
you can find at this url the same problem :
http://www.oooforum.org/forum/viewtopic.phtml?t=37981view=previous

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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

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





--- Additional comments from [EMAIL PROTECTED] Wed Jul 25 12:40:57 + 
2007 ---
I tried with OpenOffice 2.2 and 2.04 on windows xp. I have tried with another
private webdav server, and I have the same problem.
Which version of OpenOffice do you use JSC?

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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

2007-07-24 Thread nfrisoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79951
 Issue #|79951
 Summary|load an OpenOffice document with webdav
   Component|api
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|www
 Assigned to|jsc
 Reported by|nfrisoni





--- Additional comments from [EMAIL PROTECTED] Tue Jul 24 08:54:05 + 
2007 ---
We are working on an integration of OpenOffice and Alfresco
(http://www.alfresco.com/), an Open Source CMS.
When trying to open an OpenOffice (2.2.0) document on a webdav server (url:
http://myserver/webdav/myDoc.odt;), an error occured. 
Runtime error BASIC. 
 Une exception s'est produite :
 Type: com.sun.star.lang.ellegalArgumentException 
 Message : URL seems to be an unsupported one..
My webdav server works well, I can open document from Firefox which support
webdav protocol. 
I can open document in local (file:///C:/myDoc.odt) and on remote server
(http://myserver/myDoc.odt)

Here is the code I used in Basic: 

StarDesktop = CreateUnoService(com.sun.star.frame.Desktop)
newDoc =
StarDesktop.LoadComponentFromURL(ConvertToUrl(http://myserver/webdav/cahier.odt;)
, _blank, 0, Array())

You should be able to test the issue on the following server:
http://test.webdav.org/

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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

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


User nfrisoni changed the following:

What|Old value |New value

  CC|''|'pagalmes'





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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

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


User nfrisoni changed the following:

What|Old value |New value

  CC|'pagalmes'|'pagalmes,tm'





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

-
To unsubscribe, 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 79952] save an OpenOffice documen t with webdav protocol

2007-07-24 Thread nfrisoni
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79952
 Issue #|79952
 Summary|save an OpenOffice document with webdav protocol
   Component|api
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|www
 Assigned to|jsc
 Reported by|nfrisoni





--- Additional comments from [EMAIL PROTECTED] Tue Jul 24 08:56:43 + 
2007 ---
We are working on an integration of OpenOffice and Alfresco
(http://www.alfresco.com/), an Open Source CMS.
When trying to save an OpenOffice (2.2.0) document on webdav server (url:
http://myserver/webdav/newDoc.odt;), an error occured.
Runtime error BASIC.
 Une exception s'est produite :
 Type: com.sun.star.ErrorCodeIOException
 Message: .
My webdav server works well, I can save document with jakarta-webdav librarie
through my webdav server.

Here is the code I used in Basic: 

StarDesktop = CreateUnoService(com.sun.star.frame.Desktop)
ThisComponent.storeAsURL(ConvertToUrl(http://myserver/webdav/789456.odt;), 
Array())

You should be able to test the issue on the following server:
http://test.webdav.org/

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

-
To unsubscribe, 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 79952] save an OpenOffice documen t with webdav protocol

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


User nfrisoni changed the following:

What|Old value |New value

  CC|''|'pagalmes'





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

-
To unsubscribe, 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 79952] save an OpenOffice documen t with webdav protocol

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


User nfrisoni changed the following:

What|Old value |New value

  CC|'pagalmes'|'pagalmes,tm'





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

-
To unsubscribe, 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 79951] load an OpenOffice documen t with webdav

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





--- Additional comments from [EMAIL PROTECTED] Tue Jul 24 12:53:28 + 
2007 ---
I am looking for a webdav test environment. I am waiting an answer to use the
url I have given to you. I keep you in touch. You can try it on any webdav
server, if you have working one.

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

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


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