Home
last modified time | relevance | path

Searched refs:m_EpubVersion (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/Importers/
H A DImportTXT.cpp45 m_EpubVersion = ss.defaultVersion(); in ImportTXT()
61 m_Book->GetFolderKeeper()->AddOPFToFolder(m_EpubVersion); in GetBook()
69 if (m_EpubVersion.startsWith('3')) { in GetBook()
79 if (m_EpubVersion.startsWith('2')) { in GetBook()
84 ncx_resource = m_Book->GetFolderKeeper()->AddNCXToFolder(m_EpubVersion, ncxbookpath); in GetBook()
88 ncx_resource->FillWithDefaultTextToBookPath(m_EpubVersion, first_xhtml_bookpath); in GetBook()
99 return CleanSource::Mend(source, m_EpubVersion); in LoadSource()
H A DImportHTML.cpp61 m_EpubVersion = ss.defaultVersion(); in ImportHTML()
70 m_EpubVersion = m_Book->GetConstOPF()->GetEpubVersion(); in SetBook()
93 m_Book->GetFolderKeeper()->AddOPFToFolder(m_EpubVersion); in GetBook()
103 if (m_EpubVersion.startsWith('3')) { in GetBook()
114 if (m_EpubVersion.startsWith('2')) { in GetBook()
119 ncx_resource = m_Book->GetFolderKeeper()->AddNCXToFolder(m_EpubVersion, ncxbookpath); in GetBook()
124 ncx_resource->FillWithDefaultTextToBookPath(m_EpubVersion, first_xhtml_bookpath); in GetBook()
142 m_CachedSource = CleanSource::CharToEntity(m_CachedSource, m_EpubVersion); in LoadSource()
145 m_CachedSource = CleanSource::Mend(m_CachedSource, m_EpubVersion); in LoadSource()
156 GumboInterface gi(source, m_EpubVersion); in LoadMetadata()
H A DImportTXT.h57 QString m_EpubVersion; variable
H A DImportHTML.h90 QString m_EpubVersion; variable
/dports/textproc/sigil/Sigil-1.8.0/src/MainUI/
H A DTableOfContents.cpp75 m_EpubVersion = m_Book->GetConstOPF()->GetEpubVersion(); in SetBook()
76 if (m_EpubVersion.startsWith('3')) { in SetBook()
102 if (m_EpubVersion.startsWith('3')) { in RenumberTOCContents()
H A DTOCModel.cpp52 m_EpubVersion = m_Book->GetConstOPF()->GetEpubVersion(); in SetBook()
97 if (m_EpubVersion.startsWith('3')) { in GetRootTOCEntry()
H A DTableOfContents.h154 QString m_EpubVersion; variable
H A DTOCModel.h203 QString m_EpubVersion; variable
/dports/textproc/sigil/Sigil-1.8.0/src/ResourceObjects/
H A DResource.cpp45 m_EpubVersion("2.0"), in Resource()
145 m_EpubVersion = version; in SetEpubVersion()
151 return m_EpubVersion; in GetEpubVersion()
H A DResource.h324 QString m_EpubVersion; variable
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DEmptyLayout.h75 QString m_EpubVersion; variable
H A DEmptyLayout.cpp58 m_EpubVersion(epubversion), in EmptyLayout()
159 … if (!m_EpubVersion.startsWith("3") && ((mark == "marker.js") || (mark == "nav.xhtml"))) continue; in setupMarkersMenu()
467 if (m_EpubVersion.startsWith("2")) { in saveData()