summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2017-02-16 18:10:50 +0000
committerMatthias Seidel <mseidel@apache.org>2017-02-16 18:10:50 +0000
commite35bf00078b9e02148ec24904ddba566fe7ae4e4 (patch)
treedb30e8b017d004cd6be860217d90db69af7b1cc4 /odk
parent637cb4c20f4a89a35775ee691ba5f29931284e79 (diff)
Uploaded missing graphics for SDK HTML doc, HTML code changes
Notes
Notes: ignore: obsolete
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/images/blueball.pngbin0 -> 445 bytes
-rw-r--r--odk/docs/images/sdk-footer-logo.pngbin0 -> 14400 bytes
-rw-r--r--odk/docs/images/sdk_line-1.gifbin43 -> 41 bytes
-rw-r--r--odk/docs/install.html12
-rw-r--r--odk/docs/notsupported.html4
-rw-r--r--odk/docs/sdk_styles.css85
-rw-r--r--odk/docs/tools.html8
-rw-r--r--odk/examples/DevelopersGuide/examples.html17
-rw-r--r--odk/examples/examples.html10
-rw-r--r--odk/index.html12
10 files changed, 72 insertions, 76 deletions
diff --git a/odk/docs/images/blueball.png b/odk/docs/images/blueball.png
new file mode 100644
index 000000000000..a86369fa4471
--- /dev/null
+++ b/odk/docs/images/blueball.png
Binary files differ
diff --git a/odk/docs/images/sdk-footer-logo.png b/odk/docs/images/sdk-footer-logo.png
new file mode 100644
index 000000000000..c72e34b6f00a
--- /dev/null
+++ b/odk/docs/images/sdk-footer-logo.png
Binary files differ
diff --git a/odk/docs/images/sdk_line-1.gif b/odk/docs/images/sdk_line-1.gif
index 199d3a80bc88..f3b27f98e500 100644
--- a/odk/docs/images/sdk_line-1.gif
+++ b/odk/docs/images/sdk_line-1.gif
Binary files differ
diff --git a/odk/docs/install.html b/odk/docs/install.html
index eaae3f344b83..0da104b0ba02 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -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&uuml;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 &quot;Extension Manager - unopkg&quot; chapter in the Developer's Guide">&quot;Extension Manager - unopkg&quot;</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>
diff --git a/odk/docs/notsupported.html b/odk/docs/notsupported.html
index d72f160f1152..ef4d2f400d43 100644
--- a/odk/docs/notsupported.html
+++ b/odk/docs/notsupported.html
@@ -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&uuml;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>
diff --git a/odk/docs/sdk_styles.css b/odk/docs/sdk_styles.css
index b79b9e6a6aee..81c31363e0b2 100644
--- a/odk/docs/sdk_styles.css
+++ b/odk/docs/sdk_styles.css
@@ -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; }
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index c6791c36cd18..3de95618f472 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -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&uuml;rgen Schmidt">
</head>
@@ -316,7 +316,7 @@
<tr>
<td class="cell15"><code>&lt;HostName&gt;</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>
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index 78501c0d5401..0985d260342d 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -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&uuml;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 SStatement.hxx.</td>
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 the content of a form time field.
<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>
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index f29bd326d1d7..bbc21633339b 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -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&uuml;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>
diff --git a/odk/index.html b/odk/index.html
index b3a3f45ebd05..f19283222726 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -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&uuml;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&trade;</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&trade;</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>