summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot
2011-10-21Updated csv parser from the orcus repository.Kohei Yoshida
This change should allow handling double-quation inside quoted cells correctly.
2011-10-21enable sc_macros_testMarkus Mohrhard
2011-10-20add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard
2011-10-20extract helper methods for debuging calc testsMarkus Mohrhard
2011-10-20improve unit test for UpdateReferenceMarkus Mohrhard
check InsertTabs/InsertTab/DeleteTabs too
2011-10-20increment table position correctly if more than one table is insertedMarkus Mohrhard
2011-10-20WaE: unused eCaolán McNamara
2011-10-19migrate to StringRangeEnumerator in CalcIvan Timofeev
2011-10-19separate normal calc filter tests and macro testsMarkus Mohrhard
this should make it easier to deal with the increased complexity in the unit tests for vba and star basic we should not mess with the normal calc tests while working on advanced vba and basic tests
2011-10-19add output for language settings to log fileMarkus Mohrhard
some windows builds crash in this test, maybe they get a false language setting from somewhere
2011-10-19add unit test for fdo#41868Markus Mohrhard
test should be extended as soon as possible tests a central point of our formula compiler/reference handling
2011-10-19by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868)Markus Mohrhard
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-18WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-18WaE: unreachable codeTor Lillqvist
2011-10-18WaE: unreachable codeTor Lillqvist
2011-10-18WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist
Must use gb_Library_add_noexception_objects instead of gb_Library_add_cxxobjects so that -DEXCEPTIONS_OFF is passed to the compilation. (In this case, it affects code in com/sun/star/uno/genfunc.hxx.)
2011-10-18WaE: unreachable codeTor Lillqvist
2011-10-18WaE: illegal copy-initializationTor Lillqvist
warning C4928: illegal copy-initialization; more than one user-defined conversion has been implicitly applied. So use a variable of the correct type, should not affect the intent of the code.
2011-10-18WaE: unreferenced local variableTor Lillqvist
2011-10-18WaE: unreachable codeTor Lillqvist
2011-10-18WaE: 'ScVbaFormatConditions' : default constructor could not be generatedTor Lillqvist
The ScVbaFormatConditions class is used only as a target for casting, it seems, and no objects of this type are created as such, I think. So avoid MSVC warnings: warning C4510: 'ScVbaFormatConditions' : default constructor could not be generated warning C4610: class 'ScVbaFormatConditions' can never be instantiated - user defined constructor required
2011-10-18WaE: reinterpret_cast used between related classes, so use static_castTor Lillqvist
2011-10-18Fix E_ACCESS failure under windows on attempt to remove temp qa data fileCaolán McNamara
The reference counting of ScDocShell is very confused. It starts off with ref count of 1, assigning it to a ScDocShellRef gives it a refcount of 2, so clearing it or its dtor gives a refcount of 1 again, so it doesn't auto-delete, and so doesn't close its stream, so the attempt to remove its stream gives E_ACCESS under windows.
2011-10-18survive some fuzzCaolán McNamara
2011-10-17copy/paste error, it should test the xls file tooMarkus Mohrhard
2011-10-17add initial test for matrix functionsStefan Weigel
2011-10-17WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-17WaE: potentially uninitialized local variable usedTor Lillqvist
2011-10-17WaE: unreachable codeTor Lillqvist
2011-10-17WaE: unreachable codeTor Lillqvist
2011-10-17WaE: unsafe mix of type 'bool' and type foo in operationTor Lillqvist
2011-10-17make the mathematical functions test simplerMarkus Mohrhard
2011-10-17check that seeks and reads succeededCaolán McNamara
2011-10-17is it a secret what the error message is ?Caolán McNamara
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :)
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl
remove duplicate methods from SvXMLUnitConverter: convertTime (all variants), convertDateTime (DateTime variants), convertTimeDuration. move convertAny from SvXMLUnitConverter to sax::converter.
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-10WaE: inconsistent dll linkageTor Lillqvist
2011-10-10WaE: unreachable codeTor Lillqvist
2011-10-09add unit test cases for mathematical functionsMarkus Mohrhard
2011-10-09extend test for spreadsheet functionsMarkus Mohrhard
2011-10-08improve error messages for sc's filters-testMarkus Mohrhard
2011-10-07set the correct url for vba unit testMarkus Mohrhard
it seems like the method name is the same as the module name unit test still crashs because it can't find XSpreadsheetView but works in general