Searched refs:texTopic (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp1751 TexTopic *texTopic = (TexTopic *)TopicTable.Get(topic); local
1752 if (!texTopic)
1754 texTopic = new TexTopic(filename);
1755 texTopic->keywords = new wxStringList;
1756 TopicTable.Put(topic, texTopic);
1759 if (!texTopic->keywords->Member(entry))
1760 texTopic->keywords->Add(entry);
1769 TexTopic *texTopic = (TexTopic *)node->GetData(); local
1770 delete texTopic;
H A Dhtmlutil.cpp3259 TexTopic *texTopic = (TexTopic *)node->GetData(); local
3261 if (texTopic->filename && texTopic->keywords)
3263 wxStringListNode *node1 = texTopic->keywords->GetFirst();
3267 wxFprintf(fd, _T("%s|%s|%s\n"), topicName, texTopic->filename, s);
3359 TexTopic *texTopic = (TexTopic *)node->GetData(); local
3361 if (texTopic->filename && texTopic->keywords)
3363 wxStringListNode *node1 = texTopic->keywords->GetFirst();
3372 texTopic
[all...]
H A Drtfutils.cpp184 TexTopic *texTopic = (TexTopic *)TopicTable.Get(parentTopic); local
185 if (!texTopic)
187 texTopic = new TexTopic;
188 TopicTable.Put(parentTopic, texTopic);
190 texTopic->hasChildren = true;
272 TexTopic *texTopic = (TexTopic *)TopicTable.Get(topicName); local
273 if (texTopic)
277 if (texTopic->hasChildren || level == 1 || ContentsLevels[level-1])
334 TexTopic *texTopic = (TexTopic *)TopicTable.Get(topic); local
335 if (!texTopic)
[all...]

Completed in 106 milliseconds