summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida2011-08-032-0/+518
* fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power2011-07-261-4/+1
* fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard2011-07-191-1/+1
* fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida2011-07-141-0/+2
* don't use int as return type for operator==Markus Mohrhard2011-07-081-4/+4
* fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel2011-07-061-0/+1
* WaE: signature is wrongCaolán McNamara2011-07-051-1/+1
* add iterator to ScMarkDataMarkus Mohrhard2011-07-051-0/+8
* XLSX formula import improvement. Recommit.Muthu Subramanian2011-07-012-1/+7
* Revert patch to change .idlMuthu Subramanian2011-06-292-5/+0
* Improved xlsx formula import.Muthu Subramanian2011-06-292-0/+5
* export local range names to xlsxMarkus Mohrhard2011-06-291-2/+2
* ause130: #i117218# fix broken pch fileHans-Joachim Lankenau2011-06-181-73/+73
* add local range names to ScNamePasteDlgMarkus Mohrhard2011-06-151-1/+1
* fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner2011-06-133-1/+13
* Remove unneded foward declaration.Rafael Dominguez2011-06-091-1/+0
* Replace List with std::vector<String>.Rafael Dominguez2011-06-091-1/+1
* Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida2011-06-071-5/+4
* Class description.Kohei Yoshida2011-06-071-0/+4
* Shared commonly used STL function objects & remove memory leak.Kohei Yoshida2011-06-071-0/+42
* Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard2011-06-0710-31/+41
|\
| * move ScProgress out of ScDocument::MoveTabMarkus Mohrhard2011-06-062-2/+2
| * improve performance of ScUndoInsertTables::UndoMarkus Mohrhard2011-06-035-4/+5
| * change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard2011-06-012-11/+11
| * set table limit to 32000Markus Mohrhard2011-05-311-1/+1
| * rework some other methods for performance improvementsMarkus Mohrhard2011-05-275-7/+7
| * add methods for performance improvementsMarkus Mohrhard2011-05-271-0/+4
| * fix minor problemsMarkus Mohrhard2011-05-241-1/+1
| * fix bugs that were inserted with the last patchesMarkus Mohrhard2011-05-171-0/+1
| * increase table limit to 10000 for nowMarkus Mohrhard2011-05-171-1/+1
| * rework most of the ScDocument methodsMarkus Mohrhard2011-05-171-2/+2
| * use typedef not at iterator but at container typeMarkus Mohrhard2011-05-161-1/+1
| * make some more methods work correctly with unlimited number of sheetsMarkus Mohrhard2011-05-161-3/+5
| * change table container from c-array to std::vectorMarkus Mohrhard2011-05-161-1/+3
* | Useful error message when DDE link update fails.Kohei Yoshida2011-06-062-2/+3
* | Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida2011-06-061-1/+1
|\ \
| * | Let's not change the signature of UNO call & prefer static_cast.Kohei Yoshida2011-05-201-1/+1
* | | __cdecl -> SAL_CALLChristina Rossmanith2011-06-041-5/+2
* | | Remove unused fileJacek Wolszczak2011-06-041-56/+0
* | | ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida2011-06-011-11/+21
* | | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky2011-05-311-1/+0
|\ \ \
| * | | Code CleanupKorrawit Pruegsanusak2011-05-301-1/+0
* | | | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-20/+11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Properly initialize and copy fValKohei Yoshida2011-05-131-20/+11
* | | String to rtl::OUString & sal_Bool to bool in ScUserList et. al.Kohei Yoshida2011-05-291-36/+39
* | | Removed unnecessary forward declarations.Kohei Yoshida2011-05-281-6/+0
* | | This header no longer needed.Kohei Yoshida2011-05-281-1/+0
* | | Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida2011-05-281-16/+20
* | | Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida2011-05-281-18/+18
* | | sal_Bool to bool in ScDPObject.Kohei Yoshida2011-05-281-25/+25