[api-issues] [Issue 116184] c.s.s.container.Enumerabl eMap cannot be used from Basic

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


User paolomantovani changed the following:

What|Old value |New value

  CC|'arielch,brinzing,eberlein|'arielch,brinzing,eberlein
|,jsc' |,jsc,paolomantovani'





-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 110541] option-dialog - Paths pag e extensibility

2010-04-01 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110541
 Issue #|110541
 Summary|option-dialog - Paths page extensibility
   Component|api
 Version|OOO320m9
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P4
Subcomponent|code
 Assigned to|jsc
 Reported by|paolomantovani





--- Additional comments from paolomantov...@openoffice.org Thu Apr  1 
07:06:47 + 2010 ---
I would need to add arbitrary paths to the OpenOffice.org - Paths option 
page.
This would be useful in order to add predefined (and customizable) paths that
would be used e.g. from an extensions.

-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[api-issues] [Issue 110541] option-dialog - Paths pag e extensibility

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





--- Additional comments from paolomantov...@openoffice.org Thu Apr  1 
07:08:53 + 2010 ---
Created an attachment (id=68687)
The path option page


-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[ucb-issues] [Issue 107765] WebDav support - autentic ation problem

2009-12-18 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107765
 Issue #|107765
 Summary|WebDav support - autentication problem
   Component|ucb
 Version|OOO310m19
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mhu
 Reported by|paolomantovani





--- Additional comments from paolomantov...@openoffice.org Fri Dec 18 
10:00:25 + 2009 ---
scenario:

we have a server running Oracle Content Service as document management system.
http://www.oracle.com/technology/products/ocontentservices/index.html

Documents are made accessible as webdav resources.

In order to access documents, the first step for a client (e.g. OpenOffice.org)
is to authenticate with the Oracle Content Services instance.
To connect to an instance, you will need a URL and port, as well as a valid
username and password.

Openoffice seems unable to perform the autentication in order to open documents.

Please consider the following StarBasic demo code:

sUrl = http://oraclecollaboration.blabla.dom:/content/dav/test.doc;
Dim mArgs(0) As New com.sun.star.beans.PropertyValue
mArgs(0).Name = InteractionHandler
mArgs(0).Value = CreateUnoService(com.sun.star.task.InteractionHandler)
oDoc = StarDesktop.loadComponentFromUrl(sUrl, _default, 0, mArgs())


As expected, the InteractionHandler service shows the autentication dialog, but
even providing valid username and password Openoffice is not able to autenticate
with the server.

This seems depending from the fact that Oracle Content Services uses a Remote
Login Manager server in order to autenticate sessions.

more documentation here:

http://download.oracle.com/docs/cd/B25553_01/content.1012/b25277/connecting.htm#sthref10

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

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


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



[framework-issues] [Issue 82660] Not possible to attach two mails under Unix with SimpleCommandMail

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


User paolomantovani changed the following:

What|Old value |New value

  CC|'cornouws,hi,manens,mci'  |'cornouws,hi,manens,mci,pa
|  |olomantovani'





--- Additional comments from paolomantov...@openoffice.org Sun Jul 19 
22:49:10 + 2009 ---
The same problem affects also CcRecipient and BccRecipient.
Please, consider the code below (tested in Ubuntu 9.04 / OpenOffice.org 3.1
(OOO310m11 build:9399)
In the created mail message, the cc, bcc and attachment fields contains only the
first item of the array passed


sub testmail
'try to obtain a mail service
oMailService = createUnoService(com.sun.star.system.SimpleSystemMail)
If IsNull(oMailService) Then
oMailService = 
createUnoService(com.sun.star.system.SimpleCommandMail)
End If
oMailClient = oMailService.querySimpleMailClient()
oMailMessage = oMailClient.createSimpleMailMessage()

url1 = convertToUrl(/home/paolo/test1.txt)
url2 = convertToUrl(/home/paolo/test2.txt)
url3 = convertToUrl(/home/paolo/test3.txt)
With oMailMessage
.Originator = sen...@test.org
.Recipient = recipi...@test.org
.Subject = helo
.CcRecipient = Array(c...@test.org, c...@test.org, 
c...@test.org)
.BccRecipient = Array(b...@test.org, b...@test.org, 
b...@test.org)
.Attachement = Array(url1, url2, url3)
End With


oMailClient.sendSimpleMailMessage( _
oMailMessage, 
com.sun.star.system.SimpleMailClientFlags.DEFAULTS)
end sub

-
Please do not reply to this automatically generated notification from
Issue 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 102542] Non-Basic Scripts should run both at user and share level

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





-
Please do not reply to this automatically generated notification from
Issue 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 97955] service com.sun.star.drawi ng.Layer: boolean propeties are not working

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





--- Additional comments from paolomantov...@openoffice.org Tue Jan 13 
22:55:06 + 2009 ---
Hi Bernard,
Thank you very much for the workaround! :-)

 changing the property from the UI does not reflects at API level
 It is reflected if the macro is started from the document window, 
 but not from the IDE.

Confirmed!

 changing property values via API does not reflect in the user interface
 This bug only affects the predefined layers.

Not in my case (ooo3.0 vanilla on Ubuntu 8.10)
I've created a new layer Livello4 and tested this macro:

oLayer = ThisComponent.LayerManager.getByName(Livello4)
oLayer.IsVisible = Not oLayer.IsVisible

As you noticed about the other problem, it does not work from the IDE but it
does from the document window

In substance, layer properties are correctly read and written only if the macro
is launched form the document window.

 The tab of the hidden layer does not change its color. Another bug...

Confirmed

Thanks again


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

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


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



[api-issues] [Issue 97955] service com.sun.star.drawi ng.Layer: boolean propeties are not working

2009-01-11 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97955
 Issue #|97955
 Summary|service com.sun.star.drawing.Layer: boolean propeties 
|are not working
   Component|api
 Version|OOO300m9
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|paolomantovani





--- Additional comments from paolomantov...@openoffice.org Sun Jan 11 
23:50:47 + 2009 ---
changing property values via API does not reflect in the user interface, 
example:

REM  *  BASIC  *

Sub Main
  ThisComponent.Layermanager.Layout.IsVisible = False


End Sub

After the execution of this macro, the layer is still set as visible.
In addition, changing the property from the UI does not reflects at API level

This problem affects also the remaining boolean properties of this service:
IsLocked 
IsPrintable

-
Please do not reply to this automatically generated notification from
Issue 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...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


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



[dba-issues] [Issue 34573] ExportDBWizard - An autopi lot to export OpenOffice.org data sources

2008-05-21 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34573


User paolomantovani changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Wed May 21 07:45:54 + 
2008 ---
This utility is no longer needed since ooo 2.0 has introduced the new OOoBase
component

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

-
To unsubscribe, 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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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





--- Additional comments from [EMAIL PROTECTED] Mon May  5 22:13:58 + 
2008 ---
An italian user pointed out that this problem does not occour if you print 
from the dispatcher.
This is his testing code:

Sub Prova
Dim oDoc As Object
Dim dispatcher As Object

oDoc = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)

Dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = PrintArea
args1(0).Value = $A$1:$G$37

dispatcher.executeDispatch(oDoc, .uno:ChangePrintArea, , 0, args1
())

Dim args2(1) as new com.sun.star.beans.PropertyValue
args2(0).Name = Copies
args2(0).Value = 2
args2(1).Name = Collate
args2(1).Value = true

dispatcher.executeDispatch(oDoc, .uno:Print, , 0, args2())
dispatcher.executeDispatch(oDoc, .uno:DeletePrintArea, , 0, 
Array())

End Sub

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

-
To unsubscribe, 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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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





--- Additional comments from [EMAIL PROTECTED] Wed Apr 30 21:08:35 + 
2008 ---
Confirmed.
With the following macro I could reproduce the problem.
Instead of the expected 2 copies I got 4
OOo2.4 (Sun build) on Linux/Ubuntu 7.04 

