]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetInfo.h
index 2f1b65153b956efae0ea87af343fed3112b71bc3..b130ab71b476b4c62282b55b72d9dbd848a65dfb 100644 (file)
@@ -139,9 +139,9 @@ public:
                UNKNOWN_INFO,    // Invalid type
        };
        ///
-       docstring getDate(std::string const, QDate const date = QDate::currentDate()) const;
+       docstring getDate(std::string const &, QDate const date = QDate::currentDate()) const;
        ///
-       docstring getTime(std::string const, QTime const time = QTime::currentTime()) const;
+       docstring getTime(std::string const &, QTime const time = QTime::currentTime()) const;
        ///
        std::vector<std::pair<std::string,docstring>> getArguments(Buffer const * buf,
                                                                   std::string const &) const;
@@ -196,18 +196,20 @@ public:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        /// Force inset into LTR environment if surroundings are RTL
-       bool forceLTR() const;
+       bool forceLTR(OutputParams const &) const;
+       ///
+       bool forceLocalFontSwitch() const;
        ///
        void setInfo(std::string const & info);
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
+       void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false);
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
        std::string contextMenu(BufferView const &, int, int) const;
        ///
        std::string contextMenuName() const;
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        InsetInfoParams params() const { return params_; }