summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* Remove code that has been commented out since initial import in 2000Tor Lillqvist2018-06-041-18/+0
* Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist2018-05-311-2/+2
* Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist2018-05-311-61/+69
* We might need to handle form controls as properties for OLE clients after allTor Lillqvist2018-05-311-4/+16
* Hack to make properties work better from Automation clientsTor Lillqvist2018-05-311-16/+32
* Fix exception message: add colon between function name and the word "expected"Tor Lillqvist2018-03-251-2/+2
* 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
* 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