summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-15/+15
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power1-1/+2
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-2/+0
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold1-2/+0
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke1-1/+1
2012-04-19update relative local range names, fdo#48856Markus Mohrhard1-2/+2
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák1-2/+2
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák1-2/+2
2012-03-05Remove unused codeElton Chung1-1/+0
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida1-0/+1
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida1-1/+1
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-0/+1
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-1/+1
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara1-2/+0
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-2/+0
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard1-1/+1
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard1-3/+3
2011-11-10ScRangeData aName to OUStringLaurent Godard1-6/+6
2011-11-07change String to OUString for aUpperName in ScRangeDataLaurent Godard1-2/+2
2011-09-02Speed up range name lookup by index.Kohei Yoshida1-0/+9
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke1-1/+12
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke1-0/+7
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard1-1/+1
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard1-0/+1
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard1-11/+11
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard1-1/+1
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard1-2/+2
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida1-3/+0
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida1-3/+0
2011-04-25Remove OS/2 supportFrancois Tigeot1-5/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-19/+19
2011-03-15ScRangeName doesn't need to store ScDocument pointer.Kohei Yoshida1-4/+3
2011-03-15Implement undo and redo for real.Kohei Yoshida1-0/+2
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida1-0/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-19/+19
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida1-1/+1
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida1-1/+1
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida1-2/+0
2011-03-05Finally removed the old ScRangeName code for good!Kohei Yoshida1-55/+2
2011-03-05Reverted on index handling of range name objects.Kohei Yoshida1-2/+1
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida1-1/+2
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida1-4/+8
2011-03-05Added begin(), end() and implemented FindIndex().Kohei Yoshida1-1/+5
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida1-3/+1
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida1-1/+2
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida1-1/+2
2011-03-05More on re-working ScRangeName.Kohei Yoshida1-4/+9