From 345afe7b72fd4f7db2fa7cc4d7d00b4d0a081705 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 4 May 2013 00:21:34 +0200 Subject: odk: adapt hyperlinks to IDL docs Change-Id: I2b1874ff926c7510016919b9f11674a4746fa82c --- odk/examples/DevelopersGuide/examples.html | 78 +++++++++++++-------------- odk/examples/examples.html | 24 ++++----- odk/examples/java/Spreadsheet/CalcAddins.java | 2 +- odk/index.html | 4 +- odk/index_online.html | 2 +- 5 files changed, 55 insertions(+), 55 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index b33b16ea9da5..3d655403ef57 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -338,7 +338,7 @@ of losing connection to LibreOffice %PRODUCT_RELEASE%. Builds a connection to LibreOffice %PRODUCT_RELEASE% using the URL given on the command line. This example shows the usage of XUnoUrlResolver. @@ -615,10 +615,10 @@ components. title="link to Components/JavaComponent/TestComponentA.java">TestComponentA Shows a simple demo component which implements XTypeProvider, XServiceInfo and an own interface XSomethingA. @@ -628,10 +628,10 @@ which implements TestComponentB Shows a simple demo component which implements XTypeProvider, XServiceInfo and an own interface XSomethingB. @@ -982,7 +982,7 @@ interceptor for a specific URL. href="./OfficeDev/DesktopEnvironment/JavaWindowPeerFake.java" title="link to OfficeDev/DesktopEnvironment/JavaWindowPeerFake.java">JavaWindowPeerFake Fakes an XWindowPeer for the Java native window handle to create a child window for the office frame. @@ -1014,7 +1014,7 @@ to decouple asynchronous oneway calls in the Java process. href="./OfficeDev/DesktopEnvironment/StatusListener.java" title="link to OfficeDev/DesktopEnvironment/StatusListener.java">StatusListener Implements a listener for a FeatureStateEvent. @@ -1102,7 +1102,7 @@ TerminateListener and shows the use of them in a running program. href="./OfficeDev/TerminationTest/TerminateListener.java" title="link to OfficeDev/TerminationTest/TerminateListener.java">TerminateListener An example implementation of XTerminateListener. It is called when LibreOffice %PRODUCT_RELEASE% terminates. @@ -1213,7 +1213,7 @@ tracking the spell checking relevant properties. href="./OfficeDev/Linguistic/SampleHyphenator.java" title="link to OfficeDev/Linguistic/SampleHyphenator.java">SampleHyphenator A simple implementation for a Hyphenator service. @@ -1224,7 +1224,7 @@ service. href="./OfficeDev/Linguistic/SampleSpellChecker.java" title="link to OfficeDev/Linguistic/SampleSpellChecker.java">SampleSpellChecker A simple implementation for a SpellChecker service. @@ -1235,7 +1235,7 @@ service. href="./OfficeDev/Linguistic/SampleThesaurus.java" title="link to OfficeDev/Linguistic/SampleThesaurus.java">SampleThesaurus A simple implementation for a Thesaurus service. @@ -1246,7 +1246,7 @@ service. href="./OfficeDev/Linguistic/XHyphenatedWord_impl.java" title="link to OfficeDev/Linguistic/XHyphenatedWord_impl.java">XHyphenatedWord_impl An object implementing the XHyphenatedWord interface. An instance of this type may be returned by the hyphenator. @@ -1257,7 +1257,7 @@ interface. An instance of this type may be returned by the hyphenator. href="./OfficeDev/Linguistic/XMeaning_impl.java" title="link to OfficeDev/Linguistic/XMeaning_impl.java">XMeaning_impl An object implementing the XMeaning interface. An instance of this type may be returned by the thesaurus. @@ -1268,7 +1268,7 @@ interface. An instance of this type may be returned by the thesaurus. href="./OfficeDev/Linguistic/XPossibleHyphens_impl.java" title="link to OfficeDev/Linguistic/XPossibleHyphens_impl.java">XPossibleHyphens_impl An object implementing the XPossibleHyphens interface. An instance of this type may be returned by the hyphenator. @@ -1280,7 +1280,7 @@ instance of this type may be returned by the hyphenator. href="./OfficeDev/Linguistic/XSpellAlternatives_impl.java" title="link to OfficeDev/Linguistic/XSpellAlternatives_impl.java">XSpellAlternatives_impl An object implementing the XSpellAlternatives interface. An instance of this type may be returned by the spell checker. @@ -1305,12 +1305,12 @@ instance of this type may be returned by the spell checker. title="link to OfficeDev/PathSettings/PathSettingsTest.java">PathsettingsTest This code example creates the service com.sun.star.util.PathSettings and retrieves all path properties from it. It shows how a developer can change the path properties using the XPropertySet interface. @@ -1332,7 +1332,7 @@ interface. title="link to OfficeDev/PathSubstitution/PathSubstitutionTest.java">PathSubstitutionTest This code example creates the path substitution service com.sun.star.util.PathSubstitution and retrieves the pre-defined Office path variables. It shows the @@ -1492,16 +1492,16 @@ deployed before it can be used. title="link to Spreadsheet/ExampleDataPilotSource.java">ExampleDataPilotSource Shows usage of a wide variety of spreadsheet interfaces like XCellRangeData, XCellSeries, XArrayFormulaRange and XMultipleOperations as well as named ranges, label ranges and data pilot. @@ -1988,9 +1988,9 @@ LibreOffice %PRODUCT_RELEASE% and executes the code SalesMan samples for databas href="./Database/OpenQuery.java" title="link to Database/OpenQuery.java">OpenQuery Demonstrates the use of XResultSetUpdate -and XRowUpdate. @@ -2221,7 +2221,7 @@ examples title="link to Forms/BooleanValidator.java">BooleanValidator The class BooleanOperator implements an validator for a form control, which can veto certain radio button or check box states. @@ -2240,7 +2240,7 @@ functionality. The class ButtonOperator, well, operates these buttons. title="link to Forms/ComponentTreeTraversal.java">ComponentTreeTraversal Helper classes for traveling through a tree of FormComponent's. @@ -2249,7 +2249,7 @@ through a tree of ControlLock Helper class for implementing the locking of control depending on the state of the underlying RowSet. @@ -2267,7 +2267,7 @@ controls, and attaches several validators to those controls title="link to Forms/ControlValidator.java">ControlValidator Base class implementing the common denominator for components validating form controls. @@ -2287,7 +2287,7 @@ fields from these tables. title="link to Forms/DateValidator.java">DateValidator The class DateValidator implements an validator for a form control, which can check the content of a form date field. @@ -2338,7 +2338,7 @@ manipulating the form layer of a document. responsible for validating the input in a specific grid control column. This is not to be mixed up with the control-based validation as described in the validation module. Instead, a GridFieldValidator assembles and uses various other concepts. @@ -2348,7 +2348,7 @@ various other concepts. href="./Forms/InteractionRequest.java" title="link to Forms/InteractionRequest.java">InteractionRequest A simple implementation of a XInteractionRequest. Not tied to the form layer example, but a general helper. @@ -2357,7 +2357,7 @@ Not tied to the form layer example, but a general helper. title="link to Forms/KeyGenerator.java">KeyGenerator Helper class which is able to generate (unique) keys for a (RowSet ) column. An instance of this class can be tied to a specific row set column. It then monitors the state of the @@ -2371,7 +2371,7 @@ created (two modi, too) key into the column. title="link to Forms/ListSelectionValidator.java">ListSelectionValidator The class ListSelectionValidator implements an validator for a form control, which can veto certain selections in a list box control. @@ -2382,7 +2382,7 @@ control. title="link to Forms/NumericValidator.java">NumericValidator The class NumericValidator implements an validator for a form control, which can veto certain values in every control which allows exchanging numerical values. @@ -2394,7 +2394,7 @@ which allows exchanging numerical values. Though form documents feature inbuilt mechanisms for visually indicating invalid control content (see com.sun.star.form.validation for discussions about validity), the title="link to Forms/DocumentHelper.java">DocumentHelper which represents a spreadsheet document, and offers some form related functionality. For instance, this class allows the creation of CellValueBinding instances, which can be used to couple the content of a form control with the content of @@ -2443,7 +2443,7 @@ which represents a view to a spreadsheet document. This class allows binding the control of a form control with a table cell in a text document. For this, it uses the mechanisms of the com.sun.star.form.binding module. @@ -2453,7 +2453,7 @@ this, it uses the mechanisms of the TextValidator The class TextValidator implements an validator for a form control, which can monitor a form text field. @@ -2463,7 +2463,7 @@ for a form control, which can monitor a form text field. title="link to Forms/TimeValidator.java">TimeValidator The class TimeValidator implements an validator for a form control, which can monitor the content of a form time field. diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 16e7d9d0d0c4..4ab7bc241606 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -159,34 +159,34 @@ BookmarkInsertion This application connects to the office server and - gets the multi component factory. An empty text document will be opened + gets the multi component factory. An empty text document will be opened and an example text will be entered. Afterwards, some bookmarks will be inserted. HardFormatting This program connects to the office server and gets - the multi component factory. Furthermore, an empty text document will be + the multi component factory. Furthermore, an empty text document will be opened, an example text will be entered, some text attributes will be - inspected, and the PropertyState will be checked from the selection. + inspected, and the PropertyState will be checked from the selection. SWriter The program connects to the office server and gets the - multi component factory. An empty text document will be created, some + multi component factory. An empty text document will be created, some text will be entered, and a text table, a colored text, and text frame will be inserted. StyleCreation The example connects to the office server and gets the - multi component factory. An empty text document will be opened, a new + multi component factory. An empty text document will be opened, a new paragraph style will be created, and applied. StyleInitialization The program connects to the office server and gets the - multi component factory. Thereafter, an empty text document will be + multi component factory. Thereafter, an empty text document will be opened and an example text will be entered. The paragraph collection will be used, in order to apply a different paragraph style on the paragraphs. @@ -194,14 +194,14 @@ TextDocumentStructure The application connects to the office server and gets - the multi component factory. An empty text document will be opened, an + the multi component factory. An empty text document will be opened, an enumeration of all paragraphs and an enumeration of all text portions will be created. TextReplace The example connects to the office server and gets the - multi component factory. An empty text document will be created, an + multi component factory. An empty text document will be created, an example text will be inserted, and some English spelled words will be replaced with US spelled words. @@ -243,14 +243,14 @@ EuroAdaption The application connects to the office server and gets - the multi component factory, opens an empty Calc document, enters an + the multi component factory, opens an empty Calc document, enters an example text, sets the number format to DM, changes the number format to EUR (Euro), and uses the DM/EUR factor on each cell with content. SCalc The program connects to the office server and gets the - multi component factory. Then an empty calc document will be opened, + multi component factory. Then an empty calc document will be opened, cell styles will be created, some data will be inserted into the sheets, and the created cell styles will be applied. Finally, a 3D chart will be inserted. @@ -270,7 +270,7 @@ SDraw This program connects to the office server and gets - the multi component factory. Afterwards, an empty text document will + the multi component factory. Afterwards, an empty text document will be created and some shapes will be inserted on the draw page. @@ -492,7 +492,7 @@ The 'uno' program is used to export an arbitrary service to other processes. In this example the com.sun.star.uno.Pipe service (which is built in io-module) is exported. The client component - implements the + implements the com.sun.star.lang.XMain interface. In the run method, it connects to the servers process and retrieves an instance and does some calls on the instance. diff --git a/odk/examples/java/Spreadsheet/CalcAddins.java b/odk/examples/java/Spreadsheet/CalcAddins.java index d658a4f4fafa..19eb52472ff8 100644 --- a/odk/examples/java/Spreadsheet/CalcAddins.java +++ b/odk/examples/java/Spreadsheet/CalcAddins.java @@ -36,7 +36,7 @@ /** You can find more * information on the following web page: - * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html + * http://api.libreoffice.org/ */ import com.sun.star.comp.loader.FactoryHelper; import com.sun.star.lang.XMultiServiceFactory; diff --git a/odk/index.html b/odk/index.html index 7dd4b9687808..73deaa61d243 100644 --- a/odk/index.html +++ b/odk/index.html @@ -71,7 +71,7 @@ will be no limit for office automation in heterogeneous environments. Currently supported platforms of the SDK are Linux, Solaris (sparc, x86), and Windows.

-

The SDK also contains reference documentation +

The SDK also contains reference documentation for the API and a complete Developer's Guide is available online in the Apache OpenOffice Wiki, with lots of examples, which introduce the API, explain the concepts behind it, and make it possible for all users to quickly get started with @@ -114,7 +114,7 @@ - IDL Reference + IDL Reference Complete LibreOffice %PRODUCT_RELEASE% API reference. diff --git a/odk/index_online.html b/odk/index_online.html index f3ca65c30fe7..042c8b8813db 100644 --- a/odk/index_online.html +++ b/odk/index_online.html @@ -36,7 +36,7 @@ - IDL Reference + IDL Reference Complete LibreOffice API reference. -- cgit