1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* this file was generated from idl_chapter_refs.txt by wikilinks.py */
9 /// @par Developers Guide
10 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCharacterClassification_2">Office Development - Implementing a New Locale - XCharacterClassification</a><br>
11 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCharacterClassification">Office Development - Overview and Using the API - XCharacterClassification</a><br>
12 interface XCharacterClassification
{}
23 /// @par Developers Guide
24 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context">Professional UNO - Service Manager and Component Context</a><br>
25 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Getting_Started">First Steps - First Contact - Getting Started</a><br>
26 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
27 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
28 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
29 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components_2">Professional UNO - C++ - Transparent Use of Office UNO Components</a><br>
30 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components">Professional UNO - Java - Transparent Use of Office UNO Components</a><br>
31 interface XComponentContext
{}
42 /// @par Developers Guide
43 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context">Professional UNO - Service Manager and Component Context</a><br>
44 interface XMultiServiceFactory
{}
55 /// @par Developers Guide
56 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context">Professional UNO - Service Manager and Component Context</a><br>
57 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Getting_Started">First Steps - First Contact - Getting Started</a><br>
58 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
59 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
60 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
61 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components_2">Professional UNO - C++ - Transparent Use of Office UNO Components</a><br>
62 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components">Professional UNO - Java - Transparent Use of Office UNO Components</a><br>
63 interface XMultiComponentFactory
{}
74 /// @par Developers Guide
75 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context">Professional UNO - Service Manager and Component Context</a><br>
76 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Getting_Started">First Steps - First Contact - Getting Started</a><br>
77 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Instantiation">Professional UNO - Bridge - The Service Manager Component - Instantiation</a><br>
78 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Instantiating_UNO_Services">Professional UNO - Basic - Instantiating UNO Services</a><br>
79 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
80 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#Bootstrapping">Advanced UNO - Implementing UNO Language Bindings - Overview of Language Bindings and Bridges - Bootstrapping</a><br>
81 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
82 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
83 service ServiceManager
{}
94 /// @par Developers Guide
95 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XNumberFormatCode">Office Development - Overview and Using the API - XNumberFormatCode</a><br>
96 interface XNumberFormatCode
{}
107 /// @par Developers Guide
108 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling_in_C.2B.2B">Professional UNO - C++ - Exception Handling in C++</a><br>
109 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling_2">Professional UNO - Basic - Exception Handling</a><br>
110 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Mapping_of_Exception_Types">Professional UNO - Java - Mapping of Exception Types</a><br>
111 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exceptions_and_Errorcodes">Professional UNO - Bridge - Exceptions and Errorcodes</a><br>
112 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling">Professional UNO - Exception Handling</a><br>
113 exception Exception
{}
124 /// @par Developers Guide
125 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling_in_C.2B.2B">Professional UNO - C++ - Exception Handling in C++</a><br>
126 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling_2">Professional UNO - Basic - Exception Handling</a><br>
127 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Mapping_of_Exception_Types">Professional UNO - Java - Mapping of Exception Types</a><br>
128 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exceptions_and_Errorcodes">Professional UNO - Bridge - Exceptions and Errorcodes</a><br>
129 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exception_Handling">Professional UNO - Exception Handling</a><br>
130 exception RuntimeException
{}
141 /// @par Developers Guide
142 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Data_Access">Charts - Data Access</a><br>
143 interface XChartDataArray
{}
154 /// @par Developers Guide
155 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Data_Access">Charts - Data Access</a><br>
156 interface XChartData
{}
167 /// @par Developers Guide
168 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Data_Access">Charts - Data Access</a><br>
169 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Document_Structure">Charts - Working With Charts - Document Structure</a><br>
170 service ChartDataArray
{}
181 /// @par Developers Guide
182 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Data_Access">Charts - Data Access</a><br>
183 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Document_Structure">Charts - Working With Charts - Document Structure</a><br>
195 /// @par Developers Guide
196 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XBreakIterator">Office Development - Implementing a New Locale - XBreakIterator</a><br>
197 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XBreakIterator">Office Development - Overview and Using the API - XBreakIterator</a><br>
198 interface XBreakIterator
{}
209 /// @par Developers Guide
210 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Named_Ranges">Spreadsheet Documents - Named Ranges</a><br>
211 interface XNamedRanges
{}
222 /// @par Developers Guide
223 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Events">Office Development - Document Events</a><br>
224 struct EventObject
{}
235 /// @par Developers Guide
236 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Events">Office Development - Document Events</a><br>
237 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XEventBroadcaster">Office Development - Component - Models - XEventBroadcaster</a><br>
238 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Desktop">Office Development - Using the Desktop</a><br>
239 interface XEventBroadcaster
{}
250 /// @par Developers Guide
251 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Events">Office Development - Document Events</a><br>
252 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Events_and_Other_Notifications">Database Access - Events and Other Notifications</a><br>
253 struct EventObject
{}
264 /// @par Developers Guide
265 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Events">Office Development - Document Events</a><br>
276 module configuration
{
277 /// @par Developers Guide
278 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Disabling_Commands_at_Runtime">Writing UNO Components - Disable Commands - Disabling Commands at Runtime</a><br>
279 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Object_Model">Configuration Management - Object Model</a><br>
280 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Updating_Configuration_Data">Configuration Management - Updating Configuration Data</a><br>
281 service ConfigurationUpdateAccess
{}
291 module configuration
{
292 /// @par Developers Guide
293 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Disabling_Commands_at_Runtime">Writing UNO Components - Disable Commands - Disabling Commands at Runtime</a><br>
294 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Connecting_to_a_Data_Source">Configuration Management - Connecting to a Data Source</a><br>
295 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Object_Model">Configuration Management - Object Model</a><br>
296 service ConfigurationProvider
{}
307 /// @par Developers Guide
308 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Disabling_Commands_at_Runtime">Writing UNO Components - Disable Commands - Disabling Commands at Runtime</a><br>
309 interface XChangesBatch
{}
320 /// @par Developers Guide
321 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Creating_and_Loading_Text_Documents">Text Documents - Handling Text Document Files - Creating and Loading Text Documents</a><br>
322 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
323 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Loading_Documents">Office Development - Handling Documents - Loading Documents</a><br>
324 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Desktop">Office Development - Using the Desktop</a><br>
325 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Creating_and_Loading_Spreadsheet_Documents">Spreadsheet Documents - Handling Spreadsheet Documents Files - Creating and Loading Spreadsheet Documents</a><br>
326 interface XComponentLoader
{}
337 /// @par Developers Guide
338 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Redline">Text Documents - Redline</a><br>
339 interface XRedlinesSupplier
{}
350 /// @par Developers Guide
351 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCalendar">Office Development - Implementing a New Locale - XCalendar</a><br>
352 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCalendar">Office Development - Overview and Using the API - XCalendar</a><br>
353 interface XCalendar
{}
364 /// @par Developers Guide
365 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Querying_for_Cells_with_Specific_Properties">Spreadsheet Documents - Querying for Cells with Specific Properties</a><br>
366 interface XCellRangesQuery
{}
377 /// @par Developers Guide
378 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Querying_for_Cells_with_Specific_Properties">Spreadsheet Documents - Querying for Cells with Specific Properties</a><br>
379 interface XFormulaQuery
{}
390 /// @par Developers Guide
391 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Querying_for_Cells_with_Specific_Properties">Spreadsheet Documents - Querying for Cells with Specific Properties</a><br>
392 service SheetRangesQuery
{}
403 /// @par Developers Guide
404 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Column_and_Row_Access">Spreadsheet Documents - Column and Row Access</a><br>
405 interface XColumnRowRange
{}
416 /// @par Developers Guide
417 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Path_Settings">Office Development - Path Settings</a><br>
418 service PathSettings
{}
429 /// @par Developers Guide
430 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Lifetime_of_UNO_objects">Professional UNO - Lifetime of UNO objects</a><br>
431 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Closing_Documents">Office Development - Closing Documents</a><br>
432 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XComponent">Writing UNO Components - XComponent</a><br>
433 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
434 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Component_Framework">Office Development - Using the Component Framework</a><br>
435 interface XComponent
{}
446 /// @par Developers Guide
447 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Lifetime_of_UNO_objects">Professional UNO - Lifetime of UNO objects</a><br>
448 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Using_Interfaces">First Steps - Using Services - Using Interfaces</a><br>
449 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Using_UNO_Interfaces">Professional UNO - Using UNO Interfaces</a><br>
450 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XInterface">Writing UNO Components - XInterface</a><br>
451 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
452 interface XInterface
{}
463 /// @par Developers Guide
464 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Lifetime_of_UNO_objects">Professional UNO - Lifetime of UNO objects</a><br>
465 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XWeak">Writing UNO Components - XWeak</a><br>
466 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Using_Weak_References">Professional UNO - C++ - Using Weak References</a><br>
467 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
479 /// @par Developers Guide
480 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Java_Window_Integration">Office Development - Java Window Integration</a><br>
481 interface XToolkit
{}
492 /// @par Developers Guide
493 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Java_Window_Integration">Office Development - Java Window Integration</a><br>
505 /// @par Developers Guide
506 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Java_Window_Integration">Office Development - Java Window Integration</a><br>
507 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Window_Interfaces">Office Development - Component - Window Interfaces</a><br>
508 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Windows">Office Development - Windows</a><br>
509 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/JavaBean_for_Office_Components#OfficeWindow_Interface">JavaBean for Office Components - OfficeWindow Interface</a><br>
510 interface XWindowPeer
{}
521 /// @par Developers Guide
522 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Shape_Objects_in_Text">Text Documents - Shape Objects in Text</a><br>
523 service TextEmbeddedObject
{}
534 /// @par Developers Guide
535 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Shape_Objects_in_Text">Text Documents - Shape Objects in Text</a><br>
547 /// @par Developers Guide
548 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Shape_Objects_in_Text">Text Documents - Shape Objects in Text</a><br>
549 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
561 /// @par Developers Guide
562 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Shape_Objects_in_Text">Text Documents - Shape Objects in Text</a><br>
563 service TextGraphicObject
{}
574 /// @par Developers Guide
575 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Shape_Objects_in_Text">Text Documents - Shape Objects in Text</a><br>
587 /// @par Developers Guide
588 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Automatic_Key_Generation">Forms - Automatic Key Generation</a><br>
589 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Events_and_Other_Notifications">Database Access - Events and Other Notifications</a><br>
590 interface XRowSetApproveBroadcaster
{}
601 /// @par Developers Guide
602 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
603 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
604 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
605 interface XUnoUrlResolver
{}
616 /// @par Developers Guide
617 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
618 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
619 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Failed_Connections">First Steps - First Contact - Getting Started - Failed Connections</a><br>
620 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
621 exception DisposedException
{}
632 /// @par Developers Guide
633 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager">Professional UNO - Java - Getting a Service Manager</a><br>
634 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#Bootstrapping">Advanced UNO - Implementing UNO Language Bindings - Overview of Language Bindings and Bridges - Bootstrapping</a><br>
635 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections">Professional UNO - C++ - Establishing Interprocess Connections</a><br>
636 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections">Professional UNO - UNO Interprocess Connections</a><br>
637 service UnoUrlResolver
{}
648 /// @par Developers Guide
649 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#Creation_of_New_DCP_Contents">Appendix C. Universal Content Providers - The WebDAV Content Provider - Creation of New DCP Contents</a><br>
650 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
651 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#Creation_of_New_FTP_Content">Appendix C. Universal Content Providers - The FTP Content Provider - Creation of New FTP Content</a><br>
652 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#Creation_of_New_HCP_Content">Appendix C. Universal Content Providers - The Hierarchy Content Provider - Creation of New HCP Content</a><br>
653 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Creating">Universal Content Broker - Creating</a><br>
654 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#Creation_of_New_File_Contents">Appendix C. Universal Content Providers - The File Content Provider - Creation of New File Contents</a><br>
655 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Providers#Creation_of_New_PCP_Contents">Appendix C. Universal Content Providers - The Package Content Provider - Creation of New PCP Contents</a><br>
656 interface XContentCreator
{}
667 /// @par Developers Guide
668 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Writing_the_Filtering_Component">Office Development - Writing the Filtering Component</a><br>
669 service ImportFilter
{}
680 /// @par Developers Guide
681 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Writing_the_Filtering_Component">Office Development - Writing the Filtering Component</a><br>
682 service ExportFilter
{}
694 /// @par Developers Guide
695 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Writing_the_Filtering_Component">Office Development - Writing the Filtering Component</a><br>
696 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XDocumentHandler">Office Development - Writing the Filtering Component - XDocumentHandler</a><br>
697 interface XDocumentHandler
{}
709 /// @par Developers Guide
710 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Writing_the_Filtering_Component">Office Development - Writing the Filtering Component</a><br>
711 service XMLImportFilter
{}
722 /// @par Developers Guide
723 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation">Writing UNO Components - Implementation</a><br>
724 service ProtocolHandler
{}
735 /// @par Developers Guide
736 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation">Writing UNO Components - Implementation</a><br>
737 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Dispatch_Framework">Office Development - Dispatch Framework</a><br>
738 interface XDispatchProvider
{}
749 /// @par Developers Guide
750 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Using_Properties">First Steps - Using Services - Using Properties</a><br>
751 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Properties">Professional UNO - Properties</a><br>
752 interface XPropertySet
{}
763 /// @par Developers Guide
764 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Storing">Drawings and Presentations - Storing</a><br>
765 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Storing_Documents">Office Development - Storing Documents</a><br>
766 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Storing">Spreadsheet Documents - Saving Spreadsheet Documents - Storing</a><br>
767 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Storing">Text Documents - Saving Text Documents - Storing</a><br>
768 interface XStorable
{}
780 /// @par Developers Guide
781 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Data_Types">Professional UNO - Data Types</a><br>
792 /// @par Developers Guide
793 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
794 interface XContent
{}
805 /// @par Developers Guide
806 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
818 /// @par Developers Guide
819 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
831 /// @par Developers Guide
832 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
833 interface XPropertyContainer
{}
844 /// @par Developers Guide
845 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
846 interface XCommandProcessor2
{}
857 /// @par Developers Guide
858 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Services_and_Interfaces">Universal Content Broker - Services and Interfaces</a><br>
859 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Executing_Content_Commands">Universal Content Broker - Executing Content Commands</a><br>
860 interface XCommandProcessor
{}
871 /// @par Developers Guide
872 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame_Creation">Office Development - Creating Frames Manually - Frame Creation</a><br>
873 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linking_Components_and_Windows">Office Development - Frames - Linking Components and Windows</a><br>
885 /// @par Developers Guide
886 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame_Creation">Office Development - Creating Frames Manually - Frame Creation</a><br>
887 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linking_Components_and_Windows">Office Development - Frames - Linking Components and Windows</a><br>
888 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame_Setup">Office Development - Component - Frames - XFrame - Frame Setup</a><br>
889 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Getting_Frames%2C_Controllers_and_Models_from_Each_Other">Office Development - Component - Getting Frames, Controllers and Models from Each Other</a><br>
890 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame-Controller-Model_Paradigm_in_LibreOffice">Office Development - Frame-Controller-Model Paradigm in LibreOffice</a><br>
902 /// @par Developers Guide
903 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XViewDataSupplier">Office Development - Component - Models - XViewDataSupplier</a><br>
904 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Other_Drawing_Specific_View_Settings">Drawings and Presentations - Other Drawing Specific View Settings</a><br>
905 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Document_Controller">Text Documents - Text Document Controller</a><br>
906 interface XViewDataSupplier
{}
917 /// @par Developers Guide
918 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Accessing_a_UCB_Content">Universal Content Broker - Accessing a UCB Content</a><br>
919 interface XContentProvider
{}
930 /// @par Developers Guide
931 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Accessing_a_UCB_Content">Universal Content Broker - Accessing a UCB Content</a><br>
932 interface XContentIdentifierFactory
{}
943 /// @par Developers Guide
944 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XTextConversion">Office Development - Implementing a New Locale - XTextConversion</a><br>
945 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XTextConversion">Office Development - Overview and Using the API - XTextConversion</a><br>
946 interface XTextConversion
{}
957 /// @par Developers Guide
958 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#3-D_Charts">Charts - 3-D Charts</a><br>
959 service Dim3DDiagram
{}
970 /// @par Developers Guide
971 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#3-D_Charts">Charts - 3-D Charts</a><br>
972 service Chart3DBarProperties
{}
983 /// @par Developers Guide
984 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Specific_Controller_Services">Office Development - Component - Controllers - Document Specific Controller Services</a><br>
985 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XController">Office Development - Component - Controllers - XController</a><br>
986 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Document_Controller">Text Documents - Text Document Controller</a><br>
987 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Controllers">Office Development - Controllers</a><br>
988 service Controller
{}
999 /// @par Developers Guide
1000 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Specific_Controller_Services">Office Development - Component - Controllers - Document Specific Controller Services</a><br>
1001 service DataSourceBrowser
{}
1012 /// @par Developers Guide
1013 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Specific_Controller_Services">Office Development - Component - Controllers - Document Specific Controller Services</a><br>
1014 service TextDocumentView
{}
1025 /// @par Developers Guide
1026 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Specific_Controller_Services">Office Development - Component - Controllers - Document Specific Controller Services</a><br>
1027 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Zooming">Drawings and Presentations - Zooming</a><br>
1028 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Other_Drawing_Specific_View_Settings">Drawings and Presentations - Other Drawing Specific View Settings</a><br>
1029 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Setting_the_Current_Page">Drawings and Presentations - Setting the Current Page</a><br>
1030 service DrawingDocumentDrawView
{}
1041 /// @par Developers Guide
1042 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Document_Specific_Controller_Services">Office Development - Component - Controllers - Document Specific Controller Services</a><br>
1043 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_View">Spreadsheet Documents - Spreadsheet Document Controller - Spreadsheet View</a><br>
1044 service SpreadsheetView
{}
1055 /// @par Developers Guide
1056 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Locating_Text_Contents">Text Documents - Navigating - Locating Text Contents</a><br>
1057 interface XTextContent
{}
1068 /// @par Developers Guide
1069 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Handling_Array_Formulas">Spreadsheet Documents - Handling Array Formulas</a><br>
1070 interface XArrayFormulaRange
{}
1081 /// @par Developers Guide
1082 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Models_and_Views_for_Form_Controls">Forms - Models and Views for Form Controls</a><br>
1083 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models">Forms - Control Models</a><br>
1084 service UnoControlModel
{}
1095 /// @par Developers Guide
1096 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Models_and_Views_for_Form_Controls">Forms - Models and Views for Form Controls</a><br>
1097 service UnoControl
{}
1107 module datatransfer
{
1109 /// @par Developers Guide
1110 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Clipboard">Office Development - Common Application Features - Clipboard</a><br>
1111 service SystemClipboard
{}
1122 module datatransfer
{
1124 /// @par Developers Guide
1125 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Clipboard">Office Development - Common Application Features - Clipboard</a><br>
1126 interface XClipboard
{}
1138 /// @par Developers Guide
1139 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models_and_Shapes">Forms - Control Models and Shapes</a><br>
1140 service ControlShape
{}
1151 /// @par Developers Guide
1152 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Driver_Specifics">Database Access - Driver Specifics - Driver Specifics</a><br>
1164 /// @par Developers Guide
1165 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#How_Add-Ins_Work">Charts - How Add-Ins Work</a><br>
1166 interface XRefreshable
{}
1177 /// @par Developers Guide
1178 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XLocaleData">Office Development - Overview and Using the API - XLocaleData</a><br>
1179 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XLocaleData">Office Development - Implementing a New Locale - XLocaleData</a><br>
1180 interface XLocaleData
{}
1191 /// @par Developers Guide
1192 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Link_Targets">Text Documents - Link Targets</a><br>
1193 interface XLinkTargetSupplier
{}
1204 /// @par Developers Guide
1205 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Recently_Used_Functions">Spreadsheet Documents - Function Handling - Recently Used Functions</a><br>
1206 service RecentFunctions
{}
1217 /// @par Developers Guide
1218 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Connection_Pooling">Database Access - Connection Pooling</a><br>
1219 interface XPooledConnection
{}
1230 /// @par Developers Guide
1231 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Connection_Pooling">Database Access - Connection Pooling</a><br>
1232 service ConnectionPool
{}
1244 /// @par Developers Guide
1245 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#External_List_Sources">Forms - External List Sources</a><br>
1246 interface XListEntrySink
{}
1259 /// @par Developers Guide
1260 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#External_List_Sources">Forms - External List Sources</a><br>
1261 interface XListEntrySource
{}
1273 /// @par Developers Guide
1274 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Multiple_Operations">Spreadsheet Documents - Multiple Operations</a><br>
1275 interface XMultipleOperation
{}
1286 /// @par Developers Guide
1287 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation_2">Writing UNO Components - Jobs - Implementation</a><br>
1288 interface XAsyncJob
{}
1299 /// @par Developers Guide
1300 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation_2">Writing UNO Components - Jobs - Implementation</a><br>
1312 /// @par Developers Guide
1313 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation_2">Writing UNO Components - Jobs - Implementation</a><br>
1325 /// @par Developers Guide
1326 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Implementation_2">Writing UNO Components - Jobs - Implementation</a><br>
1338 /// @par Developers Guide
1339 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Settings">Spreadsheet Documents - Settings</a><br>
1340 service GlobalSheetSettings
{}
1351 /// @par Developers Guide
1352 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Loadable_Forms">Forms - Loadable Forms</a><br>
1353 interface XLoadable
{}
1364 /// @par Developers Guide
1365 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Loadable_Forms">Forms - Loadable Forms</a><br>
1366 interface XLoadListener
{}
1377 /// @par Developers Guide
1378 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#PreparedStatement_From_DataSource_Queries">Database Access - PreparedStatement From DataSource Queries</a><br>
1379 interface XCommandPreparation
{}
1390 /// @par Developers Guide
1391 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#PreparedStatement_From_DataSource_Queries">Database Access - PreparedStatement From DataSource Queries</a><br>
1392 constants CommandType
{}
1403 /// @par Developers Guide
1404 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Data_Aware_Controls">Forms - Data Aware Controls</a><br>
1405 service DataAwareControlModel
{}
1416 /// @par Developers Guide
1417 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Queries">Database Access - Queries</a><br>
1418 service QueryDefinition
{}
1429 /// @par Developers Guide
1430 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Grouping%2C_Combining_and_Binding">Drawings and Presentations - Grouping, Combining and Binding</a><br>
1431 service GroupShape
{}
1442 /// @par Developers Guide
1443 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Grouping%2C_Combining_and_Binding">Drawings and Presentations - Grouping, Combining and Binding</a><br>
1444 service ShapeCollection
{}
1455 /// @par Developers Guide
1456 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Grouping%2C_Combining_and_Binding">Drawings and Presentations - Grouping, Combining and Binding</a><br>
1457 interface XShapeGrouper
{}
1468 /// @par Developers Guide
1469 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Grouping%2C_Combining_and_Binding">Drawings and Presentations - Grouping, Combining and Binding</a><br>
1470 interface XShapeCombiner
{}
1481 /// @par Developers Guide
1482 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#View_Settings">Spreadsheet Documents - View Settings</a><br>
1483 service SpreadsheetViewSettings
{}
1494 /// @par Developers Guide
1495 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Area_Links">Spreadsheet Documents - Cell Area Links</a><br>
1496 interface XAreaLink
{}
1507 /// @par Developers Guide
1508 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Area_Links">Spreadsheet Documents - Cell Area Links</a><br>
1509 interface XAreaLinks
{}
1520 /// @par Developers Guide
1521 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Properties">Professional UNO - Properties</a><br>
1522 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models">Forms - Control Models</a><br>
1523 interface XPropertyState
{}
1534 /// @par Developers Guide
1535 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Properties">Professional UNO - Properties</a><br>
1536 interface XPropertySetInfo
{}
1547 /// @par Developers Guide
1548 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Properties">Professional UNO - Properties</a><br>
1549 interface XFastPropertySet
{}
1560 /// @par Developers Guide
1561 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Properties">Professional UNO - Properties</a><br>
1562 interface XMultiPropertySet
{}
1573 /// @par Developers Guide
1574 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Layer_Handling">Drawings and Presentations - Layer Handling</a><br>
1575 interface XLayerManager
{}
1586 /// @par Developers Guide
1587 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Documents">Text Documents - Text Documents</a><br>
1588 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Document_Properties">Text Documents - Settings - Document Properties</a><br>
1589 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
1590 service TextDocument
{}
1601 /// @par Developers Guide
1602 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Scenarios">Spreadsheet Documents - Other Table Operations - Scenarios</a><br>
1603 interface XScenarios
{}
1614 /// @par Developers Guide
1615 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Printer_and_Print_Job_Settings">Drawings and Presentations - Printing Drawing Documents - Printer and Print Job Settings</a><br>
1616 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Printer_and_Print_Job_Settings">Spreadsheet Documents - Printing Spreadsheet Documents - Printer and Print Job Settings</a><br>
1617 service PrintOptions
{}
1628 /// @par Developers Guide
1629 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Printer_and_Print_Job_Settings">Drawings and Presentations - Printing Drawing Documents - Printer and Print Job Settings</a><br>
1630 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Printer_and_Print_Job_Settings">Spreadsheet Documents - Printing Spreadsheet Documents - Printer and Print Job Settings</a><br>
1631 service PrinterDescriptor
{}
1642 /// @par Developers Guide
1643 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Printer_and_Print_Job_Settings">Drawings and Presentations - Printing Drawing Documents - Printer and Print Job Settings</a><br>
1644 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Printer_and_Print_Job_Settings">Text Documents - Printing Text Documents - Printer and Print Job Settings</a><br>
1645 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Printing_Documents">Office Development - Storing Documents - Printing Documents</a><br>
1646 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Printer_and_Print_Job_Settings">Spreadsheet Documents - Printing Spreadsheet Documents - Printer and Print Job Settings</a><br>
1647 interface XPrintable
{}
1658 /// @par Developers Guide
1659 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1660 interface XNumberFormatTypes
{}
1671 /// @par Developers Guide
1672 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1673 interface XNumberFormatter
{}
1684 /// @par Developers Guide
1685 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1686 interface XNumberFormatPreviewer
{}
1697 /// @par Developers Guide
1698 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1699 interface XNumberFormats
{}
1710 /// @par Developers Guide
1711 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1712 service NumberFormats
{}
1723 /// @par Developers Guide
1724 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1725 service NumberFormatter
{}
1736 /// @par Developers Guide
1737 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Number_Formats">Office Development - Number Formats</a><br>
1738 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Number_Formats">Text Documents - Line Numbering and Outline Numbering - Number Formats</a><br>
1739 interface XNumberFormatsSupplier
{}
1750 /// @par Developers Guide
1751 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Cursors">Text Documents - Navigating - Cursors</a><br>
1752 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
1753 service TextCursor
{}
1764 /// @par Developers Guide
1765 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XFramesSupplier">Office Development - Component - Frames - XFramesSupplier</a><br>
1766 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Setting_Components_into_Frame_Hierarchies">Office Development - Creating Frames Manually - Setting Components into Frame Hierarchies</a><br>
1767 interface XFramesSupplier
{}
1778 /// @par Developers Guide
1779 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Data_Validation">Spreadsheet Documents - Other Table Operations - Data Validation</a><br>
1780 service TableValidation
{}
1791 /// @par Developers Guide
1792 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XIndexEntrySupplier">Office Development - Overview and Using the API - XIndexEntrySupplier</a><br>
1793 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XIndexEntrySupplier">Office Development - Implementing a New Locale - XIndexEntrySupplier</a><br>
1794 interface XIndexEntrySupplier
{}
1805 /// @par Developers Guide
1806 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Cursor">Spreadsheet Documents - Cell Cursor</a><br>
1807 interface XSheetCellCursor
{}
1818 /// @par Developers Guide
1819 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Filtering">Spreadsheet Documents - Filtering</a><br>
1820 service SheetFilterDescriptor
{}
1831 /// @par Developers Guide
1832 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Filtering">Spreadsheet Documents - Filtering</a><br>
1833 interface XSheetFilterableEx
{}
1844 /// @par Developers Guide
1845 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Filtering">Spreadsheet Documents - Filtering</a><br>
1846 interface XSheetFilterable
{}
1857 /// @par Developers Guide
1858 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1859 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cells">Spreadsheet Documents - Cells</a><br>
1860 service SheetCell
{}
1871 /// @par Developers Guide
1872 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1873 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Ranges_and_Cells_Container">Spreadsheet Documents - Cell Ranges and Cells Container</a><br>
1874 service SheetCellRanges
{}
1885 /// @par Developers Guide
1886 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1887 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Ranges">Spreadsheet Documents - Cell Ranges</a><br>
1888 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_and_Cell_Range_Access">Spreadsheet Documents - Cell and Cell Range Access</a><br>
1889 service SheetCellRange
{}
1900 /// @par Developers Guide
1901 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1902 service Spreadsheet
{}
1913 /// @par Developers Guide
1914 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1915 service TableColumn
{}
1926 /// @par Developers Guide
1927 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Services_-_Overview">Spreadsheet Documents - Spreadsheet Services - Overview</a><br>
1939 /// @par Developers Guide
1940 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#DataPilot_Tables">Spreadsheet Documents - DataPilot Tables</a><br>
1941 service DataPilotTables
{}
1952 /// @par Developers Guide
1953 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Styles">Spreadsheet Documents - Overall Document Features - Styles - Cell Styles</a><br>
1954 service TableCellStyle
{}
1965 /// @par Developers Guide
1966 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Search_and_Replace">Text Documents - Navigating - Search and Replace</a><br>
1967 service SearchDescriptor
{}
1978 /// @par Developers Guide
1979 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Search_and_Replace">Text Documents - Navigating - Search and Replace</a><br>
1980 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Search_and_Replace">Spreadsheet Documents - Search and Replace</a><br>
1981 interface XReplaceable
{}
1992 /// @par Developers Guide
1993 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Search_and_Replace">Text Documents - Navigating - Search and Replace</a><br>
1994 interface XSearchable
{}
2005 /// @par Developers Guide
2006 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#ResultSetMetaData">Database Access - ResultSetMetaData</a><br>
2007 interface XResultSetMetaData
{}
2018 /// @par Developers Guide
2019 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Key_Service">Database Access - Key Service</a><br>
2020 constants KeyType
{}
2031 /// @par Developers Guide
2032 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Auto_Text">Text Documents - Auto Text</a><br>
2033 service AutoTextGroup
{}
2044 /// @par Developers Guide
2045 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Auto_Text">Text Documents - Auto Text</a><br>
2046 service AutoTextContainer
{}
2057 /// @par Developers Guide
2058 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Auto_Text">Text Documents - Auto Text</a><br>
2059 service AutoTextEntry
{}
2070 /// @par Developers Guide
2071 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Sections">Text Documents - Text Sections</a><br>
2072 service TextSection
{}
2083 /// @par Developers Guide
2084 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2085 service FilterFactory
{}
2096 /// @par Developers Guide
2097 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2098 service TypeDetection
{}
2109 /// @par Developers Guide
2110 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2111 service SynchronousFrameLoader
{}
2122 /// @par Developers Guide
2123 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2124 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XML_Filter_Detection">Office Development - XML Filter Detection</a><br>
2125 service ExtendedTypeDetection
{}
2136 /// @par Developers Guide
2137 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2138 service ImportFilter
{}
2149 /// @par Developers Guide
2150 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2151 service FrameLoader
{}
2162 /// @par Developers Guide
2163 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Integrating_Import_and_Export_Filters">Office Development - Integrating Import and Export Filters</a><br>
2164 service ExportFilter
{}
2175 /// @par Developers Guide
2176 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Document">Spreadsheet Documents - Working With Spreadsheet Documents - Document Structure - Spreadsheet Document</a><br>
2177 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Documents">Spreadsheet Documents - Spreadsheet Documents</a><br>
2178 service SpreadsheetDocument
{}
2189 /// @par Developers Guide
2190 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Document">Spreadsheet Documents - Working With Spreadsheet Documents - Document Structure - Spreadsheet Document</a><br>
2191 service Spreadsheets
{}
2202 /// @par Developers Guide
2203 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Column_Service">Database Access - Column Service</a><br>
2204 service IndexColumn
{}
2215 /// @par Developers Guide
2216 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Column_Service">Database Access - Column Service</a><br>
2228 /// @par Developers Guide
2229 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Column_Service">Database Access - Column Service</a><br>
2230 service KeyColumn
{}
2241 /// @par Developers Guide
2242 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Window_Interfaces">Office Development - Component - Window Interfaces</a><br>
2243 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linking_Components_and_Windows">Office Development - Frames - Linking Components and Windows</a><br>
2244 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Windows">Office Development - Windows</a><br>
2245 interface XWindow
{}
2256 /// @par Developers Guide
2257 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Window_Interfaces">Office Development - Component - Window Interfaces</a><br>
2258 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linking_Components_and_Windows">Office Development - Frames - Linking Components and Windows</a><br>
2259 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Windows">Office Development - Windows</a><br>
2260 interface XTopWindow
{}
2271 /// @par Developers Guide
2272 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#General_Drawing_Properties">Drawings and Presentations - General Drawing Properties</a><br>
2273 service TextProperties
{}
2284 /// @par Developers Guide
2285 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#General_Drawing_Properties">Drawings and Presentations - General Drawing Properties</a><br>
2286 service FillProperties
{}
2297 /// @par Developers Guide
2298 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#General_Drawing_Properties">Drawings and Presentations - General Drawing Properties</a><br>
2299 service LineProperties
{}
2310 /// @par Developers Guide
2311 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Source_Object">Spreadsheet Documents - Source Object</a><br>
2312 service DataPilotSource
{}
2323 /// @par Developers Guide
2324 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XEventsSupplier">Office Development - Component - Models - XEventsSupplier</a><br>
2325 interface XEventsSupplier
{}
2336 /// @par Developers Guide
2337 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Events_and_Other_Notifications">Database Access - Events and Other Notifications</a><br>
2338 interface XRowSetListener
{}
2349 /// @par Developers Guide
2350 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Events_and_Other_Notifications">Database Access - Events and Other Notifications</a><br>
2351 interface XRowSetApproveListener
{}
2362 /// @par Developers Guide
2363 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Form_Control_Models">Forms - Form Control Models</a><br>
2364 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models">Forms - Control Models</a><br>
2365 service FormControlModel
{}
2376 /// @par Developers Guide
2377 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Content_Provider_Proxies">Universal Content Broker - Content Provider Proxies</a><br>
2378 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Unconfigured_UCBs">Universal Content Broker - Unconfigured UCBs</a><br>
2379 interface XContentProviderManager
{}
2390 /// @par Developers Guide
2391 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XModel">Office Development - Component - Models - XModel</a><br>
2392 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Getting_Frames%2C_Controllers_and_Models_from_Each_Other">Office Development - Component - Getting Frames, Controllers and Models from Each Other</a><br>
2393 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Document_Controller">Text Documents - Text Document Controller</a><br>
2394 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Models">Office Development - Component - Models</a><br>
2395 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame-Controller-Model_Paradigm_in_LibreOffice">Office Development - Frame-Controller-Model Paradigm in LibreOffice</a><br>
2407 /// @par Developers Guide
2408 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Page_Formatting">Drawings and Presentations - Page Formatting</a><br>
2409 service GenericDrawPage
{}
2419 module presentation
{
2420 /// @par Developers Guide
2421 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Custom_Slide_Show">Drawings and Presentations - Custom Slide Show</a><br>
2422 service CustomPresentationAccess
{}
2432 module presentation
{
2433 /// @par Developers Guide
2434 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Custom_Slide_Show">Drawings and Presentations - Custom Slide Show</a><br>
2435 interface XCustomPresentationSupplier
{}
2446 /// @par Developers Guide
2447 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Stock_Charts">Charts - Stock Charts</a><br>
2448 service StockDiagram
{}
2459 /// @par Developers Guide
2460 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Control_Characters">Text Documents - Editing Text - Control Characters</a><br>
2461 constants ControlCharacter
{}
2472 /// @par Developers Guide
2473 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linking_Components_and_Windows">Office Development - Frames - Linking Components and Windows</a><br>
2474 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Desktop">Office Development - Using the Desktop</a><br>
2475 interface XFrames
{}
2486 /// @enum DataPilotFieldOrientation
2487 /// @par Developers Guide
2488 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Creating_a_New_DataPilot_Table">Spreadsheet Documents - Creating a New DataPilot Table</a><br>
2499 /// @par Developers Guide
2500 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Creating_a_New_DataPilot_Table">Spreadsheet Documents - Creating a New DataPilot Table</a><br>
2501 service DataPilotDescriptor
{}
2512 /// @par Developers Guide
2513 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Creating_a_New_DataPilot_Table">Spreadsheet Documents - Creating a New DataPilot Table</a><br>
2514 service DataPilotField
{}
2525 /// @par Developers Guide
2526 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Range_Selection">Spreadsheet Documents - Range Selection</a><br>
2527 interface XRangeSelectionChangeListener
{}
2538 /// @par Developers Guide
2539 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Range_Selection">Spreadsheet Documents - Range Selection</a><br>
2540 interface XRangeSelection
{}
2551 /// @par Developers Guide
2552 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Range_Selection">Spreadsheet Documents - Range Selection</a><br>
2553 service RangeSelectionArguments
{}
2564 /// @par Developers Guide
2565 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Page_Layout">Text Documents - Page Layout</a><br>
2566 service PageProperties
{}
2577 /// @par Developers Guide
2578 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Columns">Text Documents - Columns</a><br>
2579 service TextColumns
{}
2590 /// @par Developers Guide
2591 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#The_DataSource_Service">Database Access - The DataSource Service</a><br>
2592 service DataSource
{}
2603 /// @par Developers Guide
2604 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XServiceInfo">Writing UNO Components - XServiceInfo</a><br>
2605 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Service_Names">Spreadsheet Documents - Service Names</a><br>
2606 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
2607 interface XServiceInfo
{}
2618 /// @par Developers Guide
2619 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Stored_Procedures">Database Access - Stored Procedures</a><br>
2620 interface XOutParameters
{}
2631 /// @par Developers Guide
2632 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XStatusIndicatorFactory">Office Development - Component - Frames - XStatusIndicatorFactory</a><br>
2633 interface XStatusIndicatorFactory
{}
2644 /// @par Developers Guide
2645 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Event_Model">Professional UNO - Event Model</a><br>
2646 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Automation_Objects_with_UNO_Interfaces">Professional UNO - Bridge - Automation Objects with UNO Interfaces</a><br>
2647 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Listeners">Professional UNO - Basic - Listeners</a><br>
2648 interface XEventListener
{}
2659 /// @par Developers Guide
2660 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Iterating_over_Text">Text Documents - Iterating over Text</a><br>
2661 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#XContentEnumerationAccess_Interface">Professional UNO - Service Manager - XContentEnumerationAccess Interface</a><br>
2662 interface XContentEnumerationAccess
{}
2673 /// @par Developers Guide
2674 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Iterating_over_Text">Text Documents - Iterating over Text</a><br>
2675 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Collections_and_Containers">Professional UNO - Collections and Containers</a><br>
2676 interface XEnumerationAccess
{}
2687 /// @par Developers Guide
2688 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Iterating_over_Text">Text Documents - Iterating over Text</a><br>
2689 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
2690 service Paragraph
{}
2701 /// @par Developers Guide
2702 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Iterating_over_Text">Text Documents - Iterating over Text</a><br>
2703 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
2704 service TextPortion
{}
2715 /// @par Developers Guide
2716 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Database_Operations">Spreadsheet Documents - Database Operations</a><br>
2717 service DatabaseRange
{}
2728 /// @par Developers Guide
2729 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Database_Operations">Spreadsheet Documents - Database Operations</a><br>
2730 service DatabaseRanges
{}
2741 /// @par Developers Guide
2742 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Closing_Documents">Office Development - Closing Documents</a><br>
2743 interface XCloseListener
{}
2754 /// @par Developers Guide
2755 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Closing_Documents">Office Development - Closing Documents</a><br>
2756 interface XCloseable
{}
2767 /// @par Developers Guide
2768 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Committing_Controls">Forms - Committing Controls</a><br>
2769 interface XBoundComponent
{}
2780 /// @par Developers Guide
2781 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Creating_Statements">Database Access - Creating Statements</a><br>
2782 service Statement
{}
2793 /// @par Developers Guide
2794 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Understanding_Connections">Database Access - Connections - Understanding Connections</a><br>
2795 service Connection
{}
2806 /// @par Developers Guide
2807 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Page_Breaks">Spreadsheet Documents - Spreadsheet - Page Breaks</a><br>
2808 struct TablePageBreakData
{}
2819 /// @par Developers Guide
2820 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Page_Breaks">Spreadsheet Documents - Spreadsheet - Page Breaks</a><br>
2821 interface XSheetPageBreak
{}
2832 /// @par Developers Guide
2833 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Index_marks">Text Documents - Indexes and Index Marks - Index marks</a><br>
2834 interface XDocumentIndexMark
{}
2845 /// @par Developers Guide
2846 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Index_marks">Text Documents - Indexes and Index Marks - Index marks</a><br>
2847 service BaseIndexMark
{}
2858 /// @enum TransliterationModulesNew
2859 /// @par Developers Guide
2860 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XTransliteration">Office Development - Implementing a New Locale - XTransliteration</a><br>
2871 /// @enum TransliterationModules
2872 /// @par Developers Guide
2873 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XTransliteration">Office Development - Implementing a New Locale - XTransliteration</a><br>
2884 /// @par Developers Guide
2885 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Rotating_and_Shearing">Drawings and Presentations - Rotating and Shearing</a><br>
2886 service RotationDescriptor
{}
2897 /// @par Developers Guide
2898 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Adding_a_Group">Database Access - Adding a Group</a><br>
2899 service GroupDescriptor
{}
2910 /// @par Developers Guide
2911 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#XDatabaseMetaData_Interface">Database Access - XDatabaseMetaData Interface</a><br>
2912 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Retrieving_Information_about_a_Database">Database Access - Database Design - Retrieving Information about a Database</a><br>
2913 interface XDatabaseMetaData
{}
2924 /// @par Developers Guide
2925 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Strings">Text Documents - Editing Text - Strings</a><br>
2926 interface XSimpleText
{}
2937 /// @par Developers Guide
2938 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XModifiable">Office Development - Component - Models - XModifiable</a><br>
2939 interface XModifiable
{}
2950 /// @par Developers Guide
2951 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Bezier_Shapes">Drawings and Presentations - Bezier Shapes</a><br>
2952 service PolyPolygonBezierDescriptor
{}
2963 /// @par Developers Guide
2964 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XExtendedIndexEntrySupplier">Office Development - Overview and Using the API - XExtendedIndexEntrySupplier</a><br>
2965 interface XInputSequenceChecker
{}
2976 /// @par Developers Guide
2977 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XExtendedIndexEntrySupplier">Office Development - Overview and Using the API - XExtendedIndexEntrySupplier</a><br>
2978 interface XExtendedIndexEntrySupplier
{}
2989 module oleautomation {
2990 /// @par Developers Guide
2991 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#The_Bridge_Services">Professional UNO - Bridge - The Bridge Services</a><br>
3004 module oleautomation {
3005 /// @par Developers Guide
3006 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#The_Bridge_Services">Professional UNO - Bridge - The Bridge Services</a><br>
3007 service BridgeSupplier
{}
3019 module oleautomation {
3020 /// @par Developers Guide
3021 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#The_Bridge_Services">Professional UNO - Bridge - The Bridge Services</a><br>
3022 service ApplicationRegistration
{}
3033 module configuration
{
3034 /// @par Developers Guide
3035 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Reading_Configuration_Data">Configuration Management - Reading Configuration Data</a><br>
3036 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Configuration_Management#Object_Model">Configuration Management - Object Model</a><br>
3037 service ConfigurationAccess
{}
3048 /// @par Developers Guide
3049 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Dimensions">Spreadsheet Documents - Dimensions</a><br>
3050 service DataPilotSourceDimensions
{}
3061 /// @par Developers Guide
3062 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Fields">Text Documents - Text Fields</a><br>
3063 module fieldmaster
{}
3074 /// @par Developers Guide
3075 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Fields">Text Documents - Text Fields</a><br>
3076 service TextField
{}
3087 /// @par Developers Guide
3088 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Fields">Text Documents - Text Fields</a><br>
3089 interface XTextField
{}
3100 /// @par Developers Guide
3101 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Contents_Other_Than_Strings">Text Documents - Editing Text - Text Contents Other Than Strings</a><br>
3102 service TextContent
{}
3113 /// @par Developers Guide
3114 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Text_Contents_Other_Than_Strings">Text Documents - Editing Text - Text Contents Other Than Strings</a><br>
3115 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Editing_Text">Text Documents - Editing Text</a><br>
3127 /// @par Developers Guide
3128 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XInitialization">Writing UNO Components - XInitialization</a><br>
3129 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
3130 interface XInitialization
{}
3141 /// @par Developers Guide
3142 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Forms_as_Row_Sets">Forms - Forms as Row Sets</a><br>
3143 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#The_RowSet_Service">Database Access - The RowSet Service</a><br>
3144 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Example:_Querying_the_Bibliography_Database">Database Access - Example: Querying the Bibliography Database</a><br>
3156 /// @par Developers Guide
3157 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XSelectionSupplier">Office Development - Component - Controllers - XSelectionSupplier</a><br>
3158 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Setting_the_Current_Page">Drawings and Presentations - Setting the Current Page</a><br>
3159 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#TextView">Text Documents - TextView</a><br>
3160 interface XSelectionSupplier
{}
3171 /// @par Developers Guide
3172 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Database_Import">Spreadsheet Documents - Database Import</a><br>
3173 service DatabaseImportDescriptor
{}
3184 /// @par Developers Guide
3185 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Variable_Results">Spreadsheet Documents - Variable Results</a><br>
3186 interface XVolatileResult
{}
3197 /// @par Developers Guide
3198 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#The_SQLQueryComposer">Database Access - The SQLQueryComposer</a><br>
3199 service SQLQueryComposer
{}
3210 /// @par Developers Guide
3211 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Absolute_Address">Spreadsheet Documents - Absolute Address</a><br>
3212 interface XCellRangeAddressable
{}
3223 /// @par Developers Guide
3224 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XNativeNumberSupplier">Office Development - Overview and Using the API - XNativeNumberSupplier</a><br>
3225 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XNativeNumberSupplier">Office Development - Implementing a New Locale - XNativeNumberSupplier</a><br>
3226 interface XNativeNumberSupplier
{}
3237 /// @par Developers Guide
3238 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Connecting_Through_a_DataSource">Database Access - Connecting Through a DataSource</a><br>
3239 interface XDataSource
{}
3250 /// @par Developers Guide
3251 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3263 /// @par Developers Guide
3264 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3265 interface XBridgeFactory
{}
3276 /// @par Developers Guide
3277 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3278 service Connector
{}
3289 /// @par Developers Guide
3290 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3291 interface XConnector
{}
3302 /// @par Developers Guide
3303 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3304 service BridgeFactory
{}
3315 /// @par Developers Guide
3316 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Opening_a_Connection">Professional UNO - Opening a Connection</a><br>
3317 interface XAcceptor
{}
3328 /// @par Developers Guide
3329 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Connection_Service">Database Access - Connection Service</a><br>
3330 service Connection
{}
3341 /// @par Developers Guide
3342 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Bookmarks">Text Documents - Bookmarks</a><br>
3354 /// @par Developers Guide
3355 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XExtendedCalendar">Office Development - Overview and Using the API - XExtendedCalendar</a><br>
3356 interface XExtendedCalendar
{}
3367 /// @par Developers Guide
3368 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Columns_and_Rows">Spreadsheet Documents - Columns and Rows</a><br>
3369 service TableColumns
{}
3380 /// @par Developers Guide
3381 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Columns_and_Rows">Spreadsheet Documents - Columns and Rows</a><br>
3382 service TableRows
{}
3393 /// @par Developers Guide
3394 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#User_Service">Database Access - User Service</a><br>
3406 /// @par Developers Guide
3407 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exceptions_and_Errorcodes">Professional UNO - Bridge - Exceptions and Errorcodes</a><br>
3408 exception CannotConvertException
{}
3419 /// @par Developers Guide
3420 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Exceptions_and_Errorcodes">Professional UNO - Bridge - Exceptions and Errorcodes</a><br>
3421 exception InvocationTargetException
{}
3432 /// @par Developers Guide
3433 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Desktop_Environment">Office Development - Desktop Environment</a><br>
3434 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Desktop">Office Development - Using the Desktop</a><br>
3435 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Capabilities">Universal Content Broker - Universal Content Broker - Capabilities</a><br>
3448 /// @par Developers Guide
3449 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Validation">Forms - Validation</a><br>
3450 interface XValidatable
{}
3462 /// @enum ConditionOperator
3463 /// @par Developers Guide
3464 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Conditional_Formats">Spreadsheet Documents - Conditional Formats</a><br>
3475 /// @par Developers Guide
3476 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Conditional_Formats">Spreadsheet Documents - Conditional Formats</a><br>
3477 interface XSheetConditionalEntries
{}
3488 /// @par Developers Guide
3489 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Conditional_Formats">Spreadsheet Documents - Conditional Formats</a><br>
3490 service TableConditionalFormat
{}
3501 /// @par Developers Guide
3502 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Creating">Universal Content Broker - Creating</a><br>
3503 struct ContentInfo
{}
3514 /// @par Developers Guide
3515 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Sheet_Outline">Spreadsheet Documents - Sheet Outline</a><br>
3516 interface XSheetOutline
{}
3527 /// @par Developers Guide
3528 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Driver_Service">Database Access - Driver Service</a><br>
3540 /// @par Developers Guide
3541 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Sheet_Links">Spreadsheet Documents - Sheet Links</a><br>
3542 service SheetLink
{}
3553 /// @par Developers Guide
3554 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Sheet_Links">Spreadsheet Documents - Sheet Links</a><br>
3555 service SheetLinks
{}
3566 /// @par Developers Guide
3567 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Sheet_Links">Spreadsheet Documents - Sheet Links</a><br>
3568 interface XSheetLinkable
{}
3579 /// @par Developers Guide
3580 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Levels">Spreadsheet Documents - Levels</a><br>
3581 service DataPilotSourceLevel
{}
3592 /// @par Developers Guide
3593 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Fill_Series">Spreadsheet Documents - Fill Series</a><br>
3594 interface XCellSeries
{}
3605 /// @par Developers Guide
3606 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Inserting_a_Paragraph_where_no_Cursor_can_go">Text Documents - Inserting a Paragraph where no Cursor can go</a><br>
3607 interface XRelativeTextContentInsert
{}
3619 /// @par Developers Guide
3620 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Value_Bindings">Forms - Value Bindings</a><br>
3621 interface XBindableValue
{}
3634 /// @par Developers Guide
3635 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Value_Bindings">Forms - Value Bindings</a><br>
3636 interface XValueBinding
{}
3649 /// @par Developers Guide
3650 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Logical_Forms">Forms - Logical Forms</a><br>
3651 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models_Forms">Forms - Control Models Forms</a><br>
3664 /// @par Developers Guide
3665 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Protecting_Spreadsheets">Spreadsheet Documents - Protecting Spreadsheets</a><br>
3666 interface XProtectable
{}
3677 /// @par Developers Guide
3678 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Protecting_Spreadsheets">Spreadsheet Documents - Protecting Spreadsheets</a><br>
3679 interface XActionLockable
{}
3691 /// @par Developers Guide
3692 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#HTML_Forms">Forms - HTML Forms</a><br>
3693 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models_Forms">Forms - Control Models Forms</a><br>
3706 /// @par Developers Guide
3707 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_and_Cell_Range_Access">Spreadsheet Documents - Cell and Cell Range Access</a><br>
3708 interface XSheetCellRange
{}
3719 /// @par Developers Guide
3720 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_and_Cell_Range_Access">Spreadsheet Documents - Cell and Cell Range Access</a><br>
3721 interface XCellRange
{}
3732 /// @par Developers Guide
3733 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models_Forms">Forms - Control Models Forms</a><br>
3745 /// @par Developers Guide
3746 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models_Forms">Forms - Control Models Forms</a><br>
3747 interface XTabControllerModel
{}
3758 /// @par Developers Guide
3759 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Merging_Cell_Ranges_into_a_Single_Cell">Spreadsheet Documents - Merging Cell Ranges into a Single Cell</a><br>
3760 interface XMergeable
{}
3771 /// @par Developers Guide
3772 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Target_Frame">Office Development - Handling Documents - Loading Documents - Target Frame</a><br>
3773 constants FrameSearchFlag
{}
3784 /// @par Developers Guide
3785 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Operations">Spreadsheet Documents - Operations</a><br>
3786 interface XSheetOperation
{}
3797 /// @par Developers Guide
3798 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#FormComponents_Service">Forms - FormComponents Service</a><br>
3799 service FormComponents
{}
3810 /// @par Developers Guide
3811 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Compatibility_Names">Spreadsheet Documents - Compatibility Names</a><br>
3812 interface XCompatibilityNames
{}
3823 /// @par Developers Guide
3824 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Printing_Multiple_Pages_on_one_Page">Text Documents - Printing Text Documents - Printing Multiple Pages on one Page</a><br>
3825 interface XPagePrintable
{}
3836 /// @par Developers Guide
3837 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Intercepting_Context_Menus">Writing UNO Components - Intercepting Context Menus</a><br>
3838 interface XContextMenuInterception
{}
3849 /// @par Developers Guide
3850 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Accessing_the_Children_of_a_Folder">Universal Content Broker - Folders - Accessing the Children of a Folder</a><br>
3851 struct OpenCommandArgument2
{}
3862 /// @par Developers Guide
3863 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Accessing_the_Children_of_a_Folder">Universal Content Broker - Folders - Accessing the Children of a Folder</a><br>
3864 service DynamicResultSet
{}
3875 /// @par Developers Guide
3876 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Introduction_3">Office Development - XML Based Filter Development - Introduction</a><br>
3877 interface XFilter
{}
3888 /// @par Developers Guide
3889 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Collections_and_Containers">Professional UNO - Collections and Containers</a><br>
3890 interface XNameContainer
{}
3901 /// @par Developers Guide
3902 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Collections_and_Containers">Professional UNO - Collections and Containers</a><br>
3903 interface XIndexAccess
{}
3914 /// @par Developers Guide
3915 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Collections_and_Containers">Professional UNO - Collections and Containers</a><br>
3916 interface XNameAccess
{}
3927 /// @par Developers Guide
3928 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Collections_and_Containers">Professional UNO - Collections and Containers</a><br>
3929 interface XIndexContainer
{}
3940 /// @par Developers Guide
3941 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#Shared_Library_Loader">Advanced UNO - Implementation Loader - Shared Library Loader</a><br>
3942 service SharedLibrary
{}
3953 /// @par Developers Guide
3954 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Connecting_Using_the_DriverManager_and_a_Database_URL">Database Access - Connecting Using the DriverManager and a Database URL</a><br>
3955 service DriverManager
{}
3965 module presentation
{
3966 /// @par Developers Guide
3967 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Presentation_Settings">Drawings and Presentations - Presentation Settings</a><br>
3968 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Working_with_Presentation_Documents">Drawings and Presentations - Working with Presentation Documents</a><br>
3969 interface XPresentation
{}
3980 /// @par Developers Guide
3981 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Styles">Spreadsheet Documents - Overall Document Features - Styles</a><br>
3982 interface XStyleFamiliesSupplier
{}
3993 /// @par Developers Guide
3994 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Command_URL">Office Development - Command URL</a><br>
4006 /// @par Developers Guide
4007 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Indexes_and_Index_Marks">Text Documents - Indexes and Index Marks</a><br>
4008 service BaseIndex
{}
4019 /// @par Developers Guide
4020 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Indexes_and_Index_Marks">Text Documents - Indexes and Index Marks</a><br>
4021 interface XDocumentIndex
{}
4032 /// @par Developers Guide
4033 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#The_UNO_Executable">Writing UNO Components - The UNO Executable</a><br>
4034 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XMain">Writing UNO Components - XMain</a><br>
4035 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
4047 /// @par Developers Guide
4048 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Update">Database Access - Update</a><br>
4049 interface XRowUpdate
{}
4060 /// @par Developers Guide
4061 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Format_Ranges">Spreadsheet Documents - Equally Formatted Cell Ranges - Cell Format Ranges</a><br>
4062 service CellFormatRanges
{}
4073 /// @par Developers Guide
4074 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Creating_a_User">Database Access - Creating a User</a><br>
4075 service UserDescriptor
{}
4085 module presentation
{
4086 /// @par Developers Guide
4087 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Working_with_Presentation_Documents">Drawings and Presentations - Working with Presentation Documents</a><br>
4088 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Slide_Transition">Drawings and Presentations - Slide Transition</a><br>
4099 module linguistic2
{
4100 /// @par Developers Guide
4101 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4102 service Hyphenator
{}
4112 module linguistic2
{
4113 /// @par Developers Guide
4114 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4115 service SpellChecker
{}
4125 module linguistic2
{
4126 /// @par Developers Guide
4127 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4128 service LinguServiceManager
{}
4138 module linguistic2
{
4139 /// @par Developers Guide
4140 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4141 service DictionaryList
{}
4151 module linguistic2
{
4152 /// @par Developers Guide
4153 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4154 service LinguProperties
{}
4164 module linguistic2
{
4165 /// @par Developers Guide
4166 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Linguistics">Office Development - Linguistics</a><br>
4167 service Thesaurus
{}
4178 /// @par Developers Guide
4179 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Calculating_Function_Results">Spreadsheet Documents - Function Handling - Calculating Function Results</a><br>
4180 service FunctionAccess
{}
4191 /// @par Developers Guide
4192 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Indentation">Spreadsheet Documents - Indentation</a><br>
4193 interface XIndent
{}
4204 /// @par Developers Guide
4205 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Result_Sets">Database Access - Result Sets</a><br>
4206 service ResultSet
{}
4217 /// @par Developers Guide
4218 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Result_Sets">Database Access - Result Sets</a><br>
4219 service ResultSet
{}
4230 /// @par Developers Guide
4231 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Result_Sets">Database Access - Result Sets</a><br>
4232 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Clones_of_the_RowSet_Service">Database Access - Clones of the RowSet Service</a><br>
4233 service ResultSet
{}
4243 module presentation
{
4244 /// @enum FadeEffect
4245 /// @par Developers Guide
4246 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Slide_Transition">Drawings and Presentations - Slide Transition</a><br>
4257 /// @par Developers Guide
4258 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Setting_the_Chart_Type">Charts - Setting the Chart Type</a><br>
4259 service XYDiagram
{}
4270 /// @par Developers Guide
4271 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Setting_the_Chart_Type">Charts - Setting the Chart Type</a><br>
4283 /// @par Developers Guide
4284 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Document_Structure">Charts - Working With Charts - Document Structure</a><br>
4285 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Creating_and_Adding_a_Chart_to_a_Spreadsheet">Charts - Creating and Adding a Chart to a Spreadsheet</a><br>
4286 interface XTableChartsSupplier
{}
4297 /// @par Developers Guide
4298 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Document_Structure">Charts - Working With Charts - Document Structure</a><br>
4299 service OLE2Shape
{}
4310 /// @par Developers Guide
4311 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Document_Structure">Charts - Working With Charts - Document Structure</a><br>
4312 service ChartDocument
{}
4323 /// @par Developers Guide
4324 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Transaction_Handling">Database Access - Using DBMS Features - Transaction Handling</a><br>
4325 constants TransactionIsolation
{}
4336 /// @par Developers Guide
4337 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Table_Architecture">Text Documents - Tables - Table Architecture</a><br>
4338 service TextTable
{}
4349 /// @par Developers Guide
4350 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Exporting">Drawings and Presentations - Exporting</a><br>
4351 service GraphicExportFilter
{}
4362 /// @par Developers Guide
4363 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Getting_Frames%2C_Controllers_and_Models_from_Each_Other">Office Development - Component - Getting Frames, Controllers and Models from Each Other</a><br>
4364 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Controllers">Office Development - Controllers</a><br>
4365 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Frame-Controller-Model_Paradigm_in_LibreOffice">Office Development - Frame-Controller-Model Paradigm in LibreOffice</a><br>
4366 interface XController
{}
4377 /// @par Developers Guide
4378 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Adding_and_Editing_Predefined_Queries">Database Access - Adding and Editing Predefined Queries</a><br>
4379 service DefinitionContainer
{}
4390 /// @par Developers Guide
4391 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Clones_of_the_RowSet_Service">Database Access - Clones of the RowSet Service</a><br>
4392 interface XResultSetAccess
{}
4403 /// @par Developers Guide
4404 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Desktop">Office Development - Using the Desktop</a><br>
4405 interface XDesktop
{}
4416 /// @par Developers Guide
4417 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Inserting_Text_Files">Text Documents - Inserting Text Files</a><br>
4418 interface XDocumentInsertable
{}
4429 /// @par Developers Guide
4430 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCollator">Office Development - Implementing a New Locale - XCollator</a><br>
4431 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCollator">Office Development - Overview and Using the API - XCollator</a><br>
4432 interface XCollator
{}
4443 /// @par Developers Guide
4444 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Creating_Default_Settings">Text Documents - Settings - Creating Default Settings</a><br>
4456 /// @par Developers Guide
4457 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#DDE_Links">Spreadsheet Documents - DDE Links</a><br>
4469 /// @par Developers Guide
4470 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Detective">Spreadsheet Documents - Detective</a><br>
4471 interface XSheetAuditing
{}
4482 /// @par Developers Guide
4483 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Print_Areas">Spreadsheet Documents - Printing Spreadsheet Documents - Print Areas</a><br>
4484 interface XPrintAreas
{}
4495 /// @par Developers Guide
4496 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Unique_Cell_Format_Ranges">Spreadsheet Documents - Equally Formatted Cell Ranges - Unique Cell Format Ranges</a><br>
4497 service UniqueCellFormatRanges
{}
4508 /// @par Developers Guide
4509 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XUnoTunnel">Writing UNO Components - XUnoTunnel</a><br>
4510 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
4511 interface XUnoTunnel
{}
4522 /// @par Developers Guide
4523 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Navigating">Drawings and Presentations - Navigating</a><br>
4535 /// @par Developers Guide
4536 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#TextViewCursor">Text Documents - TextViewCursor</a><br>
4537 service TextViewCursor
{}
4548 /// @par Developers Guide
4549 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Page_Styles">Spreadsheet Documents - Overall Document Features - Styles - Page Styles</a><br>
4550 service TablePageStyle
{}
4561 /// @par Developers Guide
4562 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Parameters">Forms - Parameters</a><br>
4563 interface XDatabaseParameterListener
{}
4574 /// @par Developers Guide
4575 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Parameters">Forms - Parameters</a><br>
4576 interface XDatabaseParameterBroadcaster
{}
4587 /// @par Developers Guide
4588 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4589 service TextTableCursor
{}
4600 /// @par Developers Guide
4601 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4602 service ParagraphProperties
{}
4613 /// @par Developers Guide
4614 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4615 service CharacterPropertiesComplex
{}
4627 /// @par Developers Guide
4628 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4639 /// @par Developers Guide
4640 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4641 service CharacterPropertiesAsian
{}
4652 /// @par Developers Guide
4653 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Formatting">Text Documents - Formatting</a><br>
4654 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Ruby">Text Documents - Ruby</a><br>
4655 service CharacterProperties
{}
4666 /// @par Developers Guide
4667 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Document_Structure">Drawings and Presentations - Working with Drawing Documents - Document Structure</a><br>
4679 /// @par Developers Guide
4680 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Settings">Drawings and Presentations - Settings</a><br>
4681 service PropertySet
{}
4692 /// @par Developers Guide
4693 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#URL_Parameter">Office Development - Handling Documents - Loading Documents - URL Parameter</a><br>
4694 service URLTransformer
{}
4705 /// @par Developers Guide
4706 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Ruby">Text Documents - Ruby</a><br>
4707 interface XRubySelection
{}
4718 /// @par Developers Guide
4719 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Creating_a_Chart_OLE_Object_in_Draw_and_Impress">Charts - Creating a Chart OLE Object in Draw and Impress</a><br>
4720 interface XDrawPagesSupplier
{}
4731 /// @par Developers Guide
4732 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Shape_Types">Drawings and Presentations - Shape Types</a><br>
4744 /// @par Developers Guide
4745 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Capabilities">Universal Content Broker - Universal Content Broker - Capabilities</a><br>
4746 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Instantiating_the_UCB">Universal Content Broker - Instantiating the UCB</a><br>
4747 service UniversalContentBroker
{}
4758 /// @par Developers Guide
4759 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Dispatch_Interception">Office Development - Dispatch Interception</a><br>
4760 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#Using_the_Dispatch_Framework">Office Development - Using the Dispatch Framework</a><br>
4761 interface XDispatchProviderInterceptor
{}
4772 /// @par Developers Guide
4773 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Subtotals">Spreadsheet Documents - Subtotals</a><br>
4774 struct SubTotalColumn
{}
4785 /// @par Developers Guide
4786 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Subtotals">Spreadsheet Documents - Subtotals</a><br>
4787 service SubTotalDescriptor
{}
4798 /// @par Developers Guide
4799 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Subtotals">Spreadsheet Documents - Subtotals</a><br>
4800 service SubTotalField
{}
4811 /// @par Developers Guide
4812 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Subtotals">Spreadsheet Documents - Subtotals</a><br>
4813 interface XSubTotalCalculatable
{}
4824 /// @par Developers Guide
4825 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Members">Spreadsheet Documents - Members</a><br>
4826 service DataPilotSourceMember
{}
4837 /// @par Developers Guide
4838 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Tables_and_Columns">Database Access - Tables and Columns</a><br>
4850 /// @par Developers Guide
4851 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Tables_and_Columns">Database Access - Tables and Columns</a><br>
4863 /// @par Developers Guide
4864 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Data_Definition">Database Access - Connections - Understanding Connections - Data Definition</a><br>
4865 service DatabaseDefinition
{}
4876 /// @par Developers Guide
4877 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
4878 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XAggregation">Writing UNO Components - XAggregation</a><br>
4879 interface XAggregation
{}
4890 /// @par Developers Guide
4891 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Core_Interfaces_to_Implement">Writing UNO Components - Core Interfaces to Implement</a><br>
4892 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4893 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#XTypeProvider">Writing UNO Components - XTypeProvider</a><br>
4894 interface XTypeProvider
{}
4905 /// @par Developers Guide
4906 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Scrollable_Result_Sets">Database Access - Scrollable Result Sets</a><br>
4907 interface XResultSet
{}
4918 /// @par Developers Guide
4919 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4920 service CoreReflection
{}
4931 /// @par Developers Guide
4932 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4933 service Converter
{}
4944 /// @par Developers Guide
4945 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4946 service InvocationAdapterFactory
{}
4957 /// @par Developers Guide
4958 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4959 interface XIntrospection
{}
4970 /// @par Developers Guide
4971 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4972 interface XTypeDescription
{}
4983 /// @par Developers Guide
4984 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4985 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#Scripting_Existing_UNO_Objects">Advanced UNO - XInvocation Bridge - Scripting Existing UNO Objects</a><br>
4986 service Invocation
{}
4997 /// @par Developers Guide
4998 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#UNO_Reflection_API">Advanced UNO - UNO Reflection API</a><br>
4999 service Introspection
{}
5010 /// @par Developers Guide
5011 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cells_Absolute_Address">Spreadsheet Documents - Cells Absolute Address</a><br>
5012 interface XCellAddressable
{}
5023 /// @par Developers Guide
5024 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Line_Numbering">Text Documents - Line Numbering and Outline Numbering - Line Numbering</a><br>
5025 service LineNumberingProperties
{}
5036 /// @par Developers Guide
5037 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Charts#Pie_Charts">Charts - Pie Charts</a><br>
5038 service ChartPieSegmentProperties
{}
5049 /// @par Developers Guide
5050 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Spreadsheet_Add-Ins">Spreadsheet Documents - Spreadsheet Add-Ins</a><br>
5062 /// @par Developers Guide
5063 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Advanced_UNO#Implementation_Loader">Advanced UNO - Implementation Loader</a><br>
5064 interface XImplementationLoader
{}
5075 /// @par Developers Guide
5076 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Universal_Content_Broker#Executing_Content_Commands">Universal Content Broker - Executing Content Commands</a><br>
5088 /// @par Developers Guide
5089 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#MediaDescriptor">Office Development - Handling Documents - Loading Documents - MediaDescriptor</a><br>
5090 service MediaDescriptor
{}
5101 /// @par Developers Guide
5102 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Jobs">Writing UNO Components - Jobs - Jobs</a><br>
5103 service JobExecutor
{}
5114 /// @par Developers Guide
5115 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#DatabaseContext">Database Access - Data Sources in LibreOffice API - DatabaseContext</a><br>
5116 service DatabaseContext
{}
5127 /// @par Developers Guide
5128 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Word_Processing">Text Documents - Working with Text Documents - Word Processing</a><br>
5140 /// @par Developers Guide
5141 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Forms_and_Reports">Database Access - Forms and Reports</a><br>
5142 interface XReportDocumentsSupplier
{}
5153 /// @par Developers Guide
5154 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Forms_and_Reports">Database Access - Forms and Reports</a><br>
5155 interface XFormDocumentsSupplier
{}
5166 /// @par Developers Guide
5167 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XDocumentPropertiesSupplier">Office Development - Component - Models - XDocumentPropertiesSupplier</a><br>
5168 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#General_Document_Information">Text Documents - Settings - General Document Information</a><br>
5169 interface XDocumentPropertiesSupplier
{}
5180 /// @par Developers Guide
5181 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Page_Handling">Drawings and Presentations - Working with Drawing Documents - Page Handling</a><br>
5182 interface XDrawPages
{}
5193 /// @par Developers Guide
5194 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Page_Handling">Drawings and Presentations - Working with Drawing Documents - Page Handling</a><br>
5195 interface XDrawPageDuplicator
{}
5206 /// @par Developers Guide
5207 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Table_Auto_Formats">Spreadsheet Documents - Table Auto Formats</a><br>
5208 service TableAutoFormatField
{}
5219 /// @par Developers Guide
5220 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Table_Auto_Formats">Spreadsheet Documents - Table Auto Formats</a><br>
5221 service TableAutoFormat
{}
5232 /// @par Developers Guide
5233 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Table_Auto_Formats">Spreadsheet Documents - Table Auto Formats</a><br>
5234 interface XAutoFormattable
{}
5245 /// @par Developers Guide
5246 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#Using_the_getXXX_Methods">Database Access - Using the getXXX Methods</a><br>
5258 /// @par Developers Guide
5259 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Access_to_Single_Cell_Ranges_in_SheetCellRanges_Container">Spreadsheet Documents - Cell Ranges and Cells Container - Access to Single Cell Ranges in SheetCellRanges Container</a><br>
5271 /// @par Developers Guide
5272 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Data_Array">Spreadsheet Documents - Data Array</a><br>
5273 interface XCellRangeData
{}
5284 /// @par Developers Guide
5285 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Forms#Control_Models">Forms - Control Models</a><br>
5286 service FormComponent
{}
5297 /// @par Developers Guide
5298 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Label_Ranges">Spreadsheet Documents - Label Ranges</a><br>
5299 service LabelRanges
{}
5310 /// @par Developers Guide
5311 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Annotations">Spreadsheet Documents - Cell Annotations</a><br>
5312 service CellAnnotation
{}
5323 /// @par Developers Guide
5324 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Annotations">Spreadsheet Documents - Cell Annotations</a><br>
5325 interface XSheetAnnotation
{}
5336 /// @par Developers Guide
5337 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Cell_Annotations">Spreadsheet Documents - Cell Annotations</a><br>
5338 interface XSheetAnnotationAnchor
{}
5349 /// @par Developers Guide
5350 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Footnotes_and_Endnotes">Text Documents - Footnotes and Endnotes</a><br>
5362 /// @par Developers Guide
5363 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Used_Area">Spreadsheet Documents - Cell Cursor - Used Area</a><br>
5364 interface XUsedAreaCursor
{}
5375 /// @par Developers Guide
5376 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Database_Ranges">Spreadsheet Documents - Database Ranges</a><br>
5377 interface XDatabaseRanges
{}
5387 module presentation
{
5388 /// @par Developers Guide
5389 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Animations_and_Interactions">Drawings and Presentations - Animations and Interactions</a><br>
5400 module presentation
{
5401 /// @enum AnimationEffect
5402 /// @par Developers Guide
5403 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Animations_and_Interactions">Drawings and Presentations - Animations and Interactions</a><br>
5414 /// @par Developers Guide
5415 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Sorting_Text">Text Documents - Sorting Text</a><br>
5416 interface XSortable
{}
5427 /// @par Developers Guide
5428 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Styles">Text Documents - Overall Document Features - Styles</a><br>
5440 /// @par Developers Guide
5441 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Styles">Text Documents - Overall Document Features - Styles</a><br>
5442 service StyleFamilies
{}
5453 /// @par Developers Guide
5454 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Styles">Text Documents - Overall Document Features - Styles</a><br>
5455 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Drawing_Documents_and_Presentation_Documents#Graphics_Styles">Drawings and Presentations - Overall Document Features - Styles - Graphics Styles</a><br>
5467 /// @par Developers Guide
5468 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Styles">Text Documents - Overall Document Features - Styles</a><br>
5469 service StyleFamily
{}
5480 /// @par Developers Guide
5481 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Information_about_Functions">Spreadsheet Documents - Function Handling - Information about Functions</a><br>
5482 service FunctionDescriptions
{}
5493 /// @par Developers Guide
5494 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Information_about_Functions">Spreadsheet Documents - Function Handling - Information about Functions</a><br>
5495 service FunctionDescription
{}
5506 /// @par Developers Guide
5507 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Database_Access#The_SingleSelectQueryComposer">Database Access - The SingleSelectQueryComposer</a><br>
5508 service SingleSelectQueryComposer
{}
5519 /// @par Developers Guide
5520 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Table_Sort_Descriptor">Spreadsheet Documents - Sorting - Table Sort Descriptor</a><br>
5521 service SheetSortDescriptor2
{}
5532 /// @par Developers Guide
5533 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XTransliteration">Office Development - Overview and Using the API - XTransliteration</a><br>
5534 interface XTransliteration
{}
5545 /// @par Developers Guide
5546 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Text_Documents#Reference_Marks">Text Documents - Reference Marks</a><br>
5547 service ReferenceMark
{}
5558 /// @par Developers Guide
5559 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#View_Panes">Spreadsheet Documents - View Panes</a><br>
5560 service SpreadsheetViewPane
{}
5571 /// @par Developers Guide
5572 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Data_Consolidation">Spreadsheet Documents - Other Table Operations - Data Consolidation</a><br>
5573 interface XConsolidatable
{}
5584 /// @par Developers Guide
5585 /// <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Spreadsheet_Documents#Data_Consolidation">Spreadsheet Documents - Other Table Operations - Data Consolidation</a><br>
5586 interface XConsolidationDescriptor
{}