summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane1-4/+4
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist4-1/+42
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida2-21/+20
2014-12-19This one can be private as well.Kohei Yoshida1-1/+1
2014-12-19Let's hide this typedef. Not used outside this class.Kohei Yoshida1-1/+1
2014-12-19We don't need this semi-colon.Kohei Yoshida1-1/+1
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist2-4/+1
2014-12-19sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-19WaE: variable 'nBofType' set but not usedTor Lillqvist1-1/+1
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-1/+1
2014-12-19Kill pointless formulagroupcl_public.hxx, inline in only place where includedTor Lillqvist2-38/+23
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-6/+3
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara7-55/+32
2014-12-19can move the decls to first use nowCaolán McNamara1-9/+6
2014-12-19remove operator>> methodsNoel Grandin26-637/+948
2014-12-19remove operator>> and operator<< methodsNoel Grandin22-107/+278
2014-12-18line-break that into something slightly more readable within 120 columnsEike Rathke1-4/+7
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-18Unmap memory object right after the buffer is read.Kohei Yoshida1-12/+8
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann64-263/+263
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke2-2/+15
2014-12-18comphelper: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann6-6/+6
2014-12-16Split the wait-for-result part and push-result-to-doc part.Kohei Yoshida1-10/+25
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke3-10/+18
2014-12-16WaE: Unreferenced function definitionTor Lillqvist1-0/+2
2014-12-16SAL_WARN itself already prints __FILE__ and __LINE__ of its call siteTor Lillqvist1-2/+2
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida2-7/+7
2014-12-15Pass group length to context / result objects to reduce # of params.Kohei Yoshida1-11/+18
2014-12-15Refactor OpenCL interpreter impl code to make it more modular.Kohei Yoshida1-83/+142
2014-12-15Let's try to only surround code that may throw with try-catch block.Kohei Yoshida1-17/+23
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida5-262/+273
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke1-1/+1
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke1-1/+6
2014-12-16correct error string, #N/A instead of #NAEike Rathke1-1/+1
2014-12-15no separator really means no separator, fdo#83027Markus Mohrhard1-2/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
2014-12-15coverity#1242937 Use of untrusted scalar valueCaolán McNamara1-0/+4
2014-12-15coverity#1242939 Untrusted loop boundCaolán McNamara1-1/+2
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann47-759/+742
2014-12-14fix indentationMarkus Mohrhard1-1/+1
2014-12-14fdo#39440 eliminate redundant conditionMichael Weghorn1-1/+1
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon3-23/+52
2014-12-12Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara1-1/+1
2014-12-12resolved fdo#86809 connect filter conditions correctlyEike Rathke1-3/+10
2014-12-12fix typo, thanks to MatteoCaolán McNamara1-1/+1
2014-12-12coverity#1242775 Use of untrusted scalar valueCaolán McNamara1-0/+2
2014-12-12coverity#1242895 Untrusted loop boundCaolán McNamara1-0/+7
2014-12-12coverity#1242728 Use of untrusted scalar valueCaolán McNamara1-0/+4
2014-12-12coverity#1257735 Logically dead codeCaolán McNamara1-4/+7