Difference between revisions of "Template:Documentation/BASICGuideTOC"
From Wiki
Jump to navigationJump to searchLine 10: | Line 10: | ||
|booktitle=[[EN/documentation/basic_guide|BASIC Guide]] | |booktitle=[[EN/documentation/basic_guide|BASIC Guide]] | ||
|toccontent=<section begin=toccontent /> | |toccontent=<section begin=toccontent /> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/language|The Language of {{OOo}} Basic]] |
<div id="lang" style="display:{{{lang|none}}};margin-left: 12px;"> | <div id="lang" style="display:{{{lang|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/program_overview|Overview of a Basic Program]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/working_with_variables|Working With Variables]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/strings|Strings]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/numbers|Numbers]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/boolean|Boolean Values]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/date|Date and Time]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/arrays|Arrays]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/scope_of_variables|Scope and Life Span of Variables]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/constants|Constants]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/operators|Operators]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/branching|Branching]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/loops|Loops]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/procedures_and_functions|Procedures and Functions]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/error_handling|Error Handling]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/other_instructions|Other Instructions]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/runtime_library|Runtime Library]] |
<div id="runtime" style="display:{{{runtime|none}}};margin-left: 12px;"> | <div id="runtime" style="display:{{{runtime|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/conversion_functions_(runtime_library)|Conversion Functions]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/strings_(runtime_library)|Strings]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/date_and_time_(runtime_library)|Date and Time]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/files_and_directories_(runtime_library)|Files and Directories]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/message_and_input_boxes_(runtime_library)|Message and Input Boxes]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/other_functions_(runtime_library)|Other Functions]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/api_intro|Introduction to the API]] |
<div id="api" style="display:{{{api|none}}};margin-left: 12px;"> | <div id="api" style="display:{{{api|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/uno|Universal Network Objects (UNO)]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/properties_and_methods_(api)|Properties and Methods]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/modules_services_and_interfaces|Modules, Services and Interfaces]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/uno_tools|Tools for Working with UNO]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/interface_overview|Overview of Central Interfaces]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/documents|Working with Documents]] |
<div id="docs" style="display:{{{docs|none}}};margin-left: 12px;"> | <div id="docs" style="display:{{{docs|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/stardesktop|The StarDesktop]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/templates|Styles and Templates]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/text_documents|Text Documents]] |
<div id="textdocs" style="display:{{{textdocs|none}}};margin-left: 12px;"> | <div id="textdocs" style="display:{{{textdocs|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/structure_of_text_documents|The Structure of Text Documents]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/editing_text_documents|Editing Text Documents]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/more_than_text|More than Just Text]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/spreadsheets|Spreadsheet Documents]] |
<div id="spread" style="display:{{{spread|none}}};margin-left: 12px;"> | <div id="spread" style="display:{{{spread|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/structure_of_spreadsheets|The Structure of Spreadsheets]] |
− | ** [[EN/documentation/ | + | ** [[EN/documentation/basic_guide/rows_and_columns|Rows and Columns]] |
− | ** [[EN/documentation/ | + | ** [[EN/documentation/basic_guide/cells_and_ranges|Cells and Ranges]] |
− | ** [[EN/documentation/ | + | ** [[EN/documentation/basic_guide/formatting_spreadsheet_documents|Formatting Spreadsheet Documents]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/editing_spreadsheet_documents|Editing Spreadsheet Documents]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/drawings_presentations|Drawings and Presentations]] |
<div id="draw" style="display:{{{draw|none}}};margin-left: 12px;"> | <div id="draw" style="display:{{{draw|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/structure_of_drawings|The Structure of Drawings]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/editing_drawing_objects|Editing Drawing Objects]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/presentations|Presentations]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/charts|Charts (Diagrams)]] |
<div id="chart" style="display:{{{chart|none}}};margin-left: 12px;"> | <div id="chart" style="display:{{{chart|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/charts_in_spreadsheets|Using Charts in Spreadsheets]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/structure_of_charts|The Structure of Charts]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/chart_types|Chart Types]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/database|Databases]] |
<div id="base" style="display:{{{base|none}}};margin-left: 12px;"> | <div id="base" style="display:{{{base|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/sql|SQL: a Query Language]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/database_access_types|Types of Database Access]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/data_sources|Data Sources]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/database_access|Database Access]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/dialogs|Dialogs]] |
<div id="dial" style="display:{{{dial|none}}};margin-left: 12px;"> | <div id="dial" style="display:{{{dial|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/working_with_dialogs|Working With Dialogs]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/properties|Properties]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/events|Events]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/control_elements|Dialog Control Elements]] |
</div> | </div> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/forms|Forms]] |
<div id="form" style="display:{{{form|none}}};margin-left: 12px;"> | <div id="form" style="display:{{{form|none}}};margin-left: 12px;"> | ||
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/working_with_forms|Working With Forms]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/control_element_forms|Control Element Forms]] |
− | * [[EN/documentation/ | + | * [[EN/documentation/basic_guide/database_forms|Database Forms]] |
</div> | </div> | ||
<section end=toccontent />}} | <section end=toccontent />}} |
Revision as of 11:01, 31 August 2011
[[{{{PrevPage}}}|← Previous Page
]] |
[[{{{NextPage}}}|Next Page
→]] |