Home
last modified time | relevance | path

Searched refs:trCustomReference (Results 1 – 14 of 14) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dtranslator_adapter.h112 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
113 { return english.trCustomReference(name); } in trCustomReference()
H A Dtranslator.h622 virtual QCString trCustomReference(const QCString &name) = 0;
H A Dtranslator_nl.h1716 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_de.h2256 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_es.h2175 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_pt.h2147 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_cn.h2010 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_fr.h2180 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_en.h2123 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_gr.h2123 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_sv.h2215 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_br.h2209 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dtranslator_cz.h2203 virtual QCString trCustomReference(const QCString &name) in trCustomReference() function
H A Dclassdef.cpp2633 pageTitle = theTranslator->trCustomReference(VhdlDocGen::getClassTitle(this)); in title()