summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen8.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-05coverity#1242614 Untrusted loop boundCaolán McNamara1-2/+14
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-10/+10
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-21Turn the mouse cursor to the "wait hand" during the external link update.Kohei Yoshida1-0/+3
2014-05-21Localize this string.Kohei Yoshida1-1/+1
2014-05-21cp#1000072: Purge one document shell at a time, to avoid freeze.Kohei Yoshida1-1/+1
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida1-19/+37
2014-04-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard1-38/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-26remove unused code ScDocument::IsEmptyData(short, short)Noel Grandin1-9/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-18/+18
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida1-170/+0
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida1-178/+209
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida1-3/+2
2013-12-18Put these new classes in sc namespace.Kohei Yoshida1-2/+2
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-2/+3
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
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