]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetRef.h
index 1b3df34f20ceb32de34e2c2cc1a9ba5935f2ea6a..5d2483fe0f3d76251f488db6d81eba1835e15776 100644 (file)
@@ -17,7 +17,6 @@
 
 namespace lyx {
 
-
 /// The reference inset
 class InsetRef : public InsetCommand {
 public:
@@ -98,6 +97,12 @@ private:
        ///
        Inset * clone() const { return new InsetRef(*this); }
        //@}
+       
+       /// \return the label with things that need to be escaped escaped
+       docstring getEscapedLabel(OutputParams const &) const;
+       /// \return the command for a formatted reference to ref
+       /// \param label gets what follows the prefix, for refstyle
+       docstring getFormattedCmd(docstring const & ref, docstring & label) const;
 
        ///
        mutable docstring screen_label_;