Searched refs:GetInputAsStringList (Results 1 – 3 of 3) sorted by relevance
455 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline651 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()692 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()824 StringList lines = GetInputAsStringList(); in NextLineCommand()870 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()1589 lines = GetInputAsStringList(); in GetLines()
242 StringList GetInputAsStringList(int line_count = UINT32_MAX);
523 return m_editline_up->GetInputAsStringList(); in GetCurrentLines()