Lines Matching refs:actChar

825   long actChar = entry.begin();  in send()  local
828 if (actChar >= entry.end()) in send()
832 if (endPos > pos+entry.end()-actChar) in send()
833 endPos = pos+entry.end()-actChar; in send()
838 f << "Text[" << std::hex << actChar << std::dec << "]:"; in send()
850 if (zone.m_posRulerMap.find(actChar)!=zone.m_posRulerMap.end()) { in send()
851 int id = zone.m_posRulerMap.find(actChar)->second; in send()
858 tableEntry.setBegin(actChar); in send()
863 else if (!sendTable(table) || actChar >= table.nextCharPos()) { in send()
872 actChar = table.nextCharPos(); in send()
873 if (actChar >= entry.end()) in send()
875 if (!zone.getPosition(actChar, firstPos, firstZ)) { in send()
877 actChar = entry.end(); in send()
897 if (zone.m_posFontMap.find(actChar)!=zone.m_posFontMap.end()) { in send()
898 int id = zone.m_posFontMap.find(actChar)->second; in send()
911 ++actChar; in send()
973 actChar+=listener->insertCharacter(static_cast<unsigned char>(c), input, endPos); in send()
1059 long actChar = entry.begin(); in findTableStructure() local
1063 cell.m_entry.setBegin(actChar); in findTableStructure()
1066 if (actChar >= entry.end()) in findTableStructure()
1077 if (zone.m_posRulerMap.find(actChar)!=zone.m_posRulerMap.end()) { in findTableStructure()
1078 int id = zone.m_posRulerMap.find(actChar)->second; in findTableStructure()
1095 actChar++; in findTableStructure()
1099 row.m_lastChar = actChar; in findTableStructure()
1106 cell.m_entry.setBegin(actChar); in findTableStructure()
1110 cell.m_entry.setEnd(actChar); in findTableStructure()
1114 cell.m_entry.setBegin(actChar); in findTableStructure()