Home
last modified time | relevance | path

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

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h432 bool lsOpenDocument(const string& fileName, const string & suffix);
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp720 generator->lsOpenDocument(inFileList[i], suffix); in run()
/dports/textproc/highlight/highlight-4.1/src/gui-qt/
H A Dmainwindow.cpp1309 generator->lsOpenDocument(currentFile, syntaxName); in on_pbStartConversion_clicked()
1526 generator->lsOpenDocument(currentFile, suffix); in highlight2Clipboard()
1775 pwgenerator.lsOpenDocument(currentFile, suffix); in updatePreview()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp236 bool CodeGenerator::lsOpenDocument(const string& fileName, const string & suffix){ in lsOpenDocument() function in highlight::CodeGenerator