Difference between revisions of "JA/translation/guideline/Developers Guide"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Dev Guide)
(進め方)
Line 3: Line 3:
 
"OpenOffice.org Developer's Guide" については、[[Documentation/DevGuide/OpenOffice.org_Developers_Guide]] を参照してください。
 
"OpenOffice.org Developer's Guide" については、[[Documentation/DevGuide/OpenOffice.org_Developers_Guide]] を参照してください。
  
== 進め方 ==
 
  
 
 
===Accessibility===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Accessibility/A Simple Screen Reader|A Simple Screen Reader]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Accessibility|Accessibility]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Accessibility Tree|Accessibility Tree]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Bridges|Bridges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Class Overview|Class Overview]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Content Information|Content Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Features|Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Implementing Accessible Objects|Implementing Accessible Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Listeners and Broadcasters|Listeners and Broadcasters]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Overview|Overview]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Putting the Accessibility Interfaces to Work|Putting the Accessibility Interfaces to Work]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/Using the Accessibility API|Using the Accessibility API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleAction|XAccessibleAction]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleComponent|XAccessibleComponent]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleContext|XAccessibleContext]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleEditableText|XAccessibleEditableText]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleEventBroadcaster|XAccessibleEventBroadcaster]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleEventListener|XAccessibleEventListener]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleExtendedComponent|XAccessibleExtendedComponent]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleHyperlink|XAccessibleHyperlink]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleHypertext|XAccessibleHypertext]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleImage|XAccessibleImage]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleKeyBinding|XAccessibleKeyBinding]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleRelationSet|XAccessibleRelationSet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleSelection|XAccessibleSelection]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleStateSet|XAccessibleStateSet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleTable|XAccessibleTable]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleText|XAccessibleText]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Accessibility/XAccessibleValue|XAccessibleValue]]
 
|
 
|
 
|
 
|}
 
===AdvUNO===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Advanced UNO|Advanced UNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Differences Between UNO and Corba|Differences Between UNO and Corba]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Example Python Bridge PyUNO|Example Python Bridge PyUNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Help with New Language Bindings|Help with New Language Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Implementation Loader|Implementation Loader]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Implementing UNO Language Bindings|Implementing UNO Language Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/Language Bindings|Language Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/UNO C++ Bridges|UNO C++ Bridges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/UNO Design Patterns and Coding Styles|UNO Design Patterns and Coding Styles]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/UNO Reflection API|UNO Reflection API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AdvUNO/XInvocation Bridge|XInvocation Bridge]]
 
|
 
|
 
|
 
|}
 
===Basic===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Basic/Accessing Libraries from Basic|Accessing Libraries from Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Accessing the UNO API|Accessing the UNO API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Adding Event Handlers|Adding Event Handlers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Advanced Library Organization|Advanced Library Organization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Application Library Container|Application Library Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Assigning Macros to GUI Events|Assigning Macros to GUI Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/AutoPilot Dialogs|AutoPilot Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Basic IDE Window|Basic IDE Window]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Basic Source Editor and Debugger|Basic Source Editor and Debugger]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Buttons|Buttons]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Calling a Sub from the User Interface|Calling a Sub from the User Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Check Box|Check Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Combo Box|Combo Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Command Button|Command Button]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Common Properties|Common Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Creating Dialogs|Creating Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Creating Dialogs at Runtime|Creating Dialogs at Runtime]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Creating a Module in a Standard Library|Creating a Module in a Standard Library]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Currency Field|Currency Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Date Field|Date Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Date and Time Functions|Date and Time Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog Controls|Dialog Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog Editor|Dialog Editor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog Handling|Dialog Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog Localization|Dialog Localization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog Properties|Dialog Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialog as Control Container|Dialog as Control Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Dialogs|Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Displayed Information|Displayed Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Document Library Container|Document Library Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Features of OpenOffice.org Basic|Features of OpenOffice.org Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/File Control|File Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/File IO|File IO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/First Steps with OpenOffice.org Basic|First Steps with OpenOffice.org Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Formatted Field|Formatted Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Functional Range Overview|Functional Range Overview]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/General Structure|General Structure]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Getting the Dialog Model|Getting the Dialog Model]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Group Box|Group Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/HorizontalVertical Line|HorizontalVertical Line]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/HorizontalVertical Scroll Bar|HorizontalVertical Scroll Bar]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Image Control|Image Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Label Field|Label Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Libraries|Libraries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Library Deployment|Library Deployment]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Library File Structure|Library File Structure]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/List Box|List Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Managing Basic and Dialog Libraries|Managing Basic and Dialog Libraries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Modules|Modules]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Multi-Page Dialogs|Multi-Page Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Numeric Field|Numeric Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Numeric Functions|Numeric Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/OpenOffice.org Basic|OpenOffice.org Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/OpenOffice.org Basic IDE|OpenOffice.org Basic IDE]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/OpenOffice.org Basic Macro Organizer Dialog|OpenOffice.org Basic Macro Organizer Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/OpenOffice.org Basic Macros Dialog|OpenOffice.org Basic Macros Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/OpenOffice.org Basic and Dialogs|OpenOffice.org Basic and Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Option Button|Option Button]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Pattern Field|Pattern Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Programming Dialogs and Dialog Controls|Programming Dialogs and Dialog Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Progress Bar|Progress Bar]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Screen IO Functions|Screen IO Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Showing a Dialog|Showing a Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Special Behavior of OpenOffice.org Basic|Special Behavior of OpenOffice.org Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Specific UNO Functions|Specific UNO Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/String Functions|String Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Technical Background|Technical Background]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Text Field|Text Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Time Field|Time Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Variable Scopes|Variable Scopes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Basic/Writing and Debugging a Basic UNO program|Writing and Debugging a Basic UNO program]]
 
|
 
|
 
|
 
|}
 
===Charts===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Charts/3-D Charts|3-D Charts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Accessing Existing Chart Documents|Accessing Existing Chart Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Chart Add-Ins|Chart Add-Ins]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Chart Document Controller|Chart Document Controller]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Chart Document Parts|Chart Document Parts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Charts|Charts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Common Parts of all Chart Types|Common Parts of all Chart Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Creating a Chart OLE Object in Draw and Impress|Creating a Chart OLE Object in Draw and Impress]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Creating and Adding a Chart to a Spreadsheet|Creating and Adding a Chart to a Spreadsheet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Data Access|Data Access]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Features of Special Chart Types|Features of Special Chart Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Handling Chart Documents|Handling Chart Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/How Add-Ins Work|How Add-Ins Work]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/How to Apply an Add-In to a Chart Document|How to Apply an Add-In to a Chart Document]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Pie Charts|Pie Charts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Prerequisites|Prerequisites]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Setting the Chart Type|Setting the Chart Type]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Statistics|Statistics]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Stock Charts|Stock Charts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Charts/Working With Charts|Working With Charts]]
 
|
 
|
 
|
 
|}
 
===Config===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Config/Adding a Backend Data Store|Adding a Backend Data Store]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Configuration Data Sources|Configuration Data Sources]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Configuration Management|Configuration Management]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Connecting to a Data Source|Connecting to a Data Source]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Creating a Custom Configuration Schema|Creating a Custom Configuration Schema]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Customizing Configuration Data|Customizing Configuration Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Installing a Custom Configuration Schema|Installing a Custom Configuration Schema]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Object Model|Object Model]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Preparing a Custom Configuration Schema|Preparing a Custom Configuration Schema]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Reading Configuration Data|Reading Configuration Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Updating Configuration Data|Updating Configuration Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Config/Using a Data Source|Using a Data Source]]
 
|
 
|
 
|
 
|
 
|}
 
===Database===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Database/Adding a Group|Adding a Group]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Adding an Index|Adding an Index]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Adding and Editing Predefined Queries|Adding and Editing Predefined Queries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Architecture|Architecture]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Catalog Service|Catalog Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Clones of the RowSet Service|Clones of the RowSet Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Column Service|Column Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connecting Through a DataSource|Connecting Through a DataSource]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connecting Through a Specific Driver|Connecting Through a Specific Driver]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connecting Using the DriverManager and a Database URL|Connecting Using the DriverManager and a Database URL]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connection Pooling|Connection Pooling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connection Service|Connection Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Connections|Connections]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Creating Statements|Creating Statements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Creating a User|Creating a User]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/DataSources|DataSources]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Data Sources in OpenOffice.org API|Data Sources in OpenOffice.org API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Database Access|Database Access]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Database Design|Database Design]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Delete|Delete]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Document Links|Document Links]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Driver Service|Driver Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Driver Specifics|Driver Specifics]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Driver Statements|Driver Statements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Events and Other Notifications|Events and Other Notifications]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Example: Querying the Bibliography Database|Example: Querying the Bibliography Database]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Forms and Reports|Forms and Reports]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Getting Data from a Table|Getting Data from a Table]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Group Service|Group Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Handling Unsupported Functionality|Handling Unsupported Functionality]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Index Service|Index Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Insert|Insert]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Inserting and Updating Data|Inserting and Updating Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Key Service|Key Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Manipulating the Data|Manipulating the Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Modifiable Result Sets|Modifiable Result Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Moving the Result Set Cursor|Moving the Result Set Cursor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Open Group CLI Conversion Functions|Open Group CLI Conversion Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Open Group CLI Numeric Functions|Open Group CLI Numeric Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Open Group CLI String Functions|Open Group CLI String Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Open Group CLI System Functions|Open Group CLI System Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Open Group CLI Time and Date Functions|Open Group CLI Time and Date Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Piggyback Connections|Piggyback Connections]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/PreparedStatement From DataSource Queries|PreparedStatement From DataSource Queries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Queries|Queries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/ResultSetMetaData|ResultSetMetaData]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Result Sets|Result Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Retrieving Values from Result Sets|Retrieving Values from Result Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Runtime Settings For Predefined Queries|Runtime Settings For Predefined Queries]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/SDBC Driver|SDBC Driver]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Scrollable Result Sets|Scrollable Result Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Seeing Changes in Result Sets|Seeing Changes in Result Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Statements|Statements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Stored Procedures|Stored Procedures]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Support Scalar Functions|Support Scalar Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Table Service|Table Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Tables and Columns|Tables and Columns]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The DataSource Service|The DataSource Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The Descriptor Pattern|The Descriptor Pattern]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The RowSet Service|The RowSet Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for ADO|The SDBC Driver for ADO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for Adabas D|The SDBC Driver for Adabas D]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for Flat File Formats|The SDBC Driver for Flat File Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for JDBC|The SDBC Driver for JDBC]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for ODBC|The SDBC Driver for ODBC]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for OpenOffice.org Calc Files|The SDBC Driver for OpenOffice.org Calc Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for address books|The SDBC Driver for address books]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for dBase|The SDBC Driver for dBase]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SDBC Driver for embedded HSQL databases|The SDBC Driver for embedded HSQL databases]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SQLQueryComposer|The SQLQueryComposer]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/The SingleSelectQueryComposer|The SingleSelectQueryComposer]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Update|Update]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Usage|Usage]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/User Service|User Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Using DBMS Features|Using DBMS Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Using DDL to Change the Database Design|Using DDL to Change the Database Design]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Using Prepared Statements|Using Prepared Statements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Using SDBCX to Access the Database Design|Using SDBCX to Access the Database Design]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Using the getXXX Methods|Using the getXXX Methods]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/View Service|View Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/Writing Database Drivers|Writing Database Drivers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Database/XDatabaseMetaData Interface|XDatabaseMetaData Interface]]
 
