• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/

Lines Matching refs:TexChunk

77 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: type = argument
102 TexChunk: type = string, value = mat
105 class TexChunk
118 TexChunk(int the_type, TexMacroDef *the_def = NULL);
119 TexChunk(TexChunk& toCopy);
120 virtual ~TexChunk(void);
145 extern TexChunk *TopLevel;
151 int ParseArg(TexChunk *thisArg, wxList& children, wxChar *buffer, int pos,
152 wxChar *environment = NULL, bool parseArgToBrace = true, TexChunk *customMacroArgs = NULL);
153 int ParseMacroBody(const wxChar *macro_name, TexChunk *parent, int no_args,
154 wxChar *buffer, int pos, wxChar *environment = NULL, bool parseArgToBrace = true, TexChunk *customMacroArgs = NULL);
156 void TraverseFromChunk(TexChunk *chunk, wxNode *thisNode = NULL, bool childrenOnly = false);
166 wxChar *GetArgData(TexChunk *chunk);
169 TexChunk *GetArgChunk(void); // Get the chunk for the current argument
170 TexChunk *GetTopLevelChunk(void); // Get the chunk for the top level
171 TexChunk *GetNextChunk(void); // Look ahead to the next chunk
190 extern TexChunk *DocumentTitle;
191 extern TexChunk *DocumentAuthor;
192 extern TexChunk *DocumentDate;
304 extern TexChunk *currentSection;
307 extern TexChunk * LeftHeaderOdd;
308 extern TexChunk * LeftFooterOdd;
309 extern TexChunk * CentreHeaderOdd;
310 extern TexChunk * CentreFooterOdd;
311 extern TexChunk * RightHeaderOdd;
312 extern TexChunk * RightFooterOdd;
313 extern TexChunk * LeftHeaderEven;
314 extern TexChunk * LeftFooterEven;
315 extern TexChunk * CentreHeaderEven;
316 extern TexChunk * CentreFooterEven;
317 extern TexChunk * RightHeaderEven;
318 extern TexChunk * RightFooterEven;
324 extern void OutputChunkToString(TexChunk *chunk, wxChar *buf);
374 wxChar *FindTopicName(TexChunk *chunk);