summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin10-42/+30
2013-05-21fdo#46808, GetStorageFromURL now takes an XComponentContextNoel Grandin1-1/+1
2013-05-21remove unnecessary macrosNoel Grandin1-20/+12
2013-05-21Remove unnecessary namespacingNoel Grandin2-21/+22
2013-05-21fix alignment in codeNoel Grandin1-8/+10
2013-05-21fdo#46808, Clean up old usages of ExtToolkitNoel Grandin3-10/+7
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin15-139/+213
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin28-519/+627
2013-05-21Bypass for now an OSL_ENSURE that doesn't compileTor Lillqvist1-1/+3
2013-05-20Rehash the 0.8.1 package due to a last minute oops.Kohei Yoshida1-1/+1
2013-05-20We don't need this patch anymore.Kohei Yoshida2-26/+0
2013-05-20Update mdds to 0.8.1.Kohei Yoshida2-2/+2
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