summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-09-23inital work for new "Manage Names" dialogMarkus Mohrhard1-0/+18
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida1-11/+9
2011-08-26String to rtl::OUString.Kohei Yoshida1-1/+1
2011-07-05iterator->const_iteratorCaolán McNamara1-2/+2
2011-07-05change from manual loop to ScMarkData::iterator in calc/source/coreMarkus Mohrhard1-19/+20
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida1-174/+174
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-75/+91
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-10/+10
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard1-75/+91
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida1-1/+1
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-46/+59
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida1-2/+2
2011-04-12fdo#35345: Don't overwrite hidden cells in drag-fill operationKatarina Machalkova1-0/+8
2011-04-01Extend data area for standard and special filters as well.Kohei Yoshida1-8/+1
2011-04-01Re-implement DB area extension prior to autofilter launching.Kohei Yoshida1-0/+9
2011-04-01Removed the dynamic row bits from the db range. It was a hack.Kohei Yoshida1-14/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-125/+132
2011-03-15ScRangeName doesn't need to store ScDocument pointer.Kohei Yoshida1-1/+1
2011-03-15Hopefully implemented the undo part, plus lazy-init the global range name.Kohei Yoshida1-6/+9
2011-03-15Implement undo and redo for real.Kohei Yoshida1-0/+17
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida1-4/+3
2011-03-15Implement ModifyAllRangeNames(), minus undo.Kohei Yoshida1-0/+8
2011-03-15Retrieve sheet-local names and populate the dialog with them.Kohei Yoshida1-1/+19
2011-03-11Store additional flag for global vs local storage of named ranges.Kohei Yoshida1-0/+8
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-125/+132
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida1-1/+1
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida1-9/+5
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida1-2/+2
2011-03-05More on re-working ScRangeName.Kohei Yoshida1-2/+2
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-11/+11
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel1-2/+2
2011-02-02Removed unused functions from calc 2Alfonso Eusebio1-10/+0
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-2/+1
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara1-3/+2
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-1/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-145/+145
2011-01-14Remove commented out codeTopround aka Zathuras1-32/+0
2011-01-12Moved the dp cache handling code from ScDocument to ScDPCollection.Kohei Yoshida1-100/+0
2011-01-09Removed unnecessary commentsChristina Rossmanith1-6/+0
2011-01-07cppcheck: Remove unread variable in documen3.cxxNigel Hawkins1-2/+2
2010-12-27dr77: rebase to DEV300m96Daniel Rentz [dr]1-0/+8
2010-12-20callcatcher + 1 RTL_CONSTASCII_USTRINGPARAMserval1-14/+0
2010-12-10Removed ScRangePairList::at() also, in favor of operator[].Kohei Yoshida1-1/+1
2010-12-10Remove DECLARE_LIST( ScRangePairList )Joseph Powers1-8/+7
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-13/+4
2010-11-27cppcheck: use prefix formCaolán McNamara1-5/+5
2010-11-03dr77: #i113491# repaint in ScStyleSheet::SetParentNiklas Nebel1-2/+1
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud1-1/+1
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud1-1/+1