summaryrefslogtreecommitdiff
path: root/sc/inc/documentimport.hxx
AgeCommit message (Expand)Author
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-07-14Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-12-18Defer cell value insertion until later.Kohei Yoshida
2017-12-18Handle merged cells.Kohei Yoshida
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-28prevent default operator=Markus Mohrhard
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida