You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/08/19 20:55:42 UTC

svn commit: r875375 [10/11] - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/api/docs/common/ref/com/sun/star/lang/ content/api/docs/common/ref/com/sun/star/packages/ content/api/docs/common/ref/com/sun/star/packages/manifest/ content/a...

Added: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WebDAVHTTPMethod.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WebDAVHTTPMethod.html (added)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WebDAVHTTPMethod.html Mon Aug 19 18:55:34 2013
@@ -0,0 +1,425 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>Enum WebDAVHTTPMethod</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<link rel="stylesheet" type="text/css" href="../../../../idl.css">
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/api/">api</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/">docs</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/">common</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/ref/">ref</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/ref/com/">com</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/ref/com/sun/">sun</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/ref/com/sun/star/">star</a>&nbsp;&raquo;&nbsp;<a href="/api/docs/common/ref/com/sun/star/ucb/">ucb</a></div>
+  </div>
+  <div id="clear"></div>
+  <!--#include virtual="/api/leftnav.html" -->
+  
+  <div id="content">
+    <div class="legacy">Content for Apache OpenOffice version 3.4.</div>
+    
+    
+<div id="adc-idlref">
+
+<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
+<tr>
+<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
+<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
+<td class="navimain"><a href="WebDAVHTTPMethod-xref.html" class="navimain">Use</a></td>
+<td class="navimainnone">Devguide</td>
+<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
+</tr>
+</table>
+<table class="navisub" border="0" cellpadding="0">
+<tr>
+<td class="navisub"><a href="#Values" class="navisub">Values</a></td>
+<td class="navisub"><a href="#ValueDetails" class="navisub">Values' Details</a></td>
+</tr>
+</table>
+<hr>
+<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
+<tr>
+<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">ucb</a> :: </p>
+</td>
+</tr>
+<tr>
+<td class="title"><table class="title-table" width="99%">
+<tr>
+<td width="25%" class="title2">unpublished </td>
+<td width="50%" class="title">enum WebDAVHTTPMethod</td>
+<td width="*"/></tr>
+</table>
+</td>
+</tr>
+<tr>
+<td><dl>
+<dt><b>Usage Restrictions</b></dt>
+<dd><i>not published</i></dd>
+<dt><b>Description</b></dt>
+<dd>Standard WebDAV/HTTP methods.
+
+ </dd>
+<dt><b>Since </b></dt>
+<dd>Apache OpenOffice  4.0</dd>
+</dl>
+</td>
+</tr>
+</table>
+<hr>
+<a name="Values"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
+<tr>
+<td class="subtitle" colspan="2">Values</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#GET">GET</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#HEAD">HEAD</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.4">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#POST">POST</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.5">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#PUT">PUT</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.6">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#DELETE">DELETE</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.7">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#TRACE">TRACE</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.8">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#OPTIONS">OPTIONS</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.2">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#CONNECT">CONNECT</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.9">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#PATCH">PATCH</a></td>
+<td class="imsum_right">HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc5789">RFC 5789: PATCH Method for HTTP</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#PROPFIND">PROPFIND</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.1">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#PROPPATCH">PROPPATCH</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.2">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#MKCOL">MKCOL</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.3">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#COPY">COPY</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.8">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#MOVE">MOVE</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.9">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#LOCK">LOCK</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.10">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+<tr>
+<td class="imsum_left"><a href="#UNLOCK">UNLOCK</a></td>
+<td class="imsum_right">WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.11">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ &nbsp;</td>
+</tr>
+</table>
+<a name="ValueDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
+<tr>
+<td class="subtitle">Values' Details</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="GET" class="membertitle">GET</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>GET</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.3">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="HEAD" class="membertitle">HEAD</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>HEAD</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.4">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="POST" class="membertitle">POST</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>POST</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.5">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="PUT" class="membertitle">PUT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>PUT</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.6">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="DELETE" class="membertitle">DELETE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>DELETE</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.7">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="TRACE" class="membertitle">TRACE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>TRACE</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.8">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="OPTIONS" class="membertitle">OPTIONS</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>OPTIONS</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.2">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="CONNECT" class="membertitle">CONNECT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>CONNECT</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc2616#section-9.9">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="PATCH" class="membertitle">PATCH</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>PATCH</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>HTTP request method as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc5789">RFC 5789: PATCH Method for HTTP</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="PROPFIND" class="membertitle">PROPFIND</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>PROPFIND</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.1">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="PROPPATCH" class="membertitle">PROPPATCH</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>PROPPATCH</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.2">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="MKCOL" class="membertitle">MKCOL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>MKCOL</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.3">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="COPY" class="membertitle">COPY</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>COPY</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.8">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="MOVE" class="membertitle">MOVE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>MOVE</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.9">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="LOCK" class="membertitle">LOCK</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>LOCK</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.10">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td class="imdetail"><a name="UNLOCK" class="membertitle">UNLOCK</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
+<tr>
+<td><b>UNLOCK</b>,<hr>
+<dl>
+<dt><b>Description</b></dt>
+<dd>WebDAV methods as defined in
+ <a target="_blank" href="http://tools.ietf.org/html/rfc4918#section-9.11">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>
+ </dd>
+</dl>
+</td>
+</tr>
+</table>
+</td>
+</tr>
+</table>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+
+</div> <!-- id="adc-idlref" -->
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct-xref.html Mon Aug 19 18:55:34 2013
@@ -59,7 +59,7 @@ References in Developers Guide<br>
 </tr>
 </table>
 <hr>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/WelcomeDynamicResultSetStruct.html Mon Aug 19 18:55:34 2013