Sub Stampa()
Dim oDoc    as Object
Dim oRange  as Object
Dim oFoglio as Object
oDoc = ThisComponent
ofoglio = ThisComponent.CurrentController.ActiveSheet
oRange = oFoglio.getCellRangeByName($A$1:$E$47).getRangeAddress()
oFoglio.setPrintAreas(Array(oRange))
Dim args1(2) as new com.sun.star.beans.PropertyValue
args1(0).Name = CopyCount
args1(0).Value = 2
args1(1).Name = Selection
args1(1).Value = true
args1(2).Name = Collate
args1(2).Value = false
oDoc.print(args1())
oFoglio.setPrintAreas(Array())

End Sub

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

-
To unsubscribe, 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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





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

-
To unsubscribe, 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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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





--- Additional comments from [EMAIL PROTECTED] Wed Apr 30 21:34:12 + 
2008 ---
the problem seems not specific to Writer / WinXP since I could reproduce it with
Calc on Linux, please update 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]



[api-issues] [Issue 86414] UnoControlSimpleAnimation and UnoControlSimpleAnimationModel: wrong name in the IDL

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





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

-
To unsubscribe, 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 86415] UnoControlThrobber and Uno ControlThrobberModel: wrong IDL names

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


User paolomantovani changed the following:

What|Old value |New value

  CC|'fs'  |'fs,paolomantovani'





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

-
To unsubscribe, 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 86418] com.sun.star.frame.FrameCo ntrol: undocumented property LoaderArguments

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


User paolomantovani changed the following:

What|Old value |New value

  CC|'cd,fs'   |'cd,fs,paolomantovani'





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

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


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



[udk-issues] [Issue 50885] Error installing extension 's own configuration schema on Windos

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


User paolomantovani changed the following:

What|Old value |New value

 Assigned to|paolomantovani|jsc





--- Additional comments from [EMAIL PROTECTED] Thu Feb  7 18:17:07 + 
2008 ---
Juergen: reassigned to you following your suggestion in [EMAIL PROTECTED] ML

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

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


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



[www-issues] [Issue 78985] No way to get the ezmlm ID of a message from the web interface

2007-06-28 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78985
 Issue #|78985
 Summary|No way to get the ezmlm ID of a message from the web i
|nterface
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org mailing lists
 Assigned to|[EMAIL PROTECTED]
 Reported by|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Thu Jun 28 23:39:07 + 
2007 ---
Recently I erroneusly deleted a message from the [EMAIL PROTECTED] ML, so I 
tried to 
obtain the message using the ezmlm program facilities 
Unfortunately I noticed that the message index that I can see in the web 
interface of the ML archive is not usable for ezmlm requests because itdoes 
not match with the index used by the ezmlm program.

Christian Lohmaier kindly explained to me the situation :


 But  (perhaps I'm missing something), does it exist any way to obtain the
 mailinglist-ID  for a given message? or shoud I find it by tries and errors?

One that was delivered to you: Yes, there is a Return-Path header like this:
Return-Path: [EMAIL PROTECTED]

Where the 17945 would be the mailinglist-ID of that message.

Unfortunately, this header is not added to the web-archive on the ooo site,
and most other web-archives strip many headers as well.

(And getting the mail again, when you still have access to it is
pretty pointless)

So the only way to get it is via the index unfortunately :-(
--

I think that this should be fixed, making the ezmlm-msg-ID available in the 
web interface of the archive

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

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


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



[udk-issues] [Issue 50885] package installation error with unopkg under Windows

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


User paolomantovani changed the following:

What|Old value |New value

  Status|RESOLVED  |UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Wed Dec  6 02:15:23 -0800 
2006 ---
reopen

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

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


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



[udk-issues] [Issue 50885] package installation error with unopkg under Windows

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 29 06:13:13 -0800 
2006 ---
please reopen:
the problem seems due to the lenght of the (registry) package-name
Try to install the xcu file in attachment to reproduce the bug 
(should affect both linux and windows)


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

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


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



[udk-issues] [Issue 50885] package installation error with unopkg under Windows

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


User paolomantovani changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40991)
xcu file to install
|  |






--- Additional comments from [EMAIL PROTECTED] Wed Nov 29 06:15:04 -0800 
2006 ---
Created an attachment (id=40991)
xcu file to install


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

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


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



[sc-issues] [Issue 71488] API for DesignMode ON/OFF: RFE

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





--- Additional comments from [EMAIL PROTECTED] Mon Nov 13 15:22:06 -0800 
2006 ---
Just for completeness, see also this thread:
[api-dev] Calc: Switch DesignMode On/Off
http://api.openoffice.org/servlets/BrowseList?list=devby=threadfrom=1532806

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

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


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



[sc-issues] [Issue 71488] API for DesignMode ON/OFF: RFE

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





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

-
To unsubscribe, 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 25092] Example of FilePicker prev iew (StarBasic)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 06:14:12 -0700 
2006 ---
Final version
The attached zip file contains a document (odt) with the demo code and a 
readme.txt with a brief explanation.

