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