summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-12-22Blind fix for MSVC buildStephan Bergmann
2014-12-22WaE: variables set but not usedTor Lillqvist
2014-12-22WaE: variable ´nOldSize´ set but not usedTor Lillqvist
2014-12-22"ConditionalFormat" -> SC_UNONAME_CONDFMTMatúš Kukan
2014-12-22Remove unused includesMatúš Kukan
2014-12-22fix typoMatúš Kukan
2014-12-22add import test for xlsbMarkus Mohrhard
2014-12-22fix another validation error for OOXML, related fdo#40746Markus Mohrhard
2014-12-22fix OOXML validation error, related fdo#40746Markus Mohrhard
2014-12-22fix OOXML validation errorsMarkus Mohrhard
2014-12-22fix error in last commitMarkus Mohrhard
2014-12-22improve performance of some matrix operations, related fdo#83187Markus Mohrhard
2014-12-22remove scmatrix.hxx include from a header fileMarkus Mohrhard
2014-12-21Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-20fix typo in translatable stringAdolfo Jayme Barrientos
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist
2014-12-19Let's just have one typedef and use it across the board.Kohei Yoshida
2014-12-19This one can be private as well.Kohei Yoshida
2014-12-19Let's hide this typedef. Not used outside this class.Kohei Yoshida
2014-12-19We don't need this semi-colon.Kohei Yoshida
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist
2014-12-19sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-19WaE: variable 'nBofType' set but not usedTor Lillqvist
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky
2014-12-19Kill pointless formulagroupcl_public.hxx, inline in only place where includedTor Lillqvist
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19can move the decls to first use nowCaolán McNamara
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