The example has been tested with success in my GNU/Linux system with 
OpenOffice.org 2.0.2 (680m5 Build:9011) it_IT localization

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

-
To unsubscribe, 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 25092] Example of FilePicker prev iew (StarBasic)

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


User paolomantovani changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38750)
Example of use of a
|  | file picker dialog w/prev
|  |iew in StarBasic






--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 06:16:41 -0700 
2006 ---
Created an attachment (id=38750)
Example of use of a file picker dialog w/preview in StarBasic


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

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


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



[script-issues] [Issue 68848] Function SaveDataToFile in Basic library Tools is unsafe

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





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

-
To unsubscribe, 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 68855] Basic Kill command also ki lls folders

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





--- Additional comments from [EMAIL PROTECTED] Tue Aug 22 08:43:30 -0700 
2006 ---
If the kill behavior will be fixed only for CompatibilityMode(true), I think 
that the current documentation must be fixed too

Infact, in both Sun's StarBasic Manual and StarBasic Help there is no mention 
of the fact that kill can delete directories and their entire content

Therefore, StarBasic (and VBA too) provide a specialized statement in order to 
delete directories (in VBA, only _empty_ dirs)

Users do not expect that the kill statement is able to delete dirs under any 
conditions, so i consider harmful this behavior.

BTW I've just tested RmDir and it seems that there is a similar problem:
RmDir can delete files:

sub test
  shell(touch /home/paolo/file.txt)
  rmdir file:///home/paolo/file.txt
end sub





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

-
To unsubscribe, 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 25092] Example of FilePicker prev iew (StarBasic)

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


User paolomantovani changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38612)
A new version of th
|  |e example (fully functiona
|  |l), works with ooo 2.0.x






--- Additional comments from [EMAIL PROTECTED] Thu Aug 17 17:29:18 -0700 
2006 ---
Created an attachment (id=38612)
A new version of the example (fully functional), works with ooo 2.0.x


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

-
To unsubscribe, 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 25092] Example of FilePicker prev iew (StarBasic)

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





--- Additional comments from [EMAIL PROTECTED] Thu Aug 17 17:34:20 -0700 
2006 ---
the code is finished.
the next version (final) will contain some further comments and of course a 
short description.



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

-
To unsubscribe, e-mail: [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 67369] awt UnoControl Roadmap - I tems not visible

2006-07-14 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67369
 Issue #|67369
 Summary|awt UnoControl Roadmap - Items not visible 
   Component|api
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P5
Subcomponent|code
 Assigned to|jsc
 Reported by|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Fri Jul 14 03:40:27 -0700 
2006 ---
If you populate a com.sun.star.awt.UnoControlRoadmapModel with some items and 
*after* you add the control to the dialog, the items are not visible.

Please, consider the following example:


REM  *  BASIC  *

Sub Main
 
oDlg = CreateUnoDialog(DialogLibraries.Standard.Dialog1)
oRoadmapModel = 
oDlg.Model.createInstance(com.sun.star.awt.UnoControlRoadmapModel)

With oRoadmapModel
.Height = oDlg.Model.Height
.Width = oDlg.Model.Width/3
.PositionX = 0
.PositionY = 0
.Name = RoadMap
.Text = Steps
End With

Step1 = oRoadmapModel.createInstance()
Step1.ID = 1
Step1.Label = step 1
Step1.Enabled = True
oRoadmapModel.insertByIndex(0, Step1)

Step2 = oRoadmapModel.createInstance()
Step2.ID = 2
Step2.Label = step 2
Step2.Enabled = True
oRoadmapModel.insertByIndex(1, Step2)

oDlg.Model.insertByName( RoadMap, oRoadmapModel )
oDlg.execute()

End Sub

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

-
To unsubscribe, 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 66995] Struct com.sun.star.awt.Wi ndowDescriptor - incomplete documentation

2006-07-04 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66995
 Issue #|66995
 Summary|Struct com.sun.star.awt.WindowDescriptor - incomplete 
|documentation
   Component|api
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|documentation
 Assigned to|jsc
 Reported by|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Tue Jul  4 03:09:17 -0700 
2006 ---
The WindowServiceName property of the Uno struct
com.sun.star.awt.WindowDescriptor can take a number of values (string) but only
a few of them are described in the IDL documentation.
I've found a complete list of possible values in :
$OOSRC/toolkit/source/awt/vclxtoolkit.cxx

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

-
To unsubscribe, e-mail: [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 66995] Struct com.sun.star.awt.Wi ndowDescriptor - incomplete documentation

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


User paolomantovani changed the following:

What|Old value |New value

Priority|P1|P5





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

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


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



[ui-issues] [Issue 65508] New - UnoControlListBox ap pears without any border

2006-05-17 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65508
  Issue #:|65508
  Summary:|UnoControlListBox appears without any border
Component:|ui
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|ui
  Assigned to:|sba
  Reported by:|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Wed May 17 11:08:30 -0700 
2006 ---
(Notice: only under Linux)

UnoControlListBox in UnoDialogs appears without any border
This problem affects also ComboBox (with property DropDown set to False)

A probably related problem affects the TextEdit control:
- Go in the StarBasic IDE
- Add a new dialog in the designer
- insert a textedit control
- open the property dialog and set:
Multiline = False
Background = Red (for example)
BorderColor = Gray (f.e.)
Border = Flat
You will see NO effects!

setting multiline = True 
the properties ara applied correctly.

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

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


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



[ui-issues] [Issue 65508] UnoControlListBox appears without any border

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





--- Additional comments from [EMAIL PROTECTED] Wed May 17 11:13:41 -0700 
2006 ---
Created an attachment (id=36553)
StarBasic IDE with a Listobox where the  border property is set to 3DLook but 
it has no borders


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

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


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



[udk-issues] [Issue 59592] Basic IDE: pressing F5 or F8 to run the macro where is the cursor

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





--- Additional comments from [EMAIL PROTECTED] Mon Mar 20 10:32:22 -0800 
2006 ---
VB behaves differently because is an IDE for standalone programs. 
It makes no sense to launch a single routine in a standalone program. 
 
In the other hand VBA behaves exactly as I described: 
pressing f5 or f8 or the corresponding toolbar buttons launch the macro where   
 
the cursor is standing.
This is a good behaviour, simply because is very handy and confortable:

click the macro and press f5 : very handy!   
   
Another thing:   
almost macros in VBA and StarBasic are written by the macro recorder or by low  
 
skilled developers/users so, in effect, almost VBA and StarBasic modules that   
you can find are simply a collection of independent subroutines, so IMHO it   
would make sense to have the feature I requested.   
   
Finally:   
Wouldn't be a nice thing to have a flag in the configuration for this?  
I think that VBA users would really appreciate that, and who disagree can keep 
the current 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]



[www-issues] [Issue 58303] mailserver is down

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


User paolomantovani changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=33405) refused mail





--- Additional comments from [EMAIL PROTECTED] Fri Jan 20 02:00:39 -0800 
2006 ---
Created an attachment (id=33405)
refused mail


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

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


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



[udk-issues] [Issue 59592] New - Basic IDE: pressing F5 or F8 to run the macro where is the cursor

2005-12-20 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59592
  Issue #:|59592
  Summary:|Basic IDE: pressing F5 or F8 to run the macro where
  |is the cursor
Component:|udk
  Version:|OOo 2.0
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|kr
  Reported by:|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Tue Dec 20 05:04:38 -0800 
2005 ---
Currently if you are in the Basic IDE and press F5 or F8 or the corresponding 
toolbar buttons you launch th macro on top of the module. 
This is not handy when you develop, because very often you need to verify the 
macro that you are writing 
So it would be better if F5/F8 (and corresponding toolbar buttons) would run 
the macro where actually is the cursor.

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

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


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



[udk-issues] [Issue 59592] Basic IDE: pressing F5 or F8 to run the macro where is the cursor

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





--- Additional comments from [EMAIL PROTECTED] Tue Dec 20 05:10:14 -0800 
2005 ---
sorry for the P3, my mistake... 
-- paolo 

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

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


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



[sc-issues] [Issue 4040] Convert text to columns

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





--- Additional comments from [EMAIL PROTECTED] Sun Oct  9 15:18:38 -0700 
2005 ---
For rimugu : 
 
Although your installation procedure might work, is really complicated! :-) 
 
The macro is currently deployed as UNO package 
Although UNO packages are merely zip files, you don't need to unzip them 
before installation! 
 
Open The package manager and add the (zipped) UNO package in a single step 
 
After this you will find a new menu entry under the Tools menu and another 
under the Help menu 
 
The first is for running the TextToColumns macro, and the second is for seeing 
a nice About... dialog :-) 
 

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

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


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



[udk-issues] [Issue 17781] Basic interpreter doesn't check missing parentheses

2005-08-22 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17781





--- Additional comments from [EMAIL PROTECTED] Mon Aug 22 06:46:50 -0700 
2005 ---
AB I'm sorry to hear that you had to rewrite a module.   
np :-)  
I have reported this only for completeness, not for complaining.  
  
Anyway, IMHO the problem I reported it was not a regression and not a bug,  
only a new (useful) feature with some side effects:  
But let me better explain the thing:  
  
The package I'm speaking is Basic Macro Recorder , a simple macro recorder  
for Calc, fully implemented in Basic and based on listeners.  
  
Somewhere between 1.0 and 1.1 you've introduced the recursivity, that is the  
ability of a function or sub to call itself.  
  
A side effect of this ability is that a listener can execute an event routine  
before the previous execution has finished.  
In opposition, before the introduction of recursivity, if a listener did the  
call before the previous one had finished, the call was simply lost.  
  
In other words, now you can have 2 or more copies of the same routine running  
at the same time.  
This is not a problem except in case the event handler routine has to deal  
with global data.  
In this case you may have typical problems of thread-programming (race  
conditions, global data inconsistencies, etc.)  
  
Once I had recognized the problem, I solved implementing something near to a  
semaphore.  
It was not so easy, but it was very enjoying an instructive :-)  
 
best regards 
Paolo  

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

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


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



[udk-issues] [Issue 17784] Strange behaviours of old basic objects

2005-08-19 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17784





--- Additional comments from [EMAIL PROTECTED] Fri Aug 19 09:06:56 -0700 
2005 ---
Andreas,
thank you for your kind reply.

I must say that I agree on almost everything you said. 
Sure I agree with P5 and even P10 if it would exist :-) 
But nevertheless I would like that this small issue would be fixed, first or  
later. 
Anyway here the problem is not   
correct code does not work but  
incorrect code does work that is much different and less severe. 
  
Therefore I can understand your point of view and I will not reopen the issue 
if you will close it 
 
regards 
Paolo 

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

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


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



[udk-issues] [Issue 17781] Basic interpreter doesn't check missing parentheses

2005-08-19 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17781





--- Additional comments from [EMAIL PROTECTED] Fri Aug 19 10:37:40 -0700 
2005 ---
IMHO a fix in the scope of a strict mode (I think you have in mind some  
switch like the OptionCompatible mode) would not make much sense here. 
 
I appreciate the extreme caution in order to preserve compatibility with 
existing basic code, but here we are speaking of existing _incorrect_ code.   
  
BTW I would let you know that I can remember at least two or three cases
where an enhancement or fix in the basic engine caused me (and maybe other) to  
  
change my code to get it working in the new version. :-)  

I mean perfectly correct basic code that in the switch from 1.0.x to 1.1.x has  
   
been broken.  
And, at least in one case, I'm not speaking of simply add a missing
parenthesis, but to rewrite a whole module, after a complicated debugging. 
...I'm not joking, it's true :-)  

