summaryrefslogtreecommitdiff
path: root/odk/examples
AgeCommit message (Collapse)Author
2012-06-07Add some coloured textTor Lillqvist
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new SimpleFileAccess::create method Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-04-12German comment translation for odk folderMark Wolf
Mark
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
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 Dezsi
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 Dezsi
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 Stahl
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-13change Privacy and Legal URLs in API docAndras Timar
2012-02-19remove adabas/adabasuiCaolán McNamara
2012-02-18Fix typos in commentsElton Chung
2012-02-13Fix typos in commentsElton Chung
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-31replace OpenOffice.org name to LibreOfficeAndras Timar
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
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 Timar
2011-12-14add makefile.mk that copies Python example to SDKAndras Timar
2011-12-11typo, trailing whitespace cleanupLionel Elie Mamane
2011-12-11minor around python and SDKLaurent Godard
- 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 Bergmann
2011-12-08SDK examples : add Python section and ToolPanel python exampleLaurent Godard
correct minor css rendering too
2011-12-08Less succes, more successStefan Knorr (astron)
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* 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 Bergmann
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-06-10Build specifically for x86 only as that is what cli_cppuhelper.dll isTor Lillqvist
2011-06-10Fix typo, add some comments, use build env if possible to find cli_*.dllTor Lillqvist
2011-06-10There is no dk.mk in settingsTor Lillqvist
2011-06-03tweak the odk example to be equivalent to the standard templateCaolán McNamara
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito
2011-03-29drop bogus executable flag from image filesFrancisco Saito
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
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 Arnhold
2011-03-17Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
* 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 Hinkelmann
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 Schmidt
2011-03-02Remove "using namespace ::rtl"Julien Nabet
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01jsc340: i114609: move generated component services rdbJuergen Schmidt
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt
registration