summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)Author
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-15basic inplace Font preview for calcNoel Power
2013-04-13Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_ImplArmin Le Grand
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power
2013-04-05fix selection change event firingNoel Power
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida
2013-03-28More of the same.Kohei Yoshida
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
2013-03-22Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.Kohei Yoshida
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-22Remove unused method parameter.Kohei Yoshida
2013-03-22Another PutCell() gone.Kohei Yoshida
2013-03-22Reduce indentation levels by early bail-out.Kohei Yoshida
2013-03-22Another removal of PutCell().Kohei Yoshida
2013-03-22One less use of PutCell().Kohei Yoshida
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-08A little cleanup.Kohei Yoshida
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac