• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/

Lines Matching refs:wxRichTextLine

673         wxRichTextLine* line = GetLineAtYPosition(rect.y);
901 wxRichTextLine* wxRichTextParagraphLayoutBox::GetLineAtPosition(long pos, bool caretPosition) const
920 wxRichTextLine* line = node2->GetData();
946 wxRichTextLine* wxRichTextParagraphLayoutBox::GetLineAtYPosition(int y) const
957 wxRichTextLine* line = node2->GetData();
997 wxRichTextParagraph* wxRichTextParagraphLayoutBox::GetParagraphForLine(wxRichTextLine* line) const
1005 wxRichTextLine* line = GetLineAtPosition(pos, caretPosition);
1433 wxRichTextLine* line = node2->GetData();
1465 /// Given a line number, get the corresponding wxRichTextLine object.
1466 wxRichTextLine* wxRichTextParagraphLayoutBox::GetLineForVisibleLineNumber(long lineNumber) const
1481 wxRichTextLine* line = node2->GetData();
1709 /// Given a line number, get the corresponding wxRichTextLine object.
3722 wxRichTextLine* line = m_cachedLines.GetFirst() ? (wxRichTextLine* ) m_cachedLines.GetFirst()->GetData() : (wxRichTextLine*) NULL;
3773 wxRichTextLine* line = node->GetData();
4043 wxRichTextLine* line = AllocateLine(lineCount);
4097 wxRichTextLine* line = AllocateLine(lineCount);
4143 wxRichTextLine* line = lineNode->GetData();
4193 wxRichTextLine* line = node->GetData();
4367 wxRichTextLine* line = node->GetData();
4412 wxRichTextLine* line = ((wxRichTextParagraphLayoutBox*)GetParent())->GetLineAtPosition(0);
4434 wxRichTextLine* line = parent->GetLineAtPosition(index + 1);
4456 wxRichTextLine* line = node->GetData();
4467 wxRichTextLine* nextLine = node->GetNext()->GetData();
4509 wxRichTextLine* line = node->GetData();
4950 wxRichTextLine* wxRichTextParagraph::AllocateLine(int pos)
4954 wxRichTextLine* line = m_cachedLines.Item(pos)->GetData();
4960 wxRichTextLine* line = new wxRichTextLine(this);
4975 wxRichTextLine* line = node->GetData();
5056 * wxRichTextLine
5062 wxRichTextLine::wxRichTextLine(wxRichTextParagraph* parent)
5068 void wxRichTextLine::Init(wxRichTextParagraph* parent)
5081 void wxRichTextLine::Copy(const wxRichTextLine& obj)
5090 wxPoint wxRichTextLine::GetAbsolutePosition() const
5096 wxRichTextRange wxRichTextLine::GetAbsoluteRange() const
7197 wxRichTextLine* line = node2->GetData();
7467 wxRichTextLine* line = NULL;
7471 wxRichTextLine* l = node2->GetData();
7490 line = (wxRichTextLine*) lineNode->GetData();
7493 line = (wxRichTextLine*) lineNode->GetData();
7512 wxRichTextLine* line = node2->GetData();