Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59A02D4C4 for ; Wed, 20 Jun 2012 05:14:53 +0000 (UTC) Received: (qmail 84797 invoked by uid 500); 20 Jun 2012 05:14:53 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 84742 invoked by uid 500); 20 Jun 2012 05:14:52 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 84730 invoked by uid 99); 20 Jun 2012 05:14:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 05:14:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 05:14:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 73F3D2388C0E; Wed, 20 Jun 2012 05:13:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1351939 [11/15] - in /incubator/ooo/ooo-site/trunk/content/api/docs/java/ref: ./ com/sun/star/comp/helper/ com/sun/star/comp/helper/class-use/ com/sun/star/lib/uno/helper/ com/sun/star/lib/uno/helper/class-use/ com/sun/star/lib/unoloader/ ... Date: Wed, 20 Jun 2012 05:13:37 -0000 To: ooo-commits@incubator.apache.org From: jsc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120620051346.73F3D2388C0E@eris.apache.org> Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/AsciiString.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/AsciiString.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/AsciiString.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/AsciiString.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + AsciiString (Java UNO Runtime Reference) - + - + - + +
@@ -89,14 +92,14 @@ com.sun.star.uno
Class AsciiString
-java.lang.Object
+java.lang.Object
   extended by com.sun.star.uno.AsciiString
 

Deprecated. do not use

-
public final class AsciiString
extends Object
+
public final class AsciiString
extends Object

@@ -118,7 +121,7 @@ The Ascii class represents the IDL build - String + String asciistring
@@ -135,7 +138,7 @@ The Ascii class represents the IDL build Constructor Summary -AsciiString(String s) +AsciiString(String s)
          Deprecated. do not use @@ -154,10 +157,10 @@ The Ascii class represents the IDL build   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -176,7 +179,7 @@ The Ascii class represents the IDL build

asciistring

-public final String asciistring
+public final String asciistring
Deprecated. 
@@ -195,7 +198,7 @@ public final

AsciiString

-public AsciiString(String s)
+public AsciiString(String s)
Deprecated. do not use

@@ -267,5 +270,5 @@ DETAIL: FIE


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/Enum.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/Enum.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/Enum.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/Enum.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + Enum (Java UNO Runtime Reference) - + - + - + +
@@ -89,12 +92,12 @@ com.sun.star.uno
Class Enum
-java.lang.Object
+java.lang.Object
   extended by com.sun.star.uno.Enum
 

-
public abstract class Enum
extends Object
+
public abstract class Enum
extends Object

@@ -150,10 +153,10 @@ The Enum class is the base class for all   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -266,5 +269,5 @@ DETAIL: FIELD |  - - + + IBridge (Java UNO Runtime Reference) - + - + - + +


@@ -154,8 +157,8 @@ This is abstract interface for bridges. - Object -mapInterfaceFrom(Object object, + Object +mapInterfaceFrom(Object object, Type type)
@@ -164,8 +167,8 @@ This is abstract interface for bridges. - Object -mapInterfaceTo(Object object, + Object +mapInterfaceTo(Object object, Type type)
@@ -197,7 +200,7 @@ This is abstract interface for bridges.

mapInterfaceTo

-Object mapInterfaceTo(Object object,
+Object mapInterfaceTo(Object object,
                       Type type)
Deprecated. 
Maps an object from the source environment to the destination @@ -213,7 +216,7 @@ mapInterfaceTo

mapInterfaceFrom

-Object mapInterfaceFrom(Object object,
+Object mapInterfaceFrom(Object object,
                         Type type)
Deprecated. 
Maps an object from the destination environment to the source @@ -286,8 +289,8 @@ void release() dispose
 void dispose()
-             throws InterruptedException,
-                    IOException
+ throws InterruptedException, + IOException
Deprecated. 
Disposes the bridge. @@ -297,8 +300,8 @@ void dispose()
Throws: -
InterruptedException -
IOException
+
InterruptedException +
IOException
@@ -363,5 +366,5 @@ DETAIL: FIELD | CONSTR&nb
- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IEnvironment.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IEnvironment.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IEnvironment.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IEnvironment.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IEnvironment (Java UNO Runtime Reference) - + - + - + +
@@ -122,7 +125,7 @@ The interface implemented by UNO environ - Object + Object getContext()
@@ -130,7 +133,7 @@ The interface implemented by UNO environ - String + String getName()
@@ -138,8 +141,8 @@ The interface implemented by UNO environ - Object -getRegisteredInterface(String oid, + Object +getRegisteredInterface(String oid, Type type)
@@ -147,8 +150,8 @@ The interface implemented by UNO environ - String -getRegisteredObjectIdentifier(Object object) + String +getRegisteredObjectIdentifier(Object object)
          Deprecated. Retrieves the OID for a registered object. @@ -163,9 +166,9 @@ The interface implemented by UNO environ - Object -registerInterface(Object object, - String[] oid, + Object +registerInterface(Object object, + String[] oid, Type type)
@@ -174,7 +177,7 @@ The interface implemented by UNO environ  void -revokeInterface(String oid, +revokeInterface(String oid, Type type)
@@ -197,7 +200,7 @@ The interface implemented by UNO environ

getContext

-Object getContext()
+Object getContext()
Deprecated. 
Gets the context of this environment.

@@ -211,7 +214,7 @@ getContext

getName

-String getName()
+String getName()
Deprecated. 
Gets the name of this environment.

@@ -225,8 +228,8 @@ getName

registerInterface

-Object registerInterface(Object object,
-                         String[] oid,
+Object registerInterface(Object object,
+                         String[] oid,
                          Type type)
Deprecated. 
Registers one UNO interface facet of an object. @@ -277,7 +280,7 @@ registerInterface

revokeInterface

-void revokeInterface(String oid,
+void revokeInterface(String oid,
                      Type type)
Deprecated. 
Explicitly revokes a UNO interface facet. @@ -307,7 +310,7 @@ void revokeInterface(

getRegisteredInterface

-Object getRegisteredInterface(String oid,
+Object getRegisteredInterface(String oid,
                               Type type)
Deprecated. 
Retrieves a registered object, specified by OID and UNO interface type. @@ -323,7 +326,7 @@ getRegisteredInterface

getRegisteredObjectIdentifier

-String getRegisteredObjectIdentifier(Object object)
+String getRegisteredObjectIdentifier(Object object)
Deprecated. 
Retrieves the OID for a registered object.

@@ -409,5 +412,5 @@ DETAIL: FIELD | CONSTR&nb


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IFieldDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IFieldDescription.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IFieldDescription.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IFieldDescription.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IFieldDescription (Java UNO Runtime Reference) - + - + - + +
@@ -120,7 +123,7 @@ The IFieldDescription descr - Field + Field getField()
@@ -178,7 +181,7 @@ getTypeDescription

getField

-Field getField()
+Field getField()
Deprecated. 
Gives native java field of this member.

@@ -253,5 +256,5 @@ DETAIL: FIELD | CONSTR&nb


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMapping.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMapping.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMapping.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMapping.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IMapping (Java UNO Runtime Reference) - + - + - + +
@@ -119,8 +122,8 @@ With a mapping objets can be mapped from - Object -mapInterface(Object object, + Object +mapInterface(Object object, Type type)
@@ -143,7 +146,7 @@ With a mapping objets can be mapped from

mapInterface

-Object mapInterface(Object object,
+Object mapInterface(Object object,
                     Type type)
Deprecated. 
Maps an interface from one environment to another. @@ -215,5 +218,5 @@ DETAIL: FIELD | CONSTR&nb
- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMemberDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMemberDescription.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMemberDescription.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMemberDescription.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IMemberDescription (Java UNO Runtime Reference) - + - + - + +
@@ -130,7 +133,7 @@ The IMemberDescription is t - String + String getName()
@@ -177,7 +180,7 @@ The IMemberDescription is t

getName

-String getName()
+String getName()
Deprecated. 
Gives the name of this member.

@@ -310,5 +313,5 @@ DETAIL: FIELD | CONSTR&nb


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMethodDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMethodDescription.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMethodDescription.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IMethodDescription.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IMethodDescription (Java UNO Runtime Reference) - + - + - + +
@@ -129,7 +132,7 @@ The IMethodDescription allo - Method + Method getMethod()
@@ -290,7 +293,7 @@ getReturnSignature

getMethod

-Method getMethod()
+Method getMethod()
Deprecated. 
Gives native java method of this method.

@@ -365,5 +368,5 @@ DETAIL: FIELD | CONSTR&nb


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IQueryInterface.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IQueryInterface.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IQueryInterface.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/IQueryInterface.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + IQueryInterface (Java UNO Runtime Reference) - + - + - + +
@@ -119,7 +122,7 @@ This is the delegator interface for Java - String + String getOid()
@@ -128,7 +131,7 @@ This is the delegator interface for Java  boolean -isSame(Object object) +isSame(Object object)
          Tests if the given reference represents a facet of the underlying UNO @@ -136,7 +139,7 @@ This is the delegator interface for Java - Object + Object queryInterface(Type type)
@@ -159,7 +162,7 @@ This is the delegator interface for Java

getOid

-String getOid()
+String getOid()
Returns the unique object identifier (OID) of the underlying UNO object.

@@ -173,7 +176,7 @@ getOid

queryInterface

-Object queryInterface(Type type)
+Object queryInterface(Type type)
Returns an object implementing the requested interface type.

@@ -189,7 +192,7 @@ queryInterface

isSame

-boolean isSame(Object object)
+boolean isSame(Object object)
Tests if the given reference represents a facet of the underlying UNO object. @@ -263,5 +266,5 @@ DETAIL: FIELD | CONSTR&nb
- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/ITypeDescription.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/ITypeDescription.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/ITypeDescription.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/ITypeDescription.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + ITypeDescription (Java UNO Runtime Reference) - + - + - + +
@@ -117,7 +120,7 @@ The ITypeDescription allows - String + String getArrayTypeName()
@@ -135,7 +138,7 @@ The ITypeDescription allows  IFieldDescription -getFieldDescription(String name) +getFieldDescription(String name)
          Deprecated. Gets the IFieldDescription for the @@ -164,7 +167,7 @@ The ITypeDescription allows  IMethodDescription -getMethodDescription(String name) +getMethodDescription(String name)
          Deprecated. Gets the IMethodDescription for the @@ -191,7 +194,7 @@ The ITypeDescription allows - TypeClass + TypeClass getTypeClass()
@@ -199,7 +202,7 @@ The ITypeDescription allows - String + String getTypeName()
@@ -207,7 +210,7 @@ The ITypeDescription allows - Class + Class getZClass()
@@ -280,7 +283,7 @@ getMethodDescription

getMethodDescription

-IMethodDescription getMethodDescription(String name)
+IMethodDescription getMethodDescription(String name)
Deprecated. 
Gets the IMethodDescription for the method with the name name, if it exists, @@ -314,7 +317,7 @@ getFieldDescriptions

getFieldDescription

-IFieldDescription getFieldDescription(String name)
+IFieldDescription getFieldDescription(String name)
Deprecated. 
Gets the IFieldDescription for the field with the name name, if it exists, @@ -331,7 +334,7 @@ getFieldDescription

getTypeClass

-TypeClass getTypeClass()
+TypeClass getTypeClass()
Deprecated. 
Gets the IDL TypeClass of the type.

@@ -362,7 +365,7 @@ getComponentType

getTypeName

-String getTypeName()
+String getTypeName()
Deprecated. 
Gets the (UNO) type name. @@ -429,7 +432,7 @@ getTypeName

getArrayTypeName

-String getArrayTypeName()
+String getArrayTypeName()
Deprecated. 
Gets the (Java) array type name. @@ -451,7 +454,7 @@ getArrayTypeName

getZClass

-Class getZClass()
+Class getZClass()
Deprecated. 
Gets the corresponding java class for the type.

@@ -523,5 +526,5 @@ DETAIL: FIELD | CONSTR&nb


- + Modified: incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/MappingException.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/MappingException.html?rev=1351939&r1=1351938&r2=1351939&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/MappingException.html (original) +++ incubator/ooo/ooo-site/trunk/content/api/docs/java/ref/com/sun/star/uno/MappingException.html Wed Jun 20 05:13:31 2012 @@ -1,28 +1,31 @@ - - + + MappingException (Java UNO Runtime Reference) - + - + - + +
@@ -89,22 +92,22 @@ com.sun.star.uno
Class MappingException
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by com.sun.star.uno.RuntimeException
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by java.lang.RuntimeException
+              extended by com.sun.star.uno.RuntimeException
                   extended by com.sun.star.uno.MappingException
 
-
All Implemented Interfaces:
Serializable
+
All Implemented Interfaces:
Serializable

Deprecated. since UDK 3.0.2

-
public class MappingException
extends RuntimeException
+
public class MappingException
extends RuntimeException

@@ -133,10 +136,10 @@ The mapping Exception.   - + - +
Fields inherited from class com.sun.star.uno.RuntimeExceptionFields inherited from class com.sun.star.uno.RuntimeException
Context, UNOTYPEINFOContext, UNOTYPEINFO
  @@ -155,14 +158,14 @@ The mapping Exception.           Deprecated. Contructs an empty MappingException. -MappingException(String message) +MappingException(String message)
          Deprecated. Contructs an MappingException with a detail message. -MappingException(String message, - Object context) +MappingException(String message, + Object context)
          Deprecated. Contructs an MappingException with a detail message @@ -182,19 +185,19 @@ The mapping Exception.   - + - +
Methods inherited from class java.lang.ThrowableMethods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -223,7 +226,7 @@ public MappingException()

MappingException

-public MappingException(String message)
+public MappingException(String message)
Deprecated. 
Contructs an MappingException with a detail message.

@@ -236,8 +239,8 @@ public MappingException(

MappingException

-public MappingException(String message,
-                        Object context)
+public MappingException(String message, + Object context)
Deprecated. 
Contructs an MappingException with a detail message and a context. @@ -308,5 +311,5 @@ DETAIL: FIELD |