summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-22This shouldn't be virtual.Kohei Yoshida1-3/+3
2013-03-22Reorganize SetCellText() to avoid PulCell() at the very end.Kohei Yoshida1-10/+9
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida6-5/+81
2013-03-22Do the same for formula cells.Kohei Yoshida10-22/+75
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida5-49/+164
2013-03-22Make EditTextObject copyable. Its Clone() method uses that anyway...Kohei Yoshida1-1/+1
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida10-12/+42
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida8-11/+32
2013-03-22Implement the undo of arbitrary cells. Not used yet.Kohei Yoshida2-0/+37
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida8-2/+189
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida10-34/+45
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida4-24/+19
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida10-151/+229
2013-03-22More on removing direct use of cell classes...Kohei Yoshida13-58/+133
2013-03-22This comment is no longer valid.Kohei Yoshida1-1/+0
2013-03-22no need to new/delete temporary, stack based auto does itEike Rathke1-5/+8
2013-03-22use input line string length for numeric data length, i#93128Eike Rathke1-8/+21
2013-03-22i#93128# fix data validity checkHerbert Dürr1-9/+16
2013-03-22Adjust indenting of a few commentsMathias Hasselmann1-3/+3
2013-03-22coverity#440825 Logically dead codeJulien Nabet1-3/+0
2013-03-22coverity#440825 Logically dead codeJulien Nabet1-3/+0
2013-03-22coverity#440784 Logically dead code + cleanupJulien Nabet1-7/+2
2013-03-22WaE: unused functionsTor Lillqvist1-0/+6
2013-03-22No nan() in Clang for Android, it seemsTor Lillqvist1-0/+12
2013-03-22Start on supporting also the Clang tool-chain in the Android NDKTor Lillqvist1-35/+89
2013-03-22blind try to fix MacOs buildingJulien Nabet1-1/+1
2013-03-22chose date that does not suffer from historic time zone bugEike Rathke1-9/+9
2013-03-22implemented BeginContainerNoParams and EndContainer recordsRadek Doulik2-26/+67
2013-03-22There is no --disable-ext-report-builder any moreTor Lillqvist2-2/+0
2013-03-22coverity#440066 Logically dead codeJulien Nabet1-6/+0
2013-03-22coverity#440065 Logically dead codeJulien Nabet1-3/+0
2013-03-22Missing solar mutexStephan Bergmann1-2/+5