summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara
2013-06-11groupdialog.ui widgetManal Alhassoun
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei
2013-06-10Convert sc general option page to .ui formatFaisal M. Al-Otaibi
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand
2013-06-06Convert Compatibility tab page to .uiabdulmajeed ahmed
2013-06-06Convert Changes tab page to .uiabdulmajeed ahmed
2013-06-05Fixes for new-style service com.sun.star.sheet.GlobalSheetSettingsStephan Bergmann
2013-06-04Convert Calc Print option page to .ui.Abdulaziz A Alayed
2013-06-03add test case for outline import from ODSMarkus Mohrhard
2013-06-03This looks like a typoStephan Bergmann
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-06-02accept this result as bug fixedMarkus Mohrhard
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
2013-06-02this method is unused nowMarkus Mohrhard
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard
2013-06-02we don't need this include in the header fileMarkus Mohrhard
2013-06-02preparations for inherited number format removalMarkus Mohrhard
2013-06-02make the method privateMarkus Mohrhard
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard
2013-05-31conversion the calc default option page to .uiFaisal M. Al-Otaibi
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard
2013-05-22AppendAscii cleanupRicardo Montania
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida
2013-05-20Ditto when purging broadcasters.Kohei Yoshida
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida
2013-05-20A bit of a cleanup.Kohei Yoshida
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida
2013-05-20Speed up ScColumn::HasEditCells() by keeping track of block position.Kohei Yoshida
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida
2013-05-20Remove unused function argument.Kohei Yoshida
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida
2013-05-20Fix memory leak.Kohei Yoshida
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida