summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl189-45770/+0
2011-08-03Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida2-0/+518
Pick up number formats specified in the CSS content of Excel generated HTML documents. This makes use of a template-based CSS parser from the orcus project.
2011-07-26fix for bnc#707486 allow copy for suitable multi-area RangesNoel Power1-4/+1
also remove the extra CopyToClip ( and CopyToClip4VBA ), merged the functionality to remove the existing copy and paste.
2011-07-19fix for fdo#39333: database ranges don't work in formulasMarkus Mohrhard1-1/+1
2011-07-14fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida1-0/+2
We now need to clear the cache before running DataPilotUpdate() in order to re-populate the cache from the source data.
2011-07-08don't use int as return type for operator==Markus Mohrhard1-4/+4
2011-07-06fix for fdo#30800: Option to display calc gridlines on colored cellsAndré Schnabel1-0/+1
* change UI option for grid line display to tri-state drop down * view option VOPT_GRID will take the information wheter to "Show" or "Hide" grid lines. New view option VOPT_GRID_ONTOP will take the information wheter to display grid lines on top of colored cells or not * depending on VOPT_GRID_ONTOP grid lines will be drawn before or after drawing cell background in ScGridWindow::Draw * store option as boolean property "GridOnColoredCells" (path: "/org.openoffice.Office.Calc/Layout/Line") in user config * see http://wiki.documentfoundation.org/User:Andreschnabel/Spec_Calc_grid_lines_on_colored_background#UI_definitions for spec
2011-07-05WaE: signature is wrongCaolán McNamara1-1/+1
2011-07-05add iterator to ScMarkDataMarkus Mohrhard1-0/+8
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian2-1/+7
2011-06-29Revert patch to change .idlMuthu Subramanian2-5/+0
2011-06-29Improved xlsx formula import.Muthu Subramanian2-0/+5
Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well.
2011-06-29export local range names to xlsxMarkus Mohrhard1-2/+2
2011-06-18ause130: #i117218# fix broken pch fileHans-Joachim Lankenau1-73/+73
2011-06-15add local range names to ScNamePasteDlgMarkus Mohrhard1-1/+1
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner3-1/+13
2011-06-09Remove unneded foward declaration.Rafael Dominguez1-1/+0
2011-06-09Replace List with std::vector<String>.Rafael Dominguez1-1/+1
2011-06-07Renamed pTab to maTabs since it's no longer a pointer array.Kohei Yoshida1-5/+4
2011-06-07Class description.Kohei Yoshida1-0/+4
2011-06-07Shared commonly used STL function objects & remove memory leak.Kohei Yoshida1-0/+42
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard10-31/+41
Conflicts: sc/source/core/data/dociter.cxx sc/source/core/data/table1.cxx sc/source/ui/view/preview.cxx
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida2-2/+3
When the document contains DDE links to other documents, upon opening you'll be asked whether you want to update the links. When the source documents are not open, however, the update fails, and all the formula cells being updated become #N/A. Not good. With this change, when a DDE update fails, it skips updating the formula cells that contains the DDE linkage (thus avoiding the #N/A error) and instead, shows an error message telling the user that the DDE link update has failed.
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard2-2/+2
2011-06-06Merge remote branch 'origin/libreoffice-3-4'Kohei Yoshida1-1/+1
Conflicts: sc/source/core/tool/dbcolect.cxx sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx sc/source/ui/view/tabview2.cxx
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith1-5/+2
2011-06-04Remove unused fileJacek Wolszczak1-56/+0
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard5-4/+5
we can now insert several sheets and then undo in nearly no time
2011-06-01ScUserList and ScUserListData no longer dependent of ScCollection.Kohei Yoshida1-11/+21
2011-06-01change to SCTAB from sal_Int16 and sal_Int32 for sheet indexMarkus Mohrhard2-11/+11
2011-05-31set table limit to 32000Markus Mohrhard1-1/+1
the performance of the insert algorithm allows now to create more than 10000 sheets in a reasonable time
2011-05-31Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky1-1/+0
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-20/+11
Conflicts: sc/source/filter/excel/xiname.cxx sc/source/filter/xml/xmldrani.cxx
2011-05-30Code CleanupKorrawit Pruegsanusak1-1/+0
* Remove empty and bogus comments * Remove dead codes * Fix typos in comments Released under LGPLv3+/MPL
2011-05-29String to rtl::OUString & sal_Bool to bool in ScUserList et. al.Kohei Yoshida1-36/+39
2011-05-28Removed unnecessary forward declarations.Kohei Yoshida1-6/+0
2011-05-28This header no longer needed.Kohei Yoshida1-1/+0
2011-05-28Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida1-16/+20
2011-05-28Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida1-18/+18
2011-05-28sal_Bool to bool in ScDPObject.Kohei Yoshida1-25/+25
2011-05-28String to OUString in ScDPObject.Kohei Yoshida1-9/+9
2011-05-28String to rtl::OUString in ScDPServiceDesc.Kohei Yoshida1-19/+10
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida4-55/+63
And fixed the fallouts of this change to get it to build.
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak2-4/+4
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard5-7/+7
inserting several sheets now happens at once and not for every sheet seperately, this accelerates inserting of sheets at all positions dramatically
2011-05-27add methods for performance improvementsMarkus Mohrhard1-0/+4
2011-05-25Launch error message in case the external doc could not be reached.Kohei Yoshida2-4/+6
2011-05-25Adjusted for signature change in DataChanged().Kohei Yoshida3-5/+6
2011-05-25Check if the referenced file is loadable, and if not, don't update.Kohei Yoshida1-1/+6
2011-05-24fix minor problemsMarkus Mohrhard1-1/+1