summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xicontent.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-31crashtesting: null deref on import of fdo48634-1.xlsCaolán McNamara1-1/+2
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-4/+4
2019-10-25sc: rowcol: tdf#50916 convert filter/excel for the most partAron Budea1-4/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-04-17loplugin:sequentialassign in scNoel Grandin1-22/+11
2019-03-06Simplify Sequence constructionStephan Bergmann1-6/+2
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-14/+12
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-03Get rid of ScStringUtil::GetQuotedTokenCount()Matteo Casalin1-4/+2
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-10/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+5
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-8/+8
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-08-29loplugin:constantparam (2)Noel Grandin1-7/+5
2018-08-01loplugin:stringloop in scNoel Grandin1-8/+9
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen1-0/+1
2018-06-01Fix typosAndrea Gelmini1-1/+1
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-0/+9
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-14/+13
2018-01-26Consistent namingEike Rathke1-4/+4
2018-01-26CheckLinkFormulaNeedingCheck() for .xls conditional format expressionsEike Rathke1-0/+6
2018-01-22copy ScAddress before possibly joining itCaolán McNamara1-1/+3
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-19/+19
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-1/+1
2017-10-31loplugin:constantparam in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-26/+26
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-4/+2
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-20convert XclFontItemType to scoped enumNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-22implement CryptoAPI RC4+SHA1 encryption scheme for doc importCaolán McNamara1-1/+1
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara1-10/+70
2016-10-21rework things in light of now available documentationCaolán McNamara1-12/+14
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann1-4/+3
2016-04-07we need the position in the formula converter, tdf#99093Markus Mohrhard1-22/+37
2016-04-07fix indentationMarkus Mohrhard1-2/+2
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-5/+11
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-1/+1