summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Unit test for refreshing while source data contains empty field name.Kohei Yoshida2011-09-191-3/+24
* Use the method to insert source data.Kohei Yoshida2011-09-191-42/+11
* Extracted method for inserting source data for pivot table testing.Kohei Yoshida2011-09-191-42/+52
* sal_True to true.Kohei Yoshida2011-09-191-2/+2
* Store previously selected tables in std::set.Kohei Yoshida2011-09-191-19/+16
* A little cleanup.Kohei Yoshida2011-09-191-15/+11
* Let's avoid modifying the selection data during search and replace.Kohei Yoshida2011-09-196-110/+119
* Pass as const reference where possible & indent fix.Kohei Yoshida2011-09-192-9/+9
* Removed an unnecessary anonymous temporary object.Kohei Yoshida2011-09-191-1/+1
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-162-0/+2
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-162-2/+0
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-162-3/+0
* filter: adapt to changes in LOMichael Stahl2011-09-151-1/+1
* Resolves: rhbz#738255 avoid crash on NULL pointerCaolán McNamara2011-09-151-6/+9
* forgot another csv fileMarkus Mohrhard2011-09-151-0/+2
* add formats test for xls and xlsxMarkus Mohrhard2011-09-153-66/+79
* improve calc's format unit testMarkus Mohrhard2011-09-154-46/+175
* Don't always set refresh flag on export. This is a bad hack.Kohei Yoshida2011-09-141-3/+0
* Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida2011-09-143-7/+12
* New unit test case for testing SHEETS function result.Kohei Yoshida2011-09-141-0/+40
* Do the same when calling ScDocument::InsertTabs().Kohei Yoshida2011-09-141-1/+4
* fdo#35965: Mark all formula cells dirty when appending a new sheet.Kohei Yoshida2011-09-141-1/+4
* forgot the csv file for number formatsMarkus Mohrhard2011-09-141-0/+4
* add unit test for formated cellsMarkus Mohrhard2011-09-142-1/+57
* ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard2011-09-144-3/+27
* add database unit testMarkus Mohrhard2011-09-142-0/+48
* Updated csv_parser from orcus.Kohei Yoshida2011-09-131-1/+15
* I believe the src charset pragma is archaic and unusedCaolán McNamara2011-09-131-3/+1
* Let's keep our file naming scheme consistent.Kohei Yoshida2011-09-135-4/+4
* We normally use an 'f' prefix for double.Kohei Yoshida2011-09-121-13/+13
* No need to use += to initialize m_aFileRoot.Kohei Yoshida2011-09-121-2/+2
* Let's do hard re-calc only when necessary.Kohei Yoshida2011-09-121-2/+3
* Let's put using namespace declarations at the top.Kohei Yoshida2011-09-121-3/+2
* It's appropriate to name this class singular.Kohei Yoshida2011-09-121-2/+2
* Let's not indent in namespace scopes.Kohei Yoshida2011-09-121-36/+35
* These don't have to be member functions.Kohei Yoshida2011-09-121-4/+10
* force always a full recalculation for ods, xls and xlsx in unit testMarkus Mohrhard2011-09-131-0/+2
* make it possible to est formula string in csv filesMarkus Mohrhard2011-09-133-3/+27
* Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida2011-09-1213-1454/+1518
* add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard2011-09-134-2/+58
* Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.Kohei Yoshida2011-09-126-45/+45
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-122-4/+14
* sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann2011-09-122-5/+0
* Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida2011-09-121-6/+49
* Moved the code that checks destination ranges to ScClipUtil.Kohei Yoshida2011-09-123-27/+48
* Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).Kohei Yoshida2011-09-126-54/+134
* Added code to handle paste functions and skip empties.Kohei Yoshida2011-09-121-0/+21
* Allow paste when the dest range is a multiple of the source range.Kohei Yoshida2011-09-121-2/+5
* Properly mark multiple ranges during undo and redo.Kohei Yoshida2011-09-121-3/+11
* Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida2011-09-123-6/+8