summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann1-1/+4
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard4-20/+59
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard1-1/+1
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard1-0/+2
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida3-0/+7
2013-05-20Ditto when purging broadcasters.Kohei Yoshida4-4/+3
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida1-0/+3
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida5-3/+24
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida1-0/+6
2013-05-20A bit of a cleanup.Kohei Yoshida1-12/+8
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida2-3/+25
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida4-8/+24
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida2-4/+4
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida3-5/+15
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida3-7/+15
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida3-16/+33
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida5-2/+15
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida1-4/+6
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida3-2/+6
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida5-1/+35
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida4-30/+29
2013-05-20Remove unused function argument.Kohei Yoshida1-1/+1
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida4-8/+31
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida4-11/+45
2013-05-20Fix memory leak.Kohei Yoshida1-1/+3
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida1-0/+1
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida5-1/+61
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida6-0/+50
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida1-0/+3
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida2-18/+16
2013-05-20Block definition for CellTextAttr.Kohei Yoshida3-6/+21
2013-05-20Rename header: mtvelement -> multi_type_vector (mtv) elements.Kohei Yoshida2-1/+1
2013-05-20Resolves: #i122141# introduce missing Char Font dialog SlotOliver-Rainer Wittmann1-2/+3
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann3-1/+153
2013-05-16Resolves: #i117782# convert calculate page to .ui formatCaolán McNamara1-1/+0
2013-05-15String to OUString in calc header & footer editOlivier Hallot1-1/+1
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-17/+17
2013-05-14convert army of header/footer dialogs to .ui formatCaolán McNamara2-23/+0
2013-05-14remove unneccessary argument from CreateScHFEditDlgCaolán McNamara1-1/+0
2013-05-13unused helpidsCaolán McNamara1-8/+0
2013-05-13reenable left/right area swap in .ui layout termsCaolán McNamara2-9/+0
2013-05-13Convert Calc page header/footer content to Widget UIOlivier Hallot3-14/+8
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin1-4/+90
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida1-1/+2
2013-05-10fix various problems with vba Names & Names objectsNoel Power1-1/+2
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-3/+3
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-5/+1
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida3-2/+5
2013-05-09With the removal of CELLTYPE_NOTE, IsBlank() is now always false.Kohei Yoshida1-4/+0