summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-12-18Converted subtotals group tab page to .uiKatarina Behrens
2013-12-18-Werror,-Wunused-private-fieldStephan Bergmann
2013-12-18Disable this mode for now.Kohei Yoshida
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida
2013-12-18Detect numbers which are to be inserted as numeric cells.Kohei Yoshida
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
2013-12-18Only keep track of current row position, not a whole range.Kohei Yoshida
2013-12-18Re-organize it a bit.Kohei Yoshida
2013-12-18Check the parse result and handle an error case.Kohei Yoshida
2013-12-18Ensure that the initial data range has only one row.Kohei Yoshida
2013-12-18Set sensible default values in the UI.Kohei Yoshida
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-12-18Put these new classes in sc namespace.Kohei Yoshida
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida
2013-12-18Try to reduce the amount of repainting during streaming.Kohei Yoshida
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers
2013-12-16Check IsRefMode() before accessing the ref range.Kohei Yoshida
2013-12-16Make this non-inline (for easier debugging).Kohei Yoshida
2013-12-16Do not use C++11 std::vector.data(), use an alternative insteadDouglas Mencken
2013-12-16typo: start period is S, thus 'A = 1' -> 'S = 1'Andras Timar
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen
2013-12-14OupsJulien Nabet
2013-12-14cppcheck: fix same expression, no need to cast twiceJulien Nabet
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
2013-12-13how about style?Eike Rathke
2013-12-13we do have ValidCol(), so use itEike Rathke
2013-12-13const as const canEike Rathke
2013-12-13maybe better guard against a NULL child window also hereEike Rathke
2013-12-13fixed crash when searching via Find Text barEike Rathke
2013-12-13datastreams: Improve usability of the dialog.Jan Holesovsky
2013-12-13fdo#70989: Change wording from "Output Range" to "Results to".Kohei Yoshida
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers
2013-12-13Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power
2013-12-13WaE: variable 'itResEnd' set but not usedTor Lillqvist
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-12Fix performance regression from ScMatrix conversion to multi_type_matrix.Kohei Yoshida
2013-12-12Fix "fit to column" breakage.Kohei Yoshida
2013-12-12Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-12resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula descriptionEike Rathke
2013-12-12probabilty -> probabilityEike Rathke
2013-12-12CheckInverted() is not used anywhere.Matúš Kukan
2013-12-12datastreams: Wait with import if we need to repaint.Matúš Kukan