summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke
2014-01-11fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida
2014-01-08fdo#72774: Generate correct group items for the year group.Kohei Yoshida
2014-01-08fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida
2013-12-11fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida
2013-12-07fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-03resolved fdo#71589 reimplemented horizontal range lookupEike Rathke
2013-11-30resolved fdo#53103 actually use the external data filter optionsEike Rathke
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks
2013-08-24fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-07-25Propagate change on COLUMN() and ROW() functions on position change.Kohei Yoshida
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-07-15fdo#63998: Filtering by page fields to work again.Kohei Yoshida
2013-07-12fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
2013-07-01extract this functionality from the uno codeMarkus Mohrhard
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida
2013-05-20Ditto when purging broadcasters.Kohei Yoshida
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida
2013-05-20A bit of a cleanup.Kohei Yoshida
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida
2013-05-20Remove unused function argument.Kohei Yoshida
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida
2013-05-20Fix memory leak.Kohei Yoshida
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida