summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks
2014-02-03sc: cleanup cruft in NumberFormatPropertyPanel.Michael Meeks
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida
2014-02-03This test was not being run. Let's run it.Kohei Yoshida
2014-02-03Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann
2014-02-03some more continuous correctionsThomas Arnhold
2014-02-03Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079Noel Power
2014-02-03WaE signed/unsignedNorbert Thiebaud
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-02-02fdo#74041: Write unit test for this.Kohei Yoshida
2014-02-02fdo#74077: Write unit test for this.Kohei Yoshida
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida
2014-02-02fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida
2014-02-02convert import options dialog to .uiCaolán McNamara
2014-02-02fix typoCaolán McNamara
2014-02-02fix dbgutil build (probably)Caolán McNamara
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida
2014-02-01Check if pDoc is null before using itJulien Nabet
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida
2014-01-31Move this to its own method.Kohei Yoshida
2014-01-31Bit of a cleanup.Kohei Yoshida
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida
2014-01-31Extract this code block into its own method.Kohei Yoshida
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida
2014-01-30Keep the standard row height situation under control.Kohei Yoshida
2014-01-31Translate German comments and fix a few missed onePhilipp Weissenbacher
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida
2014-01-30init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-upEike Rathke
2014-01-30fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke
2014-01-30This could cause crasher too.Kohei Yoshida
2014-01-30Prevent crash.Kohei Yoshida
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida
2014-01-30fdo#71810 make argument names consistent with Gnumeric and ExcelWinfried Donkers
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
2014-01-29coverity#989727 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-29coverity#1000865 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan
2014-01-29No need to store the address detail object.Kohei Yoshida
2014-01-29Consistency in naming.Kohei Yoshida
2014-01-29No need for static keywords when they are in anonymous namespace.Kohei Yoshida
2014-01-29Extra line.Kohei Yoshida
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida
2014-01-29fdo#74014: Add unit test for pasting an unformatted text into cells.Kohei Yoshida
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida
2014-01-29revert coverity#1158232 Resource leakCaolán McNamara