Searched refs:GetInputAsStringList (Results 1 – 3 of 3) sorted by relevance
461 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() function in Editline663 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand()706 auto lines = GetInputAsStringList(); in EndOrAddLineCommand()844 StringList lines = GetInputAsStringList(); in NextLineCommand()892 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand()1692 lines = GetInputAsStringList(); in GetLines()
264 StringList GetInputAsStringList(int line_count = UINT32_MAX);
525 return m_editline_up->GetInputAsStringList(); in GetCurrentLines()