New pages
Jump to navigation
Jump to search
- 15:52, 23 February 2026 LibreOffice-Examples (hist | edit) [14,584 bytes] Water (talk | contribs) (Created page with "==Getting Started Examples== ===Quickstart: Base=== <syntaxhighlight lang="autoit"> #include <MsgBoxConstants.au3> #include <File.au3> #include "LibreOfficeBase.au3" ; Create a New, visible, Blank Libre Office Document. Global $oDoc = _LOBase_DocCreate(True, False) If @error Then Exit MsgBox($MB_OK + $MB_ICONERROR + $MB_TOPMOST, "Error", "Failed to Create a new Base Document. Error:" & @error & " Extended:" & @extended & " On Line: " & @ScriptLineNumber) ; Set the Da...")
- 18:31, 18 February 2026 LibreOffice-Technical Comparison (hist | edit) [11,485 bytes] Water (talk | contribs) (Created page with "=Technical comparison: LibreOffice vs Microsoft Office= For those users familiar with Microsoft Office and its automation API, this page holds some comparisons between the two suites' APIs and internal behaviour. ==Applications vs ServiceManager== In ''Microsoft Office'', you always begin with a Microsoft Word, Excel or Powerpoint Application object, which is an instance of the respective component without a Document, Book, or presentation opened in it yet. The applicat...")
- 09:35, 11 February 2026 LibreOffice (hist | edit) [22,013 bytes] Water (talk | contribs) (LibreOffice Sandbox page) originally created as "Libreoffice-WIP"