summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-07fix selection problemfeature/unlimited-number-of-sheetsMarkus Mohrhard1-1/+0
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard7-19/+33
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard17-45/+197
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard16-65/+65
2011-06-01we cant't check for 2*MAXTAB anymore, this is out of boundsMarkus Mohrhard1-1/+1
2011-05-31some minor performance improvementsMarkus Mohrhard2-9/+2
2011-05-31set table limit to 32000Markus Mohrhard1-1/+1
2011-05-30fix segv when inserting multiple sheetsMarkus Mohrhard1-1/+4
2011-05-29notify vba correctly about inserting of several worksheetsMarkus Mohrhard1-0/+9
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard6-10/+31
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard15-77/+54
2011-05-27add methods for performance improvementsMarkus Mohrhard2-4/+144
2011-05-26change to iterator access where possibleMarkus Mohrhard4-179/+193
2011-05-25remove problem inserted by a DECLARE_LIST removalMarkus Mohrhard1-1/+3
2011-05-24fix minor problemsMarkus Mohrhard2-2/+2
2011-05-24fix all TODO:REWORK inserted by my last commitsMarkus Mohrhard4-44/+48
2011-05-24fix wrong rework for ScMArkData::InsertTab and DeleteTabMarkus Mohrhard1-4/+14
2011-05-24fix problem when moving sheetsMarkus Mohrhard1-2/+2
2011-05-19rework some additional partsMarkus Mohrhard3-25/+45
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard7-29/+50
2011-05-18rework ScPreview to work with unlimited number of sheetsMarkus Mohrhard2-7/+21
2011-05-18rework ScPrintFuncCache to work with unlimited number of sheetsMarkus Mohrhard2-7/+14
2011-05-18rework ScViewData to work with unlimited number of sheetsMarkus Mohrhard2-61/+35
2011-05-17fix bugs that were inserted with the last patchesMarkus Mohrhard5-17/+49
2011-05-17increase table limit to 10000 for nowMarkus Mohrhard1-1/+1
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard9-159/+172
2011-05-16use typedef not at iterator but at container typeMarkus Mohrhard2-5/+5
2011-05-16make some more methods work correctly with unlimited number of sheetsMarkus Mohrhard4-401/+433
2011-05-16change table container from c-array to std::vectorMarkus Mohrhard3-12/+9
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier9-24/+24
2011-05-16The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, tooTor Lillqvist1-1/+1
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida58-59/+59
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida4-20/+38
2011-05-13Fixed segfault.Kohei Yoshida1-3/+3
2011-05-13Refactored global anonymous db storage.Kohei Yoshida6-61/+129
2011-05-13Shift method declarations to the left.Kohei Yoshida1-71/+71
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida41-765/+584
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida4-60/+117
2011-05-13Refactored ScDBCollection to not derive from ScSortedCollection.Kohei Yoshida2-160/+157
2011-05-13We are supposed to do the 2nd parse using the UI address convention.Kohei Yoshida1-5/+8
2011-05-11return type as the 2nd template argument.Kohei Yoshida1-1/+1
2011-05-11some cleanup in vbaMarkus Mohrhard3-14/+0
2011-05-11MCE Export: Initial Implementation/Test for commentPr.Muthu Subramanian1-3/+21
2011-05-10Use ScSortParam as data member in ScDBData.Kohei Yoshida2-107/+23
2011-05-10More cleanups of ScDBData.Kohei Yoshida12-238/+238
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida3-113/+32
2011-05-10Have ScDBData use ScImportParam & more String -> rtl::OUString.Kohei Yoshida2-53/+30
2011-05-10Cleaned up ScImportParam.Kohei Yoshida6-32/+32
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida88-1383/+3878
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida3-16/+88