summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
AgeCommit message (Expand)Author
2012-09-28xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke
2012-04-19update relative local range names, fdo#48856Markus Mohrhard
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák
2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák
2012-03-05Remove unused codeElton Chung
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-23ManageNames: add table to "Paste Names" dialogMarkus Mohrhard
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
2011-11-10ScRangeData aName to OUStringLaurent Godard
2011-11-07change String to OUString for aUpperName in ScRangeDataLaurent Godard
2011-09-02Speed up range name lookup by index.Kohei Yoshida
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida
2011-04-25Remove OS/2 supportFrancois Tigeot
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-15ScRangeName doesn't need to store ScDocument pointer.Kohei Yoshida
2011-03-15Implement undo and redo for real.Kohei Yoshida
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida
2011-03-05Finally removed the old ScRangeName code for good!Kohei Yoshida
2011-03-05Reverted on index handling of range name objects.Kohei Yoshida
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida
2011-03-05Added begin(), end() and implemented FindIndex().Kohei Yoshida
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida
2011-03-05Removed SearchNameUpper() in favor of findByUpperName().Kohei Yoshida
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida
2011-03-05More on re-working ScRangeName.Kohei Yoshida
2011-03-05More work on ScRangeName re-work...Kohei Yoshida
2011-03-05Started re-working ScRangeName to use ptr_map instead of own container.Kohei Yoshida
2011-01-28Translated comments from German to EnglishChristina Rossmanith
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-28add modelines to .hxx files as wellCaolán McNamara