]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / buffer.h
index 7e91df0a09f6e40fdbb130956f705ac3dff99ae1..9e7b9a1675eb96d4ba5c41e4888be304cd0a734e 100644 (file)
@@ -85,7 +85,7 @@ public:
        /// load a new file
        bool readFile(std::string const & filename);
 
-       bool readFile(std::string const & filename, lyx::par_type pit);
+       bool readFile(std::string const & filename, lyx::pit_type pit);
 
        /// read the header, returns number of unknown tokens
        int readHeader(LyXLex & lex);
@@ -98,8 +98,8 @@ public:
 
        ///
        void insertStringAsLines(ParagraphList & plist,
-               lyx::par_type &, lyx::pos_type &,
-               LyXFont const &, std::string const &);
+               lyx::pit_type &, lyx::pos_type &,
+               LyXFont const &, std::string const &, bool);
        ///
        ParIterator getParFromID(int id) const;
        /// do we have a paragraph with this id?
@@ -325,7 +325,7 @@ private:
            \return \c false if method fails.
        */
        bool readFile(LyXLex &, std::string const & filename,
-                     lyx::par_type pit);
+                     lyx::pit_type pit);
 
        bool do_writeFile(std::ostream & ofs) const;