core.git: odk/docs

2024-05-04 Thread Julien Nabet (via logerrit)
 odk/docs/install.html |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6aa2e8fe2b0b59e2fe20191decb9bd6202dabcc9
Author: Julien Nabet 
AuthorDate: Sat May 4 10:18:15 2024 +0200
Commit: Julien Nabet 
CommitDate: Sat May 4 12:16:29 2024 +0200

tdf#160924: SDK: typo SDK_HOME instead of OO_SDK_HOME for linux

Change-Id: I8ec2bc31b19cc6b724a6f7ea3238dda8cf60d4b7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167111
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 3bf36d8a2563..e23fa3a535fe 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -459,7 +459,7 @@
   
 LD_LIBRARY_PATH
 =$OO_SDK_URE_LIB_DIR:
-$SDK_HOME/linux/lib:
+$OO_SDK_HOME/linux/lib:
 $LD_LIBRARY_PATH
   The LD_LIBRARY_PATH will be set or will be
 extended by the office/URE library path, 
the


core.git: odk/docs

2024-03-18 Thread Mike Kaganski (via logerrit)
 odk/docs/idl/main.dox |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 26fcbe463c2f91353463bd826f570ca7945c8987
Author: Mike Kaganski 
AuthorDate: Mon Mar 18 11:33:09 2024 +0500
Commit: Mike Kaganski 
CommitDate: Mon Mar 18 14:09:10 2024 +0100

Add a notice about "published" to the IDL API documentation main page

Users don't realize that they may see not only published interfaces
there. Seen e.g. on https://ask.libreoffice.org/t/103621

Change-Id: Id93bb12c1871fcfe85b71be01be0995ee2a83ded
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164962
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/odk/docs/idl/main.dox b/odk/docs/idl/main.dox
index 5e9a6c8f953b..70c79d933144 100644
--- a/odk/docs/idl/main.dox
+++ b/odk/docs/idl/main.dox
@@ -17,4 +17,9 @@
 /// "members inherited from optional service or interface",
 /// i.e., not every implementation supports these members
 /// or attributes.
+///
+///  emark
+/// Only interfaces marked "published" are part of the published
+/// UNO API. Interfaces that haven't "published" mark, may be
+/// changed at any time. Do not use them in macros / scripts.
 


[Libreoffice-commits] core.git: odk/docs

2023-06-29 Thread Samuel Mehrbrodt (via logerrit)
 odk/docs/tools.html |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1b4f40165850ffdc0399d39390878925ef5e9be4
Author: Samuel Mehrbrodt 
AuthorDate: Thu Jun 29 22:13:40 2023 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Thu Jun 29 23:00:22 2023 +0200

Point to LO DevGuide instead of OOo

Change-Id: Ib8ac0a69491f4cab3fbb1b4ba7ab29e55d3c8350
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153774
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index d71d36f2401d..f9edc69c9394 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -141,7 +141,7 @@
  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.
  More details concerning deployment and this tool can be 
found in the
- Developer's Guide: http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg; 
title="link to the Extension Manager - unopkg chapter in the 
Developer's Guide">Extension Manager - unopkg.
+ Developer's Guide: https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#unopkg;
 title="link to the Extension Manager - unopkg chapter in the 
Developer's Guide">Extension Manager - unopkg.
  Note: This tool works only in the 
office/program
  directory!
  Usage:
@@ -333,7 +333,7 @@
  to check UNODL type definitions and transform valid type 
definitions
  into a binary type library format, which is later used by all 
codemaker
  tools. It is also used as a dynamic type library for UNO at 
runtime.
- You can find a syntax description for UNOIDL http://wiki.openoffice.org/wiki/Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification;
 title="link to the UNOIDL Syntax Specification chapter in the 
Developer's Guide">here.
+ You can find a syntax description for UNOIDL https://wiki.documentfoundation.org/Documentation/DevGuide/UNOIDL_Syntax_Specification;
 title="link to the UNOIDL Syntax Specification chapter in the 
Developer's Guide">here.
  Note: unoidl-write produces a new binary type 
library format that is
  different from the legacy format that was produced by idlc 
and regmerge.  While
  recent versions of LibreOffice are still able to read the old 
format, versions of


[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html odk/settings

2022-04-12 Thread Ilmari Lauhakangas (via logerrit)
 odk/docs/install.html  |8 +++-
 odk/examples/DevelopersGuide/examples.html |5 ++---
 odk/examples/examples.html |   21 ++---
 odk/index.html |   10 --
 odk/index_online.html  |2 +-
 odk/settings/platform.mk   |2 +-
 6 files changed, 21 insertions(+), 27 deletions(-)

New commits:
commit 89dfd5058ac8f524021f03bd29d7aedca182bc72
Author: Ilmari Lauhakangas 
AuthorDate: Tue Apr 12 15:51:36 2022 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Tue Apr 12 17:32:02 2022 +0200

odk: update DevGuide wiki links and correct history in footer

Change-Id: I95c78d1346d354b755aeecaa1e6c9d789be0b693
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132905
Tested-by: Ilmari Lauhakangas 
Reviewed-by: Ilmari Lauhakangas 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 61bf4cc83f0c..1abd0b8c9bb4 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -335,8 +335,8 @@
 If this variable is set, the
   component examples are automatically deployed
   into the LibreOffice installation referenced
-  by OFFICE_HOME. See also chapter
-  http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg; 
title="link to the Extension Manager - unopkg chapter in the 
Developer's Guide">Extension Manager - unopkg
+  by OFFICE_HOME. See also section
+  https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#unopkg;
 title="link to the Extension Manager - unopkg section in the 
Developer's Guide">Extension Manager - unopkg
   from the Developer's Guide.
   
 
@@ -536,9 +536,7 @@
   
 Copyright © 2000–2022 LibreOffice contributors. All rights
   reserved.
-  LibreOffice was created by The Document Foundation, based on
-  Apache OpenOffice, which is Copyright 2011 The Apache Software
-  Foundation.
+  LibreOffice was created by The Document Foundation, based on 
OpenOffice.org.
   The Document Foundation acknowledges all community members, 
please
   find more info
   https://www.libreoffice.org/about-us/credits/; 
target="_blank">at our website.
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index f58800daf105..7cb3fb42fada 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -52,7 +52,7 @@
 
   
   The https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide;
+ href="https://wiki.documentfoundation.org/Documentation/DevGuide;
  title="link to the Developer's Guide in the Wiki">Developer's Guide
 comes with a wide range of examples from all application areas which
 shows the use of the API in the context of the different functional
@@ -2859,8 +2859,7 @@ for the Office application.
 Copyright © 2000–2022 LibreOffice contributors. 
All rights reserved.
 
 LibreOffice was created by The Document Foundation,
-based on Apache OpenOffice, which is Copyright 2011
-The Apache Software Foundation.
+based on OpenOffice.org.
 
 The Document Foundation acknowledges all community 
members, please find more info https://www.libreoffice.org/about-us/credits/; target="_blank">at our 
website.
 
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 9383e3a23cb0..9a1bf3de6b3a 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -85,7 +85,7 @@
 
   
   Developer's Guide examples
-  The http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide;
 title="link to the Developer's Guide in the Wiki">Developer's Guide comes
+  The https://wiki.documentfoundation.org/Documentation/DevGuide; title="link 
to the Developer's Guide in the Wiki">Developer's Guide comes
  with a rich set of examples which demonstrate the use 
of the API in
  the different application areas.
 
@@ -371,9 +371,9 @@
  
  Additional information:
  
- http://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Simple_Component_in_Java;
 title="link to the Simple 

[Libreoffice-commits] core.git: odk/docs

2022-04-12 Thread Stephan Bergmann (via logerrit)
 odk/docs/idl/wikilinks.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 48e277ad1d3fc0a8f7cb3e3cf356e15f6102a17f
Author: Stephan Bergmann 
AuthorDate: Tue Apr 12 14:09:20 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Apr 12 16:45:24 2022 +0200

Fix unoidl-read invocation

...that had inadvertently been missing from
bb64cd2884beb03a2d578ada10abdb3e0df22778 "Add unoidl-read to the SDK"

Change-Id: I4003e1dede9c8d6caf036534f4c3d0e59a24da14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132903
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/idl/wikilinks.py b/odk/docs/idl/wikilinks.py
index 732c0e672c3a..742d874eafa7 100644
--- a/odk/docs/idl/wikilinks.py
+++ b/odk/docs/idl/wikilinks.py
@@ -15,7 +15,7 @@
 # Usage:
 #
 # In core, generate a file letting us know what kinds of entities to declare:
-# cat <(make -s cmd cmd='LD_LIBRARY_PATH=$(INSTDIR)/program 
$(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb') <(make 
-s cmd cmd='LD_LIBRARY_PATH=$(INSTDIR)/program $(INSTDIR)/sdk/bin/unoidl-read 
--summary $(INSTDIR)/program/types.rdb $(INSTDIR)/program/types/offapi.rdb') | 
LC_ALL=C sort | LC_ALL=C uniq > /tmp/kinds
+# cat <(make -s cmd cmd='$(INSTDIR)/sdk/bin/unoidl-read --summary 
$(INSTDIR)/program/types.rdb') <(make -s cmd 
cmd='$(INSTDIR)/sdk/bin/unoidl-read --summary $(INSTDIR)/program/types.rdb 
$(INSTDIR)/program/types/offapi.rdb') | LC_ALL=C sort | LC_ALL=C uniq > 
/tmp/kinds
 #
 # Run the script while feeding it the chapter references and output the fake 
IDL:
 # python wikilinks.py < idl_chapter_refs.txt > generated_idl_chapter_refs.idl


[Libreoffice-commits] core.git: odk/docs

2022-04-11 Thread Stephan Bergmann (via logerrit)
 odk/docs/tools.html |   17 ++---
 1 file changed, 2 insertions(+), 15 deletions(-)

New commits:
commit bdfab729df65d782bdc1aad53b8b1a413062847d
Author: Stephan Bergmann 
AuthorDate: Mon Apr 11 10:59:08 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Apr 11 13:12:28 2022 +0200

Drop duplicate regmerge/regview items

...that had been added with 26db47abd059a1482bd03df937314f4645c38ece
"CWS-TOOLING: integrate CWS jsc312", probably due to a mis-merge.  (The 
first
occurrences had been updated over time, and the second ones not, but lets 
keep
the second ones, properly updated, as that matches the order in which the 
tools'
full descriptions appear further down below.)

Change-Id: I725105e926a5761c210c5901e00179ea9a1b6b5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132812
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 8b991d6a4abf..49d1e911cfc1 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -68,19 +68,6 @@
  comes with the office installation and can be found 
in the program
  directory of the office installation.
 
-   
-  
-  regmerge
-  Deprecated tool to merge several legacy 
registry (e.g. type
- libraries) files into one file. Note: Since 
OpenOffice.org 3 it is no longer part of the SDK but it comes directly with the 
office as part of the ure.
-
-
-  
-  regview
-  Tool to view the content of a legacy 
registry file
- in a human readable manner. Special support for type 
library
- nodes. Note: Since OpenOffice.org 3 it is no 
longer part of the SDK but it comes directly with the office as part of the 
ure.
-
 
   
   idlc
@@ -122,14 +109,14 @@
   
   regmerge
   Deprecated tool to merge several legacy 
registry (e.g. type
- libraries) files into one file.
+ libraries) files into one file. Note: Since 
OpenOffice.org 3 it is no longer part of the SDK but it comes directly with the 
office as part of the ure.
 
 
   
   regview
   Tool to view the content of a legacy 
registry file
  in a human readable manner. Special support for type 
library
- nodes.
+ nodes. Note: Since OpenOffice.org 3 it is no 
longer part of the SDK but it comes directly with the office as part of the 
ure.
 
 
   


[Libreoffice-commits] core.git: odk/docs

2022-04-11 Thread Stephan Bergmann (via logerrit)
 odk/docs/tools.html |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 1e859921ffc3b8974416e1b67face18d0e0de7fb
Author: Stephan Bergmann 
AuthorDate: Mon Apr 11 09:37:15 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Apr 11 10:52:53 2022 +0200

Remove unmotivated horizontal separator

...that had been added with 00bb4bff5cc42f702cb587b47bbdb92b226791ce
"INTEGRATION: CWS sdksample", for unclear reasons

Change-Id: I2931ecb6f1876d7e99b4706b1fd39f9b8761c68e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132807
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index e145e059de9b..8b991d6a4abf 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -81,9 +81,6 @@
  in a human readable manner. Special support for type 
library
  nodes. Note: Since OpenOffice.org 3 it is no 
longer part of the SDK but it comes directly with the office as part of the 
ure.
 
-
-  
-
 
   
   idlc


[Libreoffice-commits] core.git: odk/docs

2022-04-11 Thread Ilmari Lauhakangas (via logerrit)
 odk/docs/idl/generated_idl_chapter_refs.idl | 2816 +-
 odk/docs/idl/idl_chapter_refs.txt   | 2982 ++--
 odk/docs/idl/wikilinks.py   |   17 
 3 files changed, 2910 insertions(+), 2905 deletions(-)

New commits:
commit a5c27f59c4e28d9ec1c1ce8f8c0c5ef6fc68772c
Author: Ilmari Lauhakangas 
AuthorDate: Sun Apr 10 18:57:26 2022 +0300
Commit: Ilmari Lauhakangas 
CommitDate: Mon Apr 11 08:34:08 2022 +0200

odk: update DevGuide wiki links after import into TDF wiki

Change-Id: I5a698250db7e822f8d95ff43d87705df05f91c47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132784
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas 

diff --git a/odk/docs/idl/generated_idl_chapter_refs.idl 
b/odk/docs/idl/generated_idl_chapter_refs.idl
index 1e9d2169a2e7..451d40d0c9cf 100644
--- a/odk/docs/idl/generated_idl_chapter_refs.idl
+++ b/odk/docs/idl/generated_idl_chapter_refs.idl
@@ -5,10 +5,11 @@
 module com {
 module sun {
 module star {
-module sheet {
+module i18n {
 /// @par Developers Guide
-///  http://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Database_Operations;>Spreadsheets
 - Database Operations
-service DatabaseRanges {}
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCharacterClassification_2;>Office
 Development - Implementing a New Locale - XCharacterClassification
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Office_Development#XCharacterClassification;>Office
 Development - Overview and Using the API - XCharacterClassification
+interface XCharacterClassification {}
 };
 };
 };
@@ -18,10 +19,16 @@ service DatabaseRanges {}
 module com {
 module sun {
 module star {
-module script {
+module uno {
 /// @par Developers Guide
-///  http://wiki.openoffice.org/wiki/Documentation/DevGuide/AdvUNO/UNO_Reflection_API;>AdvUNO
 - UNO Reflection API
-service InvocationAdapterFactory {}
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context;>Professional
 UNO - Service Manager and Component Context
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Getting_Started;>First
 Steps - First Contact - Getting Started
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager;>Professional
 UNO - Java - Getting a Service Manager
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections;>Professional
 UNO - C++ - Establishing Interprocess Connections
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections;>Professional
 UNO - UNO Interprocess Connections
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components_2;>Professional
 UNO - C++ - Transparent Use of Office UNO Components
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Transparent_Use_of_Office_UNO_Components;>Professional
 UNO - Java - Transparent Use of Office UNO Components
+interface XComponentContext {}
 };
 };
 };
@@ -31,10 +38,10 @@ service InvocationAdapterFactory {}
 module com {
 module sun {
 module star {
-module table {
+module lang {
 /// @par Developers Guide
-///  http://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Columns_and_Rows;>Spreadsheets
 - Columns and Rows
-service TableColumns {}
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context;>Professional
 UNO - Service Manager and Component Context
+interface XMultiServiceFactory {}
 };
 };
 };
@@ -44,10 +51,16 @@ service TableColumns {}
 module com {
 module sun {
 module star {
-module sdbc {
+module lang {
 /// @par Developers Guide
-///  http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Update;>Database
 - Update
-interface XRowUpdate {}
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Service_Manager_and_Component_Context;>Professional
 UNO - Service Manager and Component Context
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/First_Steps#Getting_Started;>First
 Steps - First Contact - Getting Started
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Getting_a_Service_Manager;>Professional
 UNO - Java - Getting a Service Manager
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Establishing_Interprocess_Connections;>Professional
 UNO - C++ - Establishing Interprocess Connections
+///  https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#UNO_Interprocess_Connections;>Professional
 UNO - UNO Interprocess Connections
+///  

[Libreoffice-commits] core.git: odk/docs unoidl/source

2022-04-09 Thread Stephan Bergmann (via logerrit)
 odk/docs/idl/wikilinks.py |2 
 unoidl/source/unoidl-read.cxx |  125 +-
 2 files changed, 100 insertions(+), 27 deletions(-)

New commits:
commit 29578ae1394de2fffae2e34326d03d81b4c4f475
Author: Stephan Bergmann 
AuthorDate: Sat Apr 9 12:16:41 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Sat Apr 9 13:15:01 2022 +0200

Introduce `unoidl-read --summary` mode

...as needed by odk/docs/idl/wikilinks.py

Change-Id: I6dd096338e9f200679810d33e89c8b9ce18f69f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132752
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/idl/wikilinks.py b/odk/docs/idl/wikilinks.py
index 7854f645063e..4f775d29b550 100644
--- a/odk/docs/idl/wikilinks.py
+++ b/odk/docs/idl/wikilinks.py
@@ -22,7 +22,7 @@ allkinds = {}
 
 # unfortunately we need to know what kind of entity to declare...
 # generate this file like so:
-# solver/unxlngx6/bin/regview solver/unxlngx6/bin/types.rdb | grep -A1 "type 
class:" | awk '/type class:/ { class = $NF } /type name:/ { gsub("/", ".", 
$NF); gsub("\"", "", $NF); print class, $NF }' > /tmp/kinds
+# cat <(make -s cmd cmd='LD_LIBRARY_PATH=$(INSTDIR_FOR_BUILD)/program 
$(WORKDIR_FOR_BUILD)/LinkTarget/Executable/unoidl-read --summary 
$(INSTDIR)/program/types.rdb') <(make -s cmd 
cmd='LD_LIBRARY_PATH=$(INSTDIR_FOR_BUILD)/program 
$(WORKDIR_FOR_BUILD)/LinkTarget/Executable/unoidl-read --summary 
$(INSTDIR)/program/types.rdb $(INSTDIR)/program/types/offapi.rdb') | LC_ALL=C 
sort | LC_ALL=C uniq > /tmp/kinds
 for line in open("/tmp/kinds") :
 (kind,_,name) = line.strip().partition(" ")
 allkinds[name] = kind
diff --git a/unoidl/source/unoidl-read.cxx b/unoidl/source/unoidl-read.cxx
index a458d9b32863..fec721a34491 100644
--- a/unoidl/source/unoidl-read.cxx
+++ b/unoidl/source/unoidl-read.cxx
@@ -32,7 +32,7 @@ namespace {
 void badUsage() {
 std::cerr
 << "Usage:" << std::endl << std::endl
-<< "  unoidl-read [--published] [] "
+<< "  unoidl-read [--published] [--summary] [] 
"
 << std::endl << std::endl
 << ("where each  is either a new- or legacy-format .rdb 
file,"
 " a single .idl")
@@ -46,7 +46,10 @@ void badUsage() {
 << ("published entities (plus any non-published entities referenced"
 " from published")
 << std::endl
-<< "via any unpublished optional bases) are written out." << std::endl;
+<< "via any unpublished optional bases) are written out.  If --summary 
is specified,"
+<< std::endl
+<< "only a short summary is written, with the type and name of one 
entity per line."
+<< std::endl;
 std::exit(EXIT_FAILURE);
 }
 
@@ -139,9 +142,9 @@ struct Entity {
 enum class Written { NO, DECLARATION, DEFINITION };
 
 explicit Entity(
-rtl::Reference const & theEntity, bool theRelevant):
+rtl::Reference const & theEntity, bool theRelevant, 
Entity * theParent):
 entity(theEntity), relevant(theRelevant), sorted(Sorted::NO),
-written(Written::NO)
+written(Written::NO), parent(theParent)
 {}
 
 rtl::Reference const entity;
@@ -150,6 +153,7 @@ struct Entity {
 bool relevant;
 Sorted sorted;
 Written written;
+Entity * parent;
 };
 
 void insertEntityDependency(
@@ -215,8 +219,8 @@ void insertTypeDependency(
 
 void scanMap(
 rtl::Reference const & manager,
-rtl::Reference const & cursor, bool published,
-std::u16string_view prefix, std::map & entities)
+rtl::Reference const & cursor, bool modules, bool 
published,
+std::u16string_view prefix, Entity * parent, std::map & 
entities)
 {
 assert(cursor.is());
 for (;;) {
@@ -227,11 +231,17 @@ void scanMap(
 }
 OUString name(prefix + id);
 if (ent->getSort() == unoidl::Entity::SORT_MODULE) {
+Entity * p = nullptr;
+if (modules) {
+p = (std::make_pair(name, Entity(ent, 
!published, parent))).first
+->second;
+}
 scanMap(
 manager,
-static_cast(ent.get())->createCursor(),
-published, OUStringConcatenation(name + "."), entities);
+static_cast(ent.get())->createCursor(), modules,
+published, OUStringConcatenation(name + "."), p, entities);
 } else {
+auto const pub = static_cast(ent.get())->isPublished();
 std::map::iterator i(
 entities.insert(
 std::make_pair(
@@ -239,10 +249,14 @@ void scanMap(
 Entity(
 ent,
 (!published
- || (static_cast(
- ent.get())
- ->isPublished())
+ || pub),
+parent)))
 

[Libreoffice-commits] core.git: odk/docs

2021-07-01 Thread Samuel Mehrbrodt (via logerrit)
 odk/docs/tools.html |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 25580a3d72f64a3cee04ef330c58caf77873ef45
Author: Samuel Mehrbrodt 
AuthorDate: Tue Jun 29 14:05:33 2021 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Thu Jul 1 10:19:55 2021 +0200

Update documentation for uno executable

After -r parameter was removed with 5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8

Change-Id: I1961f35ea375e7fd7426958275de0809c8fc9e2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118087
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 0d4e3cbd3224..6100f6fd09f2 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -258,10 +258,10 @@
  The UNO-starter is for running a component or service 
process, and
  providing a runtime environment. Raising a component might 
look like
  this 
- [c:\] uno.exe -c MyComponent -l mycomp.dll -r 
myregistry.rdb
+ [c:\] uno.exe -c MyComponent -l mycomp.dll 
-env:URE_MORE_SERVICES=myservices.rdb -env:URE_MORE_TYPES=mytypes.rdb
  -- foo bar
  or
- [c:\] uno.exe -s foo.bar.FooBarService -r 
myregistry.rdb
+ [c:\] uno.exe -s foo.bar.FooBarService 
-env:URE_MORE_SERVICES=myservices.rdb -env:URE_MORE_TYPES=mytypes.rdb
  -- foo bar
  The starter loads the component and instantiates it. The 
component
  must export the interface com.sun.star.lang.XMain:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2020-01-17 Thread Michael Stahl (via logerrit)
 odk/docs/install.html |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit f34df3e63d8daf7b2d9010e7772c04fb1b69c921
Author: Michael Stahl 
AuthorDate: Fri Jan 17 16:46:52 2020 +0100
Commit: Michael Stahl 
CommitDate: Fri Jan 17 16:49:58 2020 +0100

odk: docs: remove the confusing sentence about "user installation"

Better not mention an undefined term than to leave people guessing what
it means.

Change-Id: I589475303e215bd12cdc92e0f858d048052b6da6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86987
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 4b94f7fd564c..b14f4daefebb 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -255,8 +255,7 @@
 OFFICE_HOME
 Path to an existing
   LibreOffice installation, e.g.
-  /opt/libreoffice8. Be sure that 
it
-  is not a user installation only.
+  /opt/libreoffice8.
   
   
 OO_SDK_NAME
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs svx/source

2019-12-18 Thread Andrea Gelmini (via logerrit)
 odk/docs/install.html  |2 +-
 svx/source/table/svdotable.cxx |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 790e47a545f610a82cd3fa76cf39223dc4782a99
Author: Andrea Gelmini 
AuthorDate: Wed Dec 18 18:09:38 2019 +0100
Commit: Julien Nabet 
CommitDate: Wed Dec 18 19:40:00 2019 +0100

Fix typo

Change-Id: Ia721484c9c39d62e939bb3f5628c8dcaa89d5603
Reviewed-on: https://gerrit.libreoffice.org/85417
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 1ed78676f68d..eef4cbfe7833 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -232,7 +232,7 @@
   and directories (SDK, LibreOffice, GNU make, 
Java,
   C++), in order to prepare a working SDK
   environment. (On Unix-like systems, the 
configure script recursively
-  starts a new interactive shell with the relevent 
environment variables
+  starts a new interactive shell with the relevant 
environment variables
   set; this is not needed on Windows.)
   After completing the configure script
   once, the newly created script is always used to
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 2538b798c55c..50fb4cc94f39 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -439,7 +439,7 @@ SdrTableObjImpl& SdrTableObjImpl::operator=( const 
SdrTableObjImpl& rSource )
 
 if(!xNewTableStyle.is() && rSource.mxTableStyle.is()) try
 {
-// search in traget SdrModel for that TableStyle
+// search in target SdrModel for that TableStyle
 const OUString sStyleName( Reference< XNamed >( rSource.mxTableStyle, 
UNO_QUERY_THROW )->getName() );
 Reference< XStyleFamiliesSupplier > 
xSFS(rTargetSdrModel.getUnoModel(), UNO_QUERY_THROW );
 Reference< XNameAccess > xFamilyNameAccess( xSFS->getStyleFamilies(), 
css::uno::UNO_SET_THROW );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2019-12-18 Thread Stephan Bergmann (via logerrit)
 odk/docs/install.html |   21 -
 1 file changed, 16 insertions(+), 5 deletions(-)

New commits:
commit c85588548bb016eb88247de75e303be2585023a6
Author: Stephan Bergmann 
AuthorDate: Wed Dec 18 11:48:19 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Dec 18 13:03:59 2019 +0100

Fix instructions for setting up the SDK

(see the mail thread starting at


"Beginner's question about installing Libreoffice SDK")

Change-Id: Iea0c394ec052587cdf4ba2a6a7ab38f4214ccbf0
Reviewed-on: https://gerrit.libreoffice.org/85374
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 1f9b502daf02..1ed78676f68d 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -207,8 +207,8 @@
 
 
   
-The SDK provides an implicit configuration
-  mechanism, which configures the SDK build
+The SDK provides a
+  mechanism which configures the SDK build
   environment to your personal needs the first time
   you use the SDK environment. This configuration
   step creates a new setsdkenv_XXX script in the
@@ -219,11 +219,22 @@
   C:\Documents and 
Settings\username\Application 
Data\%OO_SDK_NAME%\setsdkenv_windows.bat-
 for Windows
 
-The automatically started configure script 
(Unix-like systems
-  and Windows) requests relevant information
+To start the configure script, change into the 
SDK root directory and
+  run:
+
+  ./setsdkenv_unix-
+for Unix-like systems
+  setsdkenv_windows.bat-
+for Windows
+
+The configure script
+  requests relevant information
   and directories (SDK, LibreOffice, GNU make, 
Java,
   C++), in order to prepare a working SDK
-  environment. After completing the configure 
script
+  environment. (On Unix-like systems, the 
configure script recursively
+  starts a new interactive shell with the relevent 
environment variables
+  set; this is not needed on Windows.)
+  After completing the configure script
   once, the newly created script is always used to
   set the necessary environment variables for using
   the SDK and the required tools.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2019-12-17 Thread Stephan Bergmann (via logerrit)
 odk/docs/install.html |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 44fda47be99dc870900ac08f77e1d2343219df31
Author: Stephan Bergmann 
AuthorDate: Tue Dec 17 20:06:24 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Dec 17 22:06:56 2019 +0100

Cosmetic documentation fixes

consolidate on "Linux", "macOS", "Unix-like systems", "Windows", "Xcode"

Change-Id: I448adee41cd557544b9c717ce7663c6fd08a7270
Reviewed-on: https://gerrit.libreoffice.org/85332
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 055f4007b24a..1f9b502daf02 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -123,8 +123,8 @@
   4.1 or later
   
   
-Mac OS X
-XCode
+macOS
+Xcode
   
   
 Windows
@@ -215,20 +215,20 @@
   user's home directory:
 
   
$HOME/$OO_SDK_NAME/setsdkenv_unix.sh-
-for Unix
+for Unix-like systems
   C:\Documents and 
Settings\username\Application 
Data\%OO_SDK_NAME%\setsdkenv_windows.bat-
-for Windows2000/XP or later
+for Windows
 
-The automatically started configure script (Unix
-  and Windows2000/XP) requests relevant information
+The automatically started configure script 
(Unix-like systems
+  and Windows) requests relevant information
   and directories (SDK, LibreOffice, GNU make, 
Java,
   C++), in order to prepare a working SDK
   environment. After completing the configure 
script
   once, the newly created script is always used to
   set the necessary environment variables for using
   the SDK and the required tools.
-On UNIX operating systems, the configure script
-  uses Perl. LINUX systems should have installed a
+On Unix-like systems, the configure script
+  uses Perl. Linux systems should have installed a
   working Perl version, and on Solaris you can find
   a working Perl version under
   http://www.sunfreeware.com/; title="link to www.sunfreeware.com 
(online)">http://www.sunfreeware.com/
@@ -334,7 +334,7 @@
   every time you want to use the configured SDK
   environment. The settings are local for the
   current shell on Windows or the new started shell
-  on UNIX. On UNIX you can now source the prepared
+  on Unix-like systems. On Unix-like systems you 
can now source the prepared
   environment script file
   (setsdkenv_unix.sh) to prepare your
   current shell instead of starting a new 
shell.
@@ -412,7 +412,7 @@
 
   
 
-Environment Variables for UNIX
+Environment Variables for 
Unix-like systems
 Solaris
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2019-08-11 Thread Matthias Seidel (via logerrit)
 odk/docs/idl/idl_chapter_refs.txt |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c490c80a6345e24990dd2b56d47a8623cf7ec47
Author: Matthias Seidel 
AuthorDate: Wed Jun 5 23:15:55 2019 +
Commit: Caolán McNamara 
CommitDate: Sun Aug 11 21:32:17 2019 +0200

Fixed "OfficeDocument"

(cherry picked from commit 856d28801b59d45cf4d32602adc57a08cd618b6d)

Change-Id: Ie915588bda5930dc51a1484f20d0bbd9d955ec29
Reviewed-on: https://gerrit.libreoffice.org/77269
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/odk/docs/idl/idl_chapter_refs.txt 
b/odk/docs/idl/idl_chapter_refs.txt
index 8be5850fb4cb..875ce811c309 100644
--- a/odk/docs/idl/idl_chapter_refs.txt
+++ b/odk/docs/idl/idl_chapter_refs.txt
@@ -3037,7 +3037,7 @@ com.sun.star.frame.Controller
 com.sun.star.lang.XMultiServiceFactory
 com.sun.star.frame.XDesktop
 com.sun.star.frame.Frame
-com.sun.star.model.OfficeDocument
+com.sun.star.document.OfficeDocument
 TOPIC:
 
 LINK:Documentation/DevGuide/GUI/Dialog_Controls
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: odk/docs odk/examples

2019-07-24 Thread Andrea Gelmini (via logerrit)
 odk/docs/install.html  |2 +-
 odk/examples/java/Inspector/Inspector.java |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46ce440cf8ee10d57a28e861e981f3c820a8c8ed
Author: Andrea Gelmini 
AuthorDate: Tue Jul 23 19:31:15 2019 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Jul 24 11:53:09 2019 +0200

Fix typo 'a SDK'

Partial revert of:
https://gerrit.libreoffice.org/#/c/76028/4

Change-Id: I94173556f1dff21ff47245f8b632411fc8be1ff6
Reviewed-on: https://gerrit.libreoffice.org/76200
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 266fd7c33b88..055f4007b24a 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -315,7 +315,7 @@
   output directory is optional, by
   default the output is generated in the SDK
   directory itself. If an output directory is
-  specified, the output is generated in a SDK
+  specified, the output is generated in an SDK
   dependent subdirectory in this directory 
(e.g.
   OO_SDK_OUTPUT_DIR /LibreOffice
   %PRODUCT_RELEASE%/LINUXExample.out)
diff --git a/odk/examples/java/Inspector/Inspector.java 
b/odk/examples/java/Inspector/Inspector.java
index 18a75bcdb469..18d8d909a449 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
 private TDocSupplier oTDocSupplier;
 private Introspector m_oIntrospector = null;
 // TODO: improve these strings:
-private static final String sWRONGINSTALLATIONPATH = "Your selected 
path does not refer to a SDK-Installation!";
+private static final String sWRONGINSTALLATIONPATH = "Your selected 
path does not refer to an SDK-Installation!";
 /** Creates a new instance of Dialog */
 public _Inspector(XComponentContext _xComponentContext) {
 m_xComponentContext = _xComponentContext;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: odk/docs

2019-05-09 Thread Tomoyuki Kubota (via logerrit)
 odk/docs/cpp/Doxyfile |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f20b8e793f6816c354eb8853dc0a2a1594784b7e
Author: Tomoyuki Kubota 
AuthorDate: Sun Apr 7 20:56:32 2019 +0900
Commit: Michael Stahl 
CommitDate: Thu May 9 11:29:42 2019 +0200

par command does not allow n command in its first line(title)

Doxygen used to allow this but there was a regression, which is
apparently not being fixed:
https://github.com/doxygen/doxygen/issues/6304

Change-Id: I7602236522a56c30a2249bd8065796b3c6458704
Reviewed-on: https://gerrit.libreoffice.org/70377
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 1bb4ddd4284b..6ea291782a79 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -30,7 +30,7 @@ HTML_TIMESTAMP = NO
 
 GENERATE_LATEX = NO
 
-ALIASES = "derive=\par Derive: \n"
+ALIASES = "derive=\par Derive:"
 
 MACRO_EXPANSION = YES
 EXPAND_ONLY_PREDEF = YES
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: odk/docs

2018-09-15 Thread Libreoffice Gerrit user
 odk/docs/sdk_styles.css |  104 
 1 file changed, 52 insertions(+), 52 deletions(-)

New commits:
commit c6e9be6bd817f7bae78fb95966019ad02947d47a
Author: Andras Timar 
AuthorDate: Sat Sep 15 21:12:22 2018 +0200
Commit: Andras Timar 
CommitDate: Sat Sep 15 21:25:04 2018 +0200

SDK: fix image URLs in docs

Change-Id: I2cac00a6da5602e4edbf9f6ca440f3a350e8dea7
Reviewed-on: https://gerrit.libreoffice.org/60540
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/odk/docs/sdk_styles.css b/odk/docs/sdk_styles.css
index de1afb46c08b..fe6917a4cc72 100644
--- a/odk/docs/sdk_styles.css
+++ b/odk/docs/sdk_styles.css
@@ -24,7 +24,7 @@
 
 body {
font: 87.5% sans-serif;
-   background: 
url(http://www.libreoffice.org/themes/libo/images/background-page.png) repeat-x 
#FFF;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/background-page.png) 
repeat-x #FFF;
 }
 
 /* Styles go from the top of the page to the bottom (generally) */
@@ -39,21 +39,21 @@ body {
width: 218px;
height: 45px;
padding: 18px 20px;
-   background: url(http://www.libreoffice.org/themes/libo/images/logo.png) 
no-repeat 18px 20px;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/logo.png) no-repeat 18px 
20px;
*float:left;/* hack for IE7 that doesn't respect inline-block */
 }
 #TopHeader { height: 88px;/* needed for IE7 */}
 #TopHeader, #BottomHeader {
padding-left: 5px;
padding-right: 5px;
-   background-image: 
url(http://www.libreoffice.org/themes/libo/images/header.png);
+   background-image: 
url(https://api.libreoffice.org/themes/libo/images/header.png);
background-repeat: no-repeat;
 }
 #Layout {
padding: 0 5px;
 }
 #HeaderTagLine {
-   float: right; 
+   float: right;
padding-top: 30px;
padding-right: 20px;
color: #18A303;
@@ -130,7 +130,7 @@ body {
background-color: #43C330;
 }
 #SecondNavigation li.current, #SecondNavigation li.section {
-   background: 
url(http://www.libreoffice.org/themes/libo/images/navigation-second-current.png)
 center bottom no-repeat;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/navigation-second-current.png)
 center bottom no-repeat;
 }
 
 #Layout #ThirdNavigation {
@@ -171,7 +171,7 @@ body {
 }
 
 #Layout #ThirdNavigation li a:hover {
-   background: 
url(http://www.libreoffice.org/themes/libo/images/heading-green.png) repeat-x 0 
bottom;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/heading-green.png) repeat-x 
0 bottom;
 }
 
 #Layout #ThirdNavigation li a.current {
@@ -188,7 +188,7 @@ body {
height: 44px;
font-size: 1.5em;
color: #18A303;
-   background: 
url(http://www.libreoffice.org/themes/libo/images/download-button.png) 
no-repeat;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/download-button.png) 
no-repeat;
 }
 
 #DownloadButton:hover {
@@ -229,11 +229,11 @@ body {
margin: 3px 0 20px 18px;
width: 88px;
height: 30px;
-   background: 
url(http://www.libreoffice.org/themes/libo/images/creative-commons-license.png) 
no-repeat;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/creative-commons-license.png)
 no-repeat;
 }
 
 div.HalfBlockLeft, div.HalfBlockRight {
-   width: 440px; 
+   width: 440px;
float: left;
display: block;
 }
@@ -261,7 +261,7 @@ div.faqsList {
 }
 
 a#toTop {
-   background-image: 
url(http://www.libreoffice.org/themes/libo/images/tango_totop.png);
+   background-image: 
url(https://api.libreoffice.org/themes/libo/images/tango_totop.png);
text-indent: 48px;
white-space: nowrap;
width: 48px;
@@ -332,7 +332,7 @@ a, .typography a {
 a:hover, .typography a:hover {
color: #106802;
text-decoration: underline;
-} 
+}
 a:visited, .typography a:visited  {
color: #106802;
 }
@@ -343,21 +343,21 @@ a:visited, .typography a:visited  {
 .typography a.pdf {
padding: 2px;
padding-left: 20px;
-   background: 
url(http://www.libreoffice.org/themes/libo/images/icons/page_white_acrobat.png) 
no-repeat left center;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/icons/page_white_acrobat.png)
 no-repeat left center;
 }
 .typography a[href$=".doc"],
 .typography a[href$=".DOC"],
 .typography a.doc {
padding: 2px;
padding-left: 20px;
-   background: 
url(http://www.libreoffice.org/themes/libo/images/icons/page_word.png) 
no-repeat left center;
+   background: 
url(https://api.libreoffice.org/themes/libo/images/icons/page_word.png) 
no-repeat left center;
 }
 .typography a[href$=".xls"],
 .typography a[href$=".XLS"],
 .typography a.xls {
padding: 2px;
padding-left: 20px;
-   background: 

[Libreoffice-commits] core.git: odk/docs

2017-08-17 Thread Michael Stahl
 odk/docs/install.html |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 046878a88a9fd47101db9e24eb9fb4203ca6efbe
Author: Michael Stahl 
Date:   Thu Aug 17 15:50:18 2017 +0200

odk: oops, typo "have have"

Change-Id: I3ab67d22985c8023da9db78ee085db07835aa2bf

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 9b6903976782..644f42490e8b 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -73,7 +73,7 @@
 Download the SDK from the same
 source as your LibreOffice packges.
 
-  If you have have installed an official The
+  If you have installed an official The
 Document Foundation LibreOffice release,
 download and install the corresponding SDK
 release for your platform from
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2017-08-17 Thread Michael Stahl
 odk/docs/install.html |   24 ++--
 1 file changed, 22 insertions(+), 2 deletions(-)

New commits:
commit 7cecf138815770ade61c090efad2258f5baf5c9a
Author: Michael Stahl 
Date:   Thu Aug 17 15:42:32 2017 +0200

tdf#107785 odk: document where to download the SDK

Change-Id: I56368bc7e75671f170cce2360ac093e43b629e66

diff --git a/odk/docs/install.html b/odk/docs/install.html
index fad79c08d01f..9b6903976782 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -67,9 +67,29 @@
 
   LibreOffice %PRODUCT_RELEASE%
   installation
-  The SDK works on top of an
+  The SDK works on top of an
 existing LibreOffice installation and uses the same
-libraries as the LibreOffice installation.
+libraries as the LibreOffice installation.
+Download the SDK from the same
+source as your LibreOffice packges.
+
+  If you have have installed an official The
+Document Foundation LibreOffice release,
+download and install the corresponding SDK
+release for your platform from
+https://www.libreoffice.org/download; title="link to The Document 
Foundation download page">https://www.libreoffice.org/download
+  
+  If you have installed a downstream 
LibreOffice
+release via your operating system's package
+management tools, use the same package
+management tools to install the corresponding
+downstream SDK package(s).
+  
+
+Note: Do not mix and match The Document
+  Foundation LibreOffice releases with downstream
+  SDK packages or vice versa!
+
 
 
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2017-05-02 Thread Muhammet Kara
 odk/docs/tools.html |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108
Author: Muhammet Kara 
Date:   Tue May 2 14:40:17 2017 +0300

Fix typos

Change-Id: Ib6a65c21916d808adfabb1c400937c4ebf12ce2d
Reviewed-on: https://gerrit.libreoffice.org/37150
Reviewed-by: Cor Nouws 
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 171adf165f87..0a7cdcc82d57 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -72,14 +72,14 @@
   
   regmerge
   Tool to merge several registry (e.g. type
- libraries) files into one file. Note: Since 
OpenOffice.org 3 it is not longer part of the SDK but it comes directly with 
the office as part of the ure.
+ libraries) files into one file. Note: Since 
OpenOffice.org 3 it is no longer part of the SDK but it comes directly with the 
office as part of the ure.
 
 
   
   regview
   Tool to view the content of a registry file
  in a human readable manner. Special support for type 
library
- nodes. Note: Since OpenOffice.org 3 it is not 
longer part of the SDK but it comes directly with the office as part of the 
ure.
+ nodes. Note: Since OpenOffice.org 3 it is no 
longer part of the SDK but it comes directly with the office as part of the 
ure.
 
 
   
@@ -151,12 +151,12 @@
  
  'unopkg' is a tool for easy deployment of UNO packages in 
an existing
  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 or more complex zip files that contain one or more 
libraries|
  Jar files, type libraries and configuration items), scripts  
and
  LibreOffice %PRODUCT_RELEASE% 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.
- More details concerning deployment and this tool can be 
find in the
+ More details concerning deployment and this tool can be 
found in the
  Developer's Guide: http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg; 
title="link to the Extension Manager - unopkg chapter in the 
Developer's Guide">Extension Manager - unopkg.
  Note: This tool works only in the 
office/program
  directory!
@@ -184,7 +184,7 @@
   
  
 reinstall
-   export feature: reinstall all 
deployed
+   expert feature: reinstall all 
deployed
packages
   
  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs odk/examples

2017-02-22 Thread Matthias Seidel
 odk/docs/tools.html|6 +++---
 odk/examples/examples.html |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit dc83ba72517f77afd085f2599517a45d553b06fb
Author: Matthias Seidel 
Date:   Sat Feb 18 22:39:16 2017 +

Fixed typos, HTML code cleanup

(cherry picked from commit b160330c34367bc355031a3850bb2910535049c4)

Change-Id: I6fbcf51c1cd3112330cb39c04210a4bd6a4c73f8

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index b0b3379..171adf1 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -727,18 +727,18 @@ types the specified types depend on.
   
  
 -sn, --shortnames
-   using namespace abbreviation 'css:': 
for '::com::sun::star::', only valid for sub-command 'dump' and target 
language 'cpp'. It is default for the sub-command 'component'.
+   using namespace abbreviation 'css:': 
for '::com::sun::star::', only valid for sub-command 'dump' and target language 
'cpp'. It is default for the sub-command 'component'.
   
  
 --propertysetmixin
the generated skeleton implements 
the cppu::PropertySetMixin helper if a referenced new style service specifies 
an interface which provides attributes (directly or inherited).
   
   
--lh --licenseheader
+-lh, --licenseheader
generates a default LibreOffice 
MPLv2 license header at the beginning of a component source file. This option 
is taken into account in 'component' mode only and if -o is unequal 
'stdout'.
   
   
--bc--backward-compatible
+-bc,--backward-compatible
specifies that the generated calc 
add-in is backward compatible to older office versions and implement the former 
required add-in interfaces where the implementation is mapped on the new add-in 
configuration. In this case the config schema needs to be bundled with the 
extension add-in as well. Default is a minimal add-in component skeleton based 
on the add-in configuration coming with the office since OO.org 2.0.4.
   
   
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index ddcbb4d..8352893 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -348,11 +348,11 @@
  component calculates the start date, day of week of the start 
date, the
  end date, and the day of week of the end date. All 
calculations are
  dependent upon the values of Needed Days, 
Due Date
-  and Status. The columns Needed Days and
+ and Status. The columns Needed Days 
and
  Status are mandatory. The first to-do should be 
placed in
  row nine. The date to start the calculation should be placed 
in cell C6.
  The private holidays should be placed in cell K4/K5 and 
below.
-  All rows will be calculated up to the first empty cell in the first
+ All rows will be calculated up to the first empty cell in the 
first
  column. If a cell in the column Due Date is 
colored red,
  you should take a look at your entries.
  
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2016-05-23 Thread Samuel Mehrbrodt
 odk/docs/tools.html |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit fde4ccb0752f4a34b995ee3b0937098c3d189c1b
Author: Samuel Mehrbrodt 
Date:   Thu May 19 09:14:52 2016 +

Mention removed options in javamaker and cppumaker

Change-Id: Ibba65c905a3a42053c4f844439a534b84a23089a
Reviewed-on: https://gerrit.libreoffice.org/25150
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 3b35a8c..b39e124 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -449,7 +449,10 @@
 -Bname
name specifies the base node. All 
types are
searched under this node. Default is the root '/' of 
the registry
-   files.
+   files.
+   
+   This option has been removed in LibreOffice 4.1.
+   
   
  
 -L
@@ -536,7 +539,10 @@ types the specified types depend on.
-Bname
name specifies the base node. All 
types are
searched under this node. Default is the root '/' of 
the registry
-   files.
+   files.
+   
+   This option has been removed in LibreOffice 4.1.
+   
   
   
 -nD
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2016-03-22 Thread Chris Sherlock
 odk/docs/idl/Doxyfile |2 --
 1 file changed, 2 deletions(-)

New commits:
commit 15b53976e5d119877e53f34b34cee33a5f2883fd
Author: Chris Sherlock 
Date:   Wed Mar 23 10:10:38 2016 +1100

odk: remove PREDICTABLE_URLS from doxygen config

Change-Id: Id3125481c6871176c2fd58dee3696482df88e7d3

diff --git a/odk/docs/idl/Doxyfile b/odk/docs/idl/Doxyfile
index 5982d5e..008ec15 100644
--- a/odk/docs/idl/Doxyfile
+++ b/odk/docs/idl/Doxyfile
@@ -34,8 +34,6 @@ SHORT_NAMES = %
 # hmm... not sure if we want the source files in the output?
 #SHOW_USED_FILES = NO
 #SHOW_FILES = NO
-# make it possible to auto-generate links to all compounds and members
-PREDICTABLE_URLS = YES
 
 # ideally everything should be documented, but...
 EXTRACT_ALL = YES
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2016-03-19 Thread Chris Sherlock
 odk/docs/idl/Doxyfile |  361 ++
 1 file changed, 46 insertions(+), 315 deletions(-)

New commits:
commit bdcef25c5cfacbaac7d439a7ad2106308dc3a7e5
Author: Chris Sherlock 
Date:   Fri Mar 18 14:01:22 2016 +1100

Revert "odk: Doxygen configuration upgraded"

This reverts commit 6aa3e71bdd95b26cc807ae77ba6387fe80298001.

diff --git a/odk/docs/idl/Doxyfile b/odk/docs/idl/Doxyfile
index 408d943..5982d5e 100644
--- a/odk/docs/idl/Doxyfile
+++ b/odk/docs/idl/Doxyfile
@@ -1,319 +1,50 @@
-# Doxyfile 1.8.9.1
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
 
-#---
-# Project related configuration options
-#---
-DOXYFILE_ENCODING  = UTF-8
-PROJECT_NAME   = %
-PROJECT_NUMBER =
-PROJECT_BRIEF  = %
-PROJECT_LOGO   =
-OUTPUT_DIRECTORY   = %
-CREATE_SUBDIRS = NO
-ALLOW_UNICODE_NAMES= NO
-OUTPUT_LANGUAGE= English
-BRIEF_MEMBER_DESC  = YES
-REPEAT_BRIEF   = YES
-ABBREVIATE_BRIEF   =
-ALWAYS_DETAILED_SEC= YES
-INLINE_INHERITED_MEMB  = NO
-FULL_PATH_NAMES= YES
-STRIP_FROM_PATH= %
-STRIP_FROM_INC_PATH=
+PROJECT_BRIEF = %
+PROJECT_NAME = %
+OUTPUT_DIRECTORY = %
+STRIP_FROM_PATH = %
+INPUT = %
+RECURSIVE = YES
+
+GENERATE_HTML = YES
+HTML_OUTPUT = .
+HTML_TIMESTAMP = NO
+GENERATE_LATEX = NO
+
+QUIET = %
+WARNINGS = YES
+WARN_IF_DOC_ERROR = YES
+WARN_FORMAT = "$file:$line: $text"
 
 # Do this only on Windows - the MSI has some ridiculous path name length
 # restrictions - but not other platforms because short names are pretty random
-SHORT_NAMES= %
-JAVADOC_AUTOBRIEF  = YES
-QT_AUTOBRIEF   = NO
-MULTILINE_CPP_IS_BRIEF = NO
-INHERIT_DOCS   = YES
-SEPARATE_MEMBER_PAGES  = NO
-TAB_SIZE   = 4
-ALIASES=
-TCL_SUBST  =
-OPTIMIZE_OUTPUT_FOR_C  = NO
-OPTIMIZE_OUTPUT_JAVA   = NO
-OPTIMIZE_FOR_FORTRAN   = NO
-OPTIMIZE_OUTPUT_VHDL   = NO
-EXTENSION_MAPPING  =
-MARKDOWN_SUPPORT   = YES
-AUTOLINK_SUPPORT   = YES
-BUILTIN_STL_SUPPORT= NO
-CPP_CLI_SUPPORT= NO
-SIP_SUPPORT= NO
-IDL_PROPERTY_SUPPORT   = YES
-DISTRIBUTE_GROUP_DOC   = NO
-SUBGROUPING= YES
-INLINE_GROUPED_CLASSES = NO
-INLINE_SIMPLE_STRUCTS  = NO
-TYPEDEF_HIDES_STRUCT   = NO
-LOOKUP_CACHE_SIZE  = 0
-#---
-# Build related configuration options
-#---
-EXTRACT_ALL= YES
-EXTRACT_PRIVATE= NO
-EXTRACT_PACKAGE= NO
-EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES  = YES
-EXTRACT_LOCAL_METHODS  = NO
-EXTRACT_ANON_NSPACES   = NO
-HIDE_UNDOC_MEMBERS = NO
-HIDE_UNDOC_CLASSES = NO
-HIDE_FRIEND_COMPOUNDS  = NO
-HIDE_IN_BODY_DOCS  = NO
-INTERNAL_DOCS  = NO
-CASE_SENSE_NAMES   = YES
-HIDE_SCOPE_NAMES   = YES
-HIDE_COMPOUND_REFERENCE= NO
-SHOW_INCLUDE_FILES = YES
-SHOW_GROUPED_MEMB_INC  = NO
-FORCE_LOCAL_INCLUDES   = NO
-INLINE_INFO= YES
-SORT_MEMBER_DOCS   = YES
-SORT_BRIEF_DOCS= NO
-SORT_MEMBERS_CTORS_1ST = NO
-SORT_GROUP_NAMES   = NO
-SORT_BY_SCOPE_NAME = NO
-STRICT_PROTO_MATCHING  = NO
-GENERATE_TODOLIST  = YES
-GENERATE_TESTLIST  = YES
-GENERATE_BUGLIST   = YES
-GENERATE_DEPRECATEDLIST= YES
-ENABLED_SECTIONS   =
-MAX_INITIALIZER_LINES  = 30
-SHOW_USED_FILES= YES
-SHOW_FILES = YES
-SHOW_NAMESPACES= YES
-FILE_VERSION_FILTER=
-LAYOUT_FILE=
-CITE_BIB_FILES =
-#---
-# Configuration options related to warning and progress messages
-#---
-QUIET  = %
-WARNINGS   = YES
-WARN_IF_UNDOCUMENTED   = YES
-WARN_IF_DOC_ERROR  = YES
-WARN_NO_PARAMDOC   = NO
-WARN_FORMAT= "$file:$line: $text"
-WARN_LOGFILE   =
-#---
-# Configuration options related to the input files
-#---
-INPUT  = %
-INPUT_ENCODING = UTF-8
-FILE_PATTERNS  =
-RECURSIVE  = YES
-EXCLUDE=
-EXCLUDE_SYMLINKS   = NO
-EXCLUDE_PATTERNS   =
-EXCLUDE_SYMBOLS=
-EXAMPLE_PATH   =
-EXAMPLE_PATTERNS   =
-EXAMPLE_RECURSIVE  = NO
-IMAGE_PATH =
-INPUT_FILTER   

[Libreoffice-commits] core.git: odk/docs

2015-01-04 Thread Miklos Vajna
 odk/docs/cpp/Doxyfile |1 +
 odk/docs/idl/Doxyfile |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 86c189cf5e8620513823704f5db56f5ae2fd4ac5
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Jan 4 11:36:42 2015 +0100

odk: use HTML_TIMESTAMP doxygen option

To be consistent with javadoc, see commit
ac631f9ebddbc3674f9628d941e81a7ee73c6c66 (odk: use javadoc -notimestamp,
so generated docs don't unnecessarily differ after each build,
2012-10-17).

Change-Id: Ie52d2ca08a873e663869d60413be7bf8ec1e0b56

diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 2519f1b..1bb4ddd 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -26,6 +26,7 @@ RECURSIVE = YES
 
 GENERATE_HTML = YES
 HTML_OUTPUT = .
+HTML_TIMESTAMP = NO
 
 GENERATE_LATEX = NO
 
diff --git a/odk/docs/idl/Doxyfile b/odk/docs/idl/Doxyfile
index c065b33..5982d5e 100644
--- a/odk/docs/idl/Doxyfile
+++ b/odk/docs/idl/Doxyfile
@@ -15,6 +15,7 @@ RECURSIVE = YES
 
 GENERATE_HTML = YES
 HTML_OUTPUT = .
+HTML_TIMESTAMP = NO
 GENERATE_LATEX = NO
 
 QUIET = %
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html

2014-10-09 Thread Andras Timar
 odk/docs/install.html  |2 +-
 odk/docs/tools.html|2 +-
 odk/examples/DevelopersGuide/examples.html |2 +-
 odk/examples/examples.html |2 +-
 odk/index.html |2 +-
 odk/index_online.html  |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 52781ca83d3ad90d8b8861692f2b10bf56fff601
Author: Andras Timar andras.ti...@collabora.com
Date:   Thu Oct 9 22:31:34 2014 +0200

update page footer of SDK docs

Change-Id: Id69c946e4e3166f7a9fe20de2247f208d05f2680

diff --git a/odk/docs/install.html b/odk/docs/install.html
index e29b30a..bd11818 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -438,7 +438,7 @@
 /p
 p
 a 
href=http://www.documentfoundation.org/privacy; target=_blankPrivacy 
Policy/a | a href=http://www.documentfoundation.org/imprint; 
target=_blankImpressum (Legal Info)/a
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (a 
href=http://www.libreoffice.org/download/license/; 
target=_blankLGPLv3/a). LibreOffice and The Document Foundation are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective logos and icons 
are also subject to international copyright laws. Use thereof is explained in 
our a href=http://wiki.documentfoundation.org/TradeMark_Policy; 
target=_blanktrademark policy/a.
+| Copyright information: The source code of 
LibreOffice is licensed under the Mozilla Public License v2.0 (a 
href=http://www.libreoffice.org/download/license/; target=_blankMPLv2/a). 
LibreOffice and The Document Foundation are registered trademarks of their 
corresponding registered owners or are in actual use as trademarks in one or 
more countries. Their respective logos and icons are also subject to 
international copyright laws. Use thereof is explained in our a 
href=http://wiki.documentfoundation.org/TradeMark_Policy; 
target=_blanktrademark policy/a.
 /p
 /div
 /div
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index e0cfffb..96b4552 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -918,7 +918,7 @@ types the specified types depend on./p
 /p
 p
 a 
href=http://www.documentfoundation.org/privacy; target=_blankPrivacy 
Policy/a | a href=http://www.documentfoundation.org/imprint; 
target=_blankImpressum (Legal Info)/a
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (a 
href=http://www.libreoffice.org/download/license/; 
target=_blankLGPLv3/a). LibreOffice and The Document Foundation are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective logos and icons 
are also subject to international copyright laws. Use thereof is explained in 
our a href=http://wiki.documentfoundation.org/TradeMark_Policy; 
target=_blanktrademark policy/a.
+| Copyright information: The source code of 
LibreOffice is licensed under the Mozilla Public License v2.0 (a 
href=http://www.libreoffice.org/download/license/; target=_blankMPLv2/a). 
LibreOffice and The Document Foundation are registered trademarks of their 
corresponding registered owners or are in actual use as trademarks in one or 
more countries. Their respective logos and icons are also subject to 
international copyright laws. Use thereof is explained in our a 
href=http://wiki.documentfoundation.org/TradeMark_Policy; 
target=_blanktrademark policy/a.
 /p
 /div
 /div
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index 1bb5d27..8bffaef 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -2869,7 +2869,7 @@ for the Office application./td
 /p
 p
 a 
href=http://www.documentfoundation.org/privacy; target=_blankPrivacy 
Policy/a | a href=http://www.documentfoundation.org/imprint; 
target=_blankImpressum (Legal Info)/a
-| Copyright information: The source code of 
LibreOffice is licensed under the GNU Lesser General Public License (a 
href=http://www.libreoffice.org/download/license/; 
target=_blankLGPLv3/a). LibreOffice and The Document Foundation are 
registered trademarks of their corresponding registered owners or are in actual 
use as trademarks in one or more countries. Their respective 

[Libreoffice-commits] core.git: odk/docs

2014-05-15 Thread David Tardon
 odk/docs/cpp/Doxyfile |1 +
 odk/docs/idl/Doxyfile |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 2e9a77aa2d8e83f6296cd9204759d18b0ec5f0b5
Author: David Tardon dtar...@redhat.com
Date:   Thu May 15 13:41:16 2014 +0200

fix for doxygen 1.8.7

Earlier versions apparently used HTML as default if no output format was
specified. 1.8.7 no longer does that.

Change-Id: Ia8f908f54b344530e1b50e8800c032f782fb36e9

diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 30346e0..2519f1b 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -24,6 +24,7 @@ WARN_FORMAT = $file:$line: $text
 INPUT = %
 RECURSIVE = YES
 
+GENERATE_HTML = YES
 HTML_OUTPUT = .
 
 GENERATE_LATEX = NO
diff --git a/odk/docs/idl/Doxyfile b/odk/docs/idl/Doxyfile
index 6eead54..c065b33 100644
--- a/odk/docs/idl/Doxyfile
+++ b/odk/docs/idl/Doxyfile
@@ -13,6 +13,7 @@ STRIP_FROM_PATH = %
 INPUT = %
 RECURSIVE = YES
 
+GENERATE_HTML = YES
 HTML_OUTPUT = .
 GENERATE_LATEX = NO
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2013-12-17 Thread Stephan Bergmann
 odk/docs/tools.html |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc95037d1073224fb4143bb308cbdbc096aba774
Author: Stephan Bergmann sberg...@redhat.com
Date:   Tue Dec 17 11:06:22 2013 +0100

Typo

Change-Id: Ie781105ce7be8a617b4893fe77f6aa1467fd0e49

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 3112597..e0cfffb 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -456,7 +456,7 @@
td class=cell85UNO type functions are generated 
lightweight, that
means only the name and typeclass are given and 
everything else is
retrieved from the type library dynamically. The 
default is that UNO
-   type functions provides enough type information for 
boostrapping C++.
+   type functions provides enough type information for 
bootstrapping C++.
'-L' should be the default for external components./td
   /tr
  tr
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2013-08-26 Thread Stephan Bergmann
 odk/docs/tools.html |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

New commits:
commit 7412cb319a6b3746def85604ec899be706037baf
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Aug 26 15:04:06 2013 +0200

uno-skeletonmaker has -l, does not need -env:UNO_TYPES

Change-Id: I08ba8a9e84582a50a7893625139e43408be77278

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 83b157d..1fdf392 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -676,10 +676,10 @@ types the specified types depend on./p
  p class=head2Usage:/p
  blockquote
  bcode
-   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt; | 
-env:UNO_TYPES=lt;url) dump [lt;options] -t lt;typegt; ...br/
-   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt; | 
-env:UNO_TYPES=lt;urlgt;) component [lt;optionsgt;] -n lt;namegt; -t 
lt;typegt; ...br/
-   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt; | 
-env:UNO_TYPES=lt;urlgt;) calc-add-in [lt;optionsgt;] -n lt;namegt; -t 
lt;add-in_servicegt;br/
-   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt; | 
-env:UNO_TYPES=lt;urlgt;) add-on [lt;optionsgt;] -n lt;namegt; -p 
lt;protocol_name:command,...gt;
+   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt;) dump 
[lt;options] -t lt;typegt; ...br/
+   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt;) 
component [lt;optionsgt;] -n lt;namegt; -t lt;typegt; ...br/
+   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt;) 
calc-add-in [lt;optionsgt;] -n lt;namegt; -t lt;add-in_servicegt;br/
+   uno-skeletonmaker (-env:INIFILENAME=lt;urlgt;) add-on 
[lt;optionsgt;] -n lt;namegt; -p lt;protocol_name:command,...gt;
uno-skeletonmaker -V, --versionbr/
uno-skeletonmaker -h, --helpbr/
  /code/b
@@ -710,10 +710,6 @@ types the specified types depend on./p
td class=cell85url specifies a URL to an UNO ini|rc 
file of an existing UNO environment (URE, office installation)./td
   /tr
  tr
-td class=cell15code-env:UNO_TYPES=lt;urlgt;/code/td
-   td class=cell85url specifies a binary type library 
file. It can be a space separated list of urls./td
-  /tr
- tr
td class=cell15code-a, --all/code/td
td class=cell85list all interface methods, not only 
the direct ones/td
   /tr
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs

2013-02-06 Thread Andras Timar
 odk/docs/tools.html |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 038c59bf4610768d3ad6bbad910e885bb98fe2c1
Author: Andras Timar ati...@suse.com
Date:   Wed Feb 6 16:25:54 2013 +0100

fix help text of uno-skeletonmaker -lh switch

Change-Id: I07d9708c9a6903a910b94fc1e109d79e7d93590d

diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 4833bfd..eb6d39c 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -760,7 +760,7 @@ types the specified types depend on./p
   /tr
   tr
 td class=cell15code-lh --licenseheader/code/td
-   td class=cell85generates a default OpenOffice.org 
LGPL license header at the beginning of a component source file. This option is 
taken into account in 'component' mode only and if -o is unequal 'stdout'./td
+   td class=cell85generates a default LibreOffice 
MPLv2 license header at the beginning of a component source file. This option 
is taken into account in 'component' mode only and if -o is unequal 
'stdout'./td
   /tr
   tr
 td class=cell15code-bcbr--backward-compatible/code/td
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/docs odk/examples odk/index.html odk/index_online.html

2013-02-06 Thread Andras Timar
 odk/docs/install.html  |2 +-
 odk/docs/notsupported.html |2 +-
 odk/docs/tools.html|2 +-
 odk/examples/DevelopersGuide/examples.html |2 +-
 odk/examples/examples.html |2 +-
 odk/index.html |2 +-
 odk/index_online.html  |8 
 7 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 87d46d5b420744b0a9d9724188d9526c423b8dd3
Author: Andras Timar ati...@suse.com
Date:   Wed Feb 6 16:44:20 2013 +0100

bump copyright year + small fixes in SDK docs

Change-Id: Iff9f11c043be5234dae43e8c3c93155019f6cf08

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 2bc5f27..3594ac0 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -411,7 +411,7 @@
 div id=Footer
 div id=FooterText
 p
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/docs/notsupported.html b/odk/docs/notsupported.html
index 441f3f5..4b13bac 100644
--- a/odk/docs/notsupported.html
+++ b/odk/docs/notsupported.html
@@ -76,7 +76,7 @@
 div id=Footer
 div id=FooterText
 p
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index eb6d39c..219e594 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -1022,7 +1022,7 @@ types the specified types depend on./p
 div id=Footer
 div id=FooterText
 p
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/examples/DevelopersGuide/examples.html 
b/odk/examples/DevelopersGuide/examples.html
index 5417ddb..b33b16e 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -2875,7 +2875,7 @@ for the Office application./td
 div id=Footer
 div id=FooterText
 p
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 1312122..16e7d9d 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -810,7 +810,7 @@
 div id=Footer
 div id=FooterText
 p
-Copyright © 2000, 2010 LibreOffice contributors 
and/or their affiliates. All rights reserved.
+Copyright © 2000, 2013 LibreOffice contributors 
and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document Foundation,
 based on Apache OpenOffice, which is Copyright 2011
diff --git a/odk/index.html b/odk/index.html
index 2a858f5..7dd4b96 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -191,7 +191,7 @@
 div id=Footer
 div id=FooterText
 p
-Copyright copy; 2000, 2010 LibreOffice 
contributors and/or their affiliates. All rights reserved.
+Copyright copy; 2000, 2013 LibreOffice 
contributors and/or their affiliates. All rights reserved.
 br
 LibreOffice was created by The Document