Author: mseidel
Date: Thu Feb 16 18:10:50 2017
New Revision: 1783264
URL: http://svn.apache.org/viewvc?rev=1783264&view=rev
Log:
Uploaded missing graphics for SDK HTML doc, HTML code changes
Added:
openoffice/trunk/main/odk/docs/images/blueball.png (with props)
openoffice/trunk/main/odk/docs/images/sdk-footer-logo.png (with props)
Modified:
openoffice/trunk/main/odk/docs/images/sdk_line-1.gif
openoffice/trunk/main/odk/docs/install.html
openoffice/trunk/main/odk/docs/notsupported.html
openoffice/trunk/main/odk/docs/sdk_styles.css
openoffice/trunk/main/odk/docs/tools.html
openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
openoffice/trunk/main/odk/examples/examples.html
openoffice/trunk/main/odk/index.html
Added: openoffice/trunk/main/odk/docs/images/blueball.png
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/images/blueball.png?rev=1783264&view=auto
==============================================================================
Binary file - no diff available.
Propchange: openoffice/trunk/main/odk/docs/images/blueball.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: openoffice/trunk/main/odk/docs/images/sdk-footer-logo.png
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/images/sdk-footer-logo.png?rev=1783264&view=auto
==============================================================================
Binary file - no diff available.
Propchange: openoffice/trunk/main/odk/docs/images/sdk-footer-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: openoffice/trunk/main/odk/docs/images/sdk_line-1.gif
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/images/sdk_line-1.gif?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
Binary files - no diff available.
Modified: openoffice/trunk/main/odk/docs/install.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/install.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/install.html (original)
+++ openoffice/trunk/main/odk/docs/install.html Thu Feb 16 18:10:50 2017
@@ -25,7 +25,7 @@
<head>
<title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Installation Guide</title>
<link rel="stylesheet" type="text/css" href="sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
<meta name="created" content="2004-12-14">
</head>
@@ -106,7 +106,7 @@
<td class="cell80">Microsoft C++ Compiler, Microsoft Visual
Studio 2008 or the Express version (cl, version 15.00.21022)</td>
</tr>
</table>
- <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>!
If you use the Express edition you have to ensure that the <a
href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">Microsoft
Visual Studio 2008 Redistributable Package</a> is also installed. You can
download this package from Microsoft directly.</p></td>
+ <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>!
If you use the Express edition you have to ensure that the <a
href="https://www.microsoft.com/en-us/download/details.aspx?id=29">Microsoft
Visual C++ 2008 Redistributable Package (x86)</a> is also installed. You can
download this package from Microsoft directly.</p></td>
</tr>
<tr valign="middle">
<td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
@@ -144,7 +144,7 @@
<td><b>cat and sed tools</b></td>
<td class="content80">The cat and set tools are used to create some
extensions.
<p><b>Note for Windows users</b>: If you do not have these already,
you can download them from
- <a target="_blank"
href="http://sourceforge.net/projects/unxutils/files/latest/downloadg"
title="link to UnxUtils
(online)">http://sourceforge.net/projects/unxutils/files/latest/download</a>.</p>
+ <a target="_blank"
href="https://sourceforge.net/projects/unxutils/files/latest/downloadg"
title="link to UnxUtils
(online)">https://sourceforge.net/projects/unxutils/files/latest/download</a>.</p>
</td>
</tr>
<tr valign="middle">
@@ -152,7 +152,7 @@
</tr>
<td><b>Boost (<b>Unix only</b> and optional)</b></td>
<td class="content80">The boost library is used today on Unix
systems as replacement for the stlport library. The stlport library is removed
and replaced by either the compiler stl (on Windows) or the boost stl on all
Unix based systems. We are planning to switch to the compiler stl completely as
soon as possible. The boost headers/library are <b>optional</b> and for C++
development only if stl containers are used.
- <p><b>Download:</b> <a target="_blank"
href="http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download"
title="link to boost version 1.48.0
(online)">http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download</a>.</p>
+ <p><b>Download:</b> <a target="_blank"
href="https://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download"
title="link to boost version 1.48.0
(online)">https://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download</a>.</p>
</td>
<tr valign="middle">
<td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
@@ -267,7 +267,7 @@
<td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td>
<td class="cell80">If this variable is set, the component
examples are automatically deployed into the Office installation referenced by
OFFICE_HOME. See also chapter <a
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg"
title="link to the "Extension Manager - unopkg" chapter in the
Developer's Guide">"Extension Manager - unopkg"</a> from the
Developer's Guide.
- This variable is only relevant when OFFICE_HOME is set.</td>
+ This variable is only relevant when OFFICE_HOME is set.</td>
</tr>
</table>
<p>You must run the <b>setsdkenv_XXX</b> script every time
you want to
@@ -446,7 +446,7 @@
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>
Modified: openoffice/trunk/main/odk/docs/notsupported.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/notsupported.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/notsupported.html (original)
+++ openoffice/trunk/main/odk/docs/notsupported.html Thu Feb 16 18:10:50 2017
@@ -25,7 +25,7 @@
<head>
<title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Not supported page</title>
<link rel="stylesheet" type="text/css" href="sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
<meta name="created" content="2004-12-14">
</head>
@@ -72,7 +72,7 @@
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>
Modified: openoffice/trunk/main/odk/docs/sdk_styles.css
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/sdk_styles.css?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/sdk_styles.css (original)
+++ openoffice/trunk/main/odk/docs/sdk_styles.css Thu Feb 16 18:10:50 2017
@@ -32,7 +32,7 @@ a:active { color: #4dadea; }
margin-right: 0;
font-family: Arial, Helvetica, sans-serif; }
-.note { font-size: 20;
+.note { font-size: 20px;
font-weight: bold;
font-style: italic;
text-align: center; }
@@ -44,94 +44,93 @@ a:active { color: #4dadea; }
.table2 { width: 100%;
border-style: none;
- border-spacing: 8;
- padding: 5; }
+ border-spacing: 8px;
+ padding: 5px; }
.table3 { width: 100%;
border-style: none;
- border-spacing: 6;
+ border-spacing: 0px 6px;
padding: 0; }
.table4 { width: 100%;
- border-width: 2px;
- border-style: groove;
- border-color: #CCCCCC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #555555;
border-spacing: 0;
border-collapse: collapse; }
.cell15 { width: 15%;
- border-width: 2px;
- border-style: groove;
- border-color: #CCCCCC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #555555;
border-spacing: 0;
border-collapse: collapse;
- padding: 4; }
+ padding: 4px; }
.cell20 { width: 20%;
- border-width: 2px;
- border-style: groove;
- border-color: #CCCCCC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #555555;
border-spacing: 0;
border-collapse: collapse;
- padding: 4; }
+ padding: 4px; }
.cell80 { width: 80%;
- border-width: 2px;
- border-style: groove;
- border-color: #CCCCCC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #555555;
border-spacing: 0;
border-collapse: collapse;
- padding: 4; }
+ padding: 4px; }
.cell85 { width: 85%;
- border-width: 2px;
- border-style: groove;
- border-color: #CCCCCC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #555555;
border-spacing: 0;
border-collapse: collapse;
- padding: 4; }
+ padding: 4px; }
-.nothing1 { width: 20;
- height: 1; }
+.nothing1 { width: 20px;
+ height: 1px; }
-.nothing8 { width: 20;
- height: 8; }
+.nothing8 { width: 20px;
+ height: 8px; }
-.nothing10 { width: 20;
- height: 10; }
+.nothing10 { width: 20px;
+ height: 10px; }
-.nothing30 { width: 20;
- height: 30; }
+.nothing30 { width: 20px;
+ height: 30px; }
-.appicon { width: 32;
- height: 32;
+.appicon { width: 32px;
+ height: 32px;
border: 0; }
.line { width: 100%;
- height: 2px;
+ height: 1px;
border: 0;
vertical-align: middle; }
-.arrow { width: 16;
- height: 13; }
+.arrow { width: 16px;
+ height: 13px; }
-.head1 { font-size: 20;
+.head1 { font-size: 20px;
font-weight: bold; }
-.head2 { font-size: 18;
+.head2 { font-size: 18px;
font-weight: bold; }
-.head3 { font-size: 17;
+.head3 { font-size: 17px;
font-weight: bold; }
-.head4 { font-size: 16;
+.head4 { font-size: 16px;
font-weight: bold; }
.thead { font-weight: bold;
- background-image:url(../docs/images/bg_table.png);
- background-position: middle; }
+ background-color: #CCCCCC; }
.navigate { border: 0; }
@@ -146,5 +145,5 @@ a:active { color: #4dadea; }
.content87 { width: 87%; }
.centertext { padding-left:20px; padding-bottom:5px; text-align:left;
font-size: 12px; line-height:10pt; }
-.apachelogo { float: right; text-align: left; padding-bottom: 12px;
padding-right: 8px; width: 188px; height: 76px; }
+.apachelogo { float: right; text-align: left; padding-bottom: 12px;
padding-right: 8px; padding-left: 5px; width: 188px; height: 76px; }
Modified: openoffice/trunk/main/odk/docs/tools.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/tools.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/tools.html (original)
+++ openoffice/trunk/main/odk/docs/tools.html Thu Feb 16 18:10:50 2017
@@ -25,7 +25,7 @@
<head>
<title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Development Tools</title>
<link rel="stylesheet" type="text/css" href="sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
</head>
@@ -316,7 +316,7 @@
<tr>
<td class="cell15"><code><HostName></code></td>
<td class="cell85">Specifying a host name might be necessary to
- distinguish the network interface to be used,if a
machine is part of
+ distinguish the network interface to be used, if a
machine is part of
two networks.</td>
</tr>
<tr>
@@ -367,7 +367,7 @@
<td>
<table class="table2">
<tr>
- <td colspan="2" class="head1"><a name="idlc"/>idlc</td>
+ <td colspan="2" class="head1"><a name="idlc">idlc</td>
<td align="right">
<a href="#tools" title="link to the tools overview"><img
class="navigate" src="images/nav_up.png"></a>
<a href="../index.html" title="link to the SDK start
page"><img class="navigate" src="images/nav_home.png"></a>
@@ -1110,7 +1110,7 @@
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>
Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html Thu Feb 16
18:10:50 2017
@@ -27,7 +27,7 @@
<link rel="stylesheet" type="text/css"
href="../../docs/sdk_styles.css">
<meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
+ content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
<meta name="created" content="2004-12-14">
</head>
@@ -1909,7 +1909,7 @@ changes.</td>
<td class="cell20"><a
href="./BasicAndDialogs/FirstStepsBasic.odt"
title="link to
BasicAndDialogs/FirstStepsBasic.odt">FirstStepsBasic.odt</a></td>
- <td class="cell80">This StarBasc example shows how to
+ <td class="cell80">This StarBasic example shows how to
create an own dialog which inserts a graphics object into a text
document.</td>
</tr>
@@ -2189,7 +2189,7 @@ implementation of the class declared in
href="./Database/DriverSkeleton/propertyids.hxx"
title="link to
Database/DriverSkeleton/propertyids.hxx">propertyids.hxx</a></td>
<td class="cell80">Defines some common used strings
-and declare a helper class for properties.</td>
+and declares a helper class for properties.</td>
</tr>
<tr>
<td class="cell20"><a
@@ -2313,8 +2313,7 @@ fields from these tables.</td>
<td class="cell20"><a
href="./Forms/DateValidator.java"
title="link to Forms/DateValidator.java">DateValidator</a></td>
- <td class="cell80">The class <code>DateValidator</code>
-implements an <a
+ <td class="cell80">The class <code>DateValidator</code>
implements an <a
href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html"
title="link to the reference documentation of
com.sun.star.form.validation.XValidator">validator</a>
for a form control, which can check the content of a form date field. </td>
@@ -2408,8 +2407,7 @@ control.</td>
<td class="cell20"><a
href="./Forms/NumericValidator.java"
title="link to Forms/NumericValidator.java">NumericValidator</a></td>
- <td class="cell80">The class <code>NumericValidator</code>
-implements an <a
+ <td class="cell80">The class <code>NumericValidator</code>
implements an <a
href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html"
title="link to the reference documentation of
com.sun.star.form.validation.XValidator">validator</a>
for a form control, which can veto certain values in every control
@@ -2499,8 +2497,7 @@ for a form control, which can monitor th
<tr>
<td class="cell20"><a href="./Forms/UNO.java"
title="link to Forms/UNO.java">UNO</a></td>
- <td class="cell80">A small UNO-syntax related helper
-class.</td>
+ <td class="cell80">A small UNO-syntax related helper
class.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -3048,7 +3045,7 @@ for the Office application.</td>
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>
Modified: openoffice/trunk/main/odk/examples/examples.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/examples.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/examples.html (original)
+++ openoffice/trunk/main/odk/examples/examples.html Thu Feb 16 18:10:50 2017
@@ -25,7 +25,7 @@
<head>
<title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Examples</title>
<link rel="stylesheet" type="text/css" href="../docs/sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
<meta name="created" content="2004-12-14">
</head>
@@ -318,7 +318,7 @@
<td class="cell80">Description</td>
</tr>
<tr>
- <td class="cell20"><a
href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to
the Object Inspector project page in the wiki">Object Inspector</a></td>
+ <td class="cell20"><a
href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the
Object Inspector project page in the wiki">Object Inspector</a></td>
<td class="cell80">The Object Inspector is primarily an
auxiliary tool
for the developer, which can present information about an
object of the
Apache OpenOffice %PRODUCT_RELEASE% API at run-time.
Depending on the object to be inspected,
@@ -329,7 +329,7 @@
expanded with the help of the mouse. For each non primitive
object, five
categories are offered to the user, as long as those are
available with
that object. The Object Inspector is currently available as a
NetBeans project
- only because of major code changes. Please see the <a
href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to
the Object Inspector project page in the wiki">project page</a> for further
details.</td>
+ only because of major code changes. Please see the <a
href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the
Object Inspector project page in the wiki">project page</a> for further
details.</td>
</tr>
<tr>
<td class="cell20"><a href="java/MinimalComponent/"
title="link to the source directory of the Java MinimalComponent
example">MinimalComponent</a></td>
@@ -340,7 +340,7 @@
<tr>
<td class="cell20"><a href="java/PropertySet/" title="link to
the source directory of the Java PropertySet example">PropTest</a></td>
<td class="cell80">Contains a component that provides
property set
- interfaces by means of inheriting <a
href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html"
title="link into the Java UNO reference to the PropertySet helper
class">com.sun.star.lib.uno.helper.ProperterSet</a>.</td>
+ interfaces by means of inheriting <a
href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html"
title="link into the Java UNO reference to the PropertySet helper
class">com.sun.star.lib.uno.helper.PropertySet</a>.</td>
</tr>
<tr>
<td class="cell20"><a href="java/ToDo/" title="link to the
source directory of the Java ToDo example">ToDo</a></td>
@@ -771,7 +771,7 @@
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>
Modified: openoffice/trunk/main/odk/index.html
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/index.html?rev=1783264&r1=1783263&r2=1783264&view=diff
==============================================================================
--- openoffice/trunk/main/odk/index.html (original)
+++ openoffice/trunk/main/odk/index.html Thu Feb 16 18:10:50 2017
@@ -25,7 +25,7 @@
<head>
<title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Overview</title>
<link rel="stylesheet" type="text/css" href="docs/sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="author" content="Jürgen Schmidt">
<meta name="created" content="2004-12-14">
</head>
@@ -150,7 +150,7 @@
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
- <td colspan="2"><a
href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office"
title="link to the OASIS Open Office XML Format TC (online)">OASIS Open
Document Format for Office Applications (OpenDocument) TC</a></td>
+ <td colspan="2"><a
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office"
title="link to the OASIS Open Office XML Format TC (online)">OASIS Open
Document Format for Office Applications (OpenDocument) TC</a></td>
<td class="content70">Link to the OASIS Open Document Format
for
Office Applications (OpenDocument) Technical
Committee where you
can find the latest information about the OASIS
Open Document XML
@@ -159,7 +159,7 @@
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
- <td colspan="2"><a
href="http://xml.openoffice.org/xml_specification.pdf" title="link to the
OpenOffice.org XML File Format Specification">OpenOffice.org XML File
Format</a></td>
+ <td colspan="2"><a
href="https://xml.openoffice.org/xml_specification.pdf" title="link to the
OpenOffice.org XML File Format Specification">OpenOffice.org XML File
Format</a></td>
<td class="content70">Specification of the initial
OpenOffice.org XML File Format.</td>
</tr>
<tr valign="middle">
@@ -186,8 +186,8 @@
</tr>
<tr valign="middle">
<td class="content4"><img class="arrow"
src="docs/images/arrow-1.gif"></td>
- <td width="5%"><a target="_blank"
href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage
(online)"><img class="appicon" src="docs/images/ooo-main-app_32.png"></a></td>
- <td width="21%"><a target="_blank"
href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage
(online)">Apache OpenOffice™</a></td>
+ <td width="5%"><a target="_blank"
href="https://www.openoffice.org/" title="link to the Apache OpenOffice
homepage (online)"><img class="appicon"
src="docs/images/ooo-main-app_32.png"></a></td>
+ <td width="21%"><a target="_blank"
href="https://www.openoffice.org/" title="link to the Apache OpenOffice
homepage (online)">Apache OpenOffice™</a></td>
<td class="content70">Open Source community project of
office-productivity software.</td>
</tr>
</table>
@@ -213,7 +213,7 @@
</tr>
</table>
<map name="Map">
- <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
+ <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
</map>
</body>
</html>