summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)AuthorFilesLines
2011-10-08Revert "cppcheck reduce scope of var in odk/..unoapploader.c"Matúš Kukan1-1/+2
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this.
2011-10-07cppcheck reduce scope of var in odk/..unoapploader.cPierre-André Jacquod1-2/+1
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar2-2/+2
2011-09-07don't use fixed version numberAndras Timar1-1/+1
2011-09-07css tweaks and LibreOffice brandingAndras Timar8-185/+1022
2011-09-07add LibreOffice colors to SDK cpp doc cssAndras Timar1-17/+17
2011-09-03add LibreOffice colors to SDK doc cssAndras Timar1-11/+11
2011-09-03add LibreOffice branding: logos and colorsAndras Timar6-20/+89
2011-07-25Resolves: rhbz#725144 wrong csh syntaxCaolán McNamara1-3/+2
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan9-79/+0
2011-06-27Fix two obvious errors, but this still sucksTor Lillqvist1-2/+2
The generated setsdkenv_windows.bat file still does not seem to work properly on a 64-bit OS where LibreOffice has been installed in the default C:\Program Files (x86)\LibreOffice 3.4 folder. The horror of cmd.exe, "special characters", quoting...
2011-06-24bad merge, fix to enable extensions to build againCaolán McNamara1-6/+0
2011-06-21Pack binaries for the HOST ("target") platform when cross-compilingTor Lillqvist1-0/+4
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist1-1/+1
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-10This makefile is for a standard Make, so use TABsTor Lillqvist1-4/+5
2011-06-10There is no dk.mk in settingsTor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-3/+3
2011-06-03tweak the odk example to be equivalent to the standard templateCaolán McNamara1-14/+25
2011-05-08Some cppcheck cleaningJulien Nabet1-2/+1
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet5-7/+7
2011-05-02Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-1/+1
2011-04-13Even more OOo -> LO changes (in comments now)Fridrich Štrba1-5/+5
2011-04-13Some more OOo -> LO changesFridrich Štrba1-2/+2
2011-04-05Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4Petr Mladek1-0/+6
Conflicts: odk/settings/settings.mk
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-24Some OOo -> LO changes (hopeful nothing broke with them)Fridrich Štrba5-25/+25
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/sdkJan Holesovsky1-3/+3
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky87-926/+1171
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-22Trying to remove NODEFAULTLIB on WindowsFridrich Štrba1-3/+3
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 Holesovsky6-174/+33
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2-2/+2
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud6-174/+33
* 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 Hinkelmann88-950/+1337
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 Schmidt3-2/+20
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 Schmidt5-25/+7
registration
2011-03-01jsc340: i114609: adapt examples to work with the URE and use the passive ↵Juergen Schmidt4-5/+5
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 Schmidt3-41/+14
2011-02-23jsc340: fix problem with showing Java awt UI from the AppKit threadJuergen Schmidt1-1/+16
2011-02-23jsc340: i114609: support passive component registrationJuergen Schmidt6-30/+45
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt8-0/+67
2011-02-22jsc340: i114609: support passive component registrationJuergen Schmidt28-332/+427