summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
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-20Prefer using back() to access the last element.Kohei Yoshida
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17remove unused methodsThomas Arnhold
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann
2012-01-10callcatcher: update listCaolán McNamara
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida
2012-01-08limit the number of sheets again to 10000Markus Mohrhard
2012-01-07Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida
2012-01-06add warning message if you close unsaved referenced documentMarkus Mohrhard
2012-01-06correctly update absolute refs in range names if pointing to copied areaMarkus Mohrhard
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05simplify code a bitMarkus Mohrhard
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05add mode-lines to some new filesCaolán McNamara
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida
2011-12-23adjust absolute refs to copied areas correctlyMarkus Mohrhard
2011-12-22remove some unused codeCaolán McNamara
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz
2011-12-21callcatcher: remove unused Find1RefWindow variantCaolán McNamara
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke
2011-12-20improve the handling of range names while copy between different docsMarkus Mohrhard
2011-12-20add a warning dialog if we have ext refs to unsaved docsMarkus Mohrhard
2011-12-19Copy absolute refs between different docs: Part IIIMarkus Mohrhard
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard
2011-12-13fdo#39917: Use correct address convention during search and replace.Kohei Yoshida
2011-12-07fdo#43534: Fully support external references in CELL function.Kohei Yoshida
2011-12-06bnc#733864: Make sure to adjust the sheet index of drawing objects.Kohei Yoshida
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida