summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xilink.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-03-28Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etcTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-10-20Resolves: tdf#85553 intern SharedString of cached external references resultEike Rathke
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13fix a TODO in XclImpExtName::MOper::MOperNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-05fix crash in XclImpSupbook::GetExternNameCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2014-12-19remove operator>> methodsNoel Grandin
2014-11-19coverity#1242708 Untrusted loop boundCaolán McNamara
2014-11-18coverity#1242631 Untrusted loop boundCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-10coverity#1130486 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak