To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74754


User hdu changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'hdu,tbe'                 |'hdu,sb,tbe'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May 28 12:07:20 +0000 
2008 -------
Thanks for the details! On a second look I agree that the signature of the 
first suggestion indeed had their 
own problems, e.g. it needed a sequence<char> parameter instead of a string. 
Also the method name 
hasGlyphs() is a bit unfortunate when the meaning of it is 
"canDisplayStringUpTo" or 
"isStringSupportedByFont". The method's counterpart in OutputDevice has the 
same problem though.

If OOo had such a thing as a codepoint iterator the best signature IMHO would 
be something like:
    Iterator canDisplayUpTo( Iterator begin, Iterator end)
Using indexes into a string is unfortunate too, but is better than nothing, 
since the above signature is 
currently not possible with OOo's string classes? CCing Mr. String SB: What 
would be the best UNO 
approximation to the signature suggested above?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue 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]

Reply via email to