Searched refs:bitmapMethod (Results 1 - 6 of 6) 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.h241 extern wxChar *bitmapMethod;
H A Dtexutils.cpp1359 else if (StringMatch(settingName, _T("bitmapMethod"), false, true))
1365 OnError(_T("Unknown bitmapMethod"));
1366 wxStrcpy(errorCode, _T("Unknown bitmapMethod"));
1370 delete[] bitmapMethod;
1371 bitmapMethod = copystring(settingValue);
H A Dtex2rtf.cpp579 delete [] bitmapMethod;
H A Drtfutils.cpp3583 if ((winHelp || (wxStrcmp(bitmapMethod, _T("includepicture")) == 0) || (wxStrcmp(bitmapMethod, _T("import")) == 0)) && useWord)
3621 if (wxStrcmp(bitmapMethod, _T("import")) == 0)
H A Dtex2any.cpp139 wxChar *bitmapMethod = copystring(_T("includepicture")); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex304 works for Works, doesn't work for Word! See {\it bitmapMethod} in the
615 \twocolitem{\inioption{bitmapMethod}}{Can be ``hex'' (embed the hex data in the file with a $\backslash$dibitmap keyword),
2395 use to recognise pictures in RTF files. You may need to use the {\it bitmapMethod} setting,

Completed in 194 milliseconds