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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp2217 static wxChar *imageFile = NULL; local
2243 if (imageFile)
2244 delete[] imageFile;
2245 imageFile = NULL;
2248 imageFile = copystring(f);
2253 if (imageFile)
2258 wxStrcpy(buf, imageFile);
2277 TexOutput(ConvertCase(wxFileNameFromPath(imageFile)));
2279 delete[] imageFile;
2280 imageFile
[all...]

Completed in 45 milliseconds