summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+5
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-22AppendAscii cleanupRicardo Montania2-23/+23
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida1-1/+1
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin6-7/+6
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
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida4-27/+47
2013-05-20Reduce indentation level by early bail-out.Kohei Yoshida1-151/+152
2013-05-20Remove duplicate code blocks.Kohei Yoshida1-77/+38
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida5-0/+155
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida6-1/+137
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida2-15/+12
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida5-123/+79
2013-05-20Block definition for CellTextAttr.Kohei Yoshida2-0/+30
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+2
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke1-2/+1
2013-05-15String.AppendAscii DropRicardo Montania1-10/+10
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist2-36/+36
2013-05-14cppcheck: fix arrayIndexThenCheck/optimize loopsJulien Nabet1-10/+15
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-1/+1
2013-05-14coverity#1000855 Unitialized scalar variableNorbert Thiebaud1-0/+1
2013-05-13cppcheck: fix uselessAssignmentPtrArgJulien Nabet1-1/+1
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida1-12/+35