summaryrefslogtreecommitdiff
path: root/odk/examples
AgeCommit message (Collapse)AuthorFilesLines
2012-04-12German comment translation for odk folderMark Wolf6-22/+22
Mark
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-15/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-8/+8
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-14/+14
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-3/+3
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-03-23.java files don't need executable bitsMichael Stahl3-0/+0
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-13change Privacy and Legal URLs in API docAndras Timar2-2/+2
2012-02-19remove adabas/adabasuiCaolán McNamara1-4/+4
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-13Fix typos in commentsElton Chung2-2/+2
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1
2012-01-31replace OpenOffice.org name to LibreOfficeAndras Timar1-20/+20
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-8/+8
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar5-5/+5
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-2/+2
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-14set correct header/footer of examples html pagesAndras Timar2-92/+85
2011-12-14add makefile.mk that copies Python example to SDKAndras Timar2-0/+74
2011-12-11typo, trailing whitespace cleanupLionel Elie Mamane1-304/+302
2011-12-11minor around python and SDKLaurent Godard2-21/+34
- add Python as available language desc. in SDK homepage - replace OpenOffice.org with LibreOffice in examples index file - add a readme file to toolpanel example Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-08Added Makefile for SDK Python example.Stephan Bergmann1-0/+49
2011-12-08SDK examples : add Python section and ToolPanel python exampleLaurent Godard11-2/+467
correct minor css rendering too
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann1-2/+2
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-10-24lost }Stephan Bergmann1-0/+1
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann1-1/+1
BaseInstallation.
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar2-2/+2
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan8-78/+0
2011-06-10Build specifically for x86 only as that is what cli_cppuhelper.dll isTor Lillqvist1-1/+1
2011-06-10Fix typo, add some comments, use build env if possible to find cli_*.dllTor Lillqvist1-1/+13
2011-06-10There is no dk.mk in settingsTor Lillqvist1-1/+1
2011-06-03tweak the odk example to be equivalent to the standard templateCaolán McNamara1-14/+25
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet4-5/+5
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-1/+1
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito6-0/+0
2011-03-29drop bogus executable flag from image filesFrancisco Saito6-0/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky83-907/+1120
Conflicts: odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx odk/examples/cpp/complextoolbarcontrols/exports.cxx odk/examples/cpp/counter/countermain.cxx odk/examples/cpp/remoteclient/remoteclient.cxx odk/settings/settings.mk
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold5-5/+5
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2-132/+27
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2-2/+2
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2-132/+27
* commit 'ooo/DEV300_m101': sb138: #i116038# fresh implementation of binary URP bridge dba34b: #i106807# use mysql instead of adabas now sb126: #i112627# adapted SDK/DevGuide to configmgr re-write Conflicts: odk/util/makefile.pmk
2011-03-07CWS-TOOLING: integrate CWS jsc340Ivo Hinkelmann84-931/+1286
Notes: split repo tag: sdk_ooo/DEV300_m102 split repo tag: sdk_ooo/DEV300_m103 split repo tag: sdk_ooo/DEV300_m104 split repo tag: sdk_ooo/DEV300_m105 split repo tag: sdk_ooo/DEV300_m106
2011-03-03jsc340: i114609: no visibility compiler flag for jni libJuergen Schmidt2-2/+2
2011-03-02Remove "using namespace ::rtl"Julien Nabet6-8/+14
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01jsc340: i114609: move generated component services rdbJuergen Schmidt1-1/+1
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt4-24/+7
registration
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt3-5/+3
registration
2011-02-28jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt8-215/+171
registration
2011-02-24jsc340: merge to dev300m101Juergen Schmidt1-34/+8
2011-02-23jsc340: fix problem with showing Java awt UI from the AppKit threadJuergen Schmidt1-1/+16