Hi Yosef,

Yosef Leibovich wrote:

> How can I insert those signs in winXP OOo? it's very vital because unlike MSWord OOo doesn't care which language have you typed the character with - it makes them all neutral.


Yes, that's true. MS Word seems to treat neutral characters depending on the current input method. On Linux and Solaris, we currently do not know how to distinguish if a neutral character has been entered with your input method set to "English" or "Hebrew".


We are aware of that problem and are working on it. In the meantime you could use the following macros as a workaround:


sub InsertLRE xsel = thiscomponent.currentcontroller.getselection xrange = xsel(0) xrange.setstring(chr$(8234)) end sub

sub InsertRLE
xsel = thiscomponent.currentcontroller.getselection
xrange = xsel(0)
xrange.setstring(chr$(8235))
end sub

sub InsertPDF
xsel = thiscomponent.currentcontroller.getselection
xrange = xsel(0)
xrange.setstring(chr$(8236))


and assign them to the f-keys


Best Regards,

Frank



לענות