|
 
|
 
|
 
|
 
|}
 
===Drawings===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Drawings/Animations and Interactions|Animations and Interactions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Bezier Shapes|Bezier Shapes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Custom Slide Show|Custom Slide Show]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Drawing Documents and Presentation Documents|Drawing Documents and Presentation Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Drawing and Presentation Document Controller|Drawing and Presentation Document Controller]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Example: Creating a Simple Organizational Chart|Example: Creating a Simple Organizational Chart]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Exporting|Exporting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Filter Options|Filter Options]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/General Drawing Properties|General Drawing Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Glue Points and Connectors|Glue Points and Connectors]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Grouping, Combining and Binding|Grouping, Combining and Binding]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Handling Drawing Document Files|Handling Drawing Document Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Handling Presentation Document Files|Handling Presentation Document Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Inserting Files|Inserting Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Layer Handling|Layer Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Moving and Scaling|Moving and Scaling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Navigating|Navigating]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Ordering|Ordering]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Other Drawing Specific View Settings|Other Drawing Specific View Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Overall Document Features|Overall Document Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Page Formatting|Page Formatting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Presentation Effects|Presentation Effects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Presentation Settings|Presentation Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Printing Drawing Documents|Printing Drawing Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Printing Presentation Documents|Printing Presentation Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Rotating and Shearing|Rotating and Shearing]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Saving Drawing Documents|Saving Drawing Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Setting the Current Page|Setting the Current Page]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Settings|Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Shape Operations|Shape Operations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Shape Types|Shape Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Shapes|Shapes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Slide Transition|Slide Transition]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Storing|Storing]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Transforming|Transforming]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Working with Drawing Documents|Working with Drawing Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Working with Presentation Documents|Working with Presentation Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Drawings/Zooming|Zooming]]
 
|
 
|
 
|
 
|}
 
===Extensions===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Extensions/Absolute Position of Leaves|Absolute Position of Leaves]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Absolute Position of Nodes|Absolute Position of Nodes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Adding Nodes|Adding Nodes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Adding Several Leaves|Adding Several Leaves]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Adding Several Nodes|Adding Several Nodes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Adding a Leaf to an Existing Node|Adding a Leaf to an Existing Node]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Assigning Nodes to Modules|Assigning Nodes to Modules]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Checklist for Writing Extensions|Checklist for Writing Extensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Concept|Concept]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Creating the GUI of the Options Page|Creating the GUI of the Options Page]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Defining a Module|Defining a Module]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Defining the Usage of Options Pages|Defining the Usage of Options Pages]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Dependencies|Dependencies]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Deployment Items|Deployment Items]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Description of Atom Feed|Description of Atom Feed]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Description of XML Elements|Description of XML Elements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Description of the Update Information|Description of the Update Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Display Name|Display Name]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Example|Example]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Example Scenario for Providing Updates|Example Scenario for Providing Updates]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Examples|Examples]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Description|Extension Description]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Identifiers|Extension Identifiers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Layers|Extension Layers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Manager|Extension Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Manager in OpenOffice.org|Extension Manager in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extension Versions|Extension Versions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Extensions|Extensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/File Format|File Format]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Grouping of Leaves|Grouping of Leaves]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Grouping of Nodes|Grouping of Nodes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Help Content|Help Content]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Icon|Icon]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Installing Extensions for All or a Single User|Installing Extensions for All or a Single User]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Localized XML Elements|Localized XML Elements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Location of Installed Extensions|Location of Installed Extensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Migration of Update Information|Migration of Update Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Online Update of Extensions|Online Update of Extensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Options Dialog|Options Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Publisher Information|Publisher Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Running Online - Update|Running Online - Update]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Saving and Reading Data for the Options Page|Saving and Reading Data for the Options Page]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Simple License|Simple License]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/System Integration|System Integration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/Target Platform|Target Platform]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/The Options Dialog of the Extension Manager|The Options Dialog of the Extension Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/description.xml|description.xml]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Extensions/unopkg|unopkg]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Any|Any]]
 
|
 
|
 
|
 
|}
 
===FirstSteps===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Common Mechanisms for Text, Tables and Drawings|Common Mechanisms for Text, Tables and Drawings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Common Types|Common Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Configuration|Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Creating Text, Tables and Drawing Shapes|Creating Text, Tables and Drawing Shapes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Element Access|Element Access]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Example: Hello Text, Hello Table, Hello Shape|Example: Hello Text, Hello Table, Hello Shape]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Example: Working with a Spreadsheet Document|Example: Working with a Spreadsheet Document]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Fields of Application for UNO|Fields of Application for UNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/First Contact|First Contact]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/First Steps|First Steps]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Getting Started|Getting Started]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/How do I know Which Type I Have?|How do I know Which Type I Have?]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/How do I know Which Type I Have?&action=edit|How do I know Which Type I Have?&action=edit]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/How to get Objects in OpenOffice.org|How to get Objects in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Installation Sets|Installation Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Objects, Interfaces, and Services|Objects, Interfaces, and Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Programming with UNO|Programming with UNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Sequence|Sequence]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Struct|Struct]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Using Services|Using Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/FirstSteps/Working with Objects|Working with Objects]]
 
