]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
more changes, read the Changelog
[lyx.git] / src / buffer.h
index 6a3117959f7fcbd9a956257501e2969414becaf5..9f968892a87cc27aa5f44ec52e2b7ec8e3e33a11 100644 (file)
@@ -88,11 +88,7 @@ public:
        bool Dispatch(int, auto_mem_buffer &);
 
        /// should be changed to work for a list.
-       void resize() {
-               if (users) {
-                       users->resize();
-               }
-       }
+       void resize();
 
        /// Update window titles of all users
        void updateTitles() const;
@@ -175,9 +171,11 @@ public:
        int runChktex();
 
        ///
-       void makeLinuxDocFile(string const & filename, int column);
+       void makeLinuxDocFile(string const & filename,
+                             bool nice, bool only_body = false);
        ///
-       void makeDocBookFile(string const & filename, int column);
+       void makeDocBookFile(string const & filename,
+                            bool nice, bool only_body = false);
 
        /// returns the main language for the buffer (document)
        string GetLanguage() const {
@@ -379,11 +377,6 @@ private:
        void pop_tag(std::ostream & os, char const * tag,
                     int & pos, char stack[5][3]);
 
-#if 0
-       ///
-       void RoffAsciiTable(std::ostream &, LyXParagraph * par);
-#endif
-       
        /// is save needed
        mutable bool lyx_clean;