Searched refs:customMacroArgs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h152 wxChar *environment = NULL, bool parseArgToBrace = true, TexChunk *customMacroArgs = NULL);
154 wxChar *buffer, int pos, wxChar *environment = NULL, bool parseArgToBrace = true, TexChunk *customMacroArgs = NULL);
H A Dtex2any.cpp978 int ParseArg(TexChunk *thisArg, wxList& children, wxChar *buffer, int pos, wxChar *environment, bool parseToBrace, TexChunk *customMacroArgs) argument
1041 if (customMacroArgs) return 0;
1295 customMacroArgs);
1351 buffer, pos, NULL, true, customMacroArgs);
1406 pos = ParseArg(arg, arg->children, buffer, pos, NULL, true, customMacroArgs);
1473 if (!customMacroArgs)
1487 wxNode *node = customMacroArgs->children.Item(n-1);
1572 TexChunk *customMacroArgs)
1650 pos = ParseArg(arg, arg->children, buffer, pos, actualEnv, parseToBrace, customMacroArgs);

Completed in 43 milliseconds