Searched refs:ThMLHTML (Results 1 – 7 of 7) sorted by relevance
/dports/misc/bibletime/bibletime-2.11.2/src/backend/filters/ |
H A D | thmltohtml.h | 25 class ThmlToHtml: public sword::ThMLHTML { 27 class UserData: public sword::ThMLHTML::MyUserData { 31 : sword::ThMLHTML::MyUserData(module, key), in UserData()
|
H A D | thmltohtml.cpp | 49 sword::ThMLHTML::processText(buf, key, module); in processText() 214 return sword::ThMLHTML::handleToken(buf, token, userData); in handleToken() 381 return sword::ThMLHTML::handleToken(buf, token, userData); in handleToken()
|
/dports/misc/sword/sword-1.8.1/include/ |
H A D | thmlhtml.h | 32 class SWDLLEXPORT ThMLHTML : public SWBasicFilter { 44 ThMLHTML();
|
/dports/misc/sword/sword-1.8.1/src/modules/filters/ |
H A D | thmlhtml.cpp | 32 ThMLHTML::ThMLHTML() { in ThMLHTML() function in ThMLHTML 155 bool ThMLHTML::handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData) { in handleToken()
|
/dports/misc/sword/sword-1.8.1/src/mgr/ |
H A D | markupfiltmgr.cpp | 264 fromthml = new ThMLHTML(); in CreateFilters()
|
/dports/misc/sword/sword-1.8.1/utilities/diatheke/ |
H A D | diafiltmgr.cpp | 264 fromthml = new ThMLHTML(); in CreateFilters()
|
/dports/misc/sword/sword-1.8.1/ |
H A D | ChangeLog | 702 Converted ThMLHTML filter to XMLTag, removed handling 1100 Changed ThMLHTML filter to extend SWBasicFilter to take advantage of
|