<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cno@nouenoff.nl" title="Cor Nouws <cno@nouenoff.nl>"> <span class="fn">Cor Nouws</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Regular expression "\n" in replace field inputs "\n" instead of line(paragraph?) break"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=43107">bug 43107</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Regular expression "\n" in replace field inputs "\n" instead of paragraph break
           </td>
           <td>Regular expression "\n" in replace field inputs "\n" instead of line(paragraph?) break
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>erack@redhat.com, rb.henschel@t-online.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Regular expression "\n" in replace field inputs "\n" instead of line(paragraph?) break"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=43107#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Regular expression "\n" in replace field inputs "\n" instead of line(paragraph?) break"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=43107">bug 43107</a>
              from <span class="vcard"><a class="email" href="mailto:cno@nouenoff.nl" title="Cor Nouws <cno@nouenoff.nl>"> <span class="fn">Cor Nouws</span></a>
</span></b>
        <pre>(In reply to DN from <a href="show_bug.cgi?id=43107#c20">comment #20</a>)
<span class="quote">> > Help reads: : "\n is for line end entered with Shft+Enter"

> (for anyone else reading - the help page by clicking Help on the
> search/replace window and clicking "List of Regular Expressions")

> This is a documentation bug. This refers to Writer only, not Calc.</span >

There is more. Who says Ctrl+Enter creates a new line in a Calc text cell?

Unzip a Calc file with a 'new line', and you see:
  <text:p>text on line one</text:p><text:p>And this on line too</text:p>

Unzip a Writer file with a 'new line', and you see:
  <text:p text:style-name="P1">This is line one<text:line-break/>and this is
line two</text:p>

So, although the Calc cell UI does not know the paragraph concept, the xml file
does.
Thus the question still stands: what are the bugs, and/or not yet implemented
features? (see below)

<span class="quote">> > Hence I do not have a file to test this exactly..

> The steps I listed result in a doc to test this.</span >

They don't - hence my request ;)

<span class="quote">> > behavior was the same in version 3.3.0 and is in OpenOffice.
> > So, is this really a bug, or something that behaves different than expected??

> It's a bug. The content of "replace" should be interpreted as a regex (i.e.
> \n should be interpreted as a newline, not a literal string). It may well
> have always been a bug in Open/LibreOffice.</span >

No doubt that I agree, that one would expect that Find & Replace replaces 'line
breaks'. In any case, in there is no line break, a result 'not found' would be
more appropriate.

So bugs/problems are:
- a 'new line' in Calc text cells, produces a new paragraph;
  - it makes sense that, since Shift+Enter does the opposite of Enter,
   Ctrl+Enter is used for the line break (new line/paragraph)
  - maybe it should really create a line break?
- Find & Replace should either report: no new lines found; or behave different
in Calc text, handling paragraphs as if it were line breaks;
- documentation is not clear/complete.

adding @eike and @regina to cc.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>