So, it seems to me that not fixing a bug in order to preserve  
compatibility with existing incorrect code is even too much caution.  
  
I think that if one writes incorrect code, the problem is on his own side,  
independently from the behavior of the interpreter.  
  
Anyway, I don't want to bother furthermore on this matter, so I will 
appreciate any decision you will take. 
 
best regards  
Paolo  
  
  

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

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


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



[udk-issues] [Issue 17826] Basic: flaws in the color ed syntax

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





--- Additional comments from [EMAIL PROTECTED] Tue Aug  2 06:02:39 -0700 
2005 ---
cyb:
Normally a variable name cannot contain spaces accented or quotation 
carachters unless it's surrounded by square parenthesis.   

In that case you can declare variables with names that normally wouldn't be   
allowed, e.g. :   

Dim [my sheet] As Object 
Dim [my calc sheet] As Object 
and so on...
   
Other examples of valid variable names: 
dim [] as variant
dim [REM] as string 
dim ['] as integer   
   
As you can see, although the variable name is perfectly legal, the colored
syntax is messed up 
  
ciao   
Paolo   


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

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


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



[udk-issues] [Issue 17826] Basic: flaws in the color ed syntax

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





--- Additional comments from [EMAIL PROTECTED] Tue Aug  2 09:38:22 -0700 
2005 ---
cyb:   
 The StarOffice 7 Programmer's Guide (the only official language reference   
 for SB yet) clearly says that a quotation mark within a string is done
 by  and not like in C \ with escape characters.   
   
Quotation mark are in strings, but we are speaking of variable names!   
I think you are confused about this point.  
   
 So dim [] as variant is something incomplete, it must be
 dim [] as Variant.   
   
Incomplete? it's a valid declaration statement that runs without errors!   
  
 I have the feeling we talk about different things.  
  
sure!! :-)   
   
 It would be nice if you could show me - and the others reading
 this issue - a valid SB example that can be compiled but has flaws
 in its color syntax (some code that can be executed I mean!).   
   
are you joking ?   
So I must think that you have never tried my first code example...   
Please, try the code   
   
ciao   
Paolo   
   
   
   
   

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

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


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



[udk-issues] [Issue 17826] Basic: flaws in the color ed syntax

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





--- Additional comments from [EMAIL PROTECTED] Tue Aug  2 10:39:24 -0700 
2005 ---
just to answer to the other question you did :   
   
 Also the question is whether this issue is of importance,
 since the whole syntax in the example you show is messed up
 and wouldn't occur in normal use cases.
   
of course, you're right, but my code was intended for demonstration purpose   
only.   
   
The following should be a possible real life case:   
   
- create a calc document with a sheet called Rem discography ;-)   
- now consider the following (working) code:   
   
Sub Main   
mySheet = ThisComponent.Sheets.[Rem discography]   
print mySheet.dbg_properties   
End Sub   
   
---   
Consider that in OpenOffice there are a lot of containers that can be accessed  
 
in that way and allows spaces in their element names   
e.g: styles, forms, form controls, writer tables, etc.   
   
Consider also that there are a lot of common terms that in SB are reserved   
words, e.g: print, write, read, rem, case, for, do, loop, name ..etc.   
   
That said, I think that you could easily imagine a lot of normal use cases   
beside the one I gave here   
   
ciao   
Paolo   
 

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

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


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



[udk-issues] [Issue 17784] Strange behaviours of old basic objects

2005-07-28 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17784





--- Additional comments from [EMAIL PROTECTED] Thu Jul 28 04:02:17 -0700 
2005 ---
I'm surprised and sorry to hear this from you. 
You'll consider me a nitpicker but I think that this kind of things makes the 
difference between a toy and a professional tool
   
regards  
Paolo  

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

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


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



[udk-issues] =?UTF-8?B?W0lzc3VlIDUwODg1XSBOZXcgLSBwYWNrYWdlIGluc3RhbGxhdGlvbg==?= =?UTF-8?B?IGVycm9yIHdpdGggdW5vcGtnIHVuZGVyIFdpbmRvd3M=?=

2005-06-17 Thread paolomantovani
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50885
  Issue #:|50885
  Summary:|package installation error with unopkg under Windows
Component:|udk
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|dbo
  Reported by:|paolomantovani





--- Additional comments from [EMAIL PROTECTED] Fri Jun 17 03:06:25 -0700 
2005 ---
an Italian user has reported problems trying to install the UNO package 
TextToColumns on 1.9.m104 in Windows XP using the package manager available 
from the menu. 
 
The package is available here: 
http://prdownloads.sourceforge.net/ooomacros/TextToColumns.uno2005-04-19.zip 
 
Here the results of some test done: 
Win XP: 
M91 -  does not work (my test)  
M104 -  does not work (an italian user test) 
 
Linux : 
M100 - works fine 
Other - I'm sure to have installed the package without problems in several 
previous OOo 1.9.mXX builds 
 
As a further info, the same package installs without any problems in any 
OOo1.1.x (with pkgchk) in both Linux and Windows 
 
Here the output of the unopkg call: 
--- 
Microsoft Windows XP [Versione 5.1.2600] 
(C) Copyright 1985-2001 Microsoft Corp. 
 
C:\Documents and Settings\paolo.PAGANINI\Desktopc:\Programmi\OpenOffice.org  
1.9.91\program\unopkg add TextToColumns.uno2005-04-19.zip 
WARNING: An error occurred while enabling the package: AddonConfiguration.xcs,  
Cause: (com.sun.star.ucb.InteractiveAugmentedIOException) { { { { Message =  
general error during transfer, Context = (com.sun.star.uno.XInterface)  
0xe7cd8c (ImplementationName = com.sun.star.comp.ucb.FileContent) },  
Classification = (com.sun.star.task.InteractionClassification) ERROR }, Code  
= (com.sun.star.ucb.IOErrorCode) INVALID_PARAMETER }, Arguments = ([]any)  
{ { (com.sun.star.beans.PropertyValue) { Name = Uri, Handle = (long) -1,  
Value = (any)  
{ 
file:///C:/Documents%20and%20Settings/paolo.PAGANINI/Dati%20applicazioni/OpenOffice.org1.9.91/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/schema/org/openoffice/Office/Addons/TextToColumns
 },  
State = (com.sun.star.beans.PropertyState) DIRECT_VALUE } },  
{ (com.sun.star.beans.PropertyValue) { Name = ResourceName, Handle = (long)  
-1, Value = (any) { C:\\Documents and Settings\\paolo.PAGANINI\\Dati  
applicazioni\\OpenOffice.org1.9.91\\user\\uno_packages\\cache\\registry\\com.sun.star.comp.deployment.configuration.PackageRegistryBackend\\registry\\schema\\org\\openoffice\\Office\\Addons\\TextToColumns
 },  
State = (com.sun.star.beans.PropertyState) DIRECT_VALUE } },  
{(com.sun.star.beans.PropertyValue) { Name = ResourceType, Handle = (long)  
-1, Value = (any) { folder }, State = (com.sun.star.beans.PropertyState)  
DIRECT_VALUE } } } } 
 
WARNING: An error occurred while enabling the package:  
AddonConfiguration.xcu,Cause:  
(com.sun.star.configuration.backend.BackendAccessException) { { { Message =  
Configuration LocalOutputStream - IO Error: Cannot open file  
\file:///C:/Documents%20and%20Settings/paolo.PAGANINI/Dati%20applicazioni/OpenOffice.org1.9.91/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Office/Addons/TextToColumns/AddonConfiguration.xcu_tmp\
  
for writing. Error is the format of the parameters was not valid [21].,  
Context = (com.sun.star.uno.XInterface) 0x0 }, TargetException = (any)  
{ (com.sun.star.io.IOException) { { Message = Cannot open file  
\file:///C:/Documents%20and%20Settings/paolo.PAGANINI/Dati%20applicazioni/OpenOffice.org1.9.91/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/data/org/openoffice/Office/Addons/TextToColumns/AddonConfiguration.xcu_tmp\
  
for writing. Error is the format of the parameters was not valid [21].,  
Context = (com.sun.star.uno.XInterface) 0x0 } } } }

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

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


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