summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-226-0/+28
* Get DB range import from xlsx to work once again.Kohei Yoshida2011-09-201-0/+1
* Ensure that only ScDPCollection can remove caches.Kohei Yoshida2011-09-201-0/+6
* Let's avoid modifying the selection data during search and replace.Kohei Yoshida2011-09-192-23/+26
* Pass as const reference where possible & indent fix.Kohei Yoshida2011-09-191-4/+4
* Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida2011-09-141-1/+1
* ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard2011-09-141-0/+3
* Updated csv_parser from orcus.Kohei Yoshida2011-09-131-1/+15
* make it possible to est formula string in csv filesMarkus Mohrhard2011-09-131-0/+1
* Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida2011-09-121-3/+3
* ResetChanged() now takes range list.Kohei Yoshida2011-09-121-1/+1
* PostPasteFromClip to work with ScRangeList.Kohei Yoshida2011-09-121-14/+12
* Got the normal paste to work. Still no undo etc.Kohei Yoshida2011-09-121-0/+2
* sal_Bool to bool and cosmeticsEike Rathke2011-09-111-53/+53
* fix fdo#40590 stop abusing regular string token for XML importEike Rathke2011-09-111-1/+0
* Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2011-09-072-4/+293
* BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner2011-09-071-0/+5
* Improve performance of large Excel documents wrt cell style import.Kohei Yoshida2011-09-061-1/+1
* initital work for a unit test for calc's basic featuresMarkus Mohrhard2011-09-061-2/+2
* merge area does not need to be increased if a shadow is attachedMarkus Mohrhard2011-09-064-6/+6
* consistent includesCaolán McNamara2011-09-052-4/+1
* Speed up range name lookup by index.Kohei Yoshida2011-09-021-0/+9
* String / bool conversions for ScTableLink.Kohei Yoshida2011-08-301-13/+13
* More string conversion around ScDocumentLoader.Kohei Yoshida2011-08-301-7/+8
* More on String to rtl::OUString.Kohei Yoshida2011-08-291-1/+1
* String to rtl::OUString.Kohei Yoshida2011-08-292-2/+3
* String to rtl::OUString, and I forgot to commit the new headers.Kohei Yoshida2011-08-293-3/+91
* Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida2011-08-291-41/+17
* Rename class XColorTable to XColorListJoseph Powers2011-08-291-3/+3
* some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard2011-08-281-1/+1
* need argument by reference hereMarkus Mohrhard2011-08-271-1/+0
* String to rtl::OUString.Kohei Yoshida2011-08-264-23/+26
* bool cleanup.Kohei Yoshida2011-08-261-17/+16
* fdo#40378 compile defined names that had unresolveds during loadEike Rathke2011-08-262-3/+21
* sal_Bool -> bool in ScTableMarkus Mohrhard2011-08-253-136/+138
* use boost::intrusive_ptr::get() instead of operator->()Eike Rathke2011-08-251-1/+1
* crash when modifying a defined name (and other places as well)Eike Rathke2011-08-251-0/+7
* replace ScNameToken with proper FormulaIndexTokenEike Rathke2011-08-241-18/+0
* update range names/database ranges in formulas cellsMarkus Mohrhard2011-08-162-3/+4
* sal_Bool -> bool and cosmeticsEike Rathke2011-08-143-34/+34
* fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke2011-08-141-0/+4
* remove uno from range name export and some clean upMarkus Mohrhard2011-08-101-0/+1
* sal_Bool to bool switching while I'm at it.Kohei Yoshida2011-08-101-2/+2
* Lots more cleanups.Kohei Yoshida2011-08-091-15/+15
* change from sal_Bool to bool in ScRangeName/ScRangeDataMarkus Mohrhard2011-08-102-24/+22
* fix for fdo#37391: don't write invalid references to filesMarkus Mohrhard2011-08-101-1/+1
* Correctly import from Excel charts with multiple ranges.Kohei Yoshida2011-08-091-1/+1
* 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