Searched refs:TexChunk (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Drtfutils.h20 * Given a TexChunk with a string value, scans through the string
27 void ProcessText2RTF(TexChunk *chunk);
37 void Text2RTF(TexChunk *chunk);
H A Dtex2any.h77 TexChunk: type = macro, name = toplevel, no_args = 1
80 TexChunk: type = argument
83 TexChunk: type = string, value = "The cat sat on the "
84 TexChunk: type = macro, name = mymat, no_args = 2
87 TexChunk: type = argument
90 TexChunk: type = string, value = "very coarse and "
91 TexChunk: type = macro, name = it, no_args = 1
94 TexChunk: type = argument
97 TexChunk: type = string, value = "cheap"
99 TexChunk
105 class TexChunk class
[all...]
H A Dtex2any.cpp38 TexChunk * DocumentTitle = NULL;
39 TexChunk * DocumentAuthor = NULL;
40 TexChunk * DocumentDate = NULL;
43 TexChunk * LeftHeaderEven = NULL;
44 TexChunk * LeftFooterEven = NULL;
45 TexChunk * CentreHeaderEven = NULL;
46 TexChunk * CentreFooterEven = NULL;
47 TexChunk * RightHeaderEven = NULL;
48 TexChunk * RightFooterEven = NULL;
49 TexChunk * LeftHeaderOd
1718 TexChunk::TexChunk(int the_type, TexMacroDef *the_def) function in class:TexChunk
1730 TexChunk::TexChunk(TexChunk& toCopy) function in class:TexChunk
[all...]
H A Dtex2rtf.h140 extern TexChunk *currentMember;
H A Dtexutils.cpp55 TexChunk *currentSection = NULL;
78 void OutputChunkToString(TexChunk *chunk, wxChar *buf)
168 wxChar *FindTopicName(TexChunk *chunk)
182 TexChunk *child = (TexChunk *)node->GetData();
188 TexChunk *schunk = (TexChunk *)snode->GetData();
208 * Snag is that some save a TexChunk, so don't use yet...
H A Dhtmlutil.cpp64 static TexChunk *descriptionItemArg = NULL;
65 static TexChunk *helpRefFilename = NULL;
66 static TexChunk *helpRefText = NULL;
252 * Given a TexChunk with a string value, scans through the string
257 void ProcessText2HTML(TexChunk *chunk)
329 void Text2HTML(TexChunk *chunk)
349 TexChunk *child_chunk = (TexChunk *)node->GetData();
364 TexChunk *child_chunk = (TexChunk *)nod
[all...]
H A Drtfutils.cpp48 static TexChunk *descriptionItemArg = NULL;
97 static TexChunk *helpRefText = NULL;
583 * Given a TexChunk with a string value, scans through the string
590 void ProcessText2RTF(TexChunk *chunk)
701 void Text2RTF(TexChunk *chunk)
720 TexChunk *child_chunk = (TexChunk *)node->GetData();
735 TexChunk *child_chunk = (TexChunk *)node->GetData();
H A Dtex2rtf.cpp76 TexChunk *currentMember = NULL;
91 extern TexChunk *TopLevel;
H A Dxlputils.cpp33 static TexChunk *descriptionItemArg = NULL;

Completed in 285 milliseconds