]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetgraphics.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetgraphics.h
index 6f781cd304efbc91e4dcfb11b15402834d08903c..2e8535c65f79986ce1ac2c5de463f0f33c28d422 100644 (file)
@@ -95,6 +95,10 @@ private:
        std::string const statusMessage() const;
        /// Create the options for the latex command.
        std::string const createLatexOptions() const;
+       /// Create length values for docbook export.
+       std::string const toDocbookLength(LyXLength const & len) const;
+       /// Create the atributes for docbook export.
+       std::string const createDocBookAttributes() const;
        /// Convert the file if needed, and return the location of the file.
        std::string const prepareFile(Buffer const & buf, OutputParams const &) const;