Does something resembling this Macro already exist?

People,

I want to set up a Macro in a Writer doc that will, when started:

- search from the top of the doc, for any occurrence of each of a dozen different words (stored in array?)

- stop on each word found, allow editing etc

- continue on to the next word occurrence by clicking a "Continue" button until the end of the doc is reached

Does anyone know of something that already resembles this macro that I could hack around to do what I want?

Thanks,

Phil.

If you hit CTRL+H (find&replace) and expand the 'other options', you can check the 'Regular expressions'

When searching for 'one|two|three', you will find all occurrences of 'one', 'two' or 'three'.

When something is found, you can click in the document to change what you like. When ready the 'find' button will find the next thing.

Luuk,

People,

I want to set up a Macro in a Writer doc that will, when started:

- search from the top of the doc, for any occurrence of each of a dozen
different words (stored in array?)

- stop on each word found, allow editing etc

- continue on to the next word occurrence by clicking a "Continue"
button until the end of the doc is reached

Does anyone know of something that already resembles this macro that I
could hack around to do what I want?

Thanks,

Phil.

If you hit CTRL+H (find&replace) and expand the 'other options', you
can check the 'Regular expressions'

When searching for 'one|two|three', you will find all occurrences of
'one', 'two' or 'three'.

When something is found, you can click in the document to change what
you like. When ready the 'find' button will find the next thing.

Perfect!

Thanks,

Phil.