summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-03fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power1-2/+2
2013-04-05Revert "prepend Validation.Formula1 results with '=' for anything not a address"Noel Power1-2/+2
2013-04-04prepend Validation.Formula1 results with '=' for anything not a addressNoel Power1-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
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-1/+1
2011-11-18Replace DeleteQuery with RemoveEntryByField.Kohei Yoshida1-22/+1
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-04Let's not use a hard-coded MAXQUERY all over the place.Kohei Yoshida1-3/+2
2011-11-04catch exception by const referenceTakeshi Abe1-3/+3
2011-10-28Add vba support for assigning names to cell rangesAugust Sodora1-0/+23
2011-10-18WaE: unreferenced local variableTor Lillqvist1-2/+2
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-12/+12
2011-09-10Revert partly cppcheck cleaningJulien Nabet1-1/+1
2011-09-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-07-29tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only )Noel Power1-0/+3
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power1-7/+18