summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida3-0/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida5-5/+5
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida2-2/+2
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida1-32/+33
2013-03-28More of the same.Kohei Yoshida1-101/+111
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida1-14/+10
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida1-58/+57
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-6/+9
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-2/+4
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-5/+8
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida1-1/+5
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-2/+2
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist1-0/+4
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-1/+1
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-16/+14
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-17/+10
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida1-73/+59
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida1-1/+0
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-18/+9
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida1-1/+1
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida2-19/+35
2013-03-22Remove unused method parameter.Kohei Yoshida1-2/+2
2013-03-22Another PutCell() gone.Kohei Yoshida1-11/+1
2013-03-22Reduce indentation levels by early bail-out.Kohei Yoshida1-52/+51
2013-03-22Another removal of PutCell().Kohei Yoshida1-13/+37
2013-03-22One less use of PutCell().Kohei Yoshida1-7/+23
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida1-3/+3
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida1-1/+1
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida1-1/+1
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-11/+4
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold25-106/+106
2013-03-08A little cleanup.Kohei Yoshida1-10/+2
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-7/+8
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard1-1/+2
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-3/+3
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-3/+2
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-24simplify CreateScImportAsciiDlgCaolán McNamara1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold4-6/+0
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2-4/+4
2013-02-21basic support for writing embedded fonts for calc docsNoel Power1-0/+15
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-2/+5
2013-02-16coverity: fix memory leakMarkus Mohrhard1-3/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-1/+6
2013-02-06String->OUStringCaolán McNamara1-2/+2