summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-02-05fdo#74132: Do not interrupt search in Calc.Matúš Kukan
2014-02-05convert scenario dialog to .uiCaolán McNamara
2014-02-05-Werror,-Wunused-private-fieldStephan Bergmann
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida
2014-02-04We can infer current grammar from the document.Kohei Yoshida
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida
2014-02-04fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez
2014-02-04convert select data source dialog to .uiCaolán McNamara
2014-02-04sort charsetsCaolán McNamara
2014-02-03cppcheck: Clarify calculation precedence for '<<' and '?'Julien Nabet
2014-02-03This is a redundant check. Chuck it.Kohei Yoshida
2014-02-03fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida
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