[api-issues] [Issue 77617] BASIC macro: readString n ever returns delemiters

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


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Tue May 29 08:09:48 + 
2007 ---
This has nothing to do with Basic, only with the TextInputStream implementation.
- OOo 2.x, STARTED

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

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


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



[api-issues] [Issue 77617] BASIC macro: readString n ever returns delemiters

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


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |ab





--- Additional comments from [EMAIL PROTECTED] Tue May 22 11:17:42 + 
2007 ---
jsc - ab: as discussed it's yours 

-
Please do not reply to this automatically generated notification from
Issue 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 77617] BASIC macro: readString n ever returns delemiters

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


User jsc changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon May 21 07:57:31 + 
2007 ---
can you please provide a working example. From where do you get the
TextInputStream? This is important to find the right implementation.

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

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


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



[api-issues] [Issue 77617] BASIC macro: readString n ever returns delemiters

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





--- Additional comments from [EMAIL PROTECTED] Tue May 22 03:49:47 + 
2007 ---
Full example:

oUcbobject = createUnoService(com.sun.star.ucb.SimpleFileAccess)
oSinkobject = createUnoService(com.sun.star.io.TextInputStream)
oStream = oUcbobject.openFileRead(C:\afile.txt)
oSinkobject.setInputStream(oStream)

REM This line works normally except { is never included 
REM   regardless bRemoveDelimiter 
sLine = oSinkobject.readString (Array(Asc({)), FALSE)

---afile.txt---
a {
  b {
c
  }
}

-
Please do not reply to this automatically generated notification from
Issue 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 77617] BASIC macro: readString n ever returns delemiters

2007-05-19 Thread whitey04
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77617
 Issue #|77617
 Summary|BASIC macro:  readString never returns delemiters
   Component|api
 Version|OOo 2.2
Platform|All
 URL|http://api.openoffice.org/docs/common/ref/com/sun/star
|/io/XTextInputStream.html#readString
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|whitey04





--- Additional comments from [EMAIL PROTECTED] Sun May 20 05:30:46 + 
2007 ---
Using StarBASIC/OOoBASIC:

The bRemoveDelimiter parameter appears to be ignored, the delimiter is never
returned with the string.

The code snippets below return identical results:

sString  = oTexInputStream.readString (Array(Asc({)), FALSE)
sString2 = oTexInputStream.readString (Array(Asc({)), 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]