summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-07implement Range.NameNoel Power1-0/+52
2013-05-07reset Logical format when setting a number value via Range vba apiNoel Power1-0/+9
2013-05-07handle non int32 values for Field in Range.AutoFilterNoel Power1-3/+15
2013-05-07fix limits check on breaks ( ignore breaks outside used area )Noel Power1-3/+12
2013-05-07Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power1-1/+1
2013-05-07fix range cut with destination paramater( missing else )Noel Power1-0/+1
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-149/+149
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power1-2/+2
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-4/+4
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-25loplugin: improve indentationThomas Arnhold1-3/+3
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-02-23Fix typo begining/beginning.Julien Nabet1-1/+1
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-98/+53
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]1-8/+11
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar1-14/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-14/+14
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar1-870/+160
2012-09-12targetted VBA re-work.Noel Power1-870/+160
2012-08-27typo fix in commentAndras Timar1-1/+1
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power1-12/+0
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard1-7/+6
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-1/+1
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-07fix unused pDocSh variableKevin Hunter1-5/+2
2012-06-01targeted string re-workNorbert Thiebaud1-137/+137
2012-05-31targetted minor size vs. empty reversionMichael Meeks1-1/+1
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-3/+0
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-3/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-9/+9
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-9/+9
2012-04-04fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-9/+9
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-11/+7
2012-03-31revert "remove limitation to 3 sort entries in calc part1"Markus Mohrhard1-9/+9
2012-03-31fdo#45747 remove the limitation to 3 sort entries in calc part1Albert Thuswaldner1-9/+9
2012-03-26reduce over use of static OUStringsCaolán McNamara1-4/+3
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+6
2012-03-10Fix Possible null pointer dereferenceJulien Nabet1-2/+2
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+1
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-9/+9
2011-12-28use of bool instead of sal_boolPierre-André Jacquod1-1/+1
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-2/+2