/aoo41x/main/ure/source/ |
H A D | README | 190 contain UNO type or UNO service information. For more details, see the SDK 230 UNO Deployment Variables 233 The URE installation is preconfigured with several UNO types and UNO services. 353 C++ and Java UNO Components 367 If a Java UNO component requires additional UNO types, use the UNO-Type-Path 368 manifest entry to specify the location of the UNO types. The UNO-Type-Path is 372 additional UNO types are available to the Java UNO environment. 376 - UNO-Type-Path: 377 Current JAR does not contain UNO types. 379 - UNO-Type-Path: <> [all …]
|
/aoo41x/main/ure/source/uretest/ |
H A D | README | 23 This directory contains test files for the UNO Runtime Environment (URE) as well 44 Points to the base directory of an OpenOffice.org SDK so that you can access UNO 66 Builds a C++ UNO component, cppmain.uno, and runs the component with the uno 67 executable. The component first attempts to instantiate all the UNO services 69 to instantiate and to call another C++ UNO component (ccptest.uno) as well as a 70 Java UNO component (javatest.uno). The test completes when these components 74 Builds a Java UNO component, javamain.uno, and runs the component with the uno 75 executable. The component tries to instantiate and to call a C++ UNO component 76 (cpptest.uno) as well as a Java UNO component (javatest.uno). The test 84 Java UNO component( javatest.uno). The test completes when these components [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 71 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle() 112 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle() 212 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted() 271 XPropertySet xModel = UNO.queryPropertySet( aEvent.Source ); in propertyChange() 401 XPropertySet xDSP = UNO.queryPropertySet( xDS ); in makeTableVisible() 562 XPropertySet xDSProps = UNO.queryPropertySet( xDS ); in ensureTables() 566 XComponent xConnComp = UNO.queryComponent( xConn ); in ensureTables() 641 XPropertySet xColProps = UNO.queryPropertySet( xNewCol ); in createGridColumn() 729 XPropertySet xSalesFormProps = UNO.queryPropertySet( xSalesForm ); in prepareDocument() 774 XReset xFormReset = UNO.queryReset( xSalesForm ); in prepareDocument() [all …]
|
H A D | KeyGenerator.java | 201 XPropertySet xModel = UNO.queryPropertySet( xFormAsContainer.getByIndex( i ) ); in defaultNewRecordFocus() 223 XControlModel xCM = UNO.queryControlModel( xModel ); in defaultNewRecordFocus() 242 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in resetted() 312 XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source ); in approveRowChange() 379 XReset xFormReset = UNO.queryReset( m_xForm ); in stopGenerator() 395 XReset xFormReset = UNO.queryReset( m_xForm ); in activateKeyGenerator()
|
H A D | FLTools.java | 40 XServiceInfo xSI = UNO.queryServiceInfo( aObject ); in dump_Object() 85 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in getLabel() 126 XIndexContainer xIndexCont = UNO.queryIndexContainer( aContainer ); in getIndexInParent() 202 XServiceInfo xSI = UNO.queryServiceInfo( xComponent ); in classifyFormComponentType() 211 XPropertySet xCompProps = UNO.queryPropertySet( xComponent ); in classifyFormComponentType()
|
H A D | FormLayer.java | 109 XPropertySet xShapeProps = UNO.queryPropertySet( xShape ); in createControlAndShape() 134 XPropertySet xModelProps = UNO.queryPropertySet( xModel ); in createControlAndShape() 257 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue() 282 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
|
/aoo41x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.src | 28 Text [ en-US ] = "UNO Dynamic Library Component"; 33 Text [ en-US ] = "UNO Java Component"; 38 Text [ en-US ] = "UNO Python Component"; 43 Text [ en-US ] = "UNO Components"; 48 Text [ en-US ] = "UNO RDB Type Library"; 53 Text [ en-US ] = "UNO Java Type Library";
|
/aoo41x/main/udkapi/com/sun/star/uno/ |
H A D | XInterface.idl | 33 /** base interface of all UNO interfaces 44 <p> Deriving from this interface is mandatory for all UNO interfaces. 49 <p> The UNO object does not export the state of the reference count (acquire() and 50 release() do not have return values). In general, also the UNO object itself 57 /** queries for a new interface to an existing UNO object. 89 @param aType a UNO interface type, for which an object reference shall be obtained. 99 UNO object, it is often said, that you have a reference or a hard reference 103 It is only allowed to invoke a method on an UNO object, when you keep
|
/aoo41x/main/udkapi/com/sun/star/bridge/ |
H A D | OleBridgeSupplier2.idl | 36 /** maps UNO types to oleautomation types and vice versa.<p> 39 maps a value of an UNO or Automation type to the desired target type. If an UNO interface 46 object is mapped to an UNO interface.<br> 50 except for IUnknown, are not supported.UNO interfaces and structs are mapped to IDispatch. 54 <const>com::sun::star::bridge::ModelDependent::UNO</const> and
|
H A D | XBridgeSupplier2.idl | 58 OLE Automation object to UNO by calling createBridge on a proxy, then the UNO remote 66 <p>All objects, whether they are part of the UNO object model or not, 71 <dt>UNO: </dt> 72 <dd>The any carries normal UNO types, which can be any base type,
|
H A D | XBridgeSupplier.idl | 51 provided by the UNO runtime. </p> 53 <p>All objects, whether they are part of the UNO object model or not, 58 <dt>UNO: </dt> 59 <dd>The any carries normal UNO types, which can be any base type,
|
/aoo41x/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | BridgeSupplier.idl | 36 /** maps UNO types to oleautomation types and vice versa. 40 maps a value of a UNO or Automation type to the desired target type. If a UNO 48 The same holds true if an automation object is mapped to an UNO interface. 53 <code>IUnknown</code>, are not supported. UNO interfaces and structs are 60 <const>com::sun::star::bridge::ModelDependent::UNO</const> and
|
H A D | XAutomationObject.idl | 33 /** a tagging interface for UNO objects which represent Automation 36 If a Automation object is bridged into the UNO environment, then 37 the resulting UNO object does not distinguish itself from any 38 other ordinary UNO object. However, it may be desirable to have 39 that distinction regardless, if a UNO client needs to take
|
H A D | Currency.idl | 29 /** is the UNO representation of the Automation type <code>CY</code>, also know 32 A <code>CY</code> could actually be represented as <atom>hyper</atom> in UNO 40 When calling Automation objects from UNO the distinction between
|
H A D | Date.idl | 29 /** is the UNO representation of the Automation type <code>DATE</code>. 32 UNO and therefore a typedef from <atom>double</atom> to a date type would 39 When calling Automation objects from UNO the distinction between
|
H A D | SCode.idl | 29 /** <p>is the UNO representation of the Automation type SCODE. 33 In UNO it could be represented by a <atom>long</atom> and therefore a typedef 41 When calling Automation objects from UNO the distinction between error type
|
/aoo41x/main/scripting/ |
H A D | README | 14 and com.sun.star.script.browse.* UNO types. These types are used for 24 C++ implementation of the LanguageScriptProvider UNO service for Basic 28 C++ implementation of the DialogProvider UNO service used for loading 29 UNO dialogs from various languages 67 Implementations of deprecated Scripting Framework UNO types
|
/aoo41x/main/cppuhelper/test/ |
H A D | testdefaultbootstrapping.pl | 187 use UNO; 199 my $_rc = UNO::tryService($_service); 210 use UNO; 229 my $_rc = UNO::tryService($_service);
|
/aoo41x/main/configmgr/source/ |
H A D | README | 29 UNO service implementations. 34 UNO objects passed to clients. 89 the UNO API.) The XCU reading code only evaluates the oor:mandatory attribute 107 - When committing changes (made through the UNO API), the "mandatory" status of 122 - oor:finalized and oor:mandatory attributes cannot be set via the UNO API, so
|
/aoo41x/main/udkapi/com/sun/star/loader/ |
H A D | Java2.idl | 33 <p>This service was introduced for UNO 3 components. The then 35 UNO 2 components. Since UNO 2 is not supported anymore, the service
|
/aoo41x/main/extensions/source/ole/ |
H A D | servprov.cxx | 190 UNO, in CreateInstance() 329 UNO, in CreateInstance() 400 if (sourceModelType == UNO) in createBridge() 402 if (destModelType == UNO) in createBridge() 447 else if (destModelType == UNO) in createBridge()
|
/aoo41x/main/udkapi/com/sun/star/ |
H A D | udk-modules.idl | 46 /// Java to UNO connectivity interfaces. 49 /// General UNO concepts like factories etc. 70 /// Basic UNO interfaces.
|
/aoo41x/main/udkapi/com/sun/star/lang/ |
H A D | XUnoTunnel.idl | 38 /** An interface to tunnel UNO. This means providing access to data or 39 something else, which is not specified by UNO-IDL. 53 /** Call this method to get something which is not specified in UNO, e.g.
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | ProxyFactory.idl | 44 A proxy object is UNO conform, but does NOT provide original target 49 Aggregation will no longer be supported as a high-level concept of UNO. 50 You may still have the option to implement an UNO object consisting of
|
H A D | XProxyFactory.idl | 42 Aggregation will no longer be supported as a high-level concept of UNO. 43 You may still have the option to implement an UNO object consisting of 57 The proxy object is UNO conform, but does NOT provide original target
|