summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-02-05-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-02-05Remove use of GetMark*Ranges() from DeleteMulti().Kohei Yoshida3-78/+81
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida2-10/+3
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida1-0/+20
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida3-34/+26
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-6/+6
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida9-52/+80
2014-02-04We can infer current grammar from the document.Kohei Yoshida3-5/+5
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida9-35/+73
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida2-4/+117
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida6-10/+82
2014-02-04fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez1-1/+1
2014-02-04convert select data source dialog to .uiCaolán McNamara7-166/+26
2014-02-04sort charsetsCaolán McNamara1-0/+1
2014-02-03cppcheck: Clarify calculation precedence for '<<' and '?'Julien Nabet1-1/+1
2014-02-03fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida1-4/+4
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida2-10/+17
2014-02-03sc: cleanup cruft in NumberFormatPropertyPanel.Michael Meeks1-39/+4
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida2-0/+28
2014-02-03Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann7-104/+104
2014-02-03some more continuous correctionsThomas Arnhold1-1/+1
2014-02-03Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079Noel Power1-11/+0
2014-02-03WaE signed/unsignedNorbert Thiebaud1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud41-153/+147
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida4-0/+42
2014-02-02convert import options dialog to .uiCaolán McNamara8-291/+101
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 Yoshida14-85/+154
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 Yoshida1-35/+47
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 Yoshida1-166/+173
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida2-58/+167
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida1-42/+50
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 Yoshida2-14/+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 Yoshida3-7/+13
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 Yoshida11-6/+407
2014-01-30fdo#71810 make argument names consistent with Gnumeric and ExcelWinfried Donkers1-6/+6
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers6-183/+529
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2-4/+4
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand7-5/+21