summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida3-2/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida8-8/+8
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida2-8/+8
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-7/+6
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida2-22/+14
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-22/+28
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist2-7/+11
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-3/+3
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida1-2/+6
2013-03-27Converted the external ref manager code.Kohei Yoshida1-53/+35
2013-03-26WaE: Variable set but not usedTor Lillqvist1-1/+2
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist2-6/+6
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist2-4/+13
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist1-5/+5
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2-7/+6
2013-03-25ScFormatFilter::Get(): -Werror=undefMichael Stahl1-1/+1
2013-03-25fix scfilt with Library_mergedPeter Foley1-1/+5
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-15/+12
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-1/+1
2013-03-22ScDBDocFunc is now ScBaseCell-free.Kohei Yoshida1-5/+2
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-1/+1
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-49/+40
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-1/+2
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida1-1/+1
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida1-15/+13
2013-03-22Reduce the number of parameters.Kohei Yoshida1-1/+1
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida1-4/+3
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-3/+2
2013-03-22Remove unused methods.Kohei Yoshida1-53/+0
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida3-7/+10
2013-03-22String to OUString.Kohei Yoshida1-2/+2
2013-03-22Remove unused method parameter.Kohei Yoshida1-3/+3
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida1-65/+0
2013-03-22Another PutCell() gone.Kohei Yoshida1-13/+34
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 Yoshida1-0/+29
2013-03-22Do the same for formula cells.Kohei Yoshida1-3/+3
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida1-45/+103
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-3/+3
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida1-1/+3
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida1-0/+61
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida2-22/+17
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-5/+7
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-5/+5
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold7-22/+22
2013-03-18resolved #i119960# paste single line with quotesEike Rathke1-16/+16
2013-03-15initial work on an odc exportMarkus Mohrhard1-2/+45