| 199 | } |
| 200 | |
| 201 | int CGhostTextView::ComputeApparentLine (int nRealLine) const |
| 202 | { |
| 203 | return m_pGhostTextBuffer->ComputeApparentLine(nRealLine); |
| 204 | } |
| 205 | |
| 206 | void CGhostTextView::GetTextWithoutEmptys (int nStartLine, int nStartChar, |
| 207 | int nEndLine, int nEndChar, CString &text, |
no outgoing calls
no test coverage detected