Lines Matching defs:line
99 void LineMarkers::InsertLine(Sci::Line line) { in InsertLine()
105 void LineMarkers::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
111 void LineMarkers::RemoveLine(Sci::Line line) { in RemoveLine()
122 for (Sci::Line line = 0; line < markers.Length(); line++) { in LineFromHandle() local
130 int LineMarkers::HandleFromLine(Sci::Line line, int which) const noexcept { in HandleFromLine()
138 int LineMarkers::NumberFromLine(Sci::Line line, int which) const noexcept { in NumberFromLine()
146 void LineMarkers::MergeMarkers(Sci::Line line) { in MergeMarkers()
174 int LineMarkers::AddMark(Sci::Line line, int markerNum, Sci::Line lines) { in AddMark()
192 bool LineMarkers::DeleteMark(Sci::Line line, int markerNum, bool all) { in DeleteMark()
209 const Sci::Line line = LineFromHandle(markerHandle); in DeleteMarkFromHandle() local
225 void LineLevels::InsertLine(Sci::Line line) { in InsertLine()
232 void LineLevels::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
239 void LineLevels::RemoveLine(Sci::Line line) { in RemoveLine()
260 int LineLevels::SetLevel(Sci::Line line, int level, Sci::Line lines) { in SetLevel()
289 void LineState::InsertLine(Sci::Line line) { in InsertLine()
297 void LineState::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
305 void LineState::RemoveLine(Sci::Line line) { in RemoveLine()
311 int LineState::SetLineState(Sci::Line line, int state) { in SetLineState()
318 int LineState::GetLineState(Sci::Line line) { in GetLineState()
360 void LineAnnotation::InsertLine(Sci::Line line) { in InsertLine()
367 void LineAnnotation::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
374 void LineAnnotation::RemoveLine(Sci::Line line) { in RemoveLine()
409 void LineAnnotation::SetText(Sci::Line line, const char *text) { in SetText()
432 void LineAnnotation::SetStyle(Sci::Line line, int style) { in SetStyle()
440 void LineAnnotation::SetStyles(Sci::Line line, const unsigned char *styles) { in SetStyles()
483 void LineTabstops::InsertLine(Sci::Line line) { in InsertLine()
490 void LineTabstops::InsertLines(Sci::Line line, Sci::Line lines) { in InsertLines()
497 void LineTabstops::RemoveLine(Sci::Line line) { in RemoveLine()
504 bool LineTabstops::ClearTabstops(Sci::Line line) noexcept { in ClearTabstops()
515 bool LineTabstops::AddTabstop(Sci::Line line, int x) { in AddTabstop()
534 int LineTabstops::GetNextTabstop(Sci::Line line, int x) const noexcept { in GetNextTabstop()