<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    the deprecated string classes have a Fill(n,c) method which fills a
    string with a single character c repeated n times. I found ~50
    occurrences of Fill() using "git grep", so it might be worth to add
    a Fill() method to OUString. Maybe the name of the new method could
    be a bit more verbose e.g. fillWithChar().<br>
    <br>
    Probably I would have to add something similar to "OUString
    fillWithChar(sal_uInt32 nNumber,<code> <big>sal_Unicode cChar=' '</big></code>)"
    to ustring.hxx and something like rtl_ustr_fillWithChar() to
    ustring.c<code> <br>
      <br>
    </code>Obviously I need some assistance...any hint is welcome.<br>
    <br>
    Christina<br>
    <br>
  </body>
</html>