summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)Author
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/vba/*.cxx from String to OUStringNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-25better support Range.FormulaArray ( set )Noel Power
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-29some Worksheet.Change supportNoel Power
2013-05-15fire change event after copy ( with dest paramater set )Noel Power
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-09implement Range.NameNoel Power
2013-05-09reset Logical format when setting a number value via Range vba apiNoel Power
2013-05-09handle non int32 values for Field in Range.AutoFilterNoel Power
2013-05-09fix limits check on breaks ( ignore breaks outside used area )Noel Power
2013-05-09Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power
2013-05-09fix range cut with destination paramater( missing else )Noel Power
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-25loplugin: improve indentationThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-23Fix typo begining/beginning.Julien Nabet
2013-02-23Fix typo seperated/separatedJulien Nabet
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar
2012-09-12targetted VBA re-work.Noel Power
2012-08-27typo fix in commentAndras Timar
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-07fix unused pDocSh variableKevin Hunter
2012-06-01targeted string re-workNorbert Thiebaud
2012-05-31targetted minor size vs. empty reversionMichael Meeks
2012-05-14removed unused static rtl::OUStringTakeshi Abe
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner