summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-05-21Resolves: tdf#125109 prefer edit format's acceptance patterns and YMD orderEike Rathke1-3/+49
2019-05-20cache mdds positions also in CopyTextAttrsFromClipHandler (tdf#112000)Luboš Luňák1-6/+25
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-5/+2
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-1/+1
2019-03-28tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-14/+52
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin1-2/+2
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke1-8/+41
2019-03-17Reget position_type as the block or type may have changed, tdf#123736 relatedEike Rathke1-0/+3
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-9/+102
2019-03-15In case of sc::NoListening only SetNeedsListeningGroup(), tdf#123736 follow-upEike Rathke1-5/+19
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke1-27/+124
2019-03-13const correctnessLuboš Luňák1-2/+2
2019-02-23loplugin:unusedfields in scNoel Grandin1-1/+0
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-25/+20
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-8/+1
2018-10-16coverity#1440303 use emplace_back instead of push_backCaolán McNamara1-2/+2
2018-10-15loplugin:constfields in scNoel Grandin1-22/+22
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin1-2/+1
2018-08-01forcepoint#55 invalid iterator incrementCaolán McNamara1-0/+2
2018-06-30Removed duplicated includeAndrea Gelmini1-1/+0
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen1-0/+1
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-3/+4
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-06-11tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis1-5/+9
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-6/+6
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-3/+3
2018-03-27forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-03-26forcepoint #30 check validity of group rangeCaolán McNamara1-0/+2
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-2/+2
2018-02-13Handle ScSetStringParam::mbCheckLinkFormula in ScColumn::ParseString()Eike Rathke1-3/+7
2018-02-03TypedWhichId in scNoel Grandin1-5/+5
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-24sc: compact ScColumnAshod Nakashian1-60/+65
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-11/+11
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-4/+4
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-21Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-upEike Rathke1-2/+10
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-9/+9
2017-10-27Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671Eike Rathke1-2/+4
2017-10-27Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671Eike Rathke1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-28/+28
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-15/+17
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-1/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3