summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-05-08fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-3/+29
2014-04-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-2/+3
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-5/+4
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara1-39/+32
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet1-45/+29
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier1-113/+113
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier1-2/+2
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-24/+23
2013-10-04convert sc/../viewfunc.hxx from String to OUStringNoel Grandin1-13/+13
2013-09-01Reset auto spell data in the view shell instead of in the doc shell.Kohei Yoshida1-0/+4
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-3/+2
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-11/+1
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+5
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-15basic inplace Font preview for calcNoel Power1-0/+39
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+11
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida1-8/+6
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-1/+3
2013-03-26coverity#982306 Logically dead codeJulien Nabet1-2/+0
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-1/+1
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist1-0/+2
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-8/+5
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-5/+3
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-1/+2
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-1/+4
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida1-16/+7
2013-03-22Reduce the number of parameters.Kohei Yoshida1-1/+1
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida1-1/+1
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-9/+9
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida1-1/+1
2013-02-22fix sc buildCaolán McNamara1-1/+1
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-5/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud1-5/+6
2012-11-27convert the last SvNumberformat::GetOutputString and users to OUStringNorbert Thiebaud1-6/+6
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-10-02XubString->OUStringCaolán McNamara1-3/+2
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-4/+1
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0