Home | History | Annotate | Download | only in fpdftext

Lines Matching refs:m_TextBuf

80     m_TextBuf.EstimateSize(0, 10240);

94 m_TextBuf.EstimateSize(0, 10240);
107 m_TextBuf.EstimateSize(0, 10240);
145 m_TextBuf.Clear();
202 return m_TextBuf.GetSize();
661 return m_TextBuf.GetWideString().Mid(start, m_TextBuf.GetWideString().GetLength());
697 return m_TextBuf.GetWideString().Mid(startindex, nCount);
1119 m_TextBuf.AppendChar(str.GetAt(i));
1125 m_TextBuf.AppendChar(str.GetAt(i));
1139 Info.m_Index = m_TextBuf.GetLength();
1153 m_TextBuf.AppendChar(Info2.m_Unicode);
1162 m_TextBuf.AppendChar(wChar);
1178 Info.m_Index = m_TextBuf.GetLength();
1192 m_TextBuf.AppendChar(Info2.m_Unicode);
1202 m_TextBuf.AppendChar(Info.m_Unicode);
1347 int ntext = m_TextBuf.GetSize();
1532 int nCharInfoIndex = m_TextBuf.GetLength();
1614 if(m_TextBuf.GetSize()) {
1616 m_TextBuf.AppendChar(TEXT_RETURN_CHAR);
1617 m_TextBuf.AppendChar(TEXT_LINEFEED_CHAR);
1620 m_TextBuf.AppendChar(TEXT_RETURN_CHAR);
1627 m_TextBuf.AppendChar(TEXT_LINEFEED_CHAR);
1708 str = m_TextBuf.GetWideString();
1756 charinfo.m_Index = m_TextBuf.GetLength();
1829 charinfo.m_Index = m_TextBuf.GetLength();
1881 strCurText = m_TextBuf.GetWideString();
2138 info.m_Index = m_TextBuf.GetLength();