summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource
AgeCommit message (Expand)Author
2014-03-29coverity#704287 Logically dead codeCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-03fdo#54938: Convert some places to use cppu::supportsServiceDonizete Waterkemper
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from scriptingAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-08-19Mark as constTakeshi Abe
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke
2013-07-10added FIXME-BCP47 commentsEike Rathke
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-16Missing includeStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-24move loop variables into least scope posCaolán McNamara
2013-02-24coverity#704434 Non-array delete for scalarsJulien Nabet
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-10-02Use prefixTor Lillqvist
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-14Revert "Some cppcheck cleaning"Bjoern Michaelsen
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-02removed unnecessary forward declarations of classTakeshi Abe
2012-06-22.xml files don't need executable bitsMichael Stahl
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-23.component files don't need executable bitsMichael Stahl
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from scriptingNorbert Thiebaud
2011-10-01finished converting scripting to gbuildMatúš Kukan
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-05-08Some cppcheck cleaningJulien Nabet