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