summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke1-3/+20
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke2-14/+0
2012-01-31Remove unsed codeElton Chung1-1/+0
2012-01-30Prevent excessive references to single token instance during fill.Kohei Yoshida2-0/+14
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner1-1/+6
2012-01-23Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida1-0/+7
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann9-16/+15
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-20Prefer using back() to access the last element.Kohei Yoshida1-1/+1
2012-01-20Added 'm' prefix for a data member.Kohei Yoshida1-2/+2
2012-01-20Replace open-coded array with std::vector in ScColumn.Noel Grandin1-4/+3
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-1/+1
2012-01-17remove unused methodsThomas Arnhold2-2/+0
2012-01-17remove unused ScDP* methodsThomas Arnhold4-16/+0
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-2/+2
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida1-0/+2
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida1-0/+4
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida1-0/+8
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida2-2/+12
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida3-3/+12
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida1-1/+1
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida1-1/+2
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida1-0/+1
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida1-1/+7
2012-01-11ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann1-0/+1
2012-01-10callcatcher: update listCaolán McNamara1-2/+0
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida2-2/+1
2012-01-08limit the number of sheets again to 10000Markus Mohrhard1-1/+2
2012-01-07Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida1-1/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz2-2/+0
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz2-1/+1
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida1-1/+3
2012-01-06add warning message if you close unsaved referenced documentMarkus Mohrhard1-1/+2
2012-01-06correctly update absolute refs in range names if pointing to copied areaMarkus Mohrhard1-1/+1
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara1-7/+7
2012-01-05simplify code a bitMarkus Mohrhard1-1/+0
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-0/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05add mode-lines to some new filesCaolán McNamara1-0/+3
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida1-3/+15
2011-12-23adjust absolute refs to copied areas correctlyMarkus Mohrhard1-1/+6
2011-12-22remove some unused codeCaolán McNamara2-14/+0
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz1-13/+29
2011-12-21callcatcher: remove unused Find1RefWindow variantCaolán McNamara1-1/+0
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke1-3/+5
2011-12-20improve the handling of range names while copy between different docsMarkus Mohrhard2-6/+9
2011-12-20add a warning dialog if we have ext refs to unsaved docsMarkus Mohrhard2-7/+9
2011-12-19Copy absolute refs between different docs: Part IIIMarkus Mohrhard1-1/+28
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard3-2/+10