Difference between revisions of "MediaWiki:Collections/basic guide"
From Wiki
Jump to navigationJump to search (Created page with "== OpenOffice.org BASIC Guide == :OpenOffice.org BASIC Programming Guide ;The Language of OpenOffice.org BASIC :[[EN/documentation/basic_guide/la...") |
|||
Line 20: | Line 20: | ||
;Runtime Library | ;Runtime Library | ||
:[[EN/documentation/basic_guide/runtime_library]] | :[[EN/documentation/basic_guide/runtime_library]] | ||
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/conversion_functions_runtime_library|Conversion Functions]] |
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/strings_runtime_library|Strings]] |
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/date_and_time_runtime_library|Date and Time]] |
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/files_and_directories_runtime_library|Files and Directories]] |
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/message_and_Input_boxes_runtime_library|Message and Input Boxes]] |
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/other_functions_runtime_library|Other Functions]] |
;Introduction to the API | ;Introduction to the API | ||
:[[EN/documentation/basic_guide/api_Intro|Introduction to the API]] | :[[EN/documentation/basic_guide/api_Intro|Introduction to the API]] | ||
:[[EN/documentation/basic_guide/uno|Universal Network Objects (UNO)]] | :[[EN/documentation/basic_guide/uno|Universal Network Objects (UNO)]] | ||
− | :[[EN/documentation/basic_guide/ | + | :[[EN/documentation/basic_guide/properties_and_methods_api|Properties and Methods]] |
:[[EN/documentation/basic_guide/modules_services_and_interfaces|Modules, Services and Interfaces]] | :[[EN/documentation/basic_guide/modules_services_and_interfaces|Modules, Services and Interfaces]] | ||
:[[EN/documentation/basic_guide/uno_tools|Tools for Working with UNO]] | :[[EN/documentation/basic_guide/uno_tools|Tools for Working with UNO]] |
Latest revision as of 16:38, 2 September 2011
OpenOffice.org BASIC Guide
- OpenOffice.org BASIC Programming Guide
- The Language of OpenOffice.org BASIC
- The Language of OpenOffice.org BASIC
- Overview of a Basic Program
- Working With Variables
- Strings
- Numbers
- Boolean Values
- Date and Time
- Arrays
- Scope and Life Span of Variables
- Constants
- Operators
- Branching
- Loops
- Procedures and Functions
- Error Handling
- Other Instructions
- Runtime Library
- EN/documentation/basic_guide/runtime_library
- Conversion Functions
- Strings
- Date and Time
- Files and Directories
- Message and Input Boxes
- Other Functions
- Introduction to the API
- Introduction to the API
- Universal Network Objects (UNO)
- Properties and Methods
- Modules, Services and Interfaces
- Tools for Working with UNO
- Overview of Central Interfaces
- Working with Documents
- Working with Documents|Working with Documents
- The StarDesktop
- Templates
- Text Documents
- Text Documents
- The Structure of Text Documents
- Editing Text Documents
- More Than Just Text
- Spreadsheet Documents
- Spreadsheet Documents
- The Structure of Spreadsheets
- Rows and Columns
- Cells and Ranges
- Formatting Spreadsheet Documents
- Editing Spreadsheet Documents
- Drawings and Presentations
- Drawings and Presentations
- The Structure of Drawings
- Editing Drawing Objects
- Presentations
- Charts (Diagrams)
- Charts (Diagrams)
- Using Charts in Spreadsheets
- The Structure of Charts
- Chart Types
- Databases
- Databases
- SQL: a Query Language
- Types of Database Access
- Data Sources
- Database Access
- Dialogs
- Dialogs
- Working With Dialogs
- Properties
- Events
- Dialog Control Elements
- Forms
- Forms
- Working With Forms
- Control Element Forms
- Database Forms