Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexdocument.h346 …Q_INVOKABLE QString getCompileFileName() const; ///< returns the absolute file name of the file to…
H A Dcodesnippet.cpp329 QString path = doc->parent->getCompileFileName(); in insertAt()
H A Dtexstudio.cpp2979 QApplication::clipboard()->setText(documents.getCompileFileName()); in fileUtilCopyMasterFileName()
4530 QString fn = documents.getCompileFileName(); in normalCompletion()
4537 QString fn = documents.getCompileFileName(); in normalCompletion()
5178 …phicsDlg->setMasterTexFile(QFileInfo(currentEditorView()->document->parent->getCompileFileName())); in quickGraphics()
6112 QString finame = documents.getCompileFileName(); in webPublish()
8427 …LatexEditorView *edView = getEditorViewFromFileName(documents.getCompileFileName()); //todo: tempo… in showPreview()
8449 …ew(header.join("\n"), PreviewSource(text, -1, -1, true), documents.getCompileFileName(), edView->e… in showPreview()
8482 buildManager.preview(header.join("\n"), ps, documents.getCompileFileName(), rootDoc->codec()); in showPreview()
8616 if (documents.getCompileFileName().isEmpty()) return; in recompileForPreview()
H A Dlatexdocument.cpp1973 QString LatexDocuments::getCompileFileName() const in getCompileFileName() function in LatexDocuments
1996 QString temp = getCompileFileName(); in getTemporaryCompileFileName()