summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-05-21fdo#64011 fix the position and the drawing from left to right in RTL sheetFaisal M. Al-Otaibi1-0/+7
2013-05-21fdo#46808, fix unit testNoel Grandin1-0/+1
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin3-19/+15
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin3-6/+8
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Test performance of pasting of formula cells as well.Kohei Yoshida1-0/+94
2013-05-20Another performance scenario. Pasting of cells interspersed with empty ones.Kohei Yoshida1-0/+92
2013-05-20A bit cleaner way to measure time segment.Kohei Yoshida1-21/+40
2013-05-20Make these stack variables & fix one memory leak with the undo object.Kohei Yoshida1-9/+6
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida7-0/+116
2013-05-20Ditto when purging broadcasters.Kohei Yoshida9-44/+26
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 Yoshida3-3/+20
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida13-41/+165
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 Yoshida4-16/+77
2013-05-20A bit of a cleanup.Kohei Yoshida6-75/+27
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida4-22/+101
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida8-27/+86
2013-05-20Make it exception safe.Kohei Yoshida1-8/+5
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida5-21/+20
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida8-34/+89
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida7-21/+42
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida7-48/+84
2013-05-20Get the script type in an efficient manner.Kohei Yoshida1-1/+2
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida13-69/+210
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida3-62/+32
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida7-26/+121
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida10-27/+213
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida6-34/+33
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 Yoshida2-3/+3
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida8-114/+152
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida9-38/+93
2013-05-20Reduce indentation level by early bail-out.Kohei Yoshida1-151/+152
2013-05-20Add perf test for removal of large array of formula cells.Kohei Yoshida1-1/+26
2013-05-20Fix memory leak.Kohei Yoshida2-1/+4
2013-05-20Remove duplicate code blocks.Kohei Yoshida1-77/+38
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida2-6/+31
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida11-1/+217
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida13-1/+188
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida3-15/+15
2013-05-20First (?) performance regression unit test against clearing of a sheet.Kohei Yoshida1-0/+52
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida7-141/+95
2013-05-20Block definition for CellTextAttr.Kohei Yoshida6-6/+52
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida2-1/+1
2013-05-20fdo#30715 Several commands are under the wrong categoryJoren De Cuyper1-3/+3