summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-02-03fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida2-5/+5
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida5-28/+54
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks1-5/+5
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks2-3/+5
2014-02-03sc: cleanup cruft in NumberFormatPropertyPanel.Michael Meeks1-39/+4
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida7-0/+105
2014-02-03This test was not being run. Let's run it.Kohei Yoshida1-0/+1
2014-02-03Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann11-113/+112
2014-02-03some more continuous correctionsThomas Arnhold1-1/+1
2014-02-03Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079Noel Power2-12/+1
2014-02-03WaE signed/unsignedNorbert Thiebaud1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud48-166/+159
2014-02-02fdo#74041: Write unit test for this.Kohei Yoshida2-0/+22
2014-02-02fdo#74077: Write unit test for this.Kohei Yoshida2-0/+57
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida8-0/+57
2014-02-02fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida3-1/+32
2014-02-02convert import options dialog to .uiCaolán McNamara14-295/+408
2014-02-02fix typoCaolán McNamara1-2/+2
2014-02-02fix dbgutil build (probably)Caolán McNamara1-2/+4
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida19-110/+230
2014-02-01Check if pDoc is null before using itJulien Nabet1-2/+4
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida1-0/+7
2014-01-31Move this to its own method.Kohei Yoshida2-35/+53
2014-01-31Bit of a cleanup.Kohei Yoshida1-18/+12
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida1-1/+10
2014-01-31Extract this code block into its own method.Kohei Yoshida2-167/+181
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida3-58/+172
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida2-44/+56
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida1-18/+32
2014-01-30Keep the standard row height situation under control.Kohei Yoshida3-18/+12
2014-01-31Translate German comments and fix a few missed onePhilipp Weissenbacher1-1/+1
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida4-7/+14
2014-01-30init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-upEike Rathke1-1/+2
2014-01-30fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke2-8/+4
2014-01-30This could cause crasher too.Kohei Yoshida1-0/+3
2014-01-30Prevent crash.Kohei Yoshida1-0/+3
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida16-6/+477
2014-01-30fdo#71810 make argument names consistent with Gnumeric and ExcelWinfried Donkers1-6/+6
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers9-191/+553
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan4-6/+6
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand7-5/+21
2014-01-29coverity#989727 : Uninitialized scalar fieldNorbert Thiebaud1-1/+5
2014-01-29coverity#1000865 : Uninitialized scalar fieldNorbert Thiebaud1-20/+21
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan3-14/+18
2014-01-29No need to store the address detail object.Kohei Yoshida2-6/+4
2014-01-29Consistency in naming.Kohei Yoshida2-24/+24
2014-01-29No need for static keywords when they are in anonymous namespace.Kohei Yoshida1-14/+14
2014-01-29Extra line.Kohei Yoshida1-1/+0
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida8-18/+27
2014-01-29fdo#74014: Add unit test for pasting an unformatted text into cells.Kohei Yoshida4-2/+79