summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
AgeCommit message (Expand)Author
2013-12-23TyposJulien Nabet
2013-12-06resolved fdo#66564 calculate formula cell once if AutoCalc disabledEike Rathke
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-10-30Use enum for table op mode.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/docshell/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/ui/inc/d*.hxx from String to OUStringNoel Grandin
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida
2013-09-01Reset autospell data when inserting/deleting cells.Kohei Yoshida
2013-08-30resolved fdo#67836 do not overwrite already interpreted English cellEike Rathke
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida
2013-08-09resolved fdo#66205 call PostPaintCell() in Set...Cell() data entryEike Rathke
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida
2013-03-22Reduce the number of parameters.Kohei Yoshida
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida
2013-03-22Remove unused methods.Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-22String to OUString.Kohei Yoshida
2013-03-22Remove unused method parameter.Kohei Yoshida
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida
2013-03-22Another PutCell() gone.Kohei Yoshida
2013-03-22Reorganize SetCellText() to avoid PulCell() at the very end.Kohei Yoshida
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-09group undo action when hiding/showing sheetsLaurent Godard