From 9fae6961225e814e1ce2e781707d127cbd61b377 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Thu, 25 Nov 2021 23:28:57 +0100 Subject: [PATCH] chore: removed unused files --- idl/XBatchConverter.idl | 52 ----------- idl/org/libreoffice/example/Writer2latex.idl | 12 --- idl/org/libreoffice/example/XWriter2latex.idl | 11 --- .../libreoffice/example/XWriter2latex.java | 13 --- .../example/XWriter2latexHelper.java | 85 ------------------ .../example/XWriter2latexHolder.java | 38 -------- .../example/XWriter2latexOperations.java | 13 --- .../example/_XWriter2latexStub.java | 50 ----------- .../writer2latex/XW2LStarMathConverter.class | Bin 557 -> 0 bytes .../da/writer2xhtml/XBatchConverter.class | Bin 564 -> 0 bytes .../da/writer2xhtml/XBatchHandler.class | Bin 734 -> 0 bytes idl/writer2xhtml.rdb | Bin 16384 -> 0 bytes .../writer2latex/XW2LStarMathConverter.idl | 22 ----- src/main/idl/writer2latex/writer2latex.rdb | Bin 8192 -> 0 bytes 14 files changed, 296 deletions(-) delete mode 100644 idl/XBatchConverter.idl delete mode 100644 idl/org/libreoffice/example/Writer2latex.idl delete mode 100644 idl/org/libreoffice/example/XWriter2latex.idl delete mode 100644 idl/org/libreoffice/example/org/libreoffice/example/XWriter2latex.java delete mode 100644 idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHelper.java delete mode 100644 idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHolder.java delete mode 100644 idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexOperations.java delete mode 100644 idl/org/libreoffice/example/org/libreoffice/example/_XWriter2latexStub.java delete mode 100644 idl/org/openoffice/da/writer2latex/XW2LStarMathConverter.class delete mode 100644 idl/org/openoffice/da/writer2xhtml/XBatchConverter.class delete mode 100644 idl/org/openoffice/da/writer2xhtml/XBatchHandler.class delete mode 100644 idl/writer2xhtml.rdb delete mode 100644 src/main/idl/writer2latex/XW2LStarMathConverter.idl delete mode 100644 src/main/idl/writer2latex/writer2latex.rdb diff --git a/idl/XBatchConverter.idl b/idl/XBatchConverter.idl deleted file mode 100644 index cd8f72e..0000000 --- a/idl/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/idl/org/libreoffice/example/Writer2latex.idl b/idl/org/libreoffice/example/Writer2latex.idl deleted file mode 100644 index c93c1b5..0000000 --- a/idl/org/libreoffice/example/Writer2latex.idl +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __org_libreoffice_example_writer2latex_idl__ -#define __org_libreoffice_example_writer2latex_idl__ - -#include -module org { module libreoffice { module example { - - service Writer2latex : org::libreoffice::example::XWriter2latex { - - }; - - }; }; }; -#endif diff --git a/idl/org/libreoffice/example/XWriter2latex.idl b/idl/org/libreoffice/example/XWriter2latex.idl deleted file mode 100644 index 53f10c7..0000000 --- a/idl/org/libreoffice/example/XWriter2latex.idl +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __org_libreoffice_example_xwriter2latex_idl__ -#define __org_libreoffice_example_xwriter2latex_idl__ - -module org { module libreoffice { module example { - - interface XWriter2latex { - - }; - - }; }; }; -#endif diff --git a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latex.java b/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latex.java deleted file mode 100644 index 3ddf6fd..0000000 --- a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latex.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.libreoffice.example; - - -/** -* org/libreoffice/example/XWriter2latex.java . -* Generated by the IDL-to-Java compiler (portable), version "3.2" -* from XWriter2latex.idl -* Friday, 7 July 2017 12:51:34 o'clock MSK -*/ - -public interface XWriter2latex extends XWriter2latexOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity -{ -} // interface XWriter2latex diff --git a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHelper.java b/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHelper.java deleted file mode 100644 index 91f682b..0000000 --- a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHelper.java +++ /dev/null @@ -1,85 +0,0 @@ -package org.libreoffice.example; - - -/** -* org/libreoffice/example/XWriter2latexHelper.java . -* Generated by the IDL-to-Java compiler (portable), version "3.2" -* from XWriter2latex.idl -* Friday, 7 July 2017 12:51:34 o'clock MSK -*/ - -abstract public class XWriter2latexHelper -{ - private static String _id = "IDL:org/libreoffice/example/XWriter2latex:1.0"; - - public static void insert (org.omg.CORBA.Any a, org.libreoffice.example.XWriter2latex that) - { - org.omg.CORBA.portable.OutputStream out = a.create_output_stream (); - a.type (type ()); - write (out, that); - a.read_value (out.create_input_stream (), type ()); - } - - public static org.libreoffice.example.XWriter2latex extract (org.omg.CORBA.Any a) - { - return read (a.create_input_stream ()); - } - - private static org.omg.CORBA.TypeCode __typeCode = null; - synchronized public static org.omg.CORBA.TypeCode type () - { - if (__typeCode == null) - { - __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.libreoffice.example.XWriter2latexHelper.id (), "XWriter2latex"); - } - return __typeCode; - } - - public static String id () - { - return _id; - } - - public static org.libreoffice.example.XWriter2latex read (org.omg.CORBA.portable.InputStream istream) - { - return narrow (istream.read_Object (_XWriter2latexStub.class)); - } - - public static void write (org.omg.CORBA.portable.OutputStream ostream, org.libreoffice.example.XWriter2latex value) - { - ostream.write_Object ((org.omg.CORBA.Object) value); - } - - public static org.libreoffice.example.XWriter2latex narrow (org.omg.CORBA.Object obj) - { - if (obj == null) - return null; - else if (obj instanceof org.libreoffice.example.XWriter2latex) - return (org.libreoffice.example.XWriter2latex)obj; - else if (!obj._is_a (id ())) - throw new org.omg.CORBA.BAD_PARAM (); - else - { - org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); - org.libreoffice.example._XWriter2latexStub stub = new org.libreoffice.example._XWriter2latexStub (); - stub._set_delegate(delegate); - return stub; - } - } - - public static org.libreoffice.example.XWriter2latex unchecked_narrow (org.omg.CORBA.Object obj) - { - if (obj == null) - return null; - else if (obj instanceof org.libreoffice.example.XWriter2latex) - return (org.libreoffice.example.XWriter2latex)obj; - else - { - org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl)obj)._get_delegate (); - org.libreoffice.example._XWriter2latexStub stub = new org.libreoffice.example._XWriter2latexStub (); - stub._set_delegate(delegate); - return stub; - } - } - -} diff --git a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHolder.java b/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHolder.java deleted file mode 100644 index c4fb96b..0000000 --- a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexHolder.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.libreoffice.example; - -/** -* org/libreoffice/example/XWriter2latexHolder.java . -* Generated by the IDL-to-Java compiler (portable), version "3.2" -* from XWriter2latex.idl -* Friday, 7 July 2017 12:51:34 o'clock MSK -*/ - -public final class XWriter2latexHolder implements org.omg.CORBA.portable.Streamable -{ - public org.libreoffice.example.XWriter2latex value = null; - - public XWriter2latexHolder () - { - } - - public XWriter2latexHolder (org.libreoffice.example.XWriter2latex initialValue) - { - value = initialValue; - } - - public void _read (org.omg.CORBA.portable.InputStream i) - { - value = org.libreoffice.example.XWriter2latexHelper.read (i); - } - - public void _write (org.omg.CORBA.portable.OutputStream o) - { - org.libreoffice.example.XWriter2latexHelper.write (o, value); - } - - public org.omg.CORBA.TypeCode _type () - { - return org.libreoffice.example.XWriter2latexHelper.type (); - } - -} diff --git a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexOperations.java b/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexOperations.java deleted file mode 100644 index b9d88e6..0000000 --- a/idl/org/libreoffice/example/org/libreoffice/example/XWriter2latexOperations.java +++ /dev/null @@ -1,13 +0,0 @@ -package org.libreoffice.example; - - -/** -* org/libreoffice/example/XWriter2latexOperations.java . -* Generated by the IDL-to-Java compiler (portable), version "3.2" -* from XWriter2latex.idl -* Friday, 7 July 2017 12:51:34 o'clock MSK -*/ - -public interface XWriter2latexOperations -{ -} // interface XWriter2latexOperations diff --git a/idl/org/libreoffice/example/org/libreoffice/example/_XWriter2latexStub.java b/idl/org/libreoffice/example/org/libreoffice/example/_XWriter2latexStub.java deleted file mode 100644 index be92938..0000000 --- a/idl/org/libreoffice/example/org/libreoffice/example/_XWriter2latexStub.java +++ /dev/null @@ -1,50 +0,0 @@ -package org.libreoffice.example; - - -/** -* org/libreoffice/example/_XWriter2latexStub.java . -* Generated by the IDL-to-Java compiler (portable), version "3.2" -* from XWriter2latex.idl -* Friday, 7 July 2017 12:51:34 o'clock MSK -*/ - -public class _XWriter2latexStub extends org.omg.CORBA.portable.ObjectImpl implements org.libreoffice.example.XWriter2latex -{ - - // Type-specific CORBA::Object operations - private static String[] __ids = { - "IDL:org/libreoffice/example/XWriter2latex:1.0"}; - - public String[] _ids () - { - return (String[])__ids.clone (); - } - - private void readObject (java.io.ObjectInputStream s) throws java.io.IOException - { - String str = s.readUTF (); - String[] args = null; - java.util.Properties props = null; - org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init (args, props); - try { - org.omg.CORBA.Object obj = orb.string_to_object (str); - org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate (); - _set_delegate (delegate); - } finally { - orb.destroy() ; - } - } - - private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException - { - String[] args = null; - java.util.Properties props = null; - org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init (args, props); - try { - String str = orb.object_to_string (this); - s.writeUTF (str); - } finally { - orb.destroy() ; - } - } -} // class _XWriter2latexStub diff --git a/idl/org/openoffice/da/writer2latex/XW2LStarMathConverter.class b/idl/org/openoffice/da/writer2latex/XW2LStarMathConverter.class deleted file mode 100644 index 20fc93e303a05aabb57eae701b0e6360924ca8a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 557 zcma)3TT8<*6#ioC+RZuVb>1FDRuCh@H^momP}rO>Z^NgoOS?*!NS1l|S>l7B=nwEm ziCI-d6ftnfcg}a=guJ{yJOfzAGQp-)5tSEQ$S{lpPCJZVsaSJWNtou>^z@`sYig$I zOm}ysxa7)k4hTW|D|DCwaAz5!cikN+thj1#Q=t*vw2m7ULQ2NNzFg3NX-V!cC9`sKyG?;Ync zh3OoMm~oNKV+{E$Mo=Pfw}a%vYn8oY0()0>c!n6(h6y&cFqE55wQK?hE@18~a%Pe< p+@et|8N4xM%vl+ILZM|nqS%_6w5)r~Hd}Vu&Dm*phxyx7i8qB!lV<<` diff --git a/idl/org/openoffice/da/writer2xhtml/XBatchConverter.class b/idl/org/openoffice/da/writer2xhtml/XBatchConverter.class deleted file mode 100644 index a10c1c05ba944a8d7747853b2c80c4cacae2cb1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 564 zcma)3T}whi6rA;%*RRa1wCJseP>7a#ReDH@E|>xAAKo?=!>|cL1y6YTfFSe3 z_c%_j7Dp1xQ6!LxBZ6oI0jv^)3$Fj(Xl18Q3>IaRhlr^LVO-7Kn99w@13|L|gbj)! jjf|h*WP7ym31*8m|x!d({aZXQVrHhV`z<+ zWD8fw4oh9#72K4$AfVP$WkH&#ROId}4hd%Vw!6E%_iy6u%`QRb!`5HpPrM)2(aloU7Zvj44pC(KZ1ziU%0Fi?VET`Fl_611Ar^7Ffi{*H z>I@BrkfF)YVu(V_;YJ#cCcr$6xyGH`F2ZSfQ|KOY+%N5 zh*=k#Q*KQ;!gcFx;HlNyh1h&jI_)!x=r_#wysv2Y=5Bf3XWZH8`Ht@T71bQwt5p;@ dx*t?T9X+5GF-H$sMNuVv6jj;_JUMqQ@e627v9kaG diff --git a/idl/writer2xhtml.rdb b/idl/writer2xhtml.rdb deleted file mode 100644 index ba0a1894514515a1c5b598f94f9345942352a84e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16384 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 LLC>D$92x%)p)-t- diff --git a/src/main/idl/writer2latex/XW2LStarMathConverter.idl b/src/main/idl/writer2latex/XW2LStarMathConverter.idl deleted file mode 100644 index c66f048..0000000 --- a/src/main/idl/writer2latex/XW2LStarMathConverter.idl +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __org_openoffice_da_writer2latex_XW2LStarMathConverter_idl__ -#define __org_openoffice_da_writer2latex_XW2LStarMathConverter_idl__ -#include - -module org { module openoffice { module da { module writer2latex { - -interface XW2LStarMathConverter : com::sun::star::uno::XInterface -{ - - // method org::openoffice::da::writer2latex::XW2LStarMathConverter::convertFormula - string convertFormula ( [in] string sStarMathFormula ); - - // method org::openoffice::da::writer2latex::XW2LStarMathConverter::getPreamble - string getPreamble ( ); - -}; - -}; }; }; }; - -#endif - - \ No newline at end of file diff --git a/src/main/idl/writer2latex/writer2latex.rdb b/src/main/idl/writer2latex/writer2latex.rdb deleted file mode 100644 index df61666d3265239b26f3352434e62f5077031fd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8192 zcmZ<`_Vw88>8{Qo$H2hA1cYe7nSeZ+@=@*(3jrl&$q3Pt6|LZyXL`W!9|}O;P~e-b zcjeOMO0bt$ARcowujY@7E#_d5fberPujzsLdI zU*iJ}1`dS!hmP-37-S%PR@qJMU_KW@K2h{@IfD>{KTA-&2ka&`g#3}8D%%*OApF3) zE7HMy9ta;sg1iM|gXmE{Bs>%tC6ktOJ)g}0ieIJ$jL_%@ht=8r;%DIT4@?fAa2x61 zq>)WKER1MP(<7`w@o%;}(U<|0pU~p}3{S%wczy%Mf2ea1J)AVC?HG>n@4Q&(9=JS4 zi~r0P-i7e;8W{iiMd^b&Zs_5-;TZpygr<}+fa+Vc_;(Ra%7xd*p!hFH&C5?q%S=wC zM@SD&JBDNYD;&!UVF0z4(Bgjy+eR*UdkPr;DT#wKPUz{X;TZoL%U}Fq0JY!I;@{-a z(z)>VJuv>ui!w`6i;Qv-OHwQ78Rmn@uHhK}-5-92GJyJLXz?#*9WMg!zX9VvBHYL) zxFoU2H?btcIX|x~wFsCT22C zGw=YL=lX~yntn>6K5~Jrk3IJaFiTF+VvSt{@)HA-1oHTg5(7_iey)CTX`X&DFxTss z=H=^0c;*4~d|D!;2`CCu0WJsJ@{4jybHMEbUIw1xlA_E!a9;t1BMy{-l^;kNgcx|z zQ%eGhQWJBNa=>W|MHdqTD+4podCWiv8l+$Z@*$zX2NYq44J1K=W0WK@1VH`&N)_gE z@OT|s{txuOxfGQD!Q*$M`5zpz$7R3&p>@88nePX*5tQORA^D%d6Uc_7d?tAQ2Z=B+ zs1nNkKsDF_DE@hD3TA=FbJ5~IS}`>jKHfVT|KI?e$U9{TEPiNBI|6M4#lH