Lines Matching defs:position
180 void InsertLine(Sci::Line line, Sci::Position position, bool lineStart) override { in InsertLine()
218 void SetLineStart(Sci::Line line, Sci::Position position) noexcept override { in SetLineStart()
373 const char *UndoHistory::AppendAction(actionType at, Sci::Position position, const char *data, Sci:… in AppendAction()
591 void CellBuffer::GetCharRange(char *buffer, Sci::Position position, Sci::Position lengthRetrieve) c… in GetCharRange()
610 void CellBuffer::GetStyleRange(unsigned char *buffer, Sci::Position position, Sci::Position lengthR… in GetStyleRange()
633 const char *CellBuffer::RangePointer(Sci::Position position, Sci::Position rangeLength) noexcept { in RangePointer()
642 const char *CellBuffer::InsertString(Sci::Position position, const char *s, Sci::Position insertLen… in InsertString()
657 bool CellBuffer::SetStyleAt(Sci::Position position, char styleValue) noexcept { in SetStyleAt()
670 bool CellBuffer::SetStyleFor(Sci::Position position, Sci::Position lengthStyle, char styleValue) no… in SetStyleFor()
689 const char *CellBuffer::DeleteChars(Sci::Position position, Sci::Position deleteLength, bool &start… in DeleteChars()
836 void CellBuffer::InsertLine(Sci::Line line, Sci::Position position, bool lineStart) { in InsertLine()
889 const Sci::Position position = 0; in ResetLineEnds() local
956 void CellBuffer::BasicInsertString(Sci::Position position, const char *s, Sci::Position insertLengt… in BasicInsertString()
1127 void CellBuffer::BasicDeleteChars(Sci::Position position, Sci::Position deleteLength) { in BasicDeleteChars()