summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen8.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida1-1/+8
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+2
2013-09-01These pieces of code are no longer needed.Kohei Yoshida1-38/+0
2013-09-01Auto spell-check is no longer done in ScDocument.Kohei Yoshida1-249/+0
2013-08-29add support for in-place style previewNoel Power1-4/+25
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida1-0/+9
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida1-0/+19
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida1-0/+2
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+9
2013-06-03This looks like a typoStephan Bergmann1-1/+1
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-17/+18
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-1/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-23/+23
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida1-15/+15
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida1-11/+8
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist1-0/+4
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-7/+17
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida1-0/+1
2013-03-14We should exit the idle calc when the sheet changes.Kohei Yoshida1-0/+3
2013-03-14Forgot to increment the iterator.Kohei Yoshida1-0/+1
2013-03-14IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida1-12/+10
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida1-0/+1
2013-03-14Some renaming of local variables...Kohei Yoshida1-10/+9
2013-03-14Reduce scope level.Kohei Yoshida1-95/+97
2013-03-14A bit more re-organization.Kohei Yoshida1-14/+7
2013-03-14Move the style sheet pool handling too.Kohei Yoshida1-16/+15
2013-03-14Move progress bar handling to the scope object too.Kohei Yoshida1-10/+19
2013-03-14Use a scope object to avoid manual unwinding at the end of the call.Kohei Yoshida1-55/+103
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-4/+5
2013-03-14Use inline function over preprocessor macro.Kohei Yoshida1-12/+16
2013-03-14Annotate this algorithm & a few cleanup and one possible bug fix.Kohei Yoshida1-11/+21
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida1-6/+3
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida1-10/+11
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida1-2/+7
2012-12-29Some cppcheck cleaningJulien Nabet1-3/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard1-0/+10
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-1/+1
2012-09-07fix crash on area link updateDavid Tardon1-2/+1
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-16/+16
2012-05-03New menu now inserts current time into cell.Kohei Yoshida1-1/+1
2012-02-27merge GetString variantsCaolán McNamara1-4/+2
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida1-1/+1