summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-21fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-4/+4
2014-10-05coverity#1209004 Unchecked return valueNorbert Thiebaud1-1/+1
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-20/+2
2014-09-02coverity#707084 Uncaught exceptionCaolán McNamara2-2/+5
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-2/+2
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin1-2/+2
2014-06-21Related fdo#58774 Alternative dialog Find & Replace for WriterJulien Nabet1-1/+1
2014-06-05scripting: remove SAL_THROW macroNoel Grandin1-3/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-11/+8
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-04-24scripting: sal_Bool->boolNoel Grandin2-11/+11
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-3/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-20/+20
2014-03-29coverity#704287 Logically dead codeCaolán McNamara1-43/+40
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-129/+129
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-03fdo#54938: Convert some places to use cppu::supportsServiceDonizete Waterkemper1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-246/+246
2014-02-26Remove visual noise from scriptingAlexander Wilms2-39/+39
2014-02-23Remove unneccessary commentsAlexander Wilms1-27/+27
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-12/+12
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-11remove unnecessary use of OUString constructor in SCRIPTING moduleNoel Grandin1-4/+4
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-5/+5
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-29/+4
2013-08-19Mark as constTakeshi Abe1-1/+1
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke1-2/+3
2013-07-11use LanguageTag::getMatchingFallback()Eike Rathke1-21/+10
2013-07-10added FIXME-BCP47 commentsEike Rathke1-0/+8
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-4/+2
2013-04-16Missing includeStephan Bergmann1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-298/+298
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+2
2013-02-24move loop variables into least scope posCaolán McNamara1-3/+2
2013-02-24coverity#704434 Non-array delete for scalarsJulien Nabet1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-3/+0
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin1-65/+57
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin1-105/+96
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-53/+0
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist1-2/+2
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2-14/+14