summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangenam.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+6
2013-03-16sc: translate some debug messagesThomas Arnhold1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-20Use scoped_ptr instead of deprecated auto_ptrStephan Bergmann1-1/+2
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power1-12/+24
2012-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-8/+8
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold1-32/+0
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke1-1/+1
2012-04-19update relative local range names, fdo#48856Markus Mohrhard1-4/+4
2012-03-05Remove unused codeElton Chung1-28/+0
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida1-2/+7
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida1-0/+1
2012-01-09simplify CharClassCaolán McNamara1-3/+3
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-0/+9
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-24change ScRangeName's container to boost::ptr_mapMarkus Mohrhard1-30/+19
2011-11-23unused ScRangeName::copyLocalNamesCaolán McNamara1-15/+0
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-25/+0
2011-11-10ScRangeData aName to OUStringLaurent Godard1-3/+3
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+6
2011-09-04fixed various crashes due to newly introduced ScRangeName::maIndexToDataEike Rathke1-3/+20
2011-09-02Speed up range name lookup by index.Kohei Yoshida1-13/+32
2011-08-26fdo#40378 compile defined names that had unresolveds during loadEike Rathke1-21/+68
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard1-2/+2
2011-08-10remove uno from range name export and some clean upMarkus Mohrhard1-0/+11
2011-08-10change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard1-22/+22
2011-08-10fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard1-1/+1
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky1-0/+3
2011-06-10fix for fdo#37872: we don't allow points in range names any moreMarkus Mohrhard1-0/+3
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-4/+4
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith1-5/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-2/+1
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard1-4/+4
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida1-14/+3
2011-03-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky1-1/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-46/+46
2011-03-18initialize memberDavid Tardon1-1/+2
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/+15
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-46/+46
2011-03-05GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.Kohei Yoshida1-49/+75
2011-03-05Renamed FindIndex to findByIndex to be consistent with findByName.Kohei Yoshida1-3/+3
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida1-5/+0
2011-03-05Finally removed the old ScRangeName code for good!Kohei Yoshida1-138/+0
2011-03-05Reverted on index handling of range name objects.Kohei Yoshida1-17/+20
2011-03-05More on adjusting for ScRangeName API change.Kohei Yoshida1-0/+7
2011-03-05More on adjusting for ScRangeName's new API.Kohei Yoshida1-11/+31
2011-03-05Added begin(), end() and implemented FindIndex().Kohei Yoshida1-7/+17
2011-03-05Identified and tagged all places where I need to modify.Kohei Yoshida1-11/+3