defgetWords ():
doc = XSCRIPTCONTEXT.getDocument ()
parentwin = doc.CurrentController.Frame.ContainerWindow
text = doc. Text
MessageBox (parentwin, text.getString (), ”dokument”)
wordcursor = text.createTextCursor ()
stunder 1:
(falsk) wordcursor.gotoStartOfWord;
(riktig) wordcursor.gotoEndOfWord;
MessageBox (parentwin, wordcursor.getString (), ”uttrycker”),
om (falsk) falsk) == (för wordcursor.gotoNextWord:
avbrott;
|