Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DBuffer.h291 FullSource, enumerator
302 OutputWhat output = FullSource) const;
328 OutputWhat output = FullSource) const;
332 OutputWhat output = FullSource) const;
336 OutputWhat output = FullSource) const;
343 OutputWhat output = FullSource) const;
H A DBuffer.cpp1833 output == FullSource || output == OnlyPreamble; in writeLaTeXSource()
1835 output == FullSource || output == OnlyBody; in writeLaTeXSource()
2082 output == FullSource || output == OnlyPreamble; in writeDocBookSource()
2084 output == FullSource || output == OnlyBody; in writeDocBookSource()
2163 writeLyXHTMLSource(ofs, runparams, FullSource); in makeLyXHTMLFile()
2180 output == FullSource || output == OnlyPreamble; in writeLyXHTMLSource()
2182 output == FullSource || output == OnlyBody || output == IncludedFile; in writeLyXHTMLSource()
4109 if (output == FullSource) in getSourceCode()
4118 if (output == FullSource) in getSourceCode()
H A DCutAndPaste.cpp631 buffer->writeLyXHTMLSource(oshtml, runparams, Buffer::FullSource); in putClipboard()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiViewSource.cpp189 output = Buffer::FullSource; in updateView()