summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-05fixed out of bounds string accessEike Rathke1-4/+8
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke1-0/+14
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin1-6/+4
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin1-2/+2
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-4/+4
2013-11-19simplify if conditionNoel Grandin1-1/+1
2013-11-18fixed out-of-bounds string accessEike Rathke1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-3/+3
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-10/+10
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-04small optimization, don't get selection unless it gets usedCaolán McNamara1-6/+13
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-7/+7
2013-11-02fixed out-of-bounds string access when backspacing in a formulaEike Rathke1-1/+1
2013-10-24more string bounds checks for scCaolán McNamara1-5/+9
2013-10-24aStr[0] on an empty string is newly disallowedCaolán McNamara1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-5/+2
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-7/+7
2013-10-16fixed out-of-bounds OUString accessEike Rathke1-1/+2
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/ui/app/*.cxx from String to OUStringNoel Grandin1-71/+70
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-4/+4
2013-10-03de-GetBuffer calcCaolán McNamara1-10/+10
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-3/+3
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida1-5/+11
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-8/+6
2013-08-29GetChar->operator[]Caolán McNamara1-6/+6
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-1/+1
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard1-11/+11
2013-06-02preparations for inherited number format removalMarkus Mohrhard1-2/+2
2013-06-02more String->OUString and early bail outsMarkus Mohrhard1-33/+27
2013-06-02String->OUString and bail out earlyMarkus Mohrhard1-51/+49
2013-06-02let us use scoped_ptr when possibleMarkus Mohrhard1-4/+2
2013-05-22AppendAscii cleanupRicardo Montania1-7/+7
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+6
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-0/+15
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-25/+25
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-52/+52
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-3/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-04resolved rhbz#916936 allow also input line for read-onlyEike Rathke1-4/+6
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-3/+3
2012-12-30Some cppcheck cleaning in scJulien Nabet1-4/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel1-3/+6
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud1-2/+8
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-8/+8