summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-13/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-299/+299
2014-05-09Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+6
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-3/+29
2014-04-23sc: sal_Bool->boolNoel Grandin1-5/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-2/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-25coverity#1130187 Logically dead codeCaolán McNamara1-5/+1
2014-03-08Reduce indentation by early bail-out.Kohei Yoshida1-176/+175
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-42/+38
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida1-32/+37
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-3/+5
2014-01-14fdo#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