summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2011-08-03Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power
2011-07-19fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida
2011-07-08don't use int as return type for operator==Markus Mohrhard
2011-07-06fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel
2011-07-05WaE: signature is wrongCaolán McNamara
2011-07-05add iterator to ScMarkDataMarkus Mohrhard
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian
2011-06-29Revert patch to change .idlMuthu Subramanian
2011-06-29Improved xlsx formula import.Muthu Subramanian
2011-06-29export local range names to xlsxMarkus Mohrhard
2011-06-18ause130: #i117218# fix broken pch fileHans-Joachim Lankenau
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner
2011-06-09Remove unneded foward declaration.Rafael Dominguez
2011-06-09Replace List with std::vector<String>.Rafael Dominguez
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida
2011-06-07Class description.Kohei Yoshida
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith
2011-06-04Remove unused fileJacek Wolszczak
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard
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