Difference between revisions of "Template:Documentation/DevGuide/ProUNOTOC"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
<div id="PrevNext" style="margin-bottom: 10px; font-size: xx-small; height: 2em; display: {{{PrevNext|none}}}">
+
{{Documentation/MasterTOC
<div id="DevGuidePrev" style="float:left;">[[{{{Prev}}}|&larr; Previous Page]]</div>
+
|ShowPrevPage={{{ShowPrevPage}}}
<div id="DevGuideNext" style="float:right;">[[{{{Next}}}|Next Page &rarr;]]</div>
+
|PrevPage={{{PrevPage}}}
</div>
+
|ShowNextPage={{{ShowNextPage}}}
<div id="tocwrapper" style="float:right;  width: 200px; padding: 0px; border: 5px solid #fff; margin-left: 40px; margin-bottom: 20px;">
+
|NextPage={{{NextPage}}}
<div id="DevGuideProUNO" style="border:1px solid #666; padding: 2px; font-size: xx-small; background-color: #EEE;">
+
|bookid=DevGuide
<div id="tochead" style="background-color: #FFF; padding: 2px;font-weight: bold; text-align: center;">[[Documentation/DevGuide/OpenOffice.org Developers Guide|OpenOffice.org 2.3 Developer's Guide]]</div>
+
|booktitle=[[Documentation/DevGuide/OpenOffice.org Developers Guide|OpenOffice.org 2.3 Developer's Guide]]
<div id="tocbody" style="padding: 6px;">
+
|ShowParttitle=block
[[Documentation/APIGuide/ProUNO/Professional UNO|Chapter 2: Professional UNO]]
+
|parttitle=[[Documentation/APIGuide/ProUNO/Professional UNO|Professional UNO]]
<div id="ProUNO" style="display:{{{ProUNO|none}}};">
+
|ShowPrevPart=block
 +
|PrevPart=Documentation/DevGuide/FirstSteps/First Steps
 +
|ShowNextPart=block
 +
|NextPart=Documentation/APIGuide/ProUNO/Professional UNO
 +
|toccontent=
 
* [[Documentation/APIGuide/ProUNO/Introduction|Introduction]]
 
* [[Documentation/APIGuide/ProUNO/Introduction|Introduction]]
 
* [[Documentation/APIGuide/ProUNO/API Concepts|API Concepts]]
 
* [[Documentation/APIGuide/ProUNO/API Concepts|API Concepts]]
<div id=ProUNO2a" style="display:{{{ProUNO2a|none}}};margin-left: 12px;">
+
<div id=ProUNO2a" class="submenu_1" style="display:{{{ProUNO2a|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Data Types|Data Types]]
 
* [[Documentation/APIGuide/ProUNO/Data Types|Data Types]]
<div id=ProUNO2aDTypes" style="display:{{{ProUNO2aDTypes|none}}};margin-left: 12px;">
+
<div id=ProUNO2aDTypes" class="submenu_1" style="display:{{{ProUNO2aDTypes|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Simple Types|Simple Types]]
 
* [[Documentation/APIGuide/ProUNO/Simple Types|Simple Types]]
 
* [[Documentation/APIGuide/ProUNO/The Any Type|The Any Type]]
 
* [[Documentation/APIGuide/ProUNO/The Any Type|The Any Type]]
Line 28: Line 32:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/UNO Concepts|UNO Concepts]]
 
* [[Documentation/APIGuide/ProUNO/UNO Concepts|UNO Concepts]]
<div id=ProUNO2b" style="display:{{{ProUNO2b|none}}};margin-left: 12px;">
+
<div id=ProUNO2b" class="submenu_1" style="display:{{{ProUNO2b|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/UNO Interprocess Connections|UNO Interprocess Connections]]
 
* [[Documentation/APIGuide/ProUNO/UNO Interprocess Connections|UNO Interprocess Connections]]
<div id=ProUNO2bUNOIC" style="display:{{{ProUNO2bUNOIC|none}}};margin-left: 12px;">
+
<div id=ProUNO2bUNOIC" class="submenu_1" style="display:{{{ProUNO2bUNOIC|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Starting OpenOffice.org in Listening Mode|Starting OpenOffice.org in Listening Mode]]
 
* [[Documentation/APIGuide/ProUNO/Starting OpenOffice.org in Listening Mode|Starting OpenOffice.org in Listening Mode]]
 
* [[Documentation/APIGuide/ProUNO/Importing a UNO Object|Importing a UNO Object]]
 
* [[Documentation/APIGuide/ProUNO/Importing a UNO Object|Importing a UNO Object]]
Line 40: Line 44:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/Service Manager and Component Context|Service Manager and Component Context]]
 
* [[Documentation/APIGuide/ProUNO/Service Manager and Component Context|Service Manager and Component Context]]
<div id=ProUNO2bSMCC" style="display:{{{ProUNO2bSMCC|none}}};margin-left: 12px;">
+
<div id=ProUNO2bSMCC" class="submenu_1" style="display:{{{ProUNO2bSMCC|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Service Manager|Service Manager]]
 
* [[Documentation/APIGuide/ProUNO/Service Manager|Service Manager]]
 
* [[Documentation/APIGuide/ProUNO/Component Context|Component Context]]
 
* [[Documentation/APIGuide/ProUNO/Component Context|Component Context]]
Line 50: Line 54:
 
* [[Documentation/APIGuide/ProUNO/Exception Handling|Exception Handling]]
 
* [[Documentation/APIGuide/ProUNO/Exception Handling|Exception Handling]]
 
* [[Documentation/APIGuide/ProUNO/Lifetime of UNO objects|Lifetime of UNO objects]]
 
* [[Documentation/APIGuide/ProUNO/Lifetime of UNO objects|Lifetime of UNO objects]]
<div id=ProUNO2bLife" style="display:{{{ProUNO2bLife|none}}};margin-left: 12px;">
+
<div id=ProUNO2bLife" class="submenu_1" style="display:{{{ProUNO2bLife|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/acquire() and release()|acquire() and release()]]
 
* [[Documentation/APIGuide/ProUNO/acquire() and release()|acquire() and release()]]
 
* [[Documentation/APIGuide/ProUNO/The XComponent Interface|The XComponent Interface]]
 
* [[Documentation/APIGuide/ProUNO/The XComponent Interface|The XComponent Interface]]
Line 60: Line 64:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]]
 
* [[Documentation/APIGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]]
<div id=ProUNO2c" style="display:{{{ProUNO2c|none}}};margin-left: 12px;">
+
<div id=ProUNO2c" class="submenu_1" style="display:{{{ProUNO2c|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Java/Java Language Binding|Java Language Binding]]
 
* [[Documentation/APIGuide/ProUNO/Java/Java Language Binding|Java Language Binding]]
<div id=ProUNO2cJava" style="display:{{{ProUNO2cJava|none}}};margin-left: 12px;">
+
<div id=ProUNO2cJava" class="submenu_1" style="display:{{{ProUNO2cJava|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Java/Getting a Service Manager|Getting a Service Manager]]
 
* [[Documentation/APIGuide/ProUNO/Java/Getting a Service Manager|Getting a Service Manager]]
 
* [[Documentation/APIGuide/ProUNO/Java/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
* [[Documentation/APIGuide/ProUNO/Java/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
* [[Documentation/APIGuide/ProUNO/Java/Handling Interfaces|Handling Interfaces]]
 
* [[Documentation/APIGuide/ProUNO/Java/Handling Interfaces|Handling Interfaces]]
 
* [[Documentation/APIGuide/ProUNO/Java/Type Mappings|Type Mappings]]
 
* [[Documentation/APIGuide/ProUNO/Java/Type Mappings|Type Mappings]]
<div id=ProUNO2cJavaTM" style="display:{{{ProUNO2cJavaTM|none}}};margin-left: 12px;">
+
<div id=ProUNO2cJavaTM" class="submenu_1" style="display:{{{ProUNO2cJavaTM|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Java/Mapping of Sequence Types|Mapping of Sequence Types]]
 
* [[Documentation/APIGuide/ProUNO/Java/Mapping of Sequence Types|Mapping of Sequence Types]]
 
* [[Documentation/APIGuide/ProUNO/Java/Mapping of Enum Types|Mapping of Enum Types]]
 
* [[Documentation/APIGuide/ProUNO/Java/Mapping of Enum Types|Mapping of Enum Types]]
Line 80: Line 84:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/C++/C++ Language Binding|C++ Language Binding]]
 
* [[Documentation/APIGuide/ProUNO/C++/C++ Language Binding|C++ Language Binding]]
<div id=ProUNO2cC++" style="display:{{{ProUNO2cC++|none}}};margin-left: 12px;">
+
<div id=ProUNO2cC++" class="submenu_1" style="display:{{{ProUNO2cC++|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/C++/Establishing Interprocess Connections|Establishing Interprocess Connections]]
 
* [[Documentation/APIGuide/ProUNO/C++/Establishing Interprocess Connections|Establishing Interprocess Connections]]
 
* [[Documentation/APIGuide/ProUNO/C++/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
* [[Documentation/APIGuide/ProUNO/C++/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
* [[Documentation/APIGuide/ProUNO/C++/Type Mappings|Type Mappings]]
 
* [[Documentation/APIGuide/ProUNO/C++/Type Mappings|Type Mappings]]
<div id=ProUNO2cC++TM" style="display:{{{ProUNO2cC++TM|none}}};margin-left: 12px;">
+
<div id=ProUNO2cC++TM" class="submenu_1" style="display:{{{ProUNO2cC++TM|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/C++/Mapping of Struct Types|Mapping of Struct Types]]
 
* [[Documentation/APIGuide/ProUNO/C++/Mapping of Struct Types|Mapping of Struct Types]]
 
* [[Documentation/APIGuide/ProUNO/C++/Mapping of Interface Types|Mapping of Interface Types]]
 
* [[Documentation/APIGuide/ProUNO/C++/Mapping of Interface Types|Mapping of Interface Types]]
Line 95: Line 99:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/Basic/OpenOffice.org Basic|OpenOffice.org Basic]]
 
* [[Documentation/APIGuide/ProUNO/Basic/OpenOffice.org Basic|OpenOffice.org Basic]]
<div id=Basic" style="display:{{{Basic|none}}};margin-left: 12px;">
+
<div id=Basic" class="submenu_1" style="display:{{{Basic|none}}};margin-left: 12px;">
 
*[[Documentation/APIGuide/ProUNO/Basic/Handling UNO Objects|Handling UNO Objects]]
 
*[[Documentation/APIGuide/ProUNO/Basic/Handling UNO Objects|Handling UNO Objects]]
<div id=UNOObjects" style="display:{{{UNOObjects|none}}};margin-left: 12px;">
+
<div id=UNOObjects" class="submenu_1" style="display:{{{UNOObjects|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Basic/Instantiating UNO Services|Instantiating UNO Services]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Instantiating UNO Services|Instantiating UNO Services]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Getting Information about UNO Objects|Getting Information about UNO Objects]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Getting Information about UNO Objects|Getting Information about UNO Objects]]
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of UNO and Basic Types|Mapping of UNO and Basic Types]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of UNO and Basic Types|Mapping of UNO and Basic Types]]
<div id=UNOTypes" style="display:{{{UNOTypes|none}}};margin-left: 12px;">
+
<div id=UNOTypes" class="submenu_1" style="display:{{{UNOTypes|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of Simple Types|Mapping of Simple Types]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of Simple Types|Mapping of Simple Types]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of Sequences and Arrays|Mapping of Sequences and Arrays]]
 
* [[Documentation/APIGuide/ProUNO/Basic/Mapping of Sequences and Arrays|Mapping of Sequences and Arrays]]
Line 113: Line 117:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/Bridge/Automation Bridge|Automation Bridge]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Automation Bridge|Automation Bridge]]
<div id="ABridgeSvcMgr" style="display:{{{ABridgeSvcMgr|none}}};margin-left: 12px;">
+
<div id="ABridgeSvcMgr" class="submenu_1" style="display:{{{ABridgeSvcMgr|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Bridge/The Service Manager Component|The Service Manager Component]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/The Service Manager Component|The Service Manager Component]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Using UNO from Automation|Using UNO from Automation]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Using UNO from Automation|Using UNO from Automation]]
<div id="UNOAuto" style="display:{{{UNOAuto|none}}};margin-left: 12px;">
+
<div id="UNOAuto" class="submenu_1" style="display:{{{UNOAuto|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Bridge/Calling Functions and Accessing Properties|Calling Functions and Accessing Properties]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Calling Functions and Accessing Properties|Calling Functions and Accessing Properties]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Return Values|Return Values]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Return Values|Return Values]]
Line 123: Line 127:
 
* [[Documentation/APIGuide/ProUNO/Bridge/Using Automation Objects from UNO|Using Automation Objects from UNO]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Using Automation Objects from UNO|Using Automation Objects from UNO]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Type Mappings|Type Mappings]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Type Mappings|Type Mappings]]
<div id="ABridgeTM" style="display:{{{ABridgeTM|none}}};margin-left: 12px;">
+
<div id="ABridgeTM" class="submenu_1" style="display:{{{ABridgeTM|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/Bridge/Default Mappings|Default Mappings]]
 
* [[Documentation/APIGuide/ProUNO/Bridge/Default Mappings|Default Mappings]]
 
<div id="ABridgeDM" style="display:{{{ABridgeDM|none}}};margin-left: 12px;">
 
<div id="ABridgeDM" style="display:{{{ABridgeDM|none}}};margin-left: 12px;">
Line 144: Line 148:
 
</div>
 
</div>
 
* [[Documentation/APIGuide/ProUNO/CLI/CLI Language Binding|CLI Language Binding]]
 
* [[Documentation/APIGuide/ProUNO/CLI/CLI Language Binding|CLI Language Binding]]
<div id="CLIBinding" style="display:{{{CLIBinding|none}}};margin-left: 12px;">
+
<div id="CLIBinding" class="submenu_1" style="display:{{{CLIBinding|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/CLI/Language Binding DLLs|The Language Binding DLLs]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Language Binding DLLs|The Language Binding DLLs]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Mapping|Type Mapping]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Mapping|Type Mapping]]
<div id="TypeMapCLI" style="display:{{{TypeMapCLI|none}}};margin-left: 12px;">
+
<div id="TypeMapCLI" class="submenu_1" style="display:{{{TypeMapCLI|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Name Decoration|Type Name Decoration]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Name Decoration|Type Name Decoration]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Mappings|Type Mappings]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Type Mappings|Type Mappings]]
Line 154: Line 158:
 
* [[Documentation/APIGuide/ProUNO/CLI/Lifetime Management and Obtaining Interfaces|Lifetime Management and Obtaining Interfaces]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Lifetime Management and Obtaining Interfaces|Lifetime Management and Obtaining Interfaces]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Writing Client Programs|Writing Client Programs]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Writing Client Programs|Writing Client Programs]]
<div id="ClientProg" style="display:{{{ClientProg|none}}};margin-left: 12px;">
+
<div id="ClientProg" class="submenu_1" style="display:{{{ClientProg|none}}};margin-left: 12px;">
 
* [[Documentation/APIGuide/ProUNO/CLI/The Override Problem|The Override Problem]]
 
* [[Documentation/APIGuide/ProUNO/CLI/The Override Problem|The Override Problem]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Important Interfaces and Implementations|Important Interfaces and Implementations]]
 
* [[Documentation/APIGuide/ProUNO/CLI/Important Interfaces and Implementations|Important Interfaces and Implementations]]
 
</div>
 
</div>
</div>
+
}}
</div>
+
</div>
+
</div>
+
<div id="tocfoot" style="background-color: #FFF; padding: 2px;font-weight: bold; text-align: center;">
+
[[Documentation/DevGuide/FirstSteps/First Steps|&larr; Previous Chapter]] &mdash; [[Documentation/APIGuide/WritingUNO/Writing UNO Components|Next Chapter &rarr;]]
+
</div>
+
</div>
+

Revision as of 09:17, 1 October 2007


Personal tools