@@ -112,7 +112,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompare.html Mon Aug 19 18:55:34 2013
@@ -128,7 +128,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -82,7 +82,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XAnyCompareFactory.html Mon Aug 19 18:55:34 2013
@@ -110,7 +110,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetFactory.html Mon Aug 19 18:55:34 2013
@@ -122,7 +122,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedContentResultSetStubFactory.html Mon Aug 19 18:55:34 2013
@@ -112,7 +112,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetFactory.html Mon Aug 19 18:55:34 2013
@@ -132,7 +132,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.html Mon Aug 19 18:55:34 2013
@@ -207,7 +207,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment-xref.html Mon Aug 19 18:55:34 2013
@@ -42,9 +42,9 @@
 <td><p><a href="XCommandEnvironment.html"><b>back to interface XCommandEnvironment</b></a><br>
 <br>
 
-Derived Interfaces<br>
+<a href="#Deriveds">Derived Interfaces<br>
 
-Synonym Typedefs<br>
+</a>Synonym Typedefs<br>
 
 <a href="#SupportingServices">Services which Support this Interface<br>
 
@@ -63,6 +63,15 @@ Uses as Return Type<br>
 </tr>
 </table>
 <hr>
+<a name="Deriveds"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
+<tr>
+<td class="subtitle">Derived Interfaces</td>
+</tr>
+<tr>
+<td><pre style="font-family:monospace;"><a href="XWebDAVCommandEnvironment.html">XWebDAVCommandEnvironment</a>
+</pre></td>
+</tr>
+</table>
 <a name="SupportingServices"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
 <tr>
 <td class="subtitle">Services which Support this Interface</td>
@@ -122,7 +131,7 @@ Uses as Return Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandEnvironment.html Mon Aug 19 18:55:34 2013
@@ -147,7 +147,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo-xref.html Mon Aug 19 18:55:34 2013
@@ -63,7 +63,7 @@ References in Developers Guide<br>
 </tr>
 </table>
 <hr>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfo.html Mon Aug 19 18:55:34 2013
@@ -277,7 +277,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener-xref.html Mon Aug 19 18:55:34 2013
@@ -73,7 +73,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeListener.html Mon Aug 19 18:55:34 2013
@@ -131,7 +131,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier-xref.html Mon Aug 19 18:55:34 2013
@@ -112,7 +112,7 @@ Uses as Data Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandInfoChangeNotifier.html Mon Aug 19 18:55:34 2013
@@ -143,7 +143,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor-xref.html Mon Aug 19 18:55:34 2013
@@ -138,7 +138,7 @@ Uses as Return Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor.html Mon Aug 19 18:55:34 2013
@@ -265,7 +265,7 @@ for the improved version of this interfa
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2-xref.html Mon Aug 19 18:55:34 2013
@@ -104,7 +104,7 @@ Uses as Data Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XCommandProcessor2.html Mon Aug 19 18:55:34 2013
@@ -151,7 +151,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent-xref.html Mon Aug 19 18:55:34 2013
@@ -149,7 +149,7 @@ Synonym Typedefs<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContent.html Mon Aug 19 18:55:34 2013
@@ -220,7 +220,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess-xref.html Mon Aug 19 18:55:34 2013
@@ -84,7 +84,7 @@ Uses as Data Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentAccess.html Mon Aug 19 18:55:34 2013
@@ -182,7 +182,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator-xref.html Mon Aug 19 18:55:34 2013
@@ -118,7 +118,7 @@ Uses as Data Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentCreator.html Mon Aug 19 18:55:34 2013
@@ -179,7 +179,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener-xref.html Mon Aug 19 18:55:34 2013
@@ -73,7 +73,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentEventListener.html Mon Aug 19 18:55:34 2013
@@ -129,7 +129,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier-xref.html Mon Aug 19 18:55:34 2013
@@ -107,7 +107,7 @@ Singletons which Support this Interface<
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifier.html Mon Aug 19 18:55:34 2013
@@ -158,7 +158,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -87,7 +87,7 @@ Uses as Data Type<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierFactory.html Mon Aug 19 18:55:34 2013
@@ -117,7 +117,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping-xref.html Mon Aug 19 18:55:34 2013
@@ -73,7 +73,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentIdentifierMapping.html Mon Aug 19 18:55:34 2013
@@ -263,7 +263,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider-xref.html Mon Aug 19 18:55:34 2013
@@ -132,7 +132,7 @@ Synonym Typedefs<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProvider.html Mon Aug 19 18:55:34 2013
@@ -180,7 +180,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderFactory.html Mon Aug 19 18:55:34 2013
@@ -114,7 +114,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager-xref.html Mon Aug 19 18:55:34 2013
@@ -104,7 +104,7 @@ Synonym Typedefs<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderManager.html Mon Aug 19 18:55:34 2013
@@ -316,7 +316,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentProviderSupplier.html Mon Aug 19 18:55:34 2013
@@ -107,7 +107,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XContentTransmitter.html Mon Aug 19 18:55:34 2013
@@ -110,7 +110,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer-xref.html Mon Aug 19 18:55:34 2013
@@ -63,7 +63,7 @@ References in Developers Guide<br>
 </tr>
 </table>
 <hr>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDataContainer.html Mon Aug 19 18:55:34 2013
@@ -307,7 +307,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet-xref.html Mon Aug 19 18:55:34 2013
@@ -111,7 +111,7 @@ Synonym Typedefs<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSet.html Mon Aug 19 18:55:34 2013
@@ -354,7 +354,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener-xref.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener-xref.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener-xref.html Mon Aug 19 18:55:34 2013
@@ -72,7 +72,7 @@ References in Developers Guide<br>
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->
 

Modified: websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener.html (original)
+++ websites/staging/ooo-site/trunk/content/api/docs/common/ref/com/sun/star/ucb/XDynamicResultSetListener.html Mon Aug 19 18:55:34 2013
@@ -146,7 +146,7 @@
 </td>
 </tr>
 </table>
-<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
+<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</p>
 
 </div> <!-- id="adc-idlref" -->