summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2012-04-20resolved fdo#48856 update sheet-local named expressions correctlyEike Rathke
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
2012-01-24Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida
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-19ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann
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-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida
2012-01-08Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida
2012-01-08limit the number of sheets again to 10000Markus Mohrhard
2012-01-07handle relative refs in name dialogs correctlyMarkus Mohrhard
2012-01-07improve copy/paste between different documentsMarkus Mohrhard
2012-01-06Fix re-calculation of the position of circular drawing objects.Kohei Yoshida
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida
2011-12-20another "ScToken::GetDoubleRef: virtual dummy called"Eike Rathke
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
2011-12-05Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >Marcel Metz
2011-12-05Remove Large Handles optionStefan Knorr (astron)
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard
2011-12-03refactor SdrModel::GetDocumentStreamMichael Stahl
2011-12-01String to OUString for SetHybridString methodLaurent Godard
2011-12-01ManageNames: move some strings to globstrMarkus Mohrhard
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-29Implemented the new multi-value filter API.Kohei Yoshida
2011-11-29Use rtl::Reference<>.Stephan Bergmann
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida
2011-11-29Create an UNO controller object for the preview shell.Kohei Yoshida
2011-11-29Passed the selected sheet info to ScPreview.Kohei Yoshida
2011-11-29sal_Bool to bool.Kohei Yoshida
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
2011-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke
2011-11-28dr78: #i115659# check validity of member and dimension settingsEike Rathke
2011-11-28dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIteratorEike Rathke
2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch fr...Eike Rathke
2011-11-28dr78: #i51508# use the correct MapMode for EditEngine when formatting for screenEike Rathke
2011-11-28dr78: #i115015# proper handling of add-in parameter arrays, merged with datab...Eike Rathke