---------------------------------------------------------------------------
| 315 | String FormatRegExpString(String source); |
| 316 | //--------------------------------------------------------------------------- |
| 317 | struct colstring |
| 318 | { |
| 319 | int val; |
| 320 | char * string; |
| 321 | }; |
| 322 | String GetColorNameRus(TColor c); |
| 323 | //--------------------------------------------------------------------------- |
| 324 | void MySetLocalTime(TDateTime t); |
nothing calls this directly
no outgoing calls
no test coverage detected