summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2017-06-10COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference arrays, tdf#58874Eike Rathke1-50/+209
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin4-6/+6
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin10-84/+57
2017-06-09Too many aRes..., rename aResArray to vConditionsEike Rathke1-10/+10
2017-06-08With reference lists there can be more than 255 queriesEike Rathke1-5/+5
2017-06-08Add '~' reference union/list operator to range finder delimitersEike Rathke1-1/+1
2017-06-08EditEngine: Added ODF_TEXT_FLAT paste for scVarun Dhall2-3/+6
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+1
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-8/+8
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-57/+58
2017-06-08Redundant nColSize,nRowSize, use nDimensionCols,nDimensionRows, tdf#58874 prepEike Rathke1-12/+6
2017-06-08-Werror,-Wunused-private-fieldStephan Bergmann2-4/+1
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin5-6/+6
2017-06-08oovbaapi: add Interior.PatternTintAndShade Property (Excel)Miklos Vajna2-0/+13
2017-06-08oovbaapi: add Interior.TintAndShade Property (Excel)Miklos Vajna2-0/+13
2017-06-08oovbaapi: add XlThemeColor Enumeration (Excel)Miklos Vajna2-0/+13
2017-06-08tdf#79571 sc FilterSelect: accept empty stringsJustin Luth1-9/+6
2017-06-07fix memory leak and improve variable lifecycleMarkus Mohrhard2-23/+21
2017-06-07Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh2-50/+157
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-5/+8
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-3/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-4/+5
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-4/+5
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-14/+13
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+6
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-3/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-4/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-6/+6
2017-06-07tdf#108098 Correct detection of MIXED state.Gulsah Kose2-10/+14
2017-06-07tdf#86119 Generalize number format control.Gulsah Kose1-20/+8
2017-06-07Reformat an overly long lineEike Rathke1-2/+4
2017-06-07EditEngine: Added ODF_TEXT_FLAT copy for scVarun Dhall2-7/+25
2017-06-07fix some .src offsetsCaolán McNamara1-2/+2
2017-06-07Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArrayEike Rathke1-1/+10
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara4-22/+22
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara2-8/+8
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara5-12/+12
2017-06-06coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara3-11/+9
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara14-16/+16
2017-06-06pOldOuter etc couldn't be nullCaolán McNamara1-28/+22