|
 
|
 
|
 
|}
 
===Forms===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Forms/A Hierarchy of Models|A Hierarchy of Models]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Automatic Key Generation|Automatic Key Generation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Committing Controls|Committing Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Common Tasks|Common Tasks]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Control Models|Control Models]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Control Models Forms|Control Models Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Control Models and Shapes|Control Models and Shapes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Control Models as Bound Components|Control Models as Bound Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Data Aware Controls|Data Aware Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Data Awareness|Data Awareness]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Data Validation|Data Validation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/External List Sources|External List Sources]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/External Value Suppliers|External Value Suppliers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Filtering and Sorting|Filtering and Sorting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/FormComponent Service|FormComponent Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/FormComponents Service|FormComponents Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Form Components|Form Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Form Control Models|Form Control Models]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Form Controls accepting Value Bindings|Form Controls accepting Value Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Form Elements in the Document Model|Form Elements in the Document Model]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Form Layer Views|Form Layer Views]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Forms|Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Forms Container|Forms Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Forms Data Awareness|Forms Data Awareness]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Forms as Row Sets|Forms as Row Sets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/HTML Forms|HTML Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Initializing Bound Controls|Initializing Bound Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Loadable Forms|Loadable Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Logical Forms|Logical Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Model-View Interaction|Model-View Interaction]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Models and Views|Models and Views]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Models and Views for Form Controls|Models and Views for Form Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Parameters|Parameters]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Programmatic Assignment of Scripts to Events|Programmatic Assignment of Scripts to Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Scripting and Events|Scripting and Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Sub Forms|Sub Forms]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/The Model-View Paradigm|The Model-View Paradigm]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Validation|Validation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Validation and Bindings|Validation and Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Validation in OpenOffice.org|Validation in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Forms/Value Bindings|Value Bindings]]
 
|
 
|
 
|
 
|}
 
===GUI===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/GUI/Adding Controls to a Dialog|Adding Controls to a Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Check Box|Check Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Combo Box|Combo Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Command Button|Command Button]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Common Properties|Common Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Common Workflow to add Controls|Common Workflow to add Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Creating Menus|Creating Menus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Currency Field|Currency Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Date Field|Date Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Dialog Controls|Dialog Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Dialog Creation|Dialog Creation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Dialog Handling|Dialog Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Dialogs and Controls|Dialogs and Controls]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Displaying Dialogs|Displaying Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Events|Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Exception Handling|Exception Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/File Control|File Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/File Picker|File Picker]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Font-specific Properties|Font-specific Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Formatted Field|Formatted Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Graphical User Interfaces|Graphical User Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Group Box|Group Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Horizontal Vertical Line Control|Horizontal Vertical Line Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Image Control|Image Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Instantiation of a Dialog|Instantiation of a Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Label Field|Label Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/List Box|List Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Message Box|Message Box]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Numeric Field|Numeric Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Other Common Properties|Other Common Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Pattern Field|Pattern Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Progress Bar|Progress Bar]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Property Propagation Between Model and Control|Property Propagation Between Model and Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Radio Button|Radio Button]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Roadmap Control|Roadmap Control]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Scroll Bar|Scroll Bar]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Setting Dialog Properties|Setting Dialog Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Summarizing Example to Create a UNO Dialog|Summarizing Example to Create a UNO Dialog]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Text Field|Text Field]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Text Field Extensions|Text Field Extensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/The Example Listings|The Example Listings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/The Toolkit Service|The Toolkit Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/GUI/Time Field|Time Field]]
 
|
 
|
 
|
 
|
 
|}
 
 
 
===JavaBean===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/JavaBean/API Overview|API Overview]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/Configuring the Office Bean|Configuring the Office Bean]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/ContainerFactory Interface|ContainerFactory Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/Customized Configuration|Customized Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/Default Configuration|Default Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/Internal Architecture|Internal Architecture]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/JavaBean for Office Components|JavaBean for Office Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/LocalOfficeConnection and LocalOfficeWindow|LocalOfficeConnection and LocalOfficeWindow]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/OfficeConnection Interface|OfficeConnection Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/OfficeWindow Interface|OfficeWindow Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/The Internal Office Bean API|The Internal Office Bean API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/The OOoBean by Example|The OOoBean by Example]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/JavaBean/Using the OOoBean|Using the OOoBean]]
 
|
 
|
 
|
 
|}
 
 
 
===OfficeDev===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Applying Number Formats|Applying Number Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Closing Documents|Closing Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Command URL|Command URL]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Common Application Features|Common Application Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Component/Controllers|Controllers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Component/Frames|Frames]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Component/Getting Frames, Controllers and Models from Each Other|Getting Frames, Controllers and Models from Each Other]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Component/Models|Models]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Component/Window Interfaces|Window Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Configuring a Filter in OpenOffice.org|Configuring a Filter in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Controllers|Controllers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Creating Frames Manually|Creating Frames Manually]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Custom Path Variables|Custom Path Variables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Desktop Environment|Desktop Environment]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Dispatch Framework|Dispatch Framework]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Dispatch Interception|Dispatch Interception]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Dispatch Process|Dispatch Process]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Dispatch Results|Dispatch Results]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Document API Filter Development|Document API Filter Development]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Document Events|Document Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Events|Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Filter|Filter]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Filter Options|Filter Options]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Filtering Process|Filtering Process]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Frame-Controller-Model Paradigm in OpenOffice.org|Frame-Controller-Model Paradigm in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Frames|Frames]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Framework API|Framework API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Handling Documents|Handling Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Implementing a Hyphenator|Implementing a Hyphenator]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Implementing a New Locale|Implementing a New Locale]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Implementing a Spell Checker|Implementing a Spell Checker]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Implementing a Thesaurus|Implementing a Thesaurus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Integrating Import and Export Filters|Integrating Import and Export Filters]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Internationalization|Internationalization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Java Window Integration|Java Window Integration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Linguistics|Linguistics]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Managing Number Formats|Managing Number Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Number Formats|Number Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Office Development|Office Development]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/OpenOffice.org Application Environment|OpenOffice.org Application Environment]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/OpenOffice.org Single Sign-On API|OpenOffice.org Single Sign-On API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Overview and Using the API|Overview and Using the API]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Path Organization|Path Organization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Path Settings|Path Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Path Variables|Path Variables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Predefined Variables|Predefined Variables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Processing Chain|Processing Chain]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Properties of a Filter|Properties of a Filter]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Properties of a FrameLoader|Properties of a FrameLoader]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Properties of a Type|Properties of a Type]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Resolving Path Variables|Resolving Path Variables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Storing Documents|Storing Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/The Exporter|The Exporter]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/The Importer|The Importer]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using Hyphenator|Using Hyphenator]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using Spellchecker|Using Spellchecker]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using Thesaurus|Using Thesaurus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using the Component Framework|Using the Component Framework]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using the Desktop|Using the Desktop]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Using the Dispatch Framework|Using the Dispatch Framework]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Windows|Windows]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/Writing the Filtering Component|Writing the Filtering Component]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/XML Based Filter Development|XML Based Filter Development]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/OfficeDev/XML Filter Detection|XML Filter Detection]]
 
|
 
|
 
|
 
|
 
|}
 
 
 
===ProUNO===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/ProUNO/API Concepts|API Concepts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Case Sensitivity|Case Sensitivity]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Exception Handling|Exception Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Getting Information about UNO Objects|Getting Information about UNO Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Handling UNO Objects|Handling UNO Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Instantiating UNO Services|Instantiating UNO Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Listeners|Listeners]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Mapping of Enums and Constant Groups|Mapping of Enums and Constant Groups]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Mapping of Sequences and Arrays|Mapping of Sequences and Arrays]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Mapping of Simple Types|Mapping of Simple Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Mapping of Structs|Mapping of Structs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/Mapping of UNO and Basic Types|Mapping of UNO and Basic Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Basic/OpenOffice.org Basic|OpenOffice.org Basic]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Automation Bridge|Automation Bridge]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Automation Objects with UNO Interfaces|Automation Objects with UNO Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Calling Functions and Accessing Properties|Calling Functions and Accessing Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Client-Side Conversions|Client-Side Conversions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Conversion Mappings|Conversion Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/DCOM|DCOM]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Default Mappings|Default Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Exceptions and Errorcodes|Exceptions and Errorcodes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of Hyper and Decimal|Mapping of Hyper and Decimal]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of Interfaces and Structures|Mapping of Interfaces and Structures]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of Sequence|Mapping of Sequence]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of Simple Types|Mapping of Simple Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of String|Mapping of String]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Mapping of Type|Mapping of Type]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Return Values|Return Values]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/The Bridge Services|The Bridge Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/The Service Manager Component|The Service Manager Component]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Type Mappings|Type Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Unsupported COM Features|Unsupported COM Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Usage of Types|Usage of Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Using Automation Objects from UNO|Using Automation Objects from UNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Using UNO from Automation|Using UNO from Automation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Bridge/Value Objects|Value Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/C++ Language Binding|C++ Language Binding]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Establishing Interprocess Connections|Establishing Interprocess Connections]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Exception Handling in C++|Exception Handling in C++]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Mapping of Interface Types|Mapping of Interface Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Mapping of Sequence Types|Mapping of Sequence Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Mapping of Services|Mapping of Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Mapping of Singletons|Mapping of Singletons]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Mapping of Struct Types|Mapping of Struct Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Type Mappings|Type Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/C++/Using Weak References|Using Weak References]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Additional Structures|Additional Structures]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/CLI Language Binding|CLI Language Binding]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Important Interfaces and Implementations|Important Interfaces and Implementations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Language Binding DLLs|Language Binding DLLs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Lifetime Management and Obtaining Interfaces|Lifetime Management and Obtaining Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/The Override Problem|The Override Problem]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Type Mapping|Type Mapping]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Type Mappings|Type Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Type Name Decoration|Type Name Decoration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/CLI/Writing Client Programs|Writing Client Programs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Characteristics of the Interprocess Bridge|Characteristics of the Interprocess Bridge]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Children of the XEventListener Interface|Children of the XEventListener Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Closing a Connection|Closing a Connection]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Collections and Containers|Collections and Containers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Component Context|Component Context]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Creating the Bridge|Creating the Bridge]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Data Types|Data Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Differences Between the Lifetime of C++ and Java Objects|Differences Between the Lifetime of C++ and Java Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Event Model|Event Model]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Example: A Connection Aware Client|Example: A Connection Aware Client]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Exception Handling|Exception Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Exceptions|Exceptions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Importing a UNO Object|Importing a UNO Object]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Interfaces|Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Introduction|Introduction]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Getting a Service Manager|Getting a Service Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Handling Interfaces|Handling Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Inexact approximation of UNO Value Semantics|Inexact approximation of UNO Value Semantics]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Java Language Binding|Java Language Binding]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Enum Types|Mapping of Enum Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Exception Types|Mapping of Exception Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Interface Types|Mapping of Interface Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Sequence Types|Mapping of Sequence Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Services|Mapping of Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Singletons|Mapping of Singletons]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of Struct Types|Mapping of Struct Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Mapping of UNOIDL|Mapping of UNOIDL]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Transparent Use of Office UNO Components|Transparent Use of Office UNO Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Java/Type Mappings|Type Mappings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Lifetime of UNO objects|Lifetime of UNO objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Modules|Modules]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Object Identity|Object Identity]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Opening a Connection|Opening a Connection]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Predefined Values|Predefined Values]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Professional UNO|Professional UNO]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Properties|Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Sequences|Sequences]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Service Manager|Service Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Service Manager and Component Context|Service Manager and Component Context]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Services|Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Simple Types|Simple Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Singletons|Singletons]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Starting OpenOffice.org in Listening Mode|Starting OpenOffice.org in Listening Mode]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Structs|Structs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/The Any Type|The Any Type]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/The XComponent Interface|The XComponent Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/UNO Concepts|UNO Concepts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/UNO Interprocess Connections|UNO Interprocess Connections]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/UNO Language Bindings|UNO Language Bindings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Understanding the API Reference|Understanding the API Reference]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Using UNO Interfaces|Using UNO Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/Weak Objects and References|Weak Objects and References]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/ProUNO/acquire() and release()|acquire() and release()]]
 
|
 
|
 
|
 
|
 
|}
 
 
 
===Scripting===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Scripting/Basic and Dialogs|Basic and Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/BeanShell Editor|BeanShell Editor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Building and Registering Your ScriptProvider|Building and Registering Your ScriptProvider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Editing, Creating and Managing Macros|Editing, Creating and Managing Macros]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/How the Scripting Framework Works|How the Scripting Framework Works]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Implementation|Implementation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Implementing the ScriptEditor Interface|Implementing the ScriptEditor Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Implementing the XScript Interface|Implementing the XScript Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Integration with Extension Manager|Integration with Extension Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/JavaScript Editor|JavaScript Editor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Macro Recording|Macro Recording]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Running Macros|Running Macros]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Scripting Framework|Scripting Framework]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Scripting Framework URI Specification|Scripting Framework URI Specification]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Storage of Scripts|Storage of Scripts]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/The Organizer dialogs for BeanShell and JavaScript|The Organizer dialogs for BeanShell and JavaScript]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/The ScriptProvider Abstract Base Class|The ScriptProvider Abstract Base Class]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Using the Scripting Framework|Using the Scripting Framework]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Writing Macros|Writing Macros]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Writing a LanguageScriptProvider UNO Component From Scratch|Writing a LanguageScriptProvider UNO Component From Scratch]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Scripting/Writing a LanguageScriptProvider UNO Component using the Java Helper Classes|Writing a LanguageScriptProvider UNO Component using the Java Helper Classes]]
 
|
 
|
 
|
 
|
 
|}
 
 
 
===Spreadsheets===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Absolute Address|Absolute Address]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Access to Formulas, Values and Errors|Access to Formulas, Values and Errors]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Access to Text Content|Access to Text Content]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Capabilities of Columns and Rows|Capabilities of Columns and Rows]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Capabilities of SheetCell|Capabilities of SheetCell]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Capabilities of SheetCellRange|Capabilities of SheetCellRange]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Capabilities of SheetCellRanges Container|Capabilities of SheetCellRanges Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Capabilities of Spreadsheet|Capabilities of Spreadsheet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell Annotations|Cell Annotations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell Area Links|Cell Area Links]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell Cursor|Cell Cursor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell Ranges|Cell Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell Ranges and Cells Container|Cell Ranges and Cells Container]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cell and Cell Range Access|Cell and Cell Range Access]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cells|Cells]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Cells Absolute Address|Cells Absolute Address]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Character and Paragraph Format|Character and Paragraph Format]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Column and Row Access|Column and Row Access]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Columns and Rows|Columns and Rows]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Compatibility Names|Compatibility Names]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Conditional Formats|Conditional Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Creating a New DataPilot Table|Creating a New DataPilot Table]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Custom Functions|Custom Functions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/DDE Links|DDE Links]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/DataPilot Sources|DataPilot Sources]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/DataPilot Tables|DataPilot Tables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Data Array|Data Array]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Database Import|Database Import]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Database Operations|Database Operations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Database Ranges|Database Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Detective|Detective]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Dimensions|Dimensions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Equally Formatted Cell Ranges|Equally Formatted Cell Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Example: Adding a New Spreadsheet|Example: Adding a New Spreadsheet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Example: Editing Spreadsheet Cells|Example: Editing Spreadsheet Cells]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Fill Series|Fill Series]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Filter Options|Filter Options]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Filtering|Filtering]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Formatting|Formatting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Function Descriptions|Function Descriptions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Function Handling|Function Handling]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Handling Array Formulas|Handling Array Formulas]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Handling Spreadsheet Documents Files|Handling Spreadsheet Documents Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Hierarchies|Hierarchies]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Indentation|Indentation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Label Ranges|Label Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Levels|Levels]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Linking External Data|Linking External Data]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Members|Members]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Merging Cell Ranges into a Single Cell|Merging Cell Ranges into a Single Cell]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Modifying a DataPilot Table|Modifying a DataPilot Table]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Multiple Operations|Multiple Operations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Named Ranges|Named Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Navigating|Navigating]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Operations|Operations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Other Table Operations|Other Table Operations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Overall Document Features|Overall Document Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Printing Spreadsheet Documents|Printing Spreadsheet Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Properties of Cell Ranges|Properties of Cell Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Properties of SheetCell|Properties of SheetCell]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Protecting Spreadsheets|Protecting Spreadsheets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Querying for Cells with Specific Properties|Querying for Cells with Specific Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Range Selection|Range Selection]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Referencing Ranges by Name|Referencing Ranges by Name]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Removing a DataPilot Table|Removing a DataPilot Table]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Saving Spreadsheet Documents|Saving Spreadsheet Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Search and Replace|Search and Replace]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Service Names|Service Names]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Settings|Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Sheet Links|Sheet Links]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Sheet Outline|Sheet Outline]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Sorting|Sorting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Source Object|Source Object]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Spreadsheet|Spreadsheet]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Spreadsheet Add-Ins|Spreadsheet Add-Ins]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Spreadsheet Document Controller|Spreadsheet Document Controller]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Spreadsheet Documents|Spreadsheet Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Spreadsheet Services - Overview|Spreadsheet Services - Overview]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Subtotals|Subtotals]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Table Auto Formats|Table Auto Formats]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Variable Results|Variable Results]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/View Panes|View Panes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/View Settings|View Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Spreadsheets/Working With Spreadsheet Documents|Working With Spreadsheet Documents]]
 
|
 
|
 
|
 
|}
 
 
 
===Text===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/Text/Accessing Existing Tables|Accessing Existing Tables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Auto Text|Auto Text]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Bookmarks|Bookmarks]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Columns|Columns]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Drawing Shapes|Drawing Shapes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Editing Text|Editing Text]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Embedded Objects|Embedded Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Example: Fields in a Template|Example: Fields in a Template]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Example: Visible Cursor Position|Example: Visible Cursor Position]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Footnotes and Endnotes|Footnotes and Endnotes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Formatting|Formatting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Graphic Objects|Graphic Objects]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Handling Text Document Files|Handling Text Document Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Indexed Cells and Cell Ranges|Indexed Cells and Cell Ranges]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Indexes and Index Marks|Indexes and Index Marks]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Inserting Tables|Inserting Tables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Inserting Text Files|Inserting Text Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Inserting a Paragraph where no Cursor can go|Inserting a Paragraph where no Cursor can go]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Iterating over Text|Iterating over Text]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Line Numbering and Outline Numbering|Line Numbering and Outline Numbering]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Link Targets|Link Targets]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Named Table Cells in Rows, Columns and the Table Cursor|Named Table Cells in Rows, Columns and the Table Cursor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Navigating|Navigating]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Overall Document Features|Overall Document Features]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Page Layout|Page Layout]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Printing Text Documents|Printing Text Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Redline|Redline]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Reference Marks|Reference Marks]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Ruby|Ruby]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Saving Text Documents|Saving Text Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Settings|Settings]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Shape Objects in Text|Shape Objects in Text]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Sorting Text|Sorting Text]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Table Naming, Sorting, Charting and Autoformatting|Table Naming, Sorting, Charting and Autoformatting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Tables|Tables]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/TextView|TextView]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/TextViewCursor|TextViewCursor]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Document Controller|Text Document Controller]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Documents|Text Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Fields|Text Fields]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Frames|Text Frames]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Sections|Text Sections]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Text Table Properties|Text Table Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/Text/Working with Text Documents|Working with Text Documents]]
 
|
 
|
 
|
 
|}
 
 
 
===UCB===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/UCB/Accessing a UCB Content|Accessing a UCB Content]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Configuration|Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Content Provider Proxies|Content Provider Proxies]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Content Providers|Content Providers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Copying, Moving and Linking|Copying, Moving and Linking]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Creating|Creating]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Deleting|Deleting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Documents|Documents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Executing Content Commands|Executing Content Commands]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Folders|Folders]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Instantiating the UCB|Instantiating the UCB]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Managing Contents|Managing Contents]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Obtaining Content Properties|Obtaining Content Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Preconfigured UCBs|Preconfigured UCBs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Services and Interfaces|Services and Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Setting Content Properties|Setting Content Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/UCP Registration Information|UCP Registration Information]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Unconfigured UCBs|Unconfigured UCBs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Universal Content Broker|Universal Content Broker]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/UCB/Using the UCB API|Using the UCB API]]
 
|
 
|
 
|
 
|
 
|}
 
===WritingUNO===
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Accessing Dialogs|Accessing Dialogs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Add-Ons|Add-Ons]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Configuration|Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Guidelines|Guidelines]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Help Integration|Help Integration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Images for Toolbars and Menus|Images for Toolbars and Menus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Installation|Installation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Menus|Menus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/AddOns/Toolbars|Toolbars]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Assigning Component Methods to Control Events|Assigning Component Methods to Control Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Bootstrapping a Service Manager|Bootstrapping a Service Manager]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Building and Testing C++ Components|Building and Testing C++ Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/C++ Component|C++ Component]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Class Definition with Helper Template Classes|Class Definition with Helper Template Classes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Create Instance with Arguments|Create Instance with Arguments]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Implementing without Helpers|Implementing without Helpers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Implementing your own Interfaces|Implementing your own Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Multiple Components in One Dynamic Link Library|Multiple Components in One Dynamic Link Library]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Provide Implementation Environment|Provide Implementation Environment]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Providing a Single Factory Using a Helper Method|Providing a Single Factory Using a Helper Method]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Storing the Service Manager for Further Use|Storing the Service Manager for Further Use]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/C++/Write Registration Info Using a Helper Method|Write Registration Info Using a Helper Method]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Class Definition with Helper Class|Class Definition with Helper Class]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Command Line Registry Tools|Command Line Registry Tools]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Component Architecture|Component Architecture]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Configuration|Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Core Interfaces to Implement|Core Interfaces to Implement]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Create Instance with Arguments|Create Instance with Arguments]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Debugging|Debugging]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Defining a Sequence|Defining a Sequence]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Defining a Service|Defining a Service]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Defining a Struct|Defining a Struct]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Defining an Exception|Defining an Exception]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Defining an Interface|Defining an Interface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Deployment Options for Components|Deployment Options for Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Disable Commands|Disable Commands]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/File Naming Conventions|File Naming Conventions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Generating Source Code from UNOIDL Definitions|Generating Source Code from UNOIDL Definitions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Grouping Definitions in Modules|Grouping Definitions in Modules]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Implementation|Implementation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Implementing Your Own Interfaces|Implementing Your Own Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Implementing without Helpers|Implementing without Helpers]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Installation|Installation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Integrating Components into OpenOffice.org|Integrating Components into OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Intercepting Context Menus|Intercepting Context Menus]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Configuration|Configuration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Execution Environment|Execution Environment]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Implementation|Implementation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Initialization|Initialization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Installation|Installation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Jobs|Jobs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/List of Supported Events|List of Supported Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Returning Results|Returning Results]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Jobs/Using the vnd.sun.star.jobs: URL Schema|Using the vnd.sun.star.jobs: URL Schema]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Make Registration Available to OpenOffice.org|Make Registration Available to OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Manual Component Installation|Manual Component Installation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Possible Structures for Java Components|Possible Structures for Java Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Predefining Values|Predefining Values]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Preprocessing|Preprocessing]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Protocol Handler|Protocol Handler]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Providing a Single Factory Using a Helper Method|Providing a Single Factory Using a Helper Method]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Published Entities|Published Entities]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Register Component File|Register Component File]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Required Files|Required Files]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Reserved Types|Reserved Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Running and Debugging Java Components|Running and Debugging Java Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Server Use Case|Server Use Case]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Simple Component in Java|Simple Component in Java]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Simple Types|Simple Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Singleton|Singleton]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Special Service Manager Configurations|Special Service Manager Configurations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Standalone Use Case|Standalone Use Case]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Storing the Service Manager for Further Use|Storing the Service Manager for Further Use]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Test the Registration|Test the Registration]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/The Java Environment in OpenOffice.org|The Java Environment in OpenOffice.org]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/The UNO Executable|The UNO Executable]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Troubleshooting|Troubleshooting]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Using Comments|Using Comments]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Using Dialogs in Components|Using Dialogs in Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Using UNOIDL to Specify New Components|Using UNOIDL to Specify New Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Using the UNO Executable|Using the UNO Executable]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Write Registration Info Using a Helper Method|Write Registration Info Using a Helper Method]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Writing UNO Components|Writing UNO Components]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/Writing the Specification|Writing the Specification]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XAggregation|XAggregation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XComponent|XComponent]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XInitialization|XInitialization]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XInterface|XInterface]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XMain|XMain]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XServiceInfo|XServiceInfo]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XTypeProvider|XTypeProvider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XUnoTunnel|XUnoTunnel]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/WritingUNO/XWeak|XWeak]]
 
|
 
|
 
|
 
|
 
|}
 
===Appendix===
 
====Appendix A====
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/AppendixA/Abbreviations|Abbreviations]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Attributes|Attributes]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Definition of API Elements|Definition of API Elements]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Enums|Enums]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Events|Events]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Exceptions|Exceptions]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/General Design Rules|General Design Rules]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Interfaces|Interfaces]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Methods|Methods]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/OpenOffice.org API-Design-Guidelines|OpenOffice.org API-Design-Guidelines]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Parameter|Parameter]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Properties|Properties]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Services|Services]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Source Files and Types|Source Files and Types]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Special Cases|Special Cases]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Structs|Structs]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixA/Typedefs|Typedefs]]
 
|
 
|
 
|
 
|
 
|}
 
====Appendix B====
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/AppendixB/Element Documentation|Element Documentation]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixB/File structure|File structure]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixB/IDL Documentation Guidelines|IDL Documentation Guidelines]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixB/Special Documentation Tags|Special Documentation Tags]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixB/Special Markups|Special Markups]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixB/Useful XHTML Tags|Useful XHTML Tags]]
 
|
 
|
 
|
 
|
 
|}
 
====Appendix C====
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/AppendixC/The FTP Content Provider|The FTP Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/The File Content Provider|The File Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/The Help Content Provider|The Help Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/The Hierarchy Content Provider|The Hierarchy Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/The Package Content Provider|The Package Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/The WebDAV Content Provider|The WebDAV Content Provider]]
 
|
 
|
 
|
 
|
 
|-
 
|[[Documentation/DevGuide/AppendixC/Universal Content Providers|Universal Content Providers]]
 
|
 
|
 
|
 
|
 
|}
 
====Appendix C====
 
{|
 
!English
 
!Japanese
 
!Translator
 
!Chacker
 
!Status
 
|-
 
|[[Documentation/DevGuide/AppendixD/UNOIDL Syntax Specification|UNOIDL Syntax Specification]]
 
|
 
|
 
|
 
|
 
|}
 
  
 
==ProUNO==
 
==ProUNO==

Revision as of 03:48, 6 May 2009

目的

このページでは、"OpenOffice.org Developer's Guide" の日本語への翻訳の進行を管理します。 "OpenOffice.org Developer's Guide" については、Documentation/DevGuide/OpenOffice.org_Developers_Guide を参照してください。


ProUNO

Scripting

Spreadsheets

Text

UCB

WritingUNO

Appendix A

Appendix B

Appendix C

Appendix D

Personal tools