Search results

From Apache OpenOffice Wiki
Jump to: navigation, search
  • | Containers for the css::animation UNO API, used in slideshow and sd | [[Uno/Binary/Modules/bridges|bridges]]
    23 KB (3,198 words) - 12:15, 23 December 2020
  • {{AOo}} enables third party tools creation through UNO bridges, allowing using many languages. The principle is to create UNO packages that can be listed in the {{AOo}} [https://extensions.openoffice.o
    5 KB (689 words) - 11:26, 28 August 2022
  • ...ion via OpenOffice comes with the [[Uno]] module, which connects the [[API|UNO API]] to the Python scripting language. To run this version of Python on L ...a separate Python installation, you can import the uno module (the Python-UNO bridge) to it using [https://forum.openoffice.org/en/forum/viewtopic.php?f=
    8 KB (1,156 words) - 12:43, 15 September 2021
  • ...ki/Extension:DynamicPageList3 Dynamic Page List]) extension comes at hand. Uno organizational pages are populated with the help of DPL. The Uno content pages are organized in a way, assuming that every article
    5 KB (805 words) - 16:05, 15 March 2021
  • Type: [[Uno/Term/Effort|effort]] Owner: [[KR|Kay Ramme]] Status: 15% ...openoffice.org website. As the [[Uno|Uno Wiki]] should be the location for Uno documentation, the documentation needs to move.
    5 KB (764 words) - 10:15, 21 January 2008
  • ...s. This document has nothing to teach to persons already programming using UNO. After reading these pages, the reader should be able to understand most of ...nteresting points to start with. This paper is not a tutorial to develop a UNO component: this has already been done in other documents.
    14 KB (2,127 words) - 14:15, 26 April 2021
  • ==Uno OLE== category=Uno:OLE:Spec
    8 KB (1,238 words) - 14:25, 3 September 2006
  • While introducing a simple concept for UNO bootstrapping (see my mail in the udk.dev list), I noticed that there is a need for a general bootstrap-argument- * '''UNO (new)'''': to simplify UNO bootstrapping, it is going to support UNO_SERVICES, UNO_TYPES and UNO_WRITE
    9 KB (1,383 words) - 19:11, 23 May 2008
  • ...org permette la creazione di strumenti di terze parti tramite il pacchetto UNO, il quale offre la possibilità di utilizzare diversi linguaggi di programm Il principio è quello di creare un pacchetto di UNO che può essere incluso nel [[Extensions_repository_it|repository delle est
    2 KB (325 words) - 10:02, 5 December 2008
  • [[Uno/Meta/Organization#Types|Type]]: Specification [[Uno/Meta/Organization#States|State]]: final uno/mapping.hxx
    5 KB (536 words) - 08:24, 29 November 2006
  • OpenOffice.org permet la création d'outils tiers à partir de ponts UNO, et ce à l'aide de nombreux langages. Le principe est de créer un package UNO qui peut être listé dans le [[Extensions_repository_fr|dépôt d'extensio
    2 KB (348 words) - 16:31, 18 June 2009
  • ...te la creación de herramientas por parte de terceros a través de puentes UNO, permitiendo usar muchos lenguajes. El principio es crear paquetes UNO, que puedan ser listados en el [[Extensions repository es|repositorio de ex
    2 KB (344 words) - 15:30, 11 October 2006
  • ...iki/Uno UNO wiki] or the web pages of the [https://www.openoffice.org/udk/ UDK project]. == Extensions containing UNO services (code) ==
    21 KB (3,264 words) - 15:02, 2 February 2021
  • [[Uno/FAQ|en]]
    28 KB (1,408 words) - 15:20, 28 January 2009
  • ...+ mapping of UNO. You should have read the A guide to language independent UNO, before reading this document. It is a good idea to look at the relevant so ...al-library, that contains all system abstractions and does not contain any UNO-specific data. The most commonly used C-functions can be accessed via C++ i
    34 KB (4,377 words) - 11:49, 21 June 2021
  • ...extended tool tips and accessing extension help content by pressing F1 in UNO dialogs and menus. ...to developer demand a new asynchronous callback service has been added to UNO awt toolkit. The asynchronous callback service works internally with PostUs
    60 KB (8,700 words) - 11:33, 23 January 2009
  • ...developing the SERVER as an [http://uno.openoffice.org UNO] server so that UNO/URE can be streamlined across each component (server, webclient, standalone ** Architecture: (Arch): OOo suite's architecture (udk, tools, framework, xml projects concerned)
    4 KB (710 words) - 01:58, 2 November 2008
  • ...成を、多種のプログラム言語からの使用を可能にした UNO ブリッジを通じて可能にします。 ...べられ、エンドユーザーが簡単にインストールできる UNO パッケージの作成です。
    5 KB (207 words) - 16:58, 21 May 2008
  • <P>Binding UNO objects to dialogs created with Basic IDE Dialog <P>Unambiguous Calc UNO command names
    10 KB (1,379 words) - 12:04, 9 August 2022
  • This manual describes how to write programs using the component technology UNO (Universal Network Objects) with {{AOo}}. ...ed are written in Java. As well as Java, the language binding for C++, the UNO access for {{AOo}} Basic and the OLE Automation bridge that uses {{AOo}} th
    10 KB (1,534 words) - 15:09, 6 January 2021
  • {{DISPLAYTITLE:Advanced UNO}} {{Download_Collection|MediaWiki:Collections/Developer's Guide - Advanced UNO}}
    8 KB (1,247 words) - 17:09, 2 January 2021
  • |NextPage=Documentation/DevGuide/AdvUNO/Differences Between UNO and Corba ...ge dependent. For more information on these issues, subscribe to the ''dev@udk.openoffice.org'' mailing list to discuss these issues for your programming
    890 B (112 words) - 11:05, 13 May 2009
  • {{DISPLAYTITLE:Importing a UNO Object}} ...common use case of interprocess connections is to import a reference to a UNO object from an exporting server. For instance, most of the Java examples de
    4 KB (604 words) - 11:44, 23 December 2020
  • ...d <idl>com.sun.star.lang.XTypeProvider</idl>, as well as <idl>com.sun.star.uno.XWeak</idl>. These classes let you focus on the interfaces you want to impl using namespace ::com::sun::star::uno; // for basic types
    4 KB (523 words) - 14:11, 24 December 2020
  • 本手册介绍如何使用 OpenOffice.org 的组件技术 UNO(通用网络对象)来编程。 ...va 以外,本书还介绍了 C++ 语言绑定、OpenOffice.org Basic 的 UNO 访问以及通过 Microsoft 的组件技术 COM/DCOM 使用 OpenOffice.org
    7 KB (254 words) - 01:41, 14 May 2009
  • {{DISPLAYTITLE:导入 UNO 对象}} 进程间连接的最常用情况是从导出服务器导入对 UNO 对象的引用。例如,本手册中介绍的大多数 Java 示例获取
    4 KB (298 words) - 02:02, 14 May 2009
  • [[Image:InterprocessConn1_Zh.png|none|thumb|400px|启动 UNO 进程间桥所需的服务交互。接口已经被简化。]] <code>XConnection</code> 实例现在可以用来在连接上建立 UNO 进程间桥,而不管连接是使用 Connector 还是使用 Acceptor...
    4 KB (256 words) - 02:03, 14 May 2009
  • using namespace ::com::sun::star::uno; // for basic types
    4 KB (321 words) - 05:34, 30 July 2008
  • ...maakt het mogelijk programma's van derde partijen te maken door middel van UNO-bruggen, waarbij het gebruik van vele talen is togeestaan. Het principe is om UNO-pakketten te maken die kunnen worden vermeld in de {{AOo}} [https://extensi
    6 KB (755 words) - 09:41, 13 August 2021

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Views
Personal tools