]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetQuotes.h
index 5541af4a6793a45c411b83263e619617e4fe7de4..13bd8ea1249cbd9878c653b1c2b36bceea77ea3b 100644 (file)
@@ -53,6 +53,8 @@ enum class QuoteStyle : int {
        ///
        Hungarian,
        ///
+       Hebrew,
+       ///
        Dynamic
 };
 
@@ -141,7 +143,7 @@ public:
        ///
        void write(std::ostream &) const override;
        ///
-       void read(Lexer & lex) override;
+       void read(support::Lexer & lex) override;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override;
        ///
@@ -154,6 +156,8 @@ public:
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const override;
 
+       ///
+       bool findUsesToString() const override { return true; }
        ///
        void toString(odocstream &) const override;
        ///
@@ -173,6 +177,8 @@ public:
 
        /// Returns the current quote type
        std::string getType() const;
+       ///
+       std::pair<int, int> isWords() const override;
 
 private:
        ///