summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2014-12-19remove operator>> methodsNoel Grandin
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-18line-break that into something slightly more readable within 120 columnsEike Rathke
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke
2014-12-18Unmap memory object right after the buffer is read.Kohei Yoshida
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-16Split the wait-for-result part and push-result-to-doc part.Kohei Yoshida
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke
2014-12-16WaE: Unreferenced function definitionTor Lillqvist
2014-12-16SAL_WARN itself already prints __FILE__ and __LINE__ of its call siteTor Lillqvist
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida
2014-12-15Pass group length to context / result objects to reduce # of params.Kohei Yoshida
2014-12-15Refactor OpenCL interpreter impl code to make it more modular.Kohei Yoshida
2014-12-15Let's try to only surround code that may throw with try-catch block.Kohei Yoshida
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke
2014-12-16correct error string, #N/A instead of #NAEike Rathke
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard
2014-12-15coverity#1242937 Use of untrusted scalar valueCaolán McNamara
2014-12-15coverity#1242939 Untrusted loop boundCaolán McNamara
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-14fix indentationMarkus Mohrhard
2014-12-14fdo#39440 eliminate redundant conditionMichael Weghorn
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon
2014-12-12Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara
2014-12-12resolved fdo#86809 connect filter conditions correctlyEike Rathke
2014-12-12fix typo, thanks to MatteoCaolán McNamara
2014-12-12coverity#1242775 Use of untrusted scalar valueCaolán McNamara
2014-12-12coverity#1242895 Untrusted loop boundCaolán McNamara
2014-12-12coverity#1242728 Use of untrusted scalar valueCaolán McNamara
2014-12-12coverity#1257735 Logically dead codeCaolán McNamara
2014-12-12remove operator>> and operator<< methodsNoel Grandin
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida
2014-12-11WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist
2014-12-11fdo#87155: Avoid negative scaling (and assertion failures further on)Tor Lillqvist
2014-12-11coverity#1242939 Untrusted value as argumentCaolán McNamara
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke
2014-12-11coverity#703983 Unchecked return valueCaolán McNamara
2014-12-11document 704272 Logically dead codeCaolán McNamara
2014-12-11fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida
2014-12-11fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke
2014-12-10Typo: postion(s)=>position(s)Julien Nabet
2014-12-10paste from system from the top left of selectionDavid Tardon
2014-12-10Globally disable threading for these for now.Kohei Yoshida