/source/zh-CN/scaddins/

plication/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/FirstSteps/FirstLoadComponent
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-03-13Use UNO_QUERY_THROW instead of UNO_QUERYHossein
Previously, in SDK examples, de-referencing was done unconditionally after obtaining a reference using UNO_QUERY. Now, we use UNO_QUERY_THROW instead, to make sure cases where exceptions may occure can be handled correctly. Change-Id: Ic73ba3cfcad914dabb7ae3736ad1ae2bd6cc15bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164682 Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>
2024-02-22SDK - 1st Steps example code enhancementAlain Romedenne
Python example extended in order to be equally callable from LibO client Change-Id: Ib2d733809e960971b98c30cbd6368ebc755dd7ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159767 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-21tdf#143122 Port FirstLoadComponent example to C++Hossein
Port DevelopersGuide/FirstSteps/FirstLoadComponent Java SDK example to C++ and add a GNU Makefile for the build. Change-Id: I24da0422014e42f844cae21863d54301dd902f0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159740 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>