Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of AutoIt Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:50, 12 March 2026 User account Unknown user talk was created by Jon talk contribs and password was sent by email (User request)
- 08:18, 25 February 2026 Water talk contribs deleted page Libreoffice (content was: "#REDIRECT LibreOffice-OLD", and the only contributor was "Water" (talk))
- 08:18, 25 February 2026 Water talk contribs deleted page LibreOffice-donnyh13 (content was: "{{WIP}} Welcome to the Au3LibreOffice wiki! This article uses material from the Wikipedia article "[https://en.wikipedia.org/wiki/LibreOffice LibreOffice]" and other Wikipedia articles, which are released under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-Share-Alike License 4.0]. ==Introduction== This UDF ([https://www.autoitscript.com/forum/i...", and the only contributor was "Water" (talk))
- 08:17, 25 February 2026 Water talk contribs deleted page LibreOffice-OLD (content was: "{{WIP}} This article uses material from the Wikipedia article "[https://en.wikipedia.org/wiki/LibreOffice LibreOffice]" and other Wikipedia articles, which are released under the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-Share-Alike License 4.0]. =Introduction= ==What is LibreOffice?== [https://en.wikipedia.org/wiki/LibreOffice LibreOffice] is a...", and the only contributor was "Water" (talk))
- 08:15, 25 February 2026 Water talk contribs deleted page Libreoffice-WIP (content was: "#REDIRECT LibreOffice", and the only contributor was "Water" (talk))
- 08:11, 25 February 2026 Water talk contribs moved page Libreoffice-WIP to LibreOffice
- 08:10, 25 February 2026 Water talk contribs moved page Libreoffice to LibreOffice-OLD
- 15:52, 23 February 2026 Water talk contribs created page LibreOffice-Examples (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...")