]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / paragraph_pimpl.h
index bda3bc960dac2e27948f62236b5a5bb6d724ff75..8f6fc9547fecb723670e5424fcce5837d49f100c 100644 (file)
@@ -24,7 +24,7 @@ struct Paragraph::Pimpl {
        ///
        Pimpl(Paragraph * owner);
        /// Copy constructor
-       Pimpl(Pimpl const &, Paragraph * owner);
+       Pimpl(Pimpl const &, Paragraph * owner, bool same_ids = false);
        ///
        Paragraph::size_type size() const {
                return text.size();
@@ -49,6 +49,9 @@ struct Paragraph::Pimpl {
        ///
        void erase(Paragraph::size_type pos);
        ///
+       LyXFont const realizeFont(LyXFont const & font,
+                                 BufferParams const & bparams) const;
+       ///
        Inset * inset_owner;
        ///
        boost::array<int, 10> counter_;
@@ -140,6 +143,8 @@ struct Paragraph::Pimpl {
                                   size_type & i,
                                   int & column, value_type const c);
        ///
+       Paragraph * getParFromID(int id) const;
+       ///
        unsigned int id_;
        ///
        static unsigned int paragraph_id;