summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara2-8/+2
2013-06-11groupdialog.ui widgetManal Alhassoun1-1/+0
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei1-0/+4
2013-06-10Convert sc general option page to .ui formatFaisal M. Al-Otaibi2-1/+1
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand1-4/+0
2013-06-06Convert Compatibility tab page to .uiabdulmajeed ahmed1-1/+0
2013-06-06Convert Changes tab page to .uiabdulmajeed ahmed2-1/+1
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann1-1/+4
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed1-1/+0
2013-06-03add test case for outline import from ODSMarkus Mohrhard1-2/+2
2013-06-03This looks like a typoStephan Bergmann1-1/+1
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-4/+0
2013-06-02accept this result as bug fixedMarkus Mohrhard1-3/+2
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard1-0/+2
2013-06-02this method is unused nowMarkus Mohrhard1-2/+0
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard1-0/+54
2013-06-02we don't need this include in the header fileMarkus Mohrhard1-2/+0
2013-06-02preparations for inherited number format removalMarkus Mohrhard2-9/+1
2013-06-02make the method privateMarkus Mohrhard1-1/+1
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard2-8/+9
2013-05-31conversion the calc default option page to .uiFaisal M. Al-Otaibi1-1/+0
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-22AppendAscii cleanupRicardo Montania1-1/+1
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-4/+0
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