summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup unused css/uri/ includesJochen Nitschke2017-05-201-1/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-201-1/+0
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-0720-121/+117
* tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2017-05-0713-43/+43
* tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock2017-05-077-74/+78
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-2110-10/+0
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-26/+4
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-10/+10
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* use actual UNO enums in reportdesign..svtoolsNoel Grandin2017-04-032-2/+2
* remove type decorations on char literalsJochen Nitschke2017-03-301-2/+2
* Fix typosAndrea Gelmini2017-03-252-2/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* Fix typosAndrea Gelmini2017-03-191-1/+1
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-038-16/+16
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-17/+4
* Add missing #includesStephan Bergmann2017-02-063-0/+3
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-5/+2
* improve exception messages in stocNoel Grandin2017-02-0114-241/+161