summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* pUnoReturn should be null when UNO methode is VOIDJuergen Funk2019-03-211-1/+1
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2018-04-171-62/+62
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-094-4/+4
* loplugin:redundantfcastStephan Bergmann2018-03-121-1/+1
* loplugin:redundantfcast look for unnecessary temporariesNoel Grandin2018-03-091-2/+1
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-4/+0
* Fix exception message: add colon between function name and the word "expected"Tor Lillqvist2018-02-091-1/+1
* tdf#108523 Removed @author annotations.Manuj Vashist2018-02-051-1/+0
* Remove code that has been commented out since initial import in 2000Tor Lillqvist2018-02-051-18/+0
* Fix typosAndrea Gelmini2018-01-251-1/+1
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-2/+2
* new loplugin:emptyifNoel Grandin2018-01-191-13/+10
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-192-5/+5
* Fix typosAndrea Gelmini2018-01-181-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: stocStephan Bergmann2018-01-151-2/+2
* More loplugin:cstylecast: stocStephan Bergmann2018-01-125-35/+35
* loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2018-01-112-30/+17
* loplugin:salcall fix functionsNoel Grandin2017-12-1121-36/+36
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-271-1/+1
* Replace lists by vectors (stoc)Julien Nabet2017-11-044-26/+19
* loplugin:constmethod in vcl and stocNoel Grandin2017-10-306-14/+14
* loplugin:includeform: stocStephan Bergmann2017-10-233-3/+3
* overload std::hash for OUString and OStringNoel Grandin2017-10-235-21/+9
* add << operator for css::uno::ExceptionNoel Grandin2017-10-047-12/+12
* Make sure space handed to C/C++ ABI is padded large enoughStephan Bergmann2017-09-301-1/+20
* loplugin:flatten in variousNoel Grandin2017-09-272-77/+69
* loplugin:flatten in sdext..stocNoel Grandin2017-09-238-87/+62
* Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara2017-09-152-35/+27
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-2/+2
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-043-18/+18
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-285-26/+26
* stoc: remove extra bracesMichael Stahl2017-08-211-2/+0
* stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex()Michael Stahl2017-08-211-1/+4
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-6/+6
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-112-3/+2
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-26/+11
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-145-16/+16
* loplugin:oncevar: empty strings: stocStephan Bergmann2017-07-131-3/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-12/+12
* loplugin:casttovoid: stocStephan Bergmann2017-07-022-4/+0
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-17/+14
* simplify some string handling in tracing callsNoel Grandin2017-06-231-7/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* replace misc double checked locking patternsJochen Nitschke2017-06-171-11/+3
* Improved loplugin:cstylecast to reference types: stocStephan Bergmann2017-06-051-1/+1
* Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann2017-06-021-2/+2