]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
minimal effort implementation of:
[lyx.git] / src / exporter.h
index 9bd2d038aca805b2b610a5de3e09617c75e1c80b..0ddf29e10313ba1e943cd1a3503fe49c5652a4de 100644 (file)
@@ -33,14 +33,14 @@ public:
                    bool put_in_tempdir);
        ///
        static
-       bool Preview(Buffer * buffer, std::string const & format);
+       bool preview(Buffer * buffer, std::string const & format);
        ///
        static
-       bool IsExportable(Buffer const & buffer, std::string const & format);
+       bool isExportable(Buffer const & buffer, std::string const & format);
        ///
        static
        std::vector<Format const *> const
-       GetExportableFormats(Buffer const & buffer, bool only_viewable);
+       getExportableFormats(Buffer const & buffer, bool only_viewable);
        ///
 };
 
@@ -73,15 +73,15 @@ public:
         *                   or relative to the exported document.
         */
        void addExternalFile(std::string const & format,
-                            std::string const & sourceName,
-                            std::string const & exportName);
+                            std::string const & sourceName,
+                            std::string const & exportName);
        /** add a referenced file for one format.
         *  The final name is the source file name without path.
         * \param format     format that references the given file
         * \param sourceName source file name. Needs to be absolute
         */
        void addExternalFile(std::string const & format,
-                            std::string const & sourceName);
+                            std::string const & sourceName);
        /// get referenced files for \p format
        std::vector<ExportedFile> const
        externalFiles(std::string const & format) const;