Age | Commit message (Expand) | Author |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann |
2013-03-18 | avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not | Luboš Luňák |
2013-03-08 | make use of startsWith() | Thomas Arnhold |
2013-02-25 | loplugin: unused variables | Thomas Arnhold |
2013-02-24 | loplugin: unused variables | Thomas Arnhold |
2013-02-12 | fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style | Noel Grandin |
2013-02-11 | fdo#46808, Adapt document::XML*BasicExporter UNO services to new style | Noel Grandin |
2013-01-28 | fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style | Noel Grandin |
2012-12-06 | fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style | Noel Grandin |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-16 | targetted cleanup of misc. vba pieces. | Noel Power |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini |
2012-09-19 | remove duplicated code | Luboš Luňák |
2012-09-11 | disable scrollable Frame ( not working well ) | Noel Power |
2012-09-11 | get scrollbar details actually read for groupbox | Noel Power |
2012-09-11 | add persistence support for the scrollable attributes | Noel Power |
2012-09-07 | Correct OUString check with proper startsWith() | Olivier Hallot |
2012-09-05 | kill RTL_CONSTASCII_USTRINGPARAM in xmlscript | Olivier Hallot |
2012-07-14 | simplify include guards | Thomas Arnhold |
2012-07-10 | re-base on ALv2 code. | Michael Meeks |
2012-07-09 | targetted rename xcr -> xmlscript to match includes and module name | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-01 | targeted string re-work | Norbert Thiebaud |
2012-06-01 | Targeted string re-work xmlhelp/xmlscript | Thorsten Behrens |
2012-05-31 | nuke unused typedef | Takeshi Abe |
2012-05-21 | removed unused temporary rtl::OUString | Takeshi Abe |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-04 | removed duplicate #includes | Takeshi Abe |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara |
2012-01-28 | Fix for fdo43460 Part LIV getLength() to isEmpty() | Olivier Hallot |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-09 | catch exception by constant reference | Takeshi Abe |
2011-11-27 | remove include of pch header from xmlscript | Norbert Thiebaud |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold |
2011-08-18 | Add prefixes for some component_getFactory functions | Matúš Kukan |
2011-07-30 | Some cppcheck cleaning | Julien Nabet |
2011-07-21 | resyncing to master | Bjoern Michaelsen |
2011-07-12 | Remove component_getImplementationEnvironment methods | Matúš Kukan |
2011-07-11 | callcatcher: unused getScriptLibraryContainer | Caolán McNamara |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen |
2011-06-17 | CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a] | Mathias Bauer |
2011-04-21 | Easyhack: Add visibility markup to all component_get* functions | Julien Nabet |
2011-03-29 | drop bogus executable flag from [ch]xx/bas/asm files | Francisco Saito |
2011-03-19 | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) | Thomas Arnhold |