summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2018-06-04Remove code that has been commented out since initial import in 2000Tor Lillqvist
2018-05-31Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist
2018-05-31Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist
2018-05-31We might need to handle form controls as properties for OLE clients after allTor Lillqvist
2018-05-31Hack to make properties work better from Automation clientsTor Lillqvist
2018-03-25Fix exception message: add colon between function name and the word "expected"Tor Lillqvist
2017-11-04Replace lists by vectors (stoc)Julien Nabet
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-10-23loplugin:includeform: stocStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-30Make sure space handed to C/C++ ABI is padded large enoughStephan Bergmann
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-09-15Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-21stoc: remove extra bracesMichael Stahl
2017-08-21stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex()Michael Stahl
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-07-13loplugin:oncevar: empty strings: stocStephan Bergmann
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: stocStephan Bergmann
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17replace misc double checked locking patternsJochen Nitschke
2017-06-05Improved loplugin:cstylecast to reference types: stocStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handling: stocStephan Bergmann
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-05-07tdf#43157: convert stoc tests from OSL_ASSERT to assertChris Sherlock
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann