/source/ts/

ice-7-0+backports'>distro/lhm/libreoffice-7-0+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/FirstSteps/HelloTextTableShape
AgeCommit message (Collapse)Author
2024-09-18.NET Bindings: Ported examples for Native bridgeRMZeroFour
This patch include the following SDK examples ported to .NET to test the new Native bridge: - FirstLoadComponent - HelloTextTableShape - PathSettings - PathSubstitution - TerminationTest - WriterDemo The examples include VB.NET and F# as well to test support for non-C# .NET languages. Change-Id: I044df4777c7c091241d5b4284f4b6ee6c5de74f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172778 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2024-07-27comphelper, msicreator, odk: fix issues found by Ruff linterIlmari Lauhakangas
Change-Id: I5ef65baeb0100b9d70b5c59c1d5f6f43ab951a22 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171092 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-05-16Fix odk examples build on 32 bit systemsHossein
It is required to cast integer literals to sal_Int32 when passing them to Any(). Change-Id: I377f88fc3441d8e4bc7afdb2411c1fd140853134 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167739 Tested-by: Jenkins Reviewed-by: René Engelhard <rene@debian.org> Tested-by: René Engelhard <rene@debian.org>
2024-04-09Fix typo in HelloTextTableShape makefileRMZeroFour
The HelloTextTableShape example, which was recently ported to C++, has a small typo in line #64 of the Makefile. It gives the user the command to run the example, but it was missing an 'e' at the end. Change-Id: I29af45f21ff78dbda42e5bd9e25e44f06536f7c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165915 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2024-03-11tdf#143122 Port HelloTextTableShape example to C++Hossein
Port DevelopersGuide/FirstSteps/HelloTextTableShape Java SDK example to C++ and add a GNU Makefile for the build. Change-Id: I8798406c24ec6c566fb6494f7202f6a2a984a25c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164635 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2024-03-11Enable commented part in HelloTextTableShape.javaHossein
Commented code in the HelloTextTableShape.java example demonstrates the use of bookmarks. This part is now enabled. Change-Id: Iace525be0d53b01bed8b5a6a123384a678d1d761 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164636 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-12-29tdf#158803 Remove unused imports from odkBogdan B
Used pyflakes to find unused imports from odk module. Then, removed those unused imports. Change-Id: If1a160fa99f0c3581687faecb0c7051625c478c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158821 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-11-21Cleanup make files for Java/C++ SDK examplesHossein
This fixes some minor issues with the make files for Java/C++ SDK examples in DevelopersGuide/FirstSteps. For Java examples, an exatra "-f Example_Java.mk" was a leftover from a previous change. For C++ examples, 'make clean' was not working correctly, because of a leftover from a previous change. Both should be fixed now. Change-Id: Id936824675a9bfd43674ca526bc97a998ed9daf8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159777 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2023-11-20Separate folders for DevelopersGuide/FirstStepsHossein
This patch creates separate folders for 3 different SDK examples in DevelopersGuide/FirstSteps: 1. FirstUnoContact 2. FirstLoadComponent 3. HelloTextTableShape Each one of these are ported to 4 languages: Java, C++, BASIC, Python. The Java Makefile in the top folder is now separated into 3 different Makefiles for Java programs. Change-Id: Ifb2003be2aafb4caec4810eb21fbb4708b9a0628 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159591 Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>