Exemple #1
0
 public int ReplaceAll(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression)
 {
     return(0);
 }
Exemple #2
0
 public int ReplaceAll(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options)
 {
     return(0);
 }
Exemple #3
0
 public bool Replace(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression)
 {
     return(false);
 }
Exemple #4
0
 public bool Replace(string String, string ReplaceWith, River.Orqa.Editor.SearchOptions Options)
 {
     return(false);
 }
Exemple #5
0
 public int MarkAll(string String, River.Orqa.Editor.SearchOptions Options, System.Text.RegularExpressions.Regex Expression)
 {
     return(0);
 }
Exemple #6
0
 public int MarkAll(string String, River.Orqa.Editor.SearchOptions Options)
 {
     return(0);
 }