diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 3bf56afb07cc..3b45576c17ae 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.cxx @@ -338,7 +338,7 @@ MakeCopyRight() cr << "Copyright © 1995, " << year - << ", Oracle and/or its affiliates. All rights reserved."; + << ", Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners."; return String(cr.c_str()); } diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css index 3fdb1a07a00c..6327b9243f80 100644 --- a/odk/docs/common/ref/idl.css +++ b/odk/docs/common/ref/idl.css @@ -6,9 +6,9 @@ body { background-color:#ffffff; } #adc-idlref a { text-decoration: none; } -#adc-idlref a:link { color: #C44B01; } +#adc-idlref a:link { color: #0e85cd; } #adc-idlref a:visited { color: #638093; } -#adc-idlref a:active { color: #9DCA12; } +#adc-idlref a:active { color: #4dadea; } #adc-idlref h3 { font-size:13pt; font-weight:bold; @@ -26,13 +26,13 @@ body { background-color:#ffffff; } #adc-idlref td.title { font-family: Arial; font-size:19pt; font-weight:bold; line-height:30pt; - background-image:url(../../images/bg_table.gif); + background-image:url(../../images/bg_table.png); text-align:center; } #adc-idlref td.subtitle { font-family: Arial; font-size:13pt; line-height:20pt; - background-image:url(../../images/bg_table.gif); } + background-image:url(../../images/bg_table.png); } #adc-idlref td.crosstitle { font-size:12pt; font-weight:bold; @@ -40,15 +40,15 @@ body { background-color:#ffffff; } #adc-idlref td.imdetail { width:100%; - background-image:url(../../images/bg_table3.gif); } + background-image:url(../../images/bg_table3.png); } #adc-idlref td.imsum_left { width:30%; } #adc-idlref td.imsum_right { width:70%; } -#adc-idlref table.navimain { background-image:url(../../images/bg_table2.gif); } +#adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); } #adc-idlref td.navimain - { background-image:url(../../images/bg_table2.gif); + { background-image:url(../../images/bg_table2.png); text-align:center; font-family: Arial; font-size:12pt; font-weight:bold; padding-left:7pt; padding-right:7pt; } @@ -79,13 +79,12 @@ body { background-color:#ffffff; } #adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; } -#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#C44B01; } +#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#0e85cd; } #adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #638093; } -#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #9DCA12; } +#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #4dadea; } #adc-idlref .dt { font-weight:bold; } -#adc-idlref .namechain { font-size:13pt; font-weight:bold; - margin-top:3pt; margin-bottom:6pt; } +#adc-idlref .namechain { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; } #adc-idlref .title2 { font-size:13pt; font-style:italic; font-weight:bold; text-align:left; } #adc-idlref table { empty-cells:show; } diff --git a/odk/docs/cpp/ref/cpp.css b/odk/docs/cpp/ref/cpp.css old mode 100755 new mode 100644 index d657b2b17244..b8286999bf19 --- a/odk/docs/cpp/ref/cpp.css +++ b/odk/docs/cpp/ref/cpp.css @@ -4,9 +4,9 @@ body { background-color:#ffffff; } #adc-cppref a { text-decoration: none; } -#adc-cppref a:link { color: #C44B01; } +#adc-cppref a:link { color: #0e85cd; } #adc-cppref a:visited { color: #638093; } -#adc-cppref a:active { color: #9DCA12; } +#adc-cppref a:active { color: #4dadea; } #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; } @@ -14,7 +14,7 @@ body { background-color:#ffffff; } #adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } #adc-cppref dl { margin-top:1pt; margin-bottom:1pt; } #adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt; - background-image:url(../../images/bg_table3.gif); } + background-image:url(../../images/bg_table3.png); } #adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } #adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; } #adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; } @@ -25,43 +25,43 @@ body { background-color:#ffffff; } #adc-cppref tr { font-size:10pt; } #adc-cppref td { font-size:10pt; } -#adc-cppref dt.attention { color:#dd0000; } +#adc-cppref dt.attention { color:#ff0000; } #adc-cppref div.title { text-align:center; line-height:26pt; - background-image:url(../../images/bg_table.gif); } -#adc-cppref .subtitle { background-image:url(../../images/bg_table.gif); } + background-image:url(../../images/bg_table.png); } +#adc-cppref .subtitle { background-image:url(../../images/bg_table.png); } -#adc-cppref td.flagname { background-image:url(../../images/bg_table2.gif); +#adc-cppref td.flagname { background-image:url(../../images/bg_table2.png); font-family:Arial; font-size:8pt; font-weight:bold; } #adc-cppref td.flagyes { font-family:Arial; font-size:8pt; font-weight:bold; } #adc-cppref td.flagno { font-family:Arial; font-size:8pt; } #adc-cppref td.flagtext { font-family:Arial; font-size:8pt; font-weight:bold; } #adc-cppref td.navimain, td.navimain a - { background-image:url(../../images/bg_table2.gif); + { background-image:url(../../images/bg_table2.png); font-family:Arial; font-size:12pt; font-weight:bold; } /* background-color:#eeeeff; color:#000000; */ #adc-cppref td.navimainself - { background-color:#2222ad; color:#ffffff; + { background-color:#226bb0; color:#ffffff; font-family:Arial; font-size:12pt; font-weight:bold; } #adc-cppref td.navimainnone - { background-image:url(../../images/bg_table2.gif); + { background-image:url(../../images/bg_table2.png); font-family:Arial; font-size:12pt; } -#adc-cppref div.define { font-family:Arial; background-color:#ccccff; } +#adc-cppref div.define { font-family:Arial; background-color:#87c2e6; } #adc-cppref .nqclass { color:#008800; } -#adc-cppref h3.help { background-color:#eeeeff; margin-top:12pt; } +#adc-cppref h3.help { background-color:#cfe7f5; margin-top:12pt; } -#adc-cppref .btpubl { color:#33ff33; } -#adc-cppref .btprot { color:#cc9933; } -#adc-cppref .btpriv { color:#ff6666; } -#adc-cppref .btvpubl { color:#33ff33; font-style:italic; } -#adc-cppref .btvprot { color:#cc9933; font-style:italic; } -#adc-cppref .btvpriv { color:#ff6666; font-style:italic; } +#adc-cppref .btpubl { color:#87c2e6; } +#adc-cppref .btprot { color:#226bb0; } +#adc-cppref .btpriv { color:#06348c; } +#adc-cppref .btvpubl { color:#87c2e6; font-style:italic; } +#adc-cppref .btvprot { color:#226bb0; font-style:italic; } +#adc-cppref .btvpriv { color:#06348c; font-style:italic; } #adc-cppref .btself { font-weight:bold; } #adc-cppref table { empty-cells:show; } diff --git a/odk/docs/images/arrow-1.gif b/odk/docs/images/arrow-1.gif index e58046ae9d5a..99da8a7d5b0f 100644 Binary files a/odk/docs/images/arrow-1.gif and b/odk/docs/images/arrow-1.gif differ diff --git a/odk/docs/images/arrow-2.gif b/odk/docs/images/arrow-2.gif index 94e7a2673e9e..2e2b20d7d325 100644 Binary files a/odk/docs/images/arrow-2.gif and b/odk/docs/images/arrow-2.gif differ diff --git a/odk/docs/images/arrow-3.gif b/odk/docs/images/arrow-3.gif index e58046ae9d5a..99da8a7d5b0f 100644 Binary files a/odk/docs/images/arrow-3.gif and b/odk/docs/images/arrow-3.gif differ diff --git a/odk/docs/images/bg_table.png b/odk/docs/images/bg_table.png new file mode 100644 index 000000000000..eb5d4f2f7381 Binary files /dev/null and b/odk/docs/images/bg_table.png differ diff --git a/odk/docs/images/bg_table2.png b/odk/docs/images/bg_table2.png new file mode 100644 index 000000000000..d0cafddfecaa Binary files /dev/null and b/odk/docs/images/bg_table2.png differ diff --git a/odk/docs/images/bg_table3.png b/odk/docs/images/bg_table3.png new file mode 100644 index 000000000000..2759066df928 Binary files /dev/null and b/odk/docs/images/bg_table3.png differ diff --git a/odk/docs/images/nav_down.png b/odk/docs/images/nav_down.png index 4f2cf361a3dd..fee3fbf30bea 100644 Binary files a/odk/docs/images/nav_down.png and b/odk/docs/images/nav_down.png differ diff --git a/odk/docs/images/nav_left.png b/odk/docs/images/nav_left.png index 605501566a97..b2f5da725fb0 100644 Binary files a/odk/docs/images/nav_left.png and b/odk/docs/images/nav_left.png differ diff --git a/odk/docs/images/nav_right.png b/odk/docs/images/nav_right.png index 6b8c2185b2c3..87310372a2f6 100644 Binary files a/odk/docs/images/nav_right.png and b/odk/docs/images/nav_right.png differ diff --git a/odk/docs/images/nav_up.png b/odk/docs/images/nav_up.png index 5576317aa47d..8267ada19789 100644 Binary files a/odk/docs/images/nav_up.png and b/odk/docs/images/nav_up.png differ diff --git a/odk/docs/images/odk-footer-logo.gif b/odk/docs/images/odk-footer-logo.gif new file mode 100644 index 000000000000..e79cd7143ac3 Binary files /dev/null and b/odk/docs/images/odk-footer-logo.gif differ diff --git a/odk/docs/images/ooo-main-app_32.png b/odk/docs/images/ooo-main-app_32.png index f2e6e9e4d451..296c6f4c58b1 100644 Binary files a/odk/docs/images/ooo-main-app_32.png and b/odk/docs/images/ooo-main-app_32.png differ diff --git a/odk/docs/images/orc-main-app_32.png b/odk/docs/images/orc-main-app_32.png new file mode 100644 index 000000000000..b596295abba1 Binary files /dev/null and b/odk/docs/images/orc-main-app_32.png differ diff --git a/odk/docs/images/sdk_head-1.gif b/odk/docs/images/sdk_head-1.gif deleted file mode 100644 index 53bf8a54685a..000000000000 Binary files a/odk/docs/images/sdk_head-1.gif and /dev/null differ diff --git a/odk/docs/images/sdk_head-1.png b/odk/docs/images/sdk_head-1.png new file mode 100644 index 000000000000..1c13f7e7f072 Binary files /dev/null and b/odk/docs/images/sdk_head-1.png differ diff --git a/odk/docs/images/sdk_head-2.gif b/odk/docs/images/sdk_head-2.gif deleted file mode 100644 index 7fe80c4e48ce..000000000000 Binary files a/odk/docs/images/sdk_head-2.gif and /dev/null differ diff --git a/odk/docs/images/sdk_head-2.png b/odk/docs/images/sdk_head-2.png new file mode 100644 index 000000000000..61adc6f7c974 Binary files /dev/null and b/odk/docs/images/sdk_head-2.png differ diff --git a/odk/docs/images/sdk_head-3.gif b/odk/docs/images/sdk_head-3.gif deleted file mode 100644 index 053e5ec60a17..000000000000 Binary files a/odk/docs/images/sdk_head-3.gif and /dev/null differ diff --git a/odk/docs/images/sdk_line-1.gif b/odk/docs/images/sdk_line-1.gif index cf04e12891cd..199d3a80bc88 100644 Binary files a/odk/docs/images/sdk_line-1.gif and b/odk/docs/images/sdk_line-1.gif differ diff --git a/odk/docs/images/sdk_line-2.gif b/odk/docs/images/sdk_line-2.gif index 18c48453f0a1..44ef0146a5ad 100644 Binary files a/odk/docs/images/sdk_line-2.gif and b/odk/docs/images/sdk_line-2.gif differ diff --git a/odk/docs/images/so-main-app_32.png b/odk/docs/images/so-main-app_32.png deleted file mode 100644 index e79033ffe1ea..000000000000 Binary files a/odk/docs/images/so-main-app_32.png and /dev/null differ diff --git a/odk/docs/install.html b/odk/docs/install.html index e11440538bb5..21611d2abdf7 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -1,6 +1,6 @@
-- | + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -37,16 +36,16 @@ |
- The [PRODUCTNAME] SDK comes with a set of development tools, base + The OpenOffice.org 3.2 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 [PRODUCTNAME] application in + develop Java/C++ components, to embed the OpenOffice.org 3.2 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: |
|||
[PRODUCTNAME] installation | +OpenOffice.org 3.2 installation | The SDK works on top of an existing office installation and uses the same libraries as the office installation. | |
+ | |||
@@ -219,7 +218,7 @@ the output is generated in the SDK directory itself. If an output directory is specified, the output is generated in a SDK dependent subdirectory in this directory (e.g. <OO_SDK_OUTPUT_DIR> - /[PRODUCTNAME]/LINUXExample.out) + /OpenOffice.org 3.2/LINUXExample.out) | |||
SDK_AUTO_DEPLOYMENT | @@ -238,7 +237,7 @@|||
+ | |||
@@ -407,7 +406,10 @@ | |||
- Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.
+
+ Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + |
|
|||||
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. |
| |||||
+ + Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + |
- | + | ||||
@@ -128,7 +127,7 @@ | |||||
+ | |||||
@@ -146,7 +145,7 @@ office installation. UNO packages are UNO components (single libraries or Jar files or more complex zip files that contains one or more libraries| Jar files, type libraries and configuration items), scripts and - [PRODUCTNAME] Basic libraries as zip package. 'unopkg' is not part of the + OpenOffice.org 3.2 Basic libraries as zip package. 'unopkg' is not part of the SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation. | |||||
+ | |||||
@@ -339,7 +338,7 @@ | |||||
+ | |||||
@@ -414,7 +413,7 @@ | |||||
+ | |||||
@@ -504,7 +503,7 @@ | |||||
+ | |||||
@@ -582,7 +581,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -676,7 +675,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -803,7 +802,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -866,7 +865,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -920,7 +919,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -967,7 +966,7 @@ types the specified types depend on. | |||||
+ | |||||
@@ -1081,7 +1080,10 @@ types the specified types depend on. | |||||
- Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.
+
+ Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + |
- | - | |||
+ | ||||
@@ -138,7 +134,7 @@ Presentation Documents | [PRODUCTNAME] Basic and + title="link to the Basic And Dialogs examples">OpenOffice.org 3.2 Basic and Dialogs | |||
+ src="../../docs/images/sdk_line-1.gif"> | ||||
href="./FirstSteps/FirstUnoContact.java" title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact | Shows how to initialize UNO and -get a remote office service manager from a running [PRODUCTNAME] in a +get a remote office service manager from a running OpenOffice.org 3.2 in a different process space. | |||
Demonstrates how to load a -component into [PRODUCTNAME] by a Java application. | +component into OpenOffice.org 3.2 by a Java application.||||
+ src="../../docs/images/sdk_line-1.gif"> | ||||
href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java" title="link to ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient | Implements a client which is aware -of losing connection to [PRODUCTNAME]. | +of losing connection to OpenOffice.org 3.2.|||
href="./ProfUNO/InterprocessConn/UrlResolver.java" title="link to ProfUNO/InterProcessConn/UrlResolver.java">UrlResolver | Builds a connection to
-[PRODUCTNAME] using the URL given on the command line. This example
+OpenOffice.org 3.2 using the URL given on the command line. This example
shows the usage of XUnoUrlResolver . |
@@ -368,7 +364,7 @@ shows the usage of office_connect.cxx
Builds a connection to -[PRODUCTNAME] using C++. | +OpenOffice.org 3.2 using C++.||
href="./Components/DialogComponent/DialogComponent.java" title="link to Components/DialogComponent/DialogComponent.java">DialogComponent.java | Implements a component accessing a dialog created - with the [PRODUCTNAME] Basic IDE. The component provides methods that + with the OpenOffice.org 3.2 Basic IDE. The component provides methods that can be bound to dialog respectively control events . | |||
+ src="../../docs/images/sdk_line-1.gif"> | ||||
This is the main part of a demo application based on the framework APIs. It mainly shows the mechanisms to load, store and convert documents, as well as dispatch and dispatch -interception. It integrates windows from [PRODUCTNAME] via system +interception. It integrates windows from OpenOffice.org 3.2 via system window handle. This is the same mechanism as used by the OOoBean, but the OOoBean itself is not used here, just the JNI window handle access. | This helper comprises all -[PRODUCTNAME] API calls. Thus it is possible to learn about these +OpenOffice.org 3.2 API calls. Thus it is possible to learn about these aspects separately from the rest of the application example. | |||
This is a listener interface to -clean up on shutdown of [PRODUCTNAME]. | +clean up on shutdown of OpenOffice.org 3.2.||||
href="./OfficeDev/DesktopEnvironment/OfficeConnect.java" title=" link to OfficeDev/DesktopEnvironment/OfficeConnect.java">OfficeConnect | Builds the remote bridge to -[PRODUCTNAME] and exports its UNO service manager for the Java side of +OpenOffice.org 3.2 and exports its UNO service manager for the Java side of the application. | |||
Performs a clean up on the Java -side on [PRODUCTNAME] shutdown. | +side on OpenOffice.org 3.2 shutdown.
XTerminateListener
. It is called
-when [PRODUCTNAME] terminates.Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.
++ Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
- | + | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -39,10 +38,10 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The SDK provides a rich set of examples in different programming
- languages (Java, C++, [PRODUCTNAME] Basic, OLE) to illustrate the use
+ languages (Java, C++, OpenOffice.org 3.2 Basic, OLE) to illustrate the use
of the API and demonstrate how to benefit from the included word
processor, spreadsheet, presentation software, graphics program and
- database of [PRODUCTNAME]. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | [PRODUCTNAME] Basic examples | +OpenOffice.org 3.2 Basic examples | Small set of examples which shows the use of - the API from [PRODUCTNAME] Basic. | + the API from OpenOffice.org 3.2 Basic.||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -107,7 +106,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -215,7 +214,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ChartTypeChange | -This class loads an [PRODUCTNAME] Calc document and + | This class loads an OpenOffice.org 3.2 Calc document and changes the type of the embedded chart. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Object Inspector | The Object Inspector is primarily an auxiliary tool for the developer, which can present information about an object of the - [PRODUCTNAME] API at run-time. Depending on the object to be inspected, + OpenOffice.org 3.2 API at run-time. Depending on the object to be inspected, appropriate methods, interfaces, services, and attributes can be displayed to the developer. The methods, interfaces, services and attributes are represented in a predictable tree. If the attributes contained in an @@ -363,7 +362,7 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -451,7 +450,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@@ -461,7 +460,7 @@ |
|
@@ -202,7 +189,10 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved.
+
+ Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + |