[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs odk/index.html

2019-01-01 Thread Libreoffice Gerrit user
 odk/docs/install.html  |  234 
 odk/docs/notsupported.html |   10 -
 odk/docs/tools.html|  426 ++---
 odk/index.html |   10 -
 4 files changed, 340 insertions(+), 340 deletions(-)

New commits:
commit 0cd6fce03185f66e04f13fe5ac82f4728406ba74
Author: Matthias Seidel 
AuthorDate: Tue Jan 1 22:37:08 2019 +
Commit: Matthias Seidel 
CommitDate: Tue Jan 1 22:37:08 2019 +

Removed whitespace, fixed typos

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 7a1012ed9a27..c36d54d6742c 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -1,7 +1,7 @@
 
 
 
@@ -31,65 +31,65 @@
 
 
 
-   
+  
 
   
-   
-
+  
+
   
-   
+  
 
- 
+
   
-
+   
  
 
- 
-  
+
+ 
 
-  
+ 
Installation Guide

-  
+ 

  
 

-   
+  

-  
+ 

- The Apache OpenOffice %PRODUCT_RELEASE% SDK comes with a 
set of development tools, base 
- libraries, header files and helper class files that can be 
used to 
- develop Java/C++ components, to embed the Apache OpenOffice 
%PRODUCT_RELEASE% application in 
- your own programs, or to use the API (scripting or remote 
control the 
- office). For a complete working environment, we have some 
additional 
+ The Apache OpenOffice %PRODUCT_RELEASE% SDK comes with a 
set of development tools, base
+ libraries, header files and helper class files that can be 
used to
+ develop Java/C++ components, to embed the Apache OpenOffice 
%PRODUCT_RELEASE% application in
+ your own programs, or to use the API (scripting or remote 
control the
+ office). For a complete working environment, we have some 
additional
  requirements:

-  
-  
+ 
+ 
Apache OpenOffice %PRODUCT_RELEASE% installation
-   The SDK works on top of an existing 
office 
+   The SDK works on top of an existing office
installation and uses the same libraries as the office 
installation.
-  
-  
+ 
+ 

  
-  
+ 
JDK (1.5 or higher)
   
- A JDK is necessary for developing Java components or 
applications. An appropriate Java SDK can be found on http://java.sun.com/products; title="link to the Java SDK download page 
(online)">http://java.sun.com/products.
+ A JDK is necessary for developing Java components or 
applications. An appropriate Java SDK can be found on https://java.sun.com/products; title="link to the Java SDK download page 
(online)">https://java.sun.com/products.
  Recommendation is to use Java 6 excepting for Mac OS 
because initially Mac OS supported a 64bit version of Java 6 only.
  Note: The Java compiler is 
optional!
   
-  
+ 
 
   
-  
+ 
   C++ compiler
-  A C++ compiler is necessary for developing C++ 
- components or applications. UNO depends on a compiler 
dependent language 
- binding, so that we use the appropriate compiler where a 
language binding 
+  A C++ compiler is necessary for developing C++
+ components or applications. UNO depends on a compiler 
dependent language
+ binding, so that we use the appropriate compiler where a 
language binding
  exists:
  
  
@@ -107,33 +107,33 @@
  
  Note: The C++ compiler is optional! 
If you use the Express edition you have to ensure that the https://www.microsoft.com/en-us/download/details.aspx?id=29;>Microsoft 
Visual C++ 2008 Redistributable Package (x86) is also installed. You can 
download this package from Microsoft directly.
   
-  
+ 
 
   
-  
+ 
   Microsoft .NET Framework SDK version 1.0 or higher
-  The SDK is required for building CLI 
applications. 
+  The SDK is required for building CLI 
applications.
  That is, programs written in languages, such as C# or 
VB.NET.
  Note: The .NET Framework is 
optional!
   
-  
+ 
 
   
-  
+ 
   GNU make (3.79.1 or higher)
   
  

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs

2017-03-25 Thread Matthias Seidel
 odk/docs/images/bg_table.png |binary
 odk/docs/sdk_styles.css  |   39 ++-
 2 files changed, 18 insertions(+), 21 deletions(-)

New commits:
commit 548f330f31bc238e041e4bfb7b413b8ea641d6ad
Author: Matthias Seidel 
Date:   Sat Mar 25 20:29:11 2017 +

Changed color of table head

diff --git a/odk/docs/images/bg_table.png b/odk/docs/images/bg_table.png
index 1cb4c1e92940..756c3b91bd20 100644
Binary files a/odk/docs/images/bg_table.png and b/odk/docs/images/bg_table.png 
differ
diff --git a/odk/docs/sdk_styles.css b/odk/docs/sdk_styles.css
index c258b0a8919f..c291840caa95 100644
--- a/odk/docs/sdk_styles.css
+++ b/odk/docs/sdk_styles.css
@@ -32,8 +32,8 @@ a:hover { color: #107EC0; text-decoration: underline; }
   font-family: Arial, Helvetica, sans-serif; }
 
 .note { font-size: 20px;
-font-weight: bold;
-   font-style: italic; 
+   font-weight: bold;
+   font-style: italic;
text-align: center; }
 
 .table1 { width: 100%;
@@ -52,56 +52,55 @@ a:hover { color: #107EC0; text-decoration: underline; }
  padding: 0; }
 
 .table4 { width: 100%;
- border-width: 1px; 
+ border-width: 1px;
  border-style: solid;
  border-color: #55;
- border-spacing: 0; 
+ border-spacing: 0;
  border-collapse: collapse; }
 
-.cell15 { width: 15%; 
- border-width: 1px; 
+.cell15 { width: 15%;
+ border-width: 1px;
  border-style: solid;
  border-color: #55;
  border-spacing: 0;
- border-collapse: collapse; 
+ border-collapse: collapse;
  padding: 4px; }
 
-.cell20 { width: 20%; 
- border-width: 1px; 
+.cell20 { width: 20%;
+ border-width: 1px;
  border-style: solid;
  border-color: #55;
  border-spacing: 0;
- border-collapse: collapse; 
+ border-collapse: collapse;
  padding: 4px; }
 
 .cell80 { width: 80%;
- border-width: 1px; 
+ border-width: 1px;
  border-style: solid;
  border-color: #55;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 4px; }
 
-.cell85 { width: 85%; 
- border-width: 1px; 
+.cell85 { width: 85%;
+ border-width: 1px;
  border-style: solid;
  border-color: #55;
  border-spacing: 0;
- border-collapse: collapse; 
+ border-collapse: collapse;
  padding: 4px; }
 
 .nothing1 { width: 20px;
-  height: 1px; }
+   height: 1px; }
 
 .nothing8 { width: 20px;
height: 8px; }
 
 .nothing10 { width: 20px;
-   height: 10px; }
+height: 10px; }
 
 .nothing30 { width: 20px;
-   height: 30px; }
-
+height: 30px; }
 
 .appicon { width: 32px;
   height: 32px;
@@ -110,7 +109,6 @@ a:hover { color: #107EC0; text-decoration: underline; }
 .line { width: 100%;
 height: 1px; }
 
-
 .arrow { width: 16px;
 height: 13px; }
 
@@ -127,7 +125,7 @@ a:hover { color: #107EC0; text-decoration: underline; }
  font-weight: bold; }
 
 .thead { font-weight: bold;
- background-color: #CC; }
+ background-color: #89B3CD; }
 
 .navigate { border: 0; }
 
@@ -143,4 +141,3 @@ a:hover { color: #107EC0; text-decoration: underline; }
 
 .centertext { padding-left:20px; padding-top:3px; padding-bottom:5px; 
text-align:left; font-size: 12px; line-height:10pt; }
 .apachelogo { float: right; text-align: left; padding-bottom: 12px; 
padding-right: 8px; padding-left: 5px; width: 188px; height: 76px; }
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs

2017-02-28 Thread Matthias Seidel
 odk/docs/common/ref/idl.css  |9 -
 odk/docs/cpp/ref/cpp.css |9 -
 odk/docs/images/bg_table.png |binary
 odk/docs/tools.html  |2 +-
 4 files changed, 9 insertions(+), 11 deletions(-)

New commits:
commit 995c892201e3aea41aae920348abfa1fde02a39d
Author: Matthias Seidel 
Date:   Tue Feb 28 23:05:15 2017 +

Minor changes in HTML and CSS

diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css
index d5c4894..a69e416 100644
--- a/odk/docs/common/ref/idl.css
+++ b/odk/docs/common/ref/idl.css
@@ -24,12 +24,11 @@
 
 /*See bottom of file for explanations.*/
 
-body { background-color:#ff; }
+body { color:#33; background-color:#ff; }
 
-#adc-idlref a { text-decoration: none; }
-#adc-idlref a:link { color: #0e85cd; }
-#adc-idlref a:visited { color: #638093; }
-#adc-idlref a:active { color: #4dadea; }
+#adc-idlref a:link { color: #107EC0; text-decoration: none; }
+#adc-idlref a:visited { color: #638093; text-decoration: none; }
+#adc-idlref a:hover { color: #107EC0; text-decoration: underline; }
 
 #adc-idlref h3
{ font-size:13pt; font-weight:bold;
diff --git a/odk/docs/cpp/ref/cpp.css b/odk/docs/cpp/ref/cpp.css
index 98aa3d0..a2feb13 100644
--- a/odk/docs/cpp/ref/cpp.css
+++ b/odk/docs/cpp/ref/cpp.css
@@ -22,12 +22,11 @@
 /*  Autodoc css file for C++ documentation  */
 
 
-body   { background-color:#ff; }
+body   { color:#33; background-color:#ff; }
 
-#adc-cppref a { text-decoration: none; }
-#adc-cppref a:link { color: #0e85cd; }
-#adc-cppref a:visited { color: #638093; }
-#adc-cppref a:active { color: #4dadea; }
+#adc-cppref a:link { color: #107EC0; text-decoration: none; }
+#adc-cppref a:visited { color: #638093; text-decoration: none; }
+#adc-cppref a:hover { color: #107EC0; text-decoration: underline; }
 
 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; 
margin-bottom:5pt; }
diff --git a/odk/docs/images/bg_table.png b/odk/docs/images/bg_table.png
index eb5d4f2..1cb4c1e 100644
Binary files a/odk/docs/images/bg_table.png and b/odk/docs/images/bg_table.png 
differ
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 9698354..92e4baa 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -1016,7 +1016,7 @@
  
  Options:
  
- 
+ 
  
 -v VerboseNr
 VerboseNr == 5 displays the parsed 
source 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs odk/examples odk/index.html odk/util

2017-02-22 Thread Matthias Seidel
 dev/null   |binary
 odk/docs/install.html  |2 +-
 odk/docs/notsupported.html |2 +-
 odk/docs/tools.html|2 +-
 odk/examples/DevelopersGuide/examples.html |4 ++--
 odk/examples/examples.html |2 +-
 odk/index.html |   14 +++---
 odk/util/makefile.mk   |3 ---
 8 files changed, 13 insertions(+), 16 deletions(-)

New commits:
commit 97a6b18acdb26a98f9f3f627431b8a7e999662a5
Author: Matthias Seidel 
Date:   Wed Feb 22 19:43:44 2017 +

Removed unused graphics in SDK, minor changes in HTML

diff --git a/odk/docs/images/bg_table.gif b/odk/docs/images/bg_table.gif
deleted file mode 100644
index 8c96199..000
Binary files a/odk/docs/images/bg_table.gif and /dev/null differ
diff --git a/odk/docs/images/bg_table2.gif b/odk/docs/images/bg_table2.gif
deleted file mode 100644
index 8f8ad2f..000
Binary files a/odk/docs/images/bg_table2.gif and /dev/null differ
diff --git a/odk/docs/images/bg_table3.gif b/odk/docs/images/bg_table3.gif
deleted file mode 100644
index d0c6469..000
Binary files a/odk/docs/images/bg_table3.gif and /dev/null differ
diff --git a/odk/docs/install.html b/odk/docs/install.html
index c278959..8ac83d9 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -445,7 +445,7 @@
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/docs/notsupported.html b/odk/docs/notsupported.html
index 444eba4..d42c911 100644
--- a/odk/docs/notsupported.html
+++ b/odk/docs/notsupported.html
@@ -72,7 +72,7 @@
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index b78bcea..9698354 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -1110,7 +1110,7 @@
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index 468f8d5..9a7ff56 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -35,7 +35,7 @@
 
 
   
-
+   
 
   
 
@@ -3044,7 +3044,7 @@ for the Office application.
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index cd58eef..9f8e356 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -771,7 +771,7 @@
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/index.html b/odk/index.html
index 8c9ab78..f9d1740 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -32,18 +32,18 @@
 
 
 
-   
+  
 
   
-   
+  
 
   
-   
- 
+  
+
   
- 
+
   
-   
+  
 Apache OpenOffice %PRODUCT_RELEASE% software is a complete, 
feature-rich
   office productivity suite that provides, in combination with 
this 
  SDK, all the essential tools for building and 
deploying custom 
@@ -213,7 +213,7 @@
   
 
 
-  https://www.openoffice.org;>
+  https://www.openoffice.org;>
 
 
 
diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk
index aa16c1a..c0b4b2f 100644
--- a/odk/util/makefile.mk
+++ b/odk/util/makefile.mk
@@ -56,9 +56,6 @@ ODK_OO_FILES=\
 $(PRJ)$/docs$/sdk_styles.css \
 $(PRJ)$/docs$/images$/arrow-1.gif \
 $(PRJ)$/docs$/images$/arrow-3.gif \
-$(PRJ)$/docs$/images$/bg_table.gif \
-$(PRJ)$/docs$/images$/bg_table2.gif \
-$(PRJ)$/docs$/images$/bg_table3.gif \
 $(PRJ)$/docs$/images$/nav_down.png \
 $(PRJ)$/docs$/images$/nav_home.png \
 $(PRJ)$/docs$/images$/nav_left.png \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs odk/examples odk/index.html

2014-01-12 Thread Tsutomu Uchino
 odk/docs/install.html  |   22 +++---
 odk/docs/tools.html|5 ++---
 odk/examples/examples.html |4 ++--
 odk/index.html |4 ++--
 4 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 8cae5708c761ba10a87f3616a669df03e6ba0039
Author: Tsutomu Uchino ha...@apache.org
Date:   Sun Jan 12 12:02:24 2014 +

#i124015# fix errors in html files of SDK

diff --git a/odk/docs/install.html b/odk/docs/install.html
index e3a12cb..5f94d66 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -68,7 +68,7 @@
  /td
  /tr 
  tr valign=top 
-  tdbApache OpenOffice %PRODUCT_RELEASE% installation/td
+  tdbApache OpenOffice %PRODUCT_RELEASE% installation/b/td
   td class=content80The SDK works on top of an existing office 
  installation and uses the same libraries as the office 
installation./td
   /tr
@@ -77,7 +77,7 @@
 td colspan=2img class=line src=images/sdk_line-1.gif/td
   /tr
  tr valign=top 
-  tdbJDK (1.5 or higher)b/td
+  tdbJDK (1.5 or higher)/b/td
   td class=content80
  pA JDK is necessary for developing Java components or 
applications. An appropriate Java SDK can be found on a target=_blank 
href=http://java.sun.com/products; title=link to the Java SDK download page 
(online)http://java.sun.com/products/a./p
  pRecommendation is to use Java 6 excepting for Mac OS 
because initially Mac OS supported a 64bit version of Java 6 only./p
@@ -87,7 +87,7 @@
 td colspan=2img class=line src=images/sdk_line-1.gif/td
   /tr
  tr valign=top 
-  tdbC++ compilerb/td
+  tdbC++ compiler/b/td
   td class=content80A C++ compiler is necessary for developing C++ 
  components or applications. UNO depends on a compiler 
dependent language 
  binding, so that we use the appropriate compiler where a 
language binding 
@@ -106,13 +106,13 @@
  td class=cell80Microsoft C++ Compiler, Microsoft Visual 
Studio 2008 or the Express version (cl, version 15.00.21022)/td
  /tr
  /table
- pbNote/b: The C++ compiler is buoptional/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-074B9F2BC1BFdisplaylang=en;Microsoft
 Visual Studio 2008 Redistributable Package/a is also installed. You can 
download this package from Microsoft directly./a/p/td
+ pbNote/b: The C++ compiler is buoptional/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-074B9F2BC1BFdisplaylang=en;Microsoft
 Visual Studio 2008 Redistributable Package/a is also installed. You can 
download this package from Microsoft directly./p/td
   /tr
  tr valign=middle 
 td colspan=2img class=line src=images/sdk_line-1.gif/td
   /tr
  tr valign=top 
-  tdbMicrosoft .NET Framework SDK version 1.0 or higherb/td
+  tdbMicrosoft .NET Framework SDK version 1.0 or higher/b/td
   td class=content80The SDK is required for building CLI 
applications. 
  That is, programs written in languages, such as C# or 
VB.NET.br
  pbNote/b: The .NET Framework is 
buoptional/u/b!/p/td
@@ -121,7 +121,7 @@
 td colspan=2img class=line src=images/sdk_line-1.gif/td
   /tr
  tr valign=top 
-  tdbGNU make (3.79.1 or higher)b/td
+  tdbGNU make (3.79.1 or higher)/b/td
   td class=content80
  pGNU make is used to build the examples of the SDK. GNU 
make is available from a target=_blank href=http://www.gnu.org; title=link 
to www.gnu.org (online)http://www.gnu.org/a. It can be ftped via a 
target=_blank href=ftp://ftp.gnu.org/gnu/make; title=link to gnumake on 
www.gnu.org (online)ftp://ftp.gnu.org/gnu/make/a/p
  pbNote/b: Windows user can find an executable of gnu 
make under a target=_blank href=http://www.mingw.org/wiki/Getting_Started; 
title=link to the MinGW Getting Started wiki 
(online)http://www.mingw.org/wiki/Getting_Started/a (see the mingw32-make 
link under quot;Manual Installationquot;). Do not use the Cygwin make, 
because it does not
@@ -131,7 +131,7 @@
 td colspan=2img class=line src=images/sdk_line-1.gif/td
   /tr
  tr valign=top 
-  tdbzip tool (2.3 or higher)b/td
+  tdbzip tool (2.3 or higher)/b/td
   td class=content80The zip tool is used to create UNO packages. 
zip is 
  a new requirement to make the SDK independent of a Java 
SDK.br
  If you do not have these already, you 

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs

2013-07-03 Thread Jürgen Schmidt
 odk/docs/images/sdk_head-1.png |binary
 1 file changed

New commits:
commit 15dd4c3a97a4ad101b8ad47573067e5bb44e37a2
Author: Jürgen Schmidt j...@apache.org
Date:   Wed Jul 3 13:03:44 2013 +

#122620# update SDK doc html header image

diff --git a/odk/docs/images/sdk_head-1.png b/odk/docs/images/sdk_head-1.png
index 3dd9b1d..686c576 100644
Binary files a/odk/docs/images/sdk_head-1.png and 
b/odk/docs/images/sdk_head-1.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits