|
20 | 20 | * limitations under the Licence.
|
21 | 21 | * #L%
|
22 | 22 | */
|
23 |
| -import de.muenchen.allg.itd51.wollmux.ComponentRegistration; |
24 |
| -import de.muenchen.allg.itd51.wollmux.comp.WollMuxRegistration; |
25 |
| -import de.muenchen.allg.itd51.wollmux.dispatch.Dispatcher; |
26 |
| -import de.muenchen.allg.itd51.wollmux.dispatch.WollMuxDispatcher; |
27 |
| -import de.muenchen.allg.itd51.wollmux.document.commands.OnProcessTextDocument; |
28 |
| -import de.muenchen.allg.itd51.wollmux.event.CheckInstallationListener; |
29 |
| -import de.muenchen.allg.itd51.wollmux.event.WollMuxEventListener; |
30 |
| -import de.muenchen.allg.itd51.wollmux.event.WollMuxEventListenerImpl; |
31 |
| -import de.muenchen.allg.itd51.wollmux.form.sidebar.FormSidebarRegistration; |
32 |
| -import de.muenchen.allg.itd51.wollmux.func.print.PrintFunction; |
33 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.SetFormValue; |
34 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToOdtEmail; |
35 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToOdtFile; |
36 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToPdfEmail; |
37 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToPdfFile; |
38 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToPrinter; |
39 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToShowOdtFile; |
40 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToSingleODT; |
41 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.print.ToSinglePDF; |
42 |
| -import de.muenchen.allg.itd51.wollmux.mailmerge.sidebar.MailMergeRegistration; |
43 |
| -import de.muenchen.allg.itd51.wollmux.print.ShowDocument; |
44 |
| -import de.muenchen.allg.itd51.wollmux.sender.SenderEventListener; |
45 |
| -import de.muenchen.allg.itd51.wollmux.sender.dispatch.SenderDispatcher; |
46 |
| -import de.muenchen.allg.itd51.wollmux.sidebar.WollMuxBarRegistration; |
47 |
| -import de.muenchen.allg.itd51.wollmux.slv.dispatch.ContentBasedDirectiveDispatcher; |
48 |
| -import de.muenchen.allg.itd51.wollmux.slv.events.ContentBasedDirectiveEventListener; |
49 |
| -import de.muenchen.allg.itd51.wollmux.slv.print.ContentBasedDirectivePrint; |
50 |
| -import de.muenchen.allg.itd51.wollmux.slv.print.ContentBasedDirectivePrintCollect; |
51 |
| -import de.muenchen.allg.itd51.wollmux.slv.print.ContentBasedDirectivePrintOutput; |
| 23 | +import org.libreoffice.lots.ComponentRegistration; |
| 24 | +import org.libreoffice.lots.comp.WollMuxRegistration; |
| 25 | +import org.libreoffice.lots.dispatch.Dispatcher; |
| 26 | +import org.libreoffice.lots.dispatch.WollMuxDispatcher; |
| 27 | +import org.libreoffice.lots.document.commands.OnProcessTextDocument; |
| 28 | +import org.libreoffice.lots.event.CheckInstallationListener; |
| 29 | +import org.libreoffice.lots.event.WollMuxEventListener; |
| 30 | +import org.libreoffice.lots.event.WollMuxEventListenerImpl; |
| 31 | +import org.libreoffice.lots.form.sidebar.FormSidebarRegistration; |
| 32 | +import org.libreoffice.lots.func.print.PrintFunction; |
| 33 | +import org.libreoffice.lots.mailmerge.print.SetFormValue; |
| 34 | +import org.libreoffice.lots.mailmerge.print.ToOdtEmail; |
| 35 | +import org.libreoffice.lots.mailmerge.print.ToOdtFile; |
| 36 | +import org.libreoffice.lots.mailmerge.print.ToPdfEmail; |
| 37 | +import org.libreoffice.lots.mailmerge.print.ToPdfFile; |
| 38 | +import org.libreoffice.lots.mailmerge.print.ToPrinter; |
| 39 | +import org.libreoffice.lots.mailmerge.print.ToShowOdtFile; |
| 40 | +import org.libreoffice.lots.mailmerge.print.ToSingleODT; |
| 41 | +import org.libreoffice.lots.mailmerge.print.ToSinglePDF; |
| 42 | +import org.libreoffice.lots.mailmerge.sidebar.MailMergeRegistration; |
| 43 | +import org.libreoffice.lots.print.ShowDocument; |
| 44 | +import org.libreoffice.lots.sender.SenderEventListener; |
| 45 | +import org.libreoffice.lots.sender.dispatch.SenderDispatcher; |
| 46 | +import org.libreoffice.lots.sidebar.WollMuxBarRegistration; |
| 47 | +import org.libreoffice.lots.slv.dispatch.ContentBasedDirectiveDispatcher; |
| 48 | +import org.libreoffice.lots.slv.events.ContentBasedDirectiveEventListener; |
| 49 | +import org.libreoffice.lots.slv.print.ContentBasedDirectivePrint; |
| 50 | +import org.libreoffice.lots.slv.print.ContentBasedDirectivePrintCollect; |
| 51 | +import org.libreoffice.lots.slv.print.ContentBasedDirectivePrintOutput; |
52 | 52 |
|
53 | 53 | module wollmux
|
54 | 54 | {
|
55 |
| - exports de.muenchen.allg.itd51.wollmux; |
56 |
| - exports de.muenchen.allg.itd51.wollmux.comp; |
57 |
| - exports de.muenchen.allg.itd51.wollmux.config; |
58 |
| - exports de.muenchen.allg.itd51.wollmux.config.generator.xml; |
59 |
| - exports de.muenchen.allg.itd51.wollmux.config.scanner; |
60 |
| - exports de.muenchen.allg.itd51.wollmux.db; |
61 |
| - exports de.muenchen.allg.itd51.wollmux.dialog; |
62 |
| - exports de.muenchen.allg.itd51.wollmux.dispatch; |
63 |
| - exports de.muenchen.allg.itd51.wollmux.document; |
64 |
| - exports de.muenchen.allg.itd51.wollmux.document.commands; |
65 |
| - exports de.muenchen.allg.itd51.wollmux.document.nodes; |
66 |
| - exports de.muenchen.allg.itd51.wollmux.event; |
67 |
| - exports de.muenchen.allg.itd51.wollmux.event.handlers; |
68 |
| - exports de.muenchen.allg.itd51.wollmux.form.config; |
69 |
| - exports de.muenchen.allg.itd51.wollmux.form.control; |
70 |
| - exports de.muenchen.allg.itd51.wollmux.form.model; |
71 |
| - exports de.muenchen.allg.itd51.wollmux.form.sidebar; |
72 |
| - exports de.muenchen.allg.itd51.wollmux.former; |
73 |
| - exports de.muenchen.allg.itd51.wollmux.former.model; |
74 |
| - exports de.muenchen.allg.itd51.wollmux.former.control; |
75 |
| - exports de.muenchen.allg.itd51.wollmux.former.control.model; |
76 |
| - exports de.muenchen.allg.itd51.wollmux.former.document; |
77 |
| - exports de.muenchen.allg.itd51.wollmux.former.function; |
78 |
| - exports de.muenchen.allg.itd51.wollmux.former.group; |
79 |
| - exports de.muenchen.allg.itd51.wollmux.former.group.model; |
80 |
| - exports de.muenchen.allg.itd51.wollmux.former.insertion; |
81 |
| - exports de.muenchen.allg.itd51.wollmux.former.insertion.model; |
82 |
| - exports de.muenchen.allg.itd51.wollmux.former.section; |
83 |
| - exports de.muenchen.allg.itd51.wollmux.former.section.model; |
84 |
| - exports de.muenchen.allg.itd51.wollmux.former.view; |
85 |
| - exports de.muenchen.allg.itd51.wollmux.func; |
86 |
| - exports de.muenchen.allg.itd51.wollmux.func.print; |
87 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge; |
88 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.ds; |
89 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.mail; |
90 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.print; |
91 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.printsettings; |
92 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.sidebar; |
93 |
| - exports de.muenchen.allg.itd51.wollmux.mailmerge.ui; |
94 |
| - exports de.muenchen.allg.itd51.wollmux.print; |
95 |
| - exports de.muenchen.allg.itd51.wollmux.sender; |
96 |
| - exports de.muenchen.allg.itd51.wollmux.sidebar; |
97 |
| - exports de.muenchen.allg.itd51.wollmux.slv; |
98 |
| - exports de.muenchen.allg.itd51.wollmux.slv.dialog; |
99 |
| - exports de.muenchen.allg.itd51.wollmux.slv.dispatch; |
100 |
| - exports de.muenchen.allg.itd51.wollmux.slv.events; |
101 |
| - exports de.muenchen.allg.itd51.wollmux.slv.print; |
102 |
| - exports de.muenchen.allg.itd51.wollmux.ui; |
103 |
| - exports de.muenchen.allg.itd51.wollmux.util; |
| 55 | + exports org.libreoffice.lots; |
| 56 | + exports org.libreoffice.lots.comp; |
| 57 | + exports org.libreoffice.lots.config; |
| 58 | + exports org.libreoffice.lots.config.generator.xml; |
| 59 | + exports org.libreoffice.lots.config.scanner; |
| 60 | + exports org.libreoffice.lots.db; |
| 61 | + exports org.libreoffice.lots.dialog; |
| 62 | + exports org.libreoffice.lots.dispatch; |
| 63 | + exports org.libreoffice.lots.document; |
| 64 | + exports org.libreoffice.lots.document.commands; |
| 65 | + exports org.libreoffice.lots.document.nodes; |
| 66 | + exports org.libreoffice.lots.event; |
| 67 | + exports org.libreoffice.lots.event.handlers; |
| 68 | + exports org.libreoffice.lots.form.config; |
| 69 | + exports org.libreoffice.lots.form.control; |
| 70 | + exports org.libreoffice.lots.form.model; |
| 71 | + exports org.libreoffice.lots.form.sidebar; |
| 72 | + exports org.libreoffice.lots.former; |
| 73 | + exports org.libreoffice.lots.former.model; |
| 74 | + exports org.libreoffice.lots.former.control; |
| 75 | + exports org.libreoffice.lots.former.control.model; |
| 76 | + exports org.libreoffice.lots.former.document; |
| 77 | + exports org.libreoffice.lots.former.function; |
| 78 | + exports org.libreoffice.lots.former.group; |
| 79 | + exports org.libreoffice.lots.former.group.model; |
| 80 | + exports org.libreoffice.lots.former.insertion; |
| 81 | + exports org.libreoffice.lots.former.insertion.model; |
| 82 | + exports org.libreoffice.lots.former.section; |
| 83 | + exports org.libreoffice.lots.former.section.model; |
| 84 | + exports org.libreoffice.lots.former.view; |
| 85 | + exports org.libreoffice.lots.func; |
| 86 | + exports org.libreoffice.lots.func.print; |
| 87 | + exports org.libreoffice.lots.mailmerge; |
| 88 | + exports org.libreoffice.lots.mailmerge.ds; |
| 89 | + exports org.libreoffice.lots.mailmerge.mail; |
| 90 | + exports org.libreoffice.lots.mailmerge.print; |
| 91 | + exports org.libreoffice.lots.mailmerge.printsettings; |
| 92 | + exports org.libreoffice.lots.mailmerge.sidebar; |
| 93 | + exports org.libreoffice.lots.mailmerge.ui; |
| 94 | + exports org.libreoffice.lots.print; |
| 95 | + exports org.libreoffice.lots.sender; |
| 96 | + exports org.libreoffice.lots.sidebar; |
| 97 | + exports org.libreoffice.lots.slv; |
| 98 | + exports org.libreoffice.lots.slv.dialog; |
| 99 | + exports org.libreoffice.lots.slv.dispatch; |
| 100 | + exports org.libreoffice.lots.slv.events; |
| 101 | + exports org.libreoffice.lots.slv.print; |
| 102 | + exports org.libreoffice.lots.ui; |
| 103 | + exports org.libreoffice.lots.util; |
104 | 104 |
|
105 | 105 | requires transitive org.libreoffice.uno;
|
106 | 106 | requires transitive org.libreoffice.unoloader;
|
|
0 commit comments