Method | Description | |
---|---|---|
AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void |
Member AddStringAltMember
|
|
AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void |
Member AddStringProp
|
|
ReplaceAll ( ) : int |
Replaces all.
|
|
ReplaceAllCollectorEnv ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System |
Initializes a new instance of the T:FindReplaceCollectorEnvBase class. If the base environment is not null, it is used for various things, such as obtaining 'outer object' information. |
|
ReplaceString ( ITsStrBldr tsbBuilder, ITsString tssInput, int ichMinInput, int ichLimInput, ITsString tssReplace, int delta, bool fEmptySearch, bool fUseWs ) : int |
Replaces the string.
|
|
set_IntProperty ( int tpt, int tpv, int nValue ) : void |
Method | Description | |
---|---|---|
CloseTheObject ( ) : void |
Closes the object.
|
|
OpenTheObject ( int hvo, int ihvo ) : void |
Opens the object.
|
Method | Description | |
---|---|---|
DoReplace ( ITsString tss ) : ITsString |
Does the find or replace.
|
|
IsEditable ( ITsString tss, int ichMin, int ichLim ) : bool |
Determines whether the specified string is editable.
|
public AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void | ||
tag | int | tag |
ws | int | ws |
_vwvc | IVwViewConstructor | _vwvc |
return | void |
public AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void | ||
tag | int | tag |
_vwvc | IVwViewConstructor | _vwvc |
return | void |
protected OpenTheObject ( int hvo, int ihvo ) : void | ||
hvo | int | The hvo. |
ihvo | int | The ihvo. |
return | void |
public ReplaceAllCollectorEnv ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System | ||
vc | IVwViewConstructor | The view constructor. |
sda | ISilDataAccess | Date access to get prop values etc. |
hvoRoot | int | The root object to display. |
frag | int | The fragment. |
vwPattern | IVwPattern | The find/replace pattern. |
searchKiller | IVwSearchKiller | Used to interrupt a find/replace |
return | System |
public static ReplaceString ( ITsStrBldr tsbBuilder, ITsString tssInput, int ichMinInput, int ichLimInput, ITsString tssReplace, int delta, bool fEmptySearch, bool fUseWs ) : int | ||
tsbBuilder | ITsStrBldr | The string builder for the text to be replaced. |
tssInput | ITsString | The input string to be replaced. |
ichMinInput | int | The start in the input string. |
ichLimInput | int | The lim in the input string. |
tssReplace | ITsString | The replacement text. This should come from VwPattern.ReplacementText, /// NOT VwPattern.ReplaceWith. The former includes any ORCs that need to be saved from the input, as well as /// properly handling $1, $2 etc. in regular expressions. |
delta | int | length difference between tssInput and tsbBuilder from previous /// replacements. |
fEmptySearch | bool | |
fUseWs | bool | if set to |
return | int |
public set_IntProperty ( int tpt, int tpv, int nValue ) : void | ||
tpt | int | |
tpv | int | |
nValue | int | |
return | void |