summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)Author
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
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner
2012-03-26reduce over use of static OUStringsCaolán McNamara
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-10Fix Possible null pointer dereferenceJulien Nabet
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2011-12-28use of bool instead of sal_boolPierre-André Jacquod
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard