summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Expand)AuthorFilesLines
8 hoursrun doxygen via wsl in wsl-as-helper caseChristian Lohmaier1-18/+18
35 hourstdf#97448 Add helper script to generate Addons.xcuvarshneydevansh3-0/+409
7 daystdf#143123 Port ChartInDraw / ChartInWriter examples to Pythonzeph6-3/+396
2024-04-09Fix typo in HelloTextTableShape makefileRMZeroFour1-1/+1
2024-04-04loplugin:unusedenumconstantsNoel Grandin2-13/+10
2024-03-18Add a notice about "published" to the IDL API documentation main pageMike Kaganski1-0/+5
2024-03-13tdf#160180: bump copyright year to 2024Julien Nabet6-6/+6
2024-03-13Use UNO_QUERY_THROW instead of UNO_QUERYHossein1-11/+11
2024-03-11tdf#143122 Port HelloTextTableShape example to C++Hossein4-0/+463
2024-03-11Enable commented part in HelloTextTableShape.javaHossein1-14/+14
2024-03-06Fix typoAndrea Gelmini1-2/+2
2024-03-06remove deprecated IsGermanPreReform propertyNoel Grandin6-53/+7
2024-03-04finish removing IsSpellCapitalisation propertyNoel Grandin2-10/+0
2024-02-27Add python code for ChartInCalczeph19-15/+477
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-1/+2
2024-02-26Replace an instance of MAX_PATH (plus some) with 32767Mike Kaganski1-3/+1
2024-02-22SDK - 1st Steps example code enhancementAlain Romedenne2-0/+71
2024-01-16Add a minimal Python extensionHossein9-0/+157
2023-12-29tdf#158803 Remove unused imports from odkBogdan B9-10/+0
2023-12-21tdf#143123 Port SDraw Java SDK example to PythonRicardo Donino3-0/+171
2023-11-21Cleanup make files for Java/C++ SDK examplesHossein5-5/+5
2023-11-21tdf#143122 Port FirstLoadComponent example to C++Hossein4-0/+251
2023-11-20Separate folders for DevelopersGuide/FirstStepsHossein19-32/+218
2023-11-06Make CustomTarget_odk/build-examples_java more robust against localized envsStephan Bergmann1-1/+1
2023-11-04Fix typoAndrea Gelmini1-1/+1
2023-11-03Fix typoAndrea Gelmini1-1/+1
2023-11-02'new Double' is deprecated in JavaNoel Grandin4-62/+62
2023-11-02'new Float' is deprecated in JavaNoel Grandin12-17/+16
2023-10-27Explicitly build the ODK examples against C++03Stephan Bergmann6-17/+20
2023-10-04remove obsolete -single_module linker flag (is the default)Christian Lohmaier1-1/+1
2023-09-25tdf#146150 Use dispatch cmd for the corresponding SIDapurvapriyadarshi1-5/+5
2023-09-16tdf#157273 Port DevelopersGuide/FirstSteps examples to BASICHossein3-0/+281
2023-09-09Rename .cpp examples to .cxxHossein6-15/+15
2023-09-08tdf#143123 Port DevelopersGuide/FirstSteps/FirstLoadComponent to PythonHossein1-0/+62
2023-09-07Simplify condition in a loop over a single elementHossein1-10/+3
2023-06-29Point to LO DevGuide instead of OOoSamuel Mehrbrodt1-2/+2
2023-04-25Add script to find unused using declarationsGabor Kelemen2-4/+0
2023-04-18tdf#143123 Port DevelopersGuide/FirstSteps/HelloTextTableShape to PythonChenxiong Qi1-0/+243
2023-04-11allow native compile for windows aarch64Christian Lohmaier2-2/+2
2023-02-17Quote some Windows shell settingsStephan Bergmann1-2/+2
2023-02-17Remove remaining STL_INCLUDESStephan Bergmann3-3/+3
2023-01-27Remove support for AIXStephan Bergmann2-8/+1
2023-01-19tdf#143123 Port some Spreadsheet Java examples to PythonChenxiong Qi4-7/+530
2023-01-18Fix typoAndrea Gelmini1-1/+1
2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos6-6/+6
2022-12-13bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier1-12/+0
2022-12-03tdf#143123 Port Text Java examples to PythonChenxiong Qi10-0/+1083
2022-10-23Avoid nesting using 'else conditional-directive'Mike Kaganski1-43/+23
2022-10-13tdf#143123 port DocumentHandling examples to PythonChenxiong Qi9-21/+374
2022-09-15cid#1500416 Resource leakCaolán McNamara1-3/+16