Тестовая страница для экспериментов

Материал из Forumooo wiki

(Различия между версиями)
Перейти к: навигация, поиск
(Quickstarter (Linux))
Строка 44: Строка 44:
Python
Python
 +
{{Note|Python}}
 +
{{Warning|Python}}
 +
{{Tip|Python}}
 +
{{Office|Pyhton}}
<source lang=python>
<source lang=python>
# ... here is the python script code
# ... here is the python script code

Версия 06:46, 3 ноября 2010


Для проб и ошибок.

Тестовая страница

Example.png

  1. <html>
  2. <body>
  1. <% Response.Write "Hello World!" %>
  1. </body>
  2. </html>

Basic

Dim Doc As Object
Dim Cursor As Object
 
Doc = ThisComponent
Cursor = Doc.Text.createTextCursor()

Java, BeanShell

com.sun.star.uno.XComponentContext xContext = null;
xContext = com.sun.star.comp.helper.Bootstrap.bootstrap();

xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
 <manifest:file-entry manifest:media-type="application/vnd.oasis.opendocument.text" manifest:full-path="/"/>
</manifest:manifest>

Python

Note.pngPython
Warning.pngPython
Tip.pngPython

LibreOffice/OpenOffice

# ... here is the python script code
import unohelper
g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
	None,"org.openoffice.script.DummyImplementationForPythonScripts", \
    ("org.openoffice.script.DummyServiceForPythonScripts",),)
Личные инструменты
Пространства имён
Варианты
Действия
Компоненты
Общие вопросы
Совместимость
Навигация
Инструменты