summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+20
2015-08-17Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke1-1/+13
2015-06-15Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara1-0/+17
2015-04-21tdf#89957 prevent crash, not really fixedEike Rathke1-2/+13
2015-02-17Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-2/+8
2015-02-10Handle zero or empty cells properly when using OpenCL for divisionTor Lillqvist1-1/+5
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke1-4/+23
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-6/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-24/+24
2014-10-22Exit early in case the column has no cell notes to copy to destination.Kohei Yoshida1-0/+4
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida1-12/+12
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan1-1/+1
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard1-2/+2
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-22/+0
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-12false warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2014-06-10fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.Matúš Kukan1-0/+12
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke1-7/+38
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-5/+5
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-10/+10
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+1
2014-04-23Now these two methods are unused.Kohei Yoshida1-106/+0
2014-04-23Move cell notes too when sorting.Kohei Yoshida1-0/+11
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida1-0/+11
2014-04-16fdo#74555: Avoid excessive calls to GetPreviewCellStyle().Kohei Yoshida1-9/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-21/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-6/+1
2014-03-07fdo#75718: Correctly count the length of trailing empty range.Kohei Yoshida1-5/+5
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-27remove unused code in ScColumnNoel Grandin1-29/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-17fdo#75032: Handle note copying correctly.Kohei Yoshida1-74/+37
2014-02-12WaE: unused function 'hasNonEmpty'Tor Lillqvist1-10/+0
2014-02-11Ensure that vector array has a numeric array of NaN's for empty range.Kohei Yoshida1-2/+2
2014-02-07Our own 100% original code goes here.Kohei Yoshida1-154/+0
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida1-0/+18
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida1-0/+10
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-7/+17
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-5/+6