tools.html (99eb6ac2) | tools.html (907636ef) |
---|---|
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 755 unchanged lines hidden (view full) --- 764 <td class="cell15"><code>--(java4|java5|cpp)</code></td> 765 <td class="cell85">select the target language<br> 766 --java4 generate output for Java 1.4 or earlier<br> 767 --java5 generate output for Java 1.5 or later (is currently the default)<br> 768 --cpp generate output for C++</td> 769 </tr> 770 <tr> 771 <td class="cell15"><code>-sn, --shortnames</code></td> | 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 755 unchanged lines hidden (view full) --- 764 <td class="cell15"><code>--(java4|java5|cpp)</code></td> 765 <td class="cell85">select the target language<br> 766 --java4 generate output for Java 1.4 or earlier<br> 767 --java5 generate output for Java 1.5 or later (is currently the default)<br> 768 --cpp generate output for C++</td> 769 </tr> 770 <tr> 771 <td class="cell15"><code>-sn, --shortnames</code></td> |
772 <td class="cell85">using namespace abbreviation 'css:': for '::com::sun::star::', only valid for sub-command 'dump' and target language 'cpp'. It is default for the sub-command 'component'.</td> | 772 <td class="cell85">using namespace abbreviation 'css:': for '::com::sun::star::', only valid for sub-command 'dump' and target language 'cpp'. It is default for the sub-command 'component'.</td> |
773 </tr> 774 <tr> 775 <td class="cell15"><code>--propertysetmixin</code></td> 776 <td class="cell85">the generated skeleton implements the cppu::PropertySetMixin helper if a referenced new style service specifies an interface which provides attributes (directly or inherited).</td> 777 </tr> 778 <tr> | 773 </tr> 774 <tr> 775 <td class="cell15"><code>--propertysetmixin</code></td> 776 <td class="cell85">the generated skeleton implements the cppu::PropertySetMixin helper if a referenced new style service specifies an interface which provides attributes (directly or inherited).</td> 777 </tr> 778 <tr> |
779 <td class="cell15"><code>-lh --licenseheader</code></td> | 779 <td class="cell15"><code>-lh, --licenseheader</code></td> |
780 <td class="cell85">generates a default OpenOffice.org LGPL license header at the beginning of a component source file. This option is taken into account in 'component' mode only and if -o is unequal 'stdout'.</td> 781 </tr> 782 <tr> | 780 <td class="cell85">generates a default OpenOffice.org LGPL license header at the beginning of a component source file. This option is taken into account in 'component' mode only and if -o is unequal 'stdout'.</td> 781 </tr> 782 <tr> |
783 <td class="cell15"><code>-bc<br>--backward-compatible</code></td> | 783 <td class="cell15"><code>-bc,<br>--backward-compatible</code></td> |
784 <td class="cell85">specifies that the generated calc add-in is backward compatible to older office versions and implement the former required add-in interfaces where the implementation is mapped on the new add-in configuration. In this case the config schema needs to be bundled with the extension add-in as well. Default is a minimal add-in component skeleton based on the add-in configuration coming with the office since OO.org 2.0.4.</td> 785 </tr> 786 <tr> 787 <td class="cell15"><code>-o <path></code></td> 788 <td class="cell85">path specifies an existing directory where the output files are generated to, only valid for sub-command 'component'. If path=stdout the generated code is generated on standard out instead of a file.</td> 789 </tr> 790 <tr> 791 <td class="cell15"><code>-l <file></code></td> --- 325 unchanged lines hidden --- | 784 <td class="cell85">specifies that the generated calc add-in is backward compatible to older office versions and implement the former required add-in interfaces where the implementation is mapped on the new add-in configuration. In this case the config schema needs to be bundled with the extension add-in as well. Default is a minimal add-in component skeleton based on the add-in configuration coming with the office since OO.org 2.0.4.</td> 785 </tr> 786 <tr> 787 <td class="cell15"><code>-o <path></code></td> 788 <td class="cell85">path specifies an existing directory where the output files are generated to, only valid for sub-command 'component'. If path=stdout the generated code is generated on standard out instead of a file.</td> 789 </tr> 790 <tr> 791 <td class="cell15"><code>-l <file></code></td> --- 325 unchanged lines hidden --- |