| 357 | } |
| 358 | |
| 359 | void Document::ClearLevels() { |
| 360 | static_cast<LineLevels *>(perLineData[ldLevels])->ClearLevels(); |
| 361 | } |
| 362 | |
| 363 | static bool IsSubordinate(int levelStart, int levelTry) { |
| 364 | if (levelTry & SC_FOLDLEVELWHITEFLAG) |
nothing calls this directly
no outgoing calls
no test coverage detected