summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi
2014-02-06coverity#1103770 Uninitialized pointer fieldCaolán McNamara
2014-02-06coverity#1038477 Uncaught exceptionCaolán McNamara
2014-02-06Mark as static & constTakeshi Abe
2014-02-06coverity#1038464 Uncaught exceptionCaolán McNamara
2014-02-06coverity#1038441 Uncaught exceptionCaolán McNamara
2014-02-06coverity#1038388 Uncaught exceptionCaolán McNamara
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-02-05Typo: s -> eKohei Yoshida
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida
2014-02-05fdo#74556: Have ReleaseNote() really release note rather than destroying it.Kohei Yoshida
2014-02-05fdo#74556: Write test for ReleaseNote().Kohei Yoshida
2014-02-05Move this test closer to the other tests for cell notes.Kohei Yoshida
2014-02-05Fix typo and a bit of cleanup.Kohei Yoshida
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