]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Revert http://www.lyx.org/trac/changeset/25553 and try better fix for bug
[lyx.git] / src / insets / InsetText.h
index 5bb93e3e7cf7ddb5d52223afccd834a21cce8002..33c5b474b3614b29d6470126a4ab3497f9da9e90 100644 (file)
@@ -130,10 +130,6 @@ public:
        ///
        bool allowSpellCheck() const { return true; }
        ///
-       bool isTableCell() const;
-       /// should paragraph indendation be ommitted in any case?
-       bool neverIndent() const;
-       ///
        virtual bool isMacroScope() const { return false; }
        ///
        virtual bool allowMultiPar() const { return true; }
@@ -141,6 +137,8 @@ public:
        // Update the counters of this inset and of its contents
        void updateLabels(ParIterator const &);
        ///
+       void addToToc(DocIterator const &);
+       ///
        Inset * clone() const { return new InsetText(*this); }
        ///
        bool notifyCursorLeaves(Cursor const & old, Cursor & cur);
@@ -154,6 +152,8 @@ public:
        ///
        bool automaticPopupCompletion() const;
        ///
+       bool showCompletionCursor() const;
+       ///
        CompletionList const * createCompletionList(Cursor const & cur) const;
        ///
        docstring completionPrefix(Cursor const & cur) const;