summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh8.cxx
AgeCommit message (Expand)Author
2018-09-09Use optimized OUString concatenationMatteo Casalin
2018-09-09Avoid getTokenCount and use indexed getTokenMatteo Casalin
2018-08-01loplugin:stringloop in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-20Fix typosAndrea Gelmini
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-06-03sc: prefix members of ScDocShellHenry Castro
2018-05-13Translate German commentsJohnny_M
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-18dyncolcontainer: convert aColWidthPath to std::mapNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-11Revert "tdf#55631: DBASE import with CP850 encoding"Julien Nabet
2017-06-10tdf#55631: DBASE import with CP850 encodingJulien Nabet
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-06expand out FltError and eERR constantsNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-04-04tdf#39468 Translate German commentsJens Carl
2017-03-31Fix German comment translationJohnny_M
2017-03-29Translate German comments in sc/source/ui/docshell/Johnny_M
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin
2017-02-07remove ugly operator* in DynamicErrorInfoNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann
2016-08-01sc: replace IsAssciiDigit and IsAsciiAlpha with rtl equivalentsJochen Nitschke
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-27SfxProgress::SetState always returns trueStephan Bergmann
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin