summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-6/+9
2013-11-04We need to update sheet positions of range names when modifying sheets.Kohei Yoshida1-0/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-3/+2
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-2/+0
2013-08-12No more RT_SHARED and RT_SHAREDMOD named range types.Kohei Yoshida1-2/+0
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-4/+3
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-0/+3
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-0/+3
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+7
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida1-7/+8
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-12/+6
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