summaryrefslogtreecommitdiff
path: root/odk/examples/cpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-17Remove remaining STL_INCLUDESStephan Bergmann2-2/+2
2023-01-18Fix typoAndrea Gelmini1-1/+1
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann1-2/+0
2022-02-25Provide unoidl-write also for the SDKStephan Bergmann1-10/+2
2021-11-15Clean C++ SDK example "counter"Hossein1-3/+3
2021-11-15Fixing the license statement for the Convertor C++ exampleHossein2-21/+4
2021-11-09Add Convertor C++ exampleHossein3-0/+216
2021-10-25Cleanup DocumentLoader C++ SDK exampleHossein2-6/+6
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet1-7/+6
2021-10-03drop 'using namespace std' hereRoman Kuznetsov1-8/+7
2021-09-20Fix type of css.drawing.FillProperties FillColor propertyStephan Bergmann1-4/+5
2021-09-10This example doesn't have any idl filesStephan Bergmann1-8/+0
2021-07-14Fix typosAndrea Gelmini2-2/+2
2021-07-13Ported Draw example from Java to C++ and done some tweaksHossein2-0/+319
2021-07-12Cleaning up DocumentLoader C++ SDK exampleHossein1-13/+13
2020-11-21tdf#123936 Formatting files in module odk with clang-formatPhilipp Hofer1-7/+2
2020-07-22Remove obsolete dynamic exception specifications from SDK example C++ codeStephan Bergmann12-106/+51
2020-04-23make spinbutton demo wide enough to useCaolán McNamara1-1/+1
2019-12-19sal_Char->char in lotuswordpro..odkNoel Grandin4-4/+4
2019-11-01odk: fix for change directory in complextoolbarcontrols sampleVasily Melenchuk1-3/+3
2019-09-06Fixing '....' and '..'Andrea Gelmini1-1/+1
2019-08-21odk: fixed typos in generated manifestsVasily Melenchuk2-2/+2
2019-07-20Fix typosAndrea Gelmini1-1/+1
2019-07-20Fix typos in codeAndrea Gelmini1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2018-10-02Add some colour to a sample odt fileTor Lillqvist1-0/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+2
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-03tdf#39468 Translate German commentsJens Carl1-5/+4
2017-02-06Add missing #includesStephan Bergmann2-0/+4
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-2/+0
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-3/+3
2016-04-27Make SDK examples compile againStephan Bergmann4-22/+40
2016-04-18clean-up: unused using declarations and includesJochen Nitschke3-8/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-6/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-02-09Remove excess newlinesChris Sherlock3-4/+0
2016-02-09Formatting changes across all modulesChris Sherlock2-9/+9
2016-01-10Fix typosAndrea Gelmini1-8/+8
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-3/+2
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-32/+18
2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist1-1/+1
2014-11-19Make SDK examples compile againStephan Bergmann7-0/+8
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-4/+0
2014-08-19odk: Clean up commentsChris Laplante8-50/+5
2014-06-03odk/examples: mark them as examplesThomas Arnhold6-14/+14