summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk1-1/+1
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-62/+62
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin4-4/+4
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-2/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-4/+0
2018-02-09Fix exception message: add colon between function name and the word "expected"Tor Lillqvist1-1/+1
2018-02-05tdf#108523 Removed @author annotations.Manuj Vashist1-1/+0
2018-02-05Remove code that has been commented out since initial import in 2000Tor Lillqvist1-18/+0
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2018-01-19new loplugin:emptyifNoel Grandin1-13/+10
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: stocStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: stocStephan Bergmann5-35/+35
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2-30/+17
2017-12-11loplugin:salcall fix functionsNoel Grandin21-36/+36
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-04Replace lists by vectors (stoc)Julien Nabet4-26/+19
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin6-14/+14
2017-10-23loplugin:includeform: stocStephan Bergmann3-3/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin5-21/+9
2017-10-04add << operator for css::uno::ExceptionNoel Grandin7-12/+12
2017-09-30Make sure space handed to C/C++ ABI is padded large enoughStephan Bergmann1-1/+20
2017-09-27loplugin:flatten in variousNoel Grandin2-77/+69
2017-09-23loplugin:flatten in sdext..stocNoel Grandin8-87/+62
2017-09-15Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara2-35/+27
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-18/+18
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M5-26/+26
2017-08-21stoc: remove extra bracesMichael Stahl1-2/+0
2017-08-21stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex()Michael Stahl1-1/+4
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-6/+6
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-3/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-26/+11
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin5-16/+16
2017-07-13loplugin:oncevar: empty strings: stocStephan Bergmann1-3/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-12/+12
2017-07-02loplugin:casttovoid: stocStephan Bergmann2-4/+0
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-17/+14
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke1-11/+3
2017-06-05Improved loplugin:cstylecast to reference types: stocStephan Bergmann1-1/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann1-2/+2