Home
last modified time | relevance | path

Searched refs:handleTagClose (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Ddocxfmt.cpp462 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
490 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
505 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
523 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
550 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
592 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
612 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
631 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
1209 docx_ElementHandler::handleTagClose(nsname, tagname); in handleTagClose()
1862 docx_ElementHandler::handleTagClose(nsname, tagname); in handleTagClose()
[all …]
H A Dodtfmt.cpp313 void handleTagClose( const lChar32 * nsname, const lChar32 * tagname );
387 void handleTagClose(const lChar32 *nsname, const lChar32 *tagname);
727 void odt_documentHandler::handleTagClose(const lChar32 *nsname, const lChar32 *tagname) in handleTagClose() function in odt_documentHandler
985 void odt_stylesHandler::handleTagClose(const lChar32 *nsname, const lChar32 *tagname) in handleTagClose() function in odt_stylesHandler
H A Dodxutil.cpp42 m_handler->handleTagClose(U"", tagname); in OnTagClose()
H A Dodxutil.h417 virtual void handleTagClose( const lChar32 * nsname, const lChar32 * tagname ) in handleTagClose() function