Comment 37 for bug 465309

Revision history for this message
In , Gordon1drake (gordon1drake) wrote :

To add text to the beginning of every paragraph you can do it in two passes. The first finds the start of the paragraph and the first character and replaces it with whatever text and the first character. The second pass will find empty paragraphs and replace it with whatever text and a paragraph break.

Search For: ^.
Replace With: <text>&

Search For: ^$
Replace With: <text>\n

I don't know if LO has anything for the start of a line whether it is the beginning of a paragraph or a line that has been word-wrapped .

Windows Vista 64
Version: 4.4.3.2
Build ID: 88805f81e9fe61362df02b9941de8e38a9b5fd16