Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 7598

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Constants' Group SearchFlags</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">util</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group SearchFlags</td>
</tr>
<tr>
<td><dl></dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ALL_IGNORE_CASE">ALL_IGNORE_CASE</a></td>
<td class="imsum_right"><b>[ DEPRECATED ]<br>
</b>&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NORM_WORD_ONLY">NORM_WORD_ONLY</a></td>
<td class="imsum_right">Flag for normal (Boyer-Moore) search&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REG_EXTENDED">REG_EXTENDED</a></td>
<td class="imsum_right">Flag for "regular expression" search / interpret as extended regular expression&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REG_NOSUB">REG_NOSUB</a></td>
<td class="imsum_right">Flag for "regular expression" search / No replace, i.e., avoid sub regular
 expresions, return true/false to match

<!-- JRH: Check this for sense of the expression. -->
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REG_NEWLINE">REG_NEWLINE</a></td>
<td class="imsum_right">Flag for "regular expression" search / Special new line treatment&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REG_NOT_BEGINOFLINE">REG_NOT_BEGINOFLINE</a></td>
<td class="imsum_right">A NEWLINE character in string will not be matched by a period outside bracket
 expression or by any form of a non matching list.
 A circumflex (^) in pattern when used to specify expression anchoring
<!-- JRH: anhoring to anchoring.  -->
 will match the zero length string immediately after a newline in string,
 regardless of the setting of REG_NOTBOL
 A dollar-sign ($) in pattern when used to specify expression anchoring,
 will match zero-length string immediately before a new line in string,
 regardless of the setting of REG_NOTEOL
&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REG_NOT_ENDOFLINE">REG_NOT_ENDOFLINE</a></td>
<td class="imsum_right">The first character in the string is not the beginning of the line therefore ^ will not
 match with first character of the string
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LEV_RELAXED">LEV_RELAXED</a></td>
<td class="imsum_right">Flags for "Weight Levenshtein-Distance" search&nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="ALL_IGNORE_CASE" class="membertitle">ALL_IGNORE_CASE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>ALL_IGNORE_CASE</b> = 0x00000001;<hr>
<dl>
<dt><b>Usage Restrictions</b></dt>
<dd><i>deprecated</i></dd>
<dt><b>Deprecation Info</b></dt>
<dd>: the constant ALL_IGNORE_CASE is never supported -
 it must use the transliteration flags of
 the SearchOptions.
 <p></dd>
<dt><b>See also</b></dt>
<dd><a href="#TransliterationModulesNew">TransliterationModulesNew</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="NORM_WORD_ONLY" class="membertitle">NORM_WORD_ONLY</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>NORM_WORD_ONLY</b> = 0x00000010;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Flag for normal (Boyer-Moore) search</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REG_EXTENDED" class="membertitle">REG_EXTENDED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>REG_EXTENDED</b> = 0x00000100;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Flag for "regular expression" search / interpret as extended regular expression</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REG_NOSUB" class="membertitle">REG_NOSUB</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>REG_NOSUB</b> = 0x00000200;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Flag for "regular expression" search / No replace, i.e., avoid sub regular
 expresions, return true/false to match

<!-- JRH: Check this for sense of the expression. -->
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REG_NEWLINE" class="membertitle">REG_NEWLINE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>REG_NEWLINE</b> = 0x00000400;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Flag for "regular expression" search / Special new line treatment</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REG_NOT_BEGINOFLINE" class="membertitle">REG_NOT_BEGINOFLINE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>REG_NOT_BEGINOFLINE</b> = 0x00000800;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A NEWLINE character in string will not be matched by a period outside bracket
 expression or by any form of a non matching list.
 A circumflex (^) in pattern when used to specify expression anchoring
<!-- JRH: anhoring to anchoring.  -->
 will match the zero length string immediately after a newline in string,
 regardless of the setting of REG_NOTBOL
 A dollar-sign ($) in pattern when used to specify expression anchoring,
 will match zero-length string immediately before a new line in string,
 regardless of the setting of REG_NOTEOL
</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REG_NOT_ENDOFLINE" class="membertitle">REG_NOT_ENDOFLINE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>REG_NOT_ENDOFLINE</b> = 0x00001000;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The first character in the string is not the beginning of the line therefore ^ will not
 match with first character of the string
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LEV_RELAXED" class="membertitle">LEV_RELAXED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>LEV_RELAXED</b> = 0x00010000;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Flags for "Weight Levenshtein-Distance" search</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>