summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2014-12-182-2/+15
* comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-176-6/+6
* Split the wait-for-result part and push-result-to-doc part.Kohei Yoshida2014-12-161-10/+25
* implement an actually working setErrorCell() from BIFF error codesEike Rathke2014-12-163-10/+18
* WaE: Unreferenced function definitionTor Lillqvist2014-12-161-0/+2
* SAL_WARN itself already prints __FILE__ and __LINE__ of its call siteTor Lillqvist2014-12-161-2/+2
* Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida2014-12-152-7/+7
* Pass group length to context / result objects to reduce # of params.Kohei Yoshida2014-12-151-11/+18
* Refactor OpenCL interpreter impl code to make it more modular.Kohei Yoshida2014-12-151-83/+142
* Let's try to only surround code that may throw with try-catch block.Kohei Yoshida2014-12-151-17/+23
* Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida2014-12-155-262/+273
* construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke2014-12-161-1/+1
* fdo#79249 call formula compiler with error stringEike Rathke2014-12-161-1/+6
* correct error string, #N/A instead of #NAEike Rathke2014-12-161-1/+1
* no separator really means no separator, fdo#83027Markus Mohrhard2014-12-151-2/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-151-1/+1
* coverity#1242937 Use of untrusted scalar valueCaolán McNamara2014-12-151-0/+4
* coverity#1242939 Untrusted loop boundCaolán McNamara2014-12-151-1/+2
* sc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1547-759/+742
* fix indentationMarkus Mohrhard2014-12-141-1/+1
* fdo#39440 eliminate redundant conditionMichael Weghorn2014-12-141-1/+1
* rhbz#1116534 crash when pasting over a formulaDavid Tardon2014-12-123-23/+52
* Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara2014-12-121-1/+1
* resolved fdo#86809 connect filter conditions correctlyEike Rathke2014-12-121-3/+10
* fix typo, thanks to MatteoCaolán McNamara2014-12-121-1/+1
* coverity#1242775 Use of untrusted scalar valueCaolán McNamara2014-12-121-0/+2
* coverity#1242895 Untrusted loop boundCaolán McNamara2014-12-121-0/+7
* coverity#1242728 Use of untrusted scalar valueCaolán McNamara2014-12-121-0/+4
* coverity#1257735 Logically dead codeCaolán McNamara2014-12-121-4/+7
* remove operator>> and operator<< methodsNoel Grandin2014-12-123-6/+9
* fdo#86572: Write test for this.Kohei Yoshida2014-12-112-0/+38
* fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida2014-12-111-2/+5
* WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist2014-12-111-1/+1
* fdo#87155: Avoid negative scaling (and assertion failures further on)Tor Lillqvist2014-12-111-1/+1
* coverity#1242939 Untrusted value as argumentCaolán McNamara2014-12-111-2/+2
* coverity#1257741 Uninitialized scalar fieldCaolán McNamara2014-12-111-2/+6
* unit test for matrix comparison error propagation, fdo#87237Eike Rathke2014-12-112-0/+24
* resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke2014-12-112-45/+53
* coverity#703983 Unchecked return valueCaolán McNamara2014-12-111-1/+1
* document 704272 Logically dead codeCaolán McNamara2014-12-111-0/+1
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-1117-17/+0
* fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis2014-12-111-1/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-4/+4
* Deteremine the script type of source cell during paste replication.Kohei Yoshida2014-12-1012-24/+98
* fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke2014-12-111-3/+5
* Typo: postion(s)=>position(s)Julien Nabet2014-12-102-2/+2
* paste from system from the top left of selectionDavid Tardon2014-12-101-1/+17
* Globally disable threading for these for now.Kohei Yoshida2014-12-101-0/+1
* be a bit more relaxed about that conditionMarkus Mohrhard2014-12-101-1/+1