summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
2012-06-02targeted string re-workNorbert Thiebaud14-96/+95
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-05-20only add -manifest:no for msc--mingw's ldd chokes on itDavid Tardon1-1/+2
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-2/+2
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23Minor improvement of previous fixStephan Bergmann1-1/+1
2012-04-23WaE: Clang adding 'int' to a string does not append to the stringCatalin Iacob1-2/+4
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.gif files don't need executable bitsMichael Stahl2-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl3-0/+0
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-1/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-13change Privacy and Legal URLs in API docAndras Timar7-7/+7
2012-02-20remove cleanzip.plAndras Timar1-1/+0
The issue it solves does not exist in our build environment. https://issues.apache.org/ooo/show_bug.cgi?id=98365 The script removed g+s attributes from directories in zip files.
2012-02-19remove adabas/adabasuiCaolán McNamara1-4/+4
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-17merge feature/gbuild_javaDavid Tardon1-2/+2
2012-02-14odk: remove some dead makefile codeThomas Arnhold1-10/+0
2012-02-14Resolves rhbz#789622: Adapt SDK to changed paths in LO installationStephan Bergmann1-2/+2
2012-02-13Fix typos in commentsElton Chung2-2/+2
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich1-0/+3
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-31look for /Applications/LibreOffice.app on MacAndras Timar1-0/+3
2012-01-27Copy of index.html, with Google custom search.Thorsten Behrens1-0/+249
This is the file as seen on api.libreoffice.org.
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann3-8/+8
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar5-5/+5
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann6-274/+116
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed).
2012-01-02Temporary hack to work around autodoc bugStephan Bergmann1-12/+19
...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly. Best fixed by replacing autodoc with something mature (that hopefully does not have such a bug).
2011-12-24gbuildize javaunohelperDavid Tardon1-12/+3
2011-12-24gbuildize jurtDavid Tardon1-1/+1
2011-12-23gbuildize ridljarDavid Tardon1-3/+12
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 Timar4-95/+86
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 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>
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-12-08Added Makefile for SDK Python example.Stephan Bergmann1-0/+49
2011-12-08SDK examples : add Python section and ToolPanel python exampleLaurent Godard12-8/+477
correct minor css rendering too
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
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