Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-11.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-11.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-11.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
M-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="M-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="M-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-12.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-12.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-12.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
N-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="N-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="N-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-13.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-13.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-13.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
P-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="P-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="P-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-14.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-14.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-14.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
Q-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="Q-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Q-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
@@ -104,7 +108,7 @@ Method in interface com.sun.star.uno.<A
<DT><A HREF="../com/sun/star/uno/UnoRuntime.html#queryInterface(com.sun.star.uno.Type, java.lang.Object)"><B>queryInterface(Type, Object)</B></A> -
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/UnoRuntime.html" title="class in com.sun.star.uno">UnoRuntime</A>
<DD>Queries the given UNO object for the given UNO interface type.
-<DT><A HREF="../com/sun/star/uno/UnoRuntime.html#queryInterface(java.lang.Class, java.lang.Object)"><B>queryInterface(Class, Object)</B></A> -
+<DT><A HREF="../com/sun/star/uno/UnoRuntime.html#queryInterface(java.lang.Class, java.lang.Object)"><B>queryInterface(Class<T>, Object)</B></A> -
Static method in class com.sun.star.uno.<A HREF="../com/sun/star/uno/UnoRuntime.html" title="class in com.sun.star.uno">UnoRuntime</A>
<DD>Queries the given UNO object for the given Java class (which must
represent a UNO interface type).
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-15.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-15.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-15.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
R-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="R-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="R-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-16.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-16.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-16.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
S-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="S-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="S-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-17.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-17.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-17.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
T-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="T-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="T-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-18.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-18.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-18.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:19 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
U-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="U-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="U-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-19.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-19.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-19.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:19 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
V-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="V-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="V-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-2.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-2.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-2.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
B-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="B-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="B-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-20.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-20.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-20.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:19 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
W-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="W-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="W-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-21.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-21.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-21.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:19 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
_-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="_-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="_-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-3.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-3.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-3.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
C-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="C-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="C-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
@@ -151,11 +155,18 @@ Static method in class com.sun.star.comp
<DT><A HREF="../com/sun/star/comp/helper/RegistryServiceFactory.html#create()"><B>create()</B></A> -
Static method in class com.sun.star.comp.helper.<A HREF="../com/sun/star/comp/helper/RegistryServiceFactory.html" title="class in com.sun.star.comp.helper">RegistryServiceFactory</A>
<DD><B>Deprecated.</B> This bootstraps a service factory without initialize a registry.
+<DT><A HREF="../com/sun/star/lib/uno/helper/Factory.html#createComponentFactory(java.lang.Class, java.lang.String, java.lang.String[])"><B>createComponentFactory(Class, String, String[])</B></A> -
+Static method in class com.sun.star.lib.uno.helper.<A HREF="../com/sun/star/lib/uno/helper/Factory.html" title="class in com.sun.star.lib.uno.helper">Factory</A>
+<DD>Creates an object factory supporting interfaces
+ com.sun.star.lang.XSingleComponentFactory and
+ com.sun.star.lang.XServiceInfo
<DT><A HREF="../com/sun/star/lib/uno/helper/Factory.html#createComponentFactory(java.lang.Class, java.lang.String[])"><B>createComponentFactory(Class, String[])</B></A> -
Static method in class com.sun.star.lib.uno.helper.<A HREF="../com/sun/star/lib/uno/helper/Factory.html" title="class in com.sun.star.lib.uno.helper">Factory</A>
<DD>Creates an object factory supporting interfaces
com.sun.star.lang.XSingleComponentFactory and
com.sun.star.lang.XServiceInfo
+
+ The implementation name is the name of the implementation class.
<DT><A HREF="../com/sun/star/comp/helper/Bootstrap.html#createInitialComponentContext(java.util.Hashtable)"><B>createInitialComponentContext(Hashtable)</B></A> -
Static method in class com.sun.star.comp.helper.<A HREF="../com/sun/star/comp/helper/Bootstrap.html" title="class in com.sun.star.comp.helper">Bootstrap</A>
<DD>Bootstraps an initial component context with service manager and basic
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-4.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-4.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-4.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
D-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="D-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="D-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-5.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-5.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-5.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
E-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="E-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="E-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-6.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-6.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-6.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
F-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="F-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="F-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-7.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-7.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-7.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
G-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="G-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="G-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-8.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-8.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-8.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
H-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="H-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="H-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-9.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-9.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index-files/index-9.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:18 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
I-Index (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="I-Index (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="I-Index (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/index.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/index.html Wed Jun 20 05:19:52 2012
@@ -4,7 +4,7 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc on Thu Apr 02 09:13:19 CEST 2009-->
+<!-- Generated by javadoc on Wed Jun 13 15:58:38 CEST 2012-->
<TITLE>
Java UNO Runtime Reference
</TITLE>
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-frame.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-frame.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-frame.html Wed Jun 20 05:19:52 2012
@@ -4,12 +4,12 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
-Overview (Java UNO Runtime Reference)
+Overview List (Java UNO Runtime Reference)
</TITLE>
-<META NAME="keywords" CONTENT="Overview">
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-summary.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-summary.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-summary.html Wed Jun 20 05:19:52 2012
@@ -4,19 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:19 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
Overview (Java UNO Runtime Reference)
</TITLE>
-<META NAME="keywords" CONTENT="Overview">
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="Overview (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Overview (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -37,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-tree.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-tree.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/overview-tree.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:17 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
Class Hierarchy (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="Class Hierarchy (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Class Hierarchy (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
@@ -100,31 +104,31 @@ Hierarchy For All Packages</H2>
Class Hierarchy
</H2>
<UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang"><B>Object</B></A><UL>
-<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Any.html" title="class in com.sun.star.uno"><B>Any</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno"><B>AnyConverter</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Ascii.html" title="class in com.sun.star.uno"><B>Ascii</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/AsciiString.html" title="class in com.sun.star.uno"><B>AsciiString</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/Bootstrap.html" title="class in com.sun.star.comp.helper"><B>Bootstrap</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html" title="class or interface in java.lang"><B>ClassLoader</B></A><UL>
-<LI TYPE="circle">java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html" title="class or interface in java.security"><B>SecureClassLoader</B></A><UL>
-<LI TYPE="circle">java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html" title="class or interface in java.net"><B>URLClassLoader</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
+<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Any.html" title="class in com.sun.star.uno"><B>Any</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/AnyConverter.html" title="class in com.sun.star.uno"><B>AnyConverter</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Ascii.html" title="class in com.sun.star.uno"><B>Ascii</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/AsciiString.html" title="class in com.sun.star.uno"><B>AsciiString</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/Bootstrap.html" title="class in com.sun.star.comp.helper"><B>Bootstrap</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang"><B>ClassLoader</B></A><UL>
+<LI TYPE="circle">java.security.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/security/SecureClassLoader.html?is-external=true" title="class or interface in java.security"><B>SecureClassLoader</B></A><UL>
+<LI TYPE="circle">java.net.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/net/URLClassLoader.html?is-external=true" title="class or interface in java.net"><B>URLClassLoader</B></A><UL>
<LI TYPE="circle">com.sun.star.lib.unoloader.<A HREF="com/sun/star/lib/unoloader/UnoClassLoader.html" title="class in com.sun.star.lib.unoloader"><B>UnoClassLoader</B></A></UL>
</UL>
</UL>
-<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/ComponentContext.html" title="class in com.sun.star.comp.helper"><B>ComponentContext</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XComponent.html" title="class or interface in com.sun.star.lang">XComponent</A>, com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XComponentContext.html" title="class or interface in com.sun.star.uno">XComponentContext</A>)
-<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/ComponentContextEntry.html" title="class in com.sun.star.comp.helper"><B>ComponentContextEntry</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Enum.html" title="class in com.sun.star.uno"><B>Enum</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/InterfaceContainer.html" title="class in com.sun.star.lib.uno.helper"><B>InterfaceContainer</B></A> (implements java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A>)
-<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.html" title="class in com.sun.star.lib.uno.helper"><B>MultiTypeInterfaceContainer</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySetMixin.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySetMixin</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySetMixin.BoundListeners.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySetMixin.BoundListeners</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/RegistryServiceFactory.html" title="class in com.sun.star.comp.helper"><B>RegistryServiceFactory</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/SharedLibraryLoader.html" title="class in com.sun.star.comp.helper"><B>SharedLibraryLoader</B></A><LI TYPE="circle">java.lang.<A HREF="http://jav
a.sun.com/j2se/1.4.1/docs/api/java/lang/Throwable.html" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
+<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/ComponentContext.html" title="class in com.sun.star.comp.helper"><B>ComponentContext</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XComponent.html?is-external=true" title="class or interface in com.sun.star.lang">XComponent</A>, com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XComponentContext.html?is-external=true" title="class or interface in com.sun.star.uno">XComponentContext</A>)
+<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/ComponentContextEntry.html" title="class in com.sun.star.comp.helper"><B>ComponentContextEntry</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Enum.html" title="class in com.sun.star.uno"><B>Enum</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/InterfaceContainer.html" title="class in com.sun.star.lib.uno.helper"><B>InterfaceContainer</B></A> (implements java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>)
+<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.html" title="class in com.sun.star.lib.uno.helper"><B>MultiTypeInterfaceContainer</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySetMixin.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySetMixin</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySetMixin.BoundListeners.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySetMixin.BoundListeners</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/RegistryServiceFactory.html" title="class in com.sun.star.comp.helper"><B>RegistryServiceFactory</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/SharedLibraryLoader.html" title="class in com.sun.star.comp.helper"><B>SharedLibraryLoader</B></A><LI TYPE="circle">java.lang.<A HREF="http://jav
a.sun.com/j2se/1.4.1/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
-<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html" title="class or interface in java.lang"><B>Exception</B></A><UL>
-<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/BootstrapException.html" title="class in com.sun.star.comp.helper"><B>BootstrapException</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/RuntimeException.html" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
-<LI TYPE="circle">com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html" title="class or interface in com.sun.star.uno"><B>RuntimeException</B></A><UL>
+<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
+<LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/BootstrapException.html" title="class in com.sun.star.comp.helper"><B>BootstrapException</B></A><LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
+<LI TYPE="circle">com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html?is-external=true" title="class or interface in com.sun.star.uno"><B>RuntimeException</B></A><UL>
<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/MappingException.html" title="class in com.sun.star.uno"><B>MappingException</B></A></UL>
</UL>
</UL>
</UL>
-<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Type.html" title="class in com.sun.star.uno"><B>Type</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>Union</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/UnoInfo.html" title="class in com.sun.star.comp.helper"><B>UnoInfo</B></A><LI TYPE="circle">com.sun.star.lib.unoloader.<A HREF="com/sun/star/lib/unoloader/UnoLoader.html" title="class in com.sun.star.lib.unoloader"><B>UnoLoader</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/UnoRuntime.html" title="class in com.sun.star.uno"><B>UnoRuntime</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/UnoUrl.html" title="class in com.sun.star.lib.uno.helper"><B>UnoUrl</B></A><LI TYPE="circle">com.sun.star.lib.util.<A HREF="com/sun/star/lib/util/UrlToFileMapper.html" title="class in com.sun.star.lib.util"><B>UrlToFi
leMapper</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/WeakAdapter.html" title="class in com.sun.star.lib.uno.helper"><B>WeakAdapter</B></A> (implements com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XAdapter.html" title="class or interface in com.sun.star.uno">XAdapter</A>)
-<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/WeakBase.html" title="class in com.sun.star.lib.uno.helper"><B>WeakBase</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XTypeProvider.html" title="class or interface in com.sun.star.lang">XTypeProvider</A>, com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XWeak.html" title="class or interface in com.sun.star.uno">XWeak</A>)
+<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Type.html" title="class in com.sun.star.uno"><B>Type</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>Union</B></A><LI TYPE="circle">com.sun.star.comp.helper.<A HREF="com/sun/star/comp/helper/UnoInfo.html" title="class in com.sun.star.comp.helper"><B>UnoInfo</B></A><LI TYPE="circle">com.sun.star.lib.unoloader.<A HREF="com/sun/star/lib/unoloader/UnoLoader.html" title="class in com.sun.star.lib.unoloader"><B>UnoLoader</B></A><LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/UnoRuntime.html" title="class in com.sun.star.uno"><B>UnoRuntime</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/UnoUrl.html" title="class in com.sun.star.lib.uno.helper"><B>UnoUrl</B></A><LI TYPE="circle">com.sun.star.lib.util.<A HREF="com/sun/star/lib/util/UrlToFileMapper.html" title="class in com.sun.star.lib.util"><B>UrlToFi
leMapper</B></A><LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/WeakAdapter.html" title="class in com.sun.star.lib.uno.helper"><B>WeakAdapter</B></A> (implements com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XAdapter.html?is-external=true" title="class or interface in com.sun.star.uno">XAdapter</A>)
+<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/WeakBase.html" title="class in com.sun.star.lib.uno.helper"><B>WeakBase</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XTypeProvider.html?is-external=true" title="class or interface in com.sun.star.lang">XTypeProvider</A>, com.sun.star.uno.<A HREF="../../common/ref/com/sun/star/uno/XWeak.html?is-external=true" title="class or interface in com.sun.star.uno">XWeak</A>)
<UL>
-<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/ComponentBase.html" title="class in com.sun.star.lib.uno.helper"><B>ComponentBase</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XComponent.html" title="class or interface in com.sun.star.lang">XComponent</A>)
+<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/ComponentBase.html" title="class in com.sun.star.lib.uno.helper"><B>ComponentBase</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XComponent.html?is-external=true" title="class or interface in com.sun.star.lang">XComponent</A>)
<UL>
-<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/Factory.html" title="class in com.sun.star.lib.uno.helper"><B>Factory</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XServiceInfo.html" title="class or interface in com.sun.star.lang">XServiceInfo</A>, com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XSingleComponentFactory.html" title="class or interface in com.sun.star.lang">XSingleComponentFactory</A>)
-<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySet.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySet</B></A> (implements com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XFastPropertySet.html" title="class or interface in com.sun.star.beans">XFastPropertySet</A>, com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XMultiPropertySet.html" title="class or interface in com.sun.star.beans">XMultiPropertySet</A>, com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XPropertySet.html" title="class or interface in com.sun.star.beans">XPropertySet</A>)
+<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/Factory.html" title="class in com.sun.star.lib.uno.helper"><B>Factory</B></A> (implements com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XServiceInfo.html?is-external=true" title="class or interface in com.sun.star.lang">XServiceInfo</A>, com.sun.star.lang.<A HREF="../../common/ref/com/sun/star/lang/XSingleComponentFactory.html?is-external=true" title="class or interface in com.sun.star.lang">XSingleComponentFactory</A>)
+<LI TYPE="circle">com.sun.star.lib.uno.helper.<A HREF="com/sun/star/lib/uno/helper/PropertySet.html" title="class in com.sun.star.lib.uno.helper"><B>PropertySet</B></A> (implements com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XFastPropertySet.html?is-external=true" title="class or interface in com.sun.star.beans">XFastPropertySet</A>, com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XMultiPropertySet.html?is-external=true" title="class or interface in com.sun.star.beans">XMultiPropertySet</A>, com.sun.star.beans.<A HREF="../../common/ref/com/sun/star/beans/XPropertySet.html?is-external=true" title="class or interface in com.sun.star.beans">XPropertySet</A>)
</UL>
</UL>
<LI TYPE="circle">com.sun.star.uno.<A HREF="com/sun/star/uno/WeakReference.html" title="class in com.sun.star.uno"><B>WeakReference</B></A></UL>
Modified: websites/staging/ooo-site/trunk/content/api/docs/java/ref/serialized-form.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/java/ref/serialized-form.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/java/ref/serialized-form.html Wed Jun 20 05:19:52 2012
@@ -4,18 +4,21 @@
<link href="/css/ooo.css" rel="stylesheet" type="text/css">
-<!-- Generated by javadoc (build 1.5.0_16) on Thu Apr 02 09:13:15 CEST 2009 -->
+<!-- Generated by javadoc (build 1.6.0_33) on Wed Jun 13 15:58:38 CEST 2012 -->
<TITLE>
Serialized Form (Java UNO Runtime Reference)
</TITLE>
+<META NAME="date" CONTENT="2012-06-13">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
- parent.document.title="Serialized Form (Java UNO Runtime Reference)";
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="Serialized Form (Java UNO Runtime Reference)";
+ }
}
</SCRIPT>
<NOSCRIPT>
@@ -36,6 +39,7 @@ function windowTitle()
<div class="legacy">Content for OpenOffice.org version 3.3.</div>
+<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
@@ -107,7 +111,7 @@ Serialized Form</H1>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="com/sun/star/comp/helper/BootstrapException.html" title="class in com.sun.star.comp.helper">com.sun.star.comp.helper.BootstrapException</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="com/sun/star/comp/helper/BootstrapException.html" title="class in com.sun.star.comp.helper">com.sun.star.comp.helper.BootstrapException</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
@@ -123,7 +127,7 @@ Serialized Form</H1>
<H3>
m_target</H3>
<PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> <B>m_target</B></PRE>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> <B>m_target</B></PRE>
<DL>
<DD>This field holds the target exception.
<P>
@@ -144,7 +148,7 @@ m_target</H3>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="../../common/ref/com/sun/star/uno/DeploymentException.html" title="class or interface in com.sun.star.uno">com.sun.star.uno.DeploymentException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="../../common/ref/com/sun/star/uno/DeploymentException.html?is-external=true" title="class or interface in com.sun.star.uno">com.sun.star.uno.DeploymentException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html?is-external=true" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
@@ -155,7 +159,7 @@ m_target</H3>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="../../common/ref/com/sun/star/uno/Exception.html" title="class or interface in com.sun.star.uno">com.sun.star.uno.Exception</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="../../common/ref/com/sun/star/uno/Exception.html?is-external=true" title="class or interface in com.sun.star.uno">com.sun.star.uno.Exception</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
@@ -171,7 +175,7 @@ m_target</H3>
<H3>
Context</H3>
<PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>Context</B></PRE>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>Context</B></PRE>
<DL>
<DL>
</DL>
@@ -182,7 +186,7 @@ Context</H3>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="com/sun/star/uno/MappingException.html" title="class in com.sun.star.uno">com.sun.star.uno.MappingException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="com/sun/star/uno/MappingException.html" title="class in com.sun.star.uno">com.sun.star.uno.MappingException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html?is-external=true" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
@@ -193,7 +197,7 @@ Context</H3>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html" title="class or interface in com.sun.star.uno">com.sun.star.uno.RuntimeException</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/RuntimeException.html" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html?is-external=true" title="class or interface in com.sun.star.uno">com.sun.star.uno.RuntimeException</A> extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
@@ -209,7 +213,7 @@ Context</H3>
<H3>
Context</H3>
<PRE>
-<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>Context</B></PRE>
+<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>Context</B></PRE>
<DL>
<DL>
</DL>
@@ -220,7 +224,7 @@ Context</H3>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
-<B>Class <A HREF="../../common/ref/com/sun/star/uno/SecurityException.html" title="class or interface in com.sun.star.uno">com.sun.star.uno.SecurityException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
+<B>Class <A HREF="../../common/ref/com/sun/star/uno/SecurityException.html?is-external=true" title="class or interface in com.sun.star.uno">com.sun.star.uno.SecurityException</A> extends <A HREF="../../common/ref/com/sun/star/uno/RuntimeException.html?is-external=true" title="class or interface in com.sun.star.uno">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
|