summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-219-16/+15
* Oops I shouldn't have erased names directly.Kohei Yoshida2012-01-211-0/+1
* fdo#44831: Named range should overwrite existing name.Kohei Yoshida2012-01-211-1/+1
* Prefer using back() to access the last element.Kohei Yoshida2012-01-201-1/+1
* Added 'm' prefix for a data member.Kohei Yoshida2012-01-201-2/+2
* Replace open-coded array with std::vector in ScColumn.Noel Grandin2012-01-201-4/+3
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-171-1/+1
* remove unused methodsThomas Arnhold2012-01-172-2/+0
* remove unused ScDP* methodsThomas Arnhold2012-01-174-16/+0
* Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz2012-01-161-2/+2
* Avoid double deletion during data cache object destruction.Kohei Yoshida2012-01-131-0/+2
* Test the new logic of our pivot data cache life cycle.Kohei Yoshida2012-01-121-0/+4
* fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida2012-01-121-0/+8
* fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida2012-01-122-2/+12
* fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida2012-01-123-3/+12
* fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida2012-01-121-1/+1
* Test code for sheet source data cache relocation.Kohei Yoshida2012-01-111-1/+2
* New test for pivot tables with named source ranges.Kohei Yoshida2012-01-111-0/+1
* fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2012-01-111-1/+7
* ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann2012-01-111-0/+1
* callcatcher: update listCaolán McNamara2012-01-101-2/+0
* fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida2012-01-092-2/+1
* limit the number of sheets again to 10000Markus Mohrhard2012-01-081-1/+2
* Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida2012-01-071-1/+1
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-062-2/+0
* Removed unnecessary tools/link.hxx includes.Marcel Metz2012-01-062-1/+1
* Fix re-calculation of the position of circular drawing objects.Kohei Yoshida2012-01-061-1/+3
* add warning message if you close unsaved referenced documentMarkus Mohrhard2012-01-061-1/+2
* correctly update absolute refs in range names if pointing to copied areaMarkus Mohrhard2012-01-061-1/+1
* getPropertyMap can return a reference instead of a pointerCaolán McNamara2012-01-051-7/+7
* simplify code a bitMarkus Mohrhard2012-01-051-1/+0
* handle relative refs in name dialogs correctlyMarkus Mohrhard2012-01-051-0/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-052-2/+0
* add mode-lines to some new filesCaolán McNamara2012-01-051-0/+3
* Register chart data ranges via tokens rather than string.Kohei Yoshida2012-01-041-3/+15
* adjust absolute refs to copied areas correctlyMarkus Mohrhard2011-12-231-1/+6
* remove some unused codeCaolán McNamara2011-12-222-14/+0
* fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz2011-12-211-13/+29
* callcatcher: remove unused Find1RefWindow variantCaolán McNamara2011-12-211-1/+0
* another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke2011-12-201-3/+5
* improve the handling of range names while copy between different docsMarkus Mohrhard2011-12-202-6/+9
* add a warning dialog if we have ext refs to unsaved docsMarkus Mohrhard2011-12-202-7/+9
* Copy absolute refs between different docs: Part IIIMarkus Mohrhard2011-12-191-1/+28
* Copy Absolute Formulas between documents: Part IMarkus Mohrhard2011-12-173-2/+10
* fdo#39917: Use correct address convention during search and replace.Kohei Yoshida2011-12-131-3/+3
* fdo#43534: Fully support external references in CELL function.Kohei Yoshida2011-12-071-8/+8
* bnc#733864: Make sure to adjust the sheet index of drawing objects.Kohei Yoshida2011-12-061-0/+1
* Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida2011-12-051-140/+0
* Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida2011-12-051-11/+10
* Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz2011-12-051-7/+3