Searched refs:getCompileFileName (Results 1 – 4 of 4) sorted by relevance
346 …Q_INVOKABLE QString getCompileFileName() const; ///< returns the absolute file name of the file to…
329 QString path = doc->parent->getCompileFileName(); in insertAt()
2979 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()
1973 QString LatexDocuments::getCompileFileName() const in getCompileFileName() function in LatexDocuments1996 QString temp = getCompileFileName(); in getTemporaryCompileFileName()