summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard
2011-05-31set table limit to 32000Markus Mohrhard
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-30Code CleanupKorrawit Pruegsanusak
2011-05-29String to rtl::OUString & sal_Bool to bool in ScUserList et. al.Kohei Yoshida
2011-05-28Removed unnecessary forward declarations.Kohei Yoshida
2011-05-28This header no longer needed.Kohei Yoshida
2011-05-28Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida
2011-05-28Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida
2011-05-28sal_Bool to bool in ScDPObject.Kohei Yoshida
2011-05-28String to OUString in ScDPObject.Kohei Yoshida
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard
2011-05-27add methods for performance improvementsMarkus Mohrhard
2011-05-25Launch error message in case the external doc could not be reached.Kohei Yoshida
2011-05-25Adjusted for signature change in DataChanged().Kohei Yoshida
2011-05-25Check if the referenced file is loadable, and if not, don't update.Kohei Yoshida
2011-05-24fix minor problemsMarkus Mohrhard
2011-05-20Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida
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-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-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-13Properly initialize and copy fValKohei Yoshida
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-10remove unused member variableMarkus Mohrhard
2011-05-09use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-09add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-05-06Explicitly specify less function object for map, to get it to build with MSVC.Kohei Yoshida
2011-05-04add implementation for new uno interface XUnnamedDatabaseRangeMarkus Mohrhard