summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14Resolves rhbz#789622: Adapt SDK to changed paths in LO installationStephan Bergmann1-2/+2
(cherry picked from commit bcdadc2e9f3f6a400438cbbefffc60bf02baa0f1) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar5-5/+5
2011-12-14Added Makefile for SDK Python example.Stephan Bergmann1-0/+49
Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-14set correct header/footer of examples html pagesAndras Timar4-389/+378
2011-12-14add makefile.mk that copies Python example to SDKAndras Timar2-0/+74
2011-12-14minor around python and SDKLaurent Godard3-24/+37
- 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> Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-14SDK examples : add Python section and ToolPanel python exampleLaurent Godard12-8/+477
correct minor css rendering too Signed-off-by: Andras Timar <atimar@suse.com>
2011-11-30Remove unused variable PACKAGE_LIB_DIRFrançois Tigeot1-15/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+1
2011-11-27remove include of pch header from odkNorbert Thiebaud3-4/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
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 Bergmann7-84/+19
BaseInstallation.
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