summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documentimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+1
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-04sc: inline some use-once typedefsNoel Grandin1-4/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+7
2015-01-23sal: try to avoid abuse of OUStringBuffer(int) ctorMichael Stahl1-1/+2
2014-11-18Regroup formula cells in columns before initializing them.Kohei Yoshida1-1/+3
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida1-5/+13
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-2/+2
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-5/+36
2014-10-22Set latin script to numeric blocks of applicable columns.Kohei Yoshida1-8/+58
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-2/+4
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-0/+14
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida1-0/+9
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida1-2/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-4/+4
2013-11-05fix STL debug build againDavid Tardon1-9/+29
2013-11-04Use position hints for broadcasters when activating formula cells.Kohei Yoshida1-5/+14
2013-11-04No point using the pimpl pattern here.Kohei Yoshida1-16/+10
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida1-3/+17
2013-10-30Use ScDocumentImport to insert data table cells.Kohei Yoshida1-0/+91
2013-10-30use DocumentImport for csv import, related fdo#69006Markus Mohrhard1-2/+3
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-2/+2
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-3/+3
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-1/+1
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-1/+1
2013-10-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida1-1/+8
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida1-0/+4
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-0/+1
2013-08-05fix build with debug STLDavid Tardon1-7/+17
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-13/+218
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-22/+25
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida1-8/+1
2013-05-20Keep track of column block positions in ScDocumentImport too.Kohei Yoshida1-19/+36
2013-05-20Move the column element block definitions out of ScColumn.Kohei Yoshida1-1/+1
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida1-6/+2
2013-05-09Script types are unsigned char now.Kohei Yoshida1-1/+1
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida1-0/+32
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida1-0/+104