RBL wrote:

RBL wrote:
I want to find alm paragraph markers in a document, and add
a new blank line after each one.

I go into Find & Replace, enter a $, make sure RegEx is
selected, click Find, and OOo does not find ANY paragraph
markers.

In MSFT Word this is as simple as finding ^p and replacing
with ^p^p.

Can OOo do this?

NEVER MIND.  PEBKAC ERROR!  I inadvertently had an attribute
also selected.

But that does raise the question:  Does anyone have a SIMPLE
OOo macro that could be used to search and replace single
paragraph markers with two?

No macro needed. Using RegExes, search for $ and replace with \n\n

But if all you want is double-spacing, you're advised to change
the style(s) involved.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to