summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-07-28fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida1-0/+1
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks8-24/+0
2013-07-25Propagate change on COLUMN() and ROW() functions on position change.Kohei Yoshida3-0/+57
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke14-64/+104
2013-07-24fdo#67206: Don't forget to swap the broadcaster storage when swapping columns.Kohei Yoshida1-0/+1
2013-07-15fdo#63998: Filtering by page fields to work again.Kohei Yoshida2-115/+197
2013-07-12fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida4-23/+93
2013-07-10fix for fdo#51990 process external refs for macrosNoel Power1-2/+18
2013-07-02don't crash during chart copying, fdo#66508Markus Mohrhard1-3/+3
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke1-1/+1
2013-07-01extract this functionality from the uno codeMarkus Mohrhard1-0/+157
2013-07-01only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-17/+0
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard11-100/+193
2013-06-03And this one has the same potential to crashFridrich Štrba1-1/+1
2013-06-03Fix ooo51302-1.ods: check for special index value of -1Fridrich Štrba1-1/+1
2013-05-31Fix fdo#51835 Indent changes in Calc forces alignment to leftabdulmajeed ahmed1-1/+2
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
2013-05-27restore old behavior for external references, fdo#64229Markus Mohrhard1-1/+1
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+5
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida1-1/+1
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida3-0/+29
2013-05-20Ditto when purging broadcasters.Kohei Yoshida5-40/+23
2013-05-20A bit of cleanup.Kohei Yoshida1-6/+9
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida2-3/+17
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida8-38/+141
2013-05-20A bit of cleanup before refactoring.Kohei Yoshida1-35/+14
2013-05-20Prefer early bail-out.Kohei Yoshida1-35/+38
2013-05-20Compiler warning.Kohei Yoshida1-2/+1
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida3-16/+71
2013-05-20A bit of a cleanup.Kohei Yoshida5-63/+19
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida2-19/+76
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida4-19/+62
2013-05-20Make it exception safe.Kohei Yoshida1-8/+5
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida3-17/+16
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida5-29/+74
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida4-14/+27
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida4-32/+51
2013-05-20Get the script type in an efficient manner.Kohei Yoshida1-1/+2
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida7-56/+194
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida2-58/+26
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida4-24/+115
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida5-26/+178
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida2-4/+4
2013-05-20Slightly shorter way of getting the element value.Kohei Yoshida1-3/+1
2013-05-20Avoid expensive element position lookup twice.Kohei Yoshida1-5/+29
2013-05-20Remove unused function argument.Kohei Yoshida1-2/+2
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida4-106/+121