summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)Author
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
2012-05-20only add -manifest:no for msc--mingw's ldd chokes on itDavid Tardon
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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 Bergmann
2012-04-23WaE: Clang adding 'int' to a string does not append to the stringCatalin Iacob
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.gif files don't need executable bitsMichael Stahl
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-13change Privacy and Legal URLs in API docAndras Timar
2012-02-20remove cleanzip.plAndras Timar
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 McNamara
2012-02-18Fix typos in commentsElton Chung
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-14odk: remove some dead makefile codeThomas Arnhold
2012-02-14Resolves rhbz#789622: Adapt SDK to changed paths in LO installationStephan Bergmann
2012-02-13Fix typos in commentsElton Chung
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-31replace OpenOffice.org name to LibreOfficeAndras Timar
2012-01-31look for /Applications/LibreOffice.app on MacAndras Timar
2012-01-27Copy of index.html, with Google custom search.Thorsten Behrens
This is the file as seen on api.libreoffice.org.
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann
* 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 Bergmann
...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 Tardon
2011-12-24gbuildize jurtDavid Tardon
2011-12-23gbuildize ridljarDavid Tardon
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-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
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-30Remove unused variable PACKAGE_LIB_DIRFrançois Tigeot
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from odkNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud