diff --git a/build.gradle b/build.gradle index 14beeda..25c0b11 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,6 @@ task oxt(type: Zip){ from ('build/libs/writer2phtml.jar'){ include '*' } - from 'idl/writer2paginatedhtml.rdb' from 'releasenotes.txt' include '*' } diff --git a/src/main/idl/readme-idl.txt b/src/main/idl/readme-idl.txt deleted file mode 100644 index 6fd2f0d..0000000 --- a/src/main/idl/readme-idl.txt +++ /dev/null @@ -1,30 +0,0 @@ -This directory contains idl specifications for the custom uno interfaces -defined by the Writer2LaTeX and Writer2xhtml extensions - -To avoid dependencies on the OOo SDK in the build process, compiled versions -are included here. - -If you need to rebuild it, the complete SDK is required. These are the steps: - -To create the registry database for Writer2LaTeX: - -idlc -I\idl XW2LStarMathConverter.idl -regmerge writer2latex.rdb /UCR XW2LStarMathConverter.urd - -To create the java interface - -javamaker -BUCR -Torg.openoffice.da.writer2latex.XW2LStarMathConverter -nD \program\types.rdb writer2latex.rdb - -and likewise for Writer2xhtml: - -idlc -I\idl XBatchConverter.idl -regmerge writer2xhtml.rdb /UCR XBatchConverter.urd - -To create the java interfaces - -javamaker -BUCR -Torg.openoffice.da.writer2xhtml.XBatchConverter -nD \program\types.rdb writer2xhtml.rdb -javamaker -BUCR -Torg.openoffice.da.writer2xhtml.XBatchHandler -nD \program\types.rdb writer2xhtml.rdb - - -If you need to use the interfaces from C++ you will also need to run cppumaker - diff --git a/src/main/idl/writer2latex/org/openoffice/da/writer2latex/XW2LStarMathConverter.class b/src/main/idl/writer2latex/org/openoffice/da/writer2latex/XW2LStarMathConverter.class deleted file mode 100644 index 20fc93e..0000000 Binary files a/src/main/idl/writer2latex/org/openoffice/da/writer2latex/XW2LStarMathConverter.class and /dev/null differ diff --git a/src/main/idl/writer2xhtml/XBatchConverter.idl b/src/main/idl/writer2xhtml/XBatchConverter.idl deleted file mode 100644 index cd8f72e..0000000 --- a/src/main/idl/writer2xhtml/XBatchConverter.idl +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef __org_openoffice_da_writer2xhtml_XBatchConverter_idl__ -#define __org_openoffice_da_writer2xhtml_XBatchConverter_idl__ -#include -#include - -module org { module openoffice { module da { module writer2xhtml { - -// This interface is an IDL version of the java interface (writer2latex.api.BatchHandler) -interface XBatchHandler : com::sun::star::uno::XInterface -{ - - // method org::openoffice::da::writer2xhtml::XBatchHandler::startConversion - void startConversion (); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::endConversion - void endConversion (); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::startDirectory - void startDirectory ( [in] string sName ); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::endDirectory - void endDirectory ( [in] string sName, [in] boolean bSuccess ); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::startFile - void startFile ( [in] string sName ); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::endFile - void endFile ( [in] string sName, [in] boolean bSuccess ); - - // method org::openoffice::da::writer2xhtml::XBatchHandler::cancel - boolean cancel (); - -}; - -// This interface is an IDL version of the java interface (writer2latex.api.BatchConverter) -interface XBatchConverter : com::sun::star::uno::XInterface -{ - - // method org::openoffice::da::writer2xhtml::XBatchConverter::convert - void convert ( [in] string sSourceURL, - [in] string sTargetURL, - [in] sequence< com::sun::star::beans::PropertyValue > lArguments, - [in] XBatchHandler handler ); - -} ; - - -}; }; }; }; - -#endif - - \ No newline at end of file diff --git a/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchConverter.class b/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchConverter.class deleted file mode 100644 index 3c7d608..0000000 Binary files a/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchConverter.class and /dev/null differ diff --git a/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchHandler.class b/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchHandler.class deleted file mode 100644 index 0d03a74..0000000 Binary files a/src/main/idl/writer2xhtml/org/openoffice/da/writer2xhtml/XBatchHandler.class and /dev/null differ diff --git a/src/main/idl/writer2xhtml/writer2xhtml.rdb b/src/main/idl/writer2xhtml/writer2xhtml.rdb deleted file mode 100644 index ba0a189..0000000 Binary files a/src/main/idl/writer2xhtml/writer2xhtml.rdb and /dev/null differ