summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard
2011-06-01we cant't check for 2*MAXTAB anymore, this is out of boundsMarkus Mohrhard
2011-05-31some minor performance improvementsMarkus Mohrhard
2011-05-31set table limit to 32000Markus Mohrhard
2011-05-30fix segv when inserting multiple sheetsMarkus Mohrhard
2011-05-29notify vba correctly about inserting of several worksheetsMarkus Mohrhard
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard
2011-05-27add methods for performance improvementsMarkus Mohrhard
2011-05-26change to iterator access where possibleMarkus Mohrhard
2011-05-25remove problem inserted by a DECLARE_LIST removalMarkus Mohrhard
2011-05-24fix minor problemsMarkus Mohrhard
2011-05-24fix all TODO:REWORK inserted by my last commitsMarkus Mohrhard
2011-05-24fix wrong rework for ScMArkData::InsertTab and DeleteTabMarkus Mohrhard
2011-05-24fix problem when moving sheetsMarkus Mohrhard
2011-05-19rework some additional partsMarkus Mohrhard
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard
2011-05-18rework ScPreview to work with unlimited number of sheetsMarkus Mohrhard
2011-05-18rework ScPrintFuncCache to work with unlimited number of sheetsMarkus Mohrhard
2011-05-18rework ScViewData to work with unlimited number of sheetsMarkus Mohrhard
2011-05-17fix bugs that were inserted with the last patchesMarkus Mohrhard
2011-05-17increase table limit to 10000 for nowMarkus Mohrhard
2011-05-17rework most of the ScDocument methodsMarkus Mohrhard
2011-05-16use typedef not at iterator but at container typeMarkus Mohrhard
2011-05-16make some more methods work correctly with unlimited number of sheetsMarkus Mohrhard
2011-05-16change table container from c-array to std::vectorMarkus Mohrhard
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier
2011-05-16The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, tooTor Lillqvist
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida
2011-05-13Fixed incorrect exporting of global named database ranges.Kohei Yoshida
2011-05-13Fixed segfault.Kohei Yoshida
2011-05-13Refactored global anonymous db storage.Kohei Yoshida
2011-05-13Shift method declarations to the left.Kohei Yoshida
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida
2011-05-13Let's make the separation of named DBs clear.Kohei Yoshida
2011-05-13Refactored ScDBCollection to not derive from ScSortedCollection.Kohei Yoshida
2011-05-13We are supposed to do the 2nd parse using the UI address convention.Kohei Yoshida
2011-05-11return type as the 2nd template argument.Kohei Yoshida
2011-05-11some cleanup in vbaMarkus Mohrhard
2011-05-11MCE Export: Initial Implementation/Test for commentPr.Muthu Subramanian
2011-05-10Use ScSortParam as data member in ScDBData.Kohei Yoshida
2011-05-10More cleanups of ScDBData.Kohei Yoshida
2011-05-10Have ScDBData use ScQueryParam as data member.Kohei Yoshida
2011-05-10Have ScDBData use ScImportParam & more String -> rtl::OUString.Kohei Yoshida
2011-05-10Cleaned up ScImportParam.Kohei Yoshida
2011-05-09Merge branch 'libreoffice-3-4'Kohei Yoshida
2011-05-09fdo#36933: Fixed array comparison with external references.Kohei Yoshida
2011-05-10remove unused member variableMarkus Mohrhard
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard