]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Cleanup: Replace a bunch of Cursor arguments with DocIterators.
[lyx.git] / src / Buffer.h
index 71e8ac32c13ce92f42abfc2f3b86b2b074f610b4..a6fcbd5430716778b62d1f19f256a66c248f7efe 100644 (file)
@@ -155,10 +155,6 @@ public:
        */
        bool readDocument(Lexer &);
 
-       ///
-       void insertStringAsLines(ParagraphList & plist,
-               pit_type &, pos_type &,
-               Font const &, docstring const &, bool);
        ///
        DocIterator getParFromID(int id) const;
        /// do we have a paragraph with this id?
@@ -551,6 +547,11 @@ private:
        ReadStatus readFile(Lexer &, support::FileName const & filename,
                            bool fromString = false);
 
+       /** If we have branches that use the file suffix
+           feature, return the file name with suffix appended.
+       */
+       support::FileName exportFileName() const;
+
        /// Use the Pimpl idiom to hide the internals.
        class Impl;
        /// The pointer never changes although *pimpl_'s contents may.