To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=1601
------- Additional comments from [EMAIL PROTECTED] Tue Jun 20 05:39:25 -0700 2006 ------- I have posted in issue http://qa.openoffice.org/issues/show_bug.cgi?id=66344 a more comprehensive way for casing functions. Basically, one should be able to customize the casing this way: - separate the casing for: - character starting a new sentence - character starting a new word - character inside a word - and available options: - CASE_NOP: NO Operation, leave case unchanged - CASE_UPPER: uppercase - CASE_LOWER: lowercase - CASE_TOGGLE: toggle case - CASE_CUSTOM: some custom casing function This way, someone may choose to apply: SENTENCE: CASE_UPPER WORD_BEGIN: CASE_UPPER WORD_INSIDE: CASE_LOWER but others may use WORD_INSIDE: CASE_NOP, and so on. See my request for an extended discussion and a C++ proof of concept 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]