Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-07 | Add some coloured text | Tor Lillqvist | |
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548 | |||
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel 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-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb | |||
2012-04-12 | German comment translation for odk folder | Mark Wolf | |
Mark | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs 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 bits | Michael Stahl | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-13 | change Privacy and Legal URLs in API doc | Andras Timar | |
2012-02-19 | remove adabas/adabasui | Caolán McNamara | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-31 | replace OpenOffice.org name to LibreOffice | Andras Timar | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-11 | fix 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-14 | set correct header/footer of examples html pages | Andras Timar | |
2011-12-14 | add makefile.mk that copies Python example to SDK | Andras Timar | |
2011-12-11 | typo, trailing whitespace cleanup | Lionel Elie Mamane | |
2011-12-11 | minor around python and SDK | Laurent 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-08 | Added Makefile for SDK Python example. | Stephan Bergmann | |
2011-12-08 | SDK examples : add Python section and ToolPanel python example | Laurent Godard | |
correct minor css rendering too | |||
2011-12-08 | Less succes, more success | Stefan Knorr (astron) | |
2011-11-14 | Simplified 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-24 | lost } | Stephan Bergmann | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-09-07 | replace api.openoffice.org to api.libreoffice.org | Andras Timar | |
2011-07-12 | Remove component_getImplementationEnvironment | Matúš Kukan | |
2011-06-10 | Build specifically for x86 only as that is what cli_cppuhelper.dll is | Tor Lillqvist | |
2011-06-10 | Fix typo, add some comments, use build env if possible to find cli_*.dll | Tor Lillqvist | |
2011-06-10 | There is no dk.mk in settings | Tor Lillqvist | |
2011-06-03 | tweak the odk example to be equivalent to the standard template | Caolán McNamara | |
2011-05-03 | Change <file>.toURL() to <file>.toURI().toURL() | Julien Nabet | |
2011-05-02 | Change <file>.toURL() to <file>.toURI().toURL() | Julien Nabet | |
2011-03-29 | drop bogus executable flag from idl/build/src and config files | Francisco Saito | |
2011-03-29 | drop bogus executable flag from image files | Francisco Saito | |
2011-03-23 | Merge 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-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-17 | Merge remote-tracking branch 'origin/integration/dev300_m101' | Jan Holesovsky | |
2011-03-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold | |
2011-03-08 | Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 | Norbert 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-07 | CWS-TOOLING: integrate CWS jsc340 | Ivo 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-03 | jsc340: i114609: no visibility compiler flag for jni lib | Juergen Schmidt | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
Notes: split repo tag: sdk_LO-BASE-INTEGRATION-DEV300_M101 | |||
2011-03-01 | jsc340: i114609: move generated component services rdb | Juergen Schmidt | |
2011-03-01 | jsc340: i114609: adapt examples to work with the URE and use the passive ↵ | Juergen Schmidt | |
registration |