summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-21fix mdds check: remove extraneous "test"Rene Engelhard1-1/+1
2013-05-21This is most probably the way to get the mdds check rightFridrich Štrba1-41/+8
2013-05-20#i121134#, more fix for i119657, fallback to old logic to use current Abstrac...Jian Fang Zhang1-0/+2
2013-05-20Related: #i119657#, importing docx, add code to handle the problem...Jian Fang Zhang4-3/+56
2013-05-20Updated coreAndras Timar1-0/+0
2013-05-20Fix fdo#64751 – Header & footer blue tags emptyKhaled Hosny1-1/+1
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet32-282/+291
2013-05-20fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan12-127/+108
2013-05-20resolve fdo#64446 Repeat shortcut isn't showed correctly in menu entryJoren De Cuyper1-10/+10
2013-05-20fdo#30715 Several commands are under the wrong categoryJoren De Cuyper1-3/+3
2013-05-20valgrind support is useful independent from DBGUTIL support.Mark Wielaard1-1/+1
2013-05-20Fix memory leak in mapToFontConfigLangTag.Mark Wielaard1-0/+12