summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara52-1/+272
2011-09-22Always link with user32Tor Lillqvist2-6/+0
2011-09-21fix array initialization and thus windows buildFridrich Štrba1-1/+1
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara3-1/+12
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara3-12/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-12/+12
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida3-0/+23
2011-09-20Unit test for copying range names.Kohei Yoshida1-7/+44
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel1-7/+15
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida1-0/+6
2011-09-19Unit test for refreshing while source data contains empty field name.Kohei Yoshida1-3/+24
2011-09-19Use the method to insert source data.Kohei Yoshida1-42/+11
2011-09-19Extracted method for inserting source data for pivot table testing.Kohei Yoshida1-42/+52
2011-09-19sal_True to true.Kohei Yoshida1-2/+2
2011-09-19Store previously selected tables in std::set.Kohei Yoshida1-19/+16
2011-09-19A little cleanup.Kohei Yoshida1-15/+11
2011-09-19Let's avoid modifying the selection data during search and replace.Kohei Yoshida6-110/+119
2011-09-19Pass as const reference where possible & indent fix.Kohei Yoshida2-9/+9
2011-09-19Removed an unnecessary anonymous temporary object.Kohei Yoshida1-1/+1
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba2-0/+2
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba2-2/+0
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2-3/+0
2011-09-15filter: adapt to changes in LOMichael Stahl1-1/+1
2011-09-15Resolves: rhbz#738255 avoid crash on NULL pointerCaolán McNamara1-6/+9
2011-09-15forgot another csv fileMarkus Mohrhard1-0/+2
2011-09-15add formats test for xls and xlsxMarkus Mohrhard3-66/+79
2011-09-15improve calc's format unit testMarkus Mohrhard4-46/+175
2011-09-14Don't always set refresh flag on export. This is a bad hack.Kohei Yoshida1-3/+0
2011-09-14Check the source range when refreshing, and abort refresh if invalid.Kohei Yoshida3-7/+12
2011-09-14New unit test case for testing SHEETS function result.Kohei Yoshida1-0/+40
2011-09-14Do the same when calling ScDocument::InsertTabs().Kohei Yoshida1-1/+4
2011-09-14fdo#35965: Mark all formula cells dirty when appending a new sheet.Kohei Yoshida1-1/+4
2011-09-14 forgot the csv file for number formatsMarkus Mohrhard1-0/+4
2011-09-14add unit test for formated cellsMarkus Mohrhard2-1/+57
2011-09-14ScCompiler::IsDBRange compares upper case stringsMarkus Mohrhard4-3/+27
2011-09-14add database unit testMarkus Mohrhard2-0/+48
2011-09-13Updated csv_parser from orcus.Kohei Yoshida1-1/+15
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara1-3/+1
2011-09-13Let's keep our file naming scheme consistent.Kohei Yoshida5-4/+4
2011-09-12We normally use an 'f' prefix for double.Kohei Yoshida1-13/+13
2011-09-12No need to use += to initialize m_aFileRoot.Kohei Yoshida1-2/+2
2011-09-12Let's do hard re-calc only when necessary.Kohei Yoshida1-2/+3
2011-09-12Let's put using namespace declarations at the top.Kohei Yoshida1-3/+2
2011-09-12It's appropriate to name this class singular.Kohei Yoshida1-2/+2
2011-09-12Let's not indent in namespace scopes.Kohei Yoshida1-36/+35
2011-09-12These don't have to be member functions.Kohei Yoshida1-4/+10
2011-09-13force always a full recalculation for ods, xls and xlsx in unit testMarkus Mohrhard1-0/+2
2011-09-13make it possible to est formula string in csv filesMarkus Mohrhard3-3/+27
2011-09-12Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.Kohei Yoshida13-1454/+1518
2011-09-13add files for bugFix tests and restructure filters-test a bitMarkus Mohrhard4-2/+58