summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documentimport.cxx
AgeCommit message (Expand)AuthorFilesLines
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