Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | |
2011-10-21 | Updated csv parser from the orcus repository. | Kohei Yoshida | |
This change should allow handling double-quation inside quoted cells correctly. | |||
2011-10-21 | enable sc_macros_test | Markus Mohrhard | |
2011-10-20 | add more debug output to see why windows has problems with sc's filters-test | Markus Mohrhard | |
2011-10-20 | extract helper methods for debuging calc tests | Markus Mohrhard | |
2011-10-20 | improve unit test for UpdateReference | Markus Mohrhard | |
check InsertTabs/InsertTab/DeleteTabs too | |||
2011-10-20 | increment table position correctly if more than one table is inserted | Markus Mohrhard | |
2011-10-20 | WaE: unused e | Caolán McNamara | |
2011-10-19 | migrate to StringRangeEnumerator in Calc | Ivan Timofeev | |
2011-10-19 | separate normal calc filter tests and macro tests | Markus 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-19 | add output for language settings to log file | Markus Mohrhard | |
some windows builds crash in this test, maybe they get a false language setting from somewhere | |||
2011-10-19 | add unit test for fdo#41868 | Markus Mohrhard | |
test should be extended as soon as possible tests a central point of our formula compiler/reference handling | |||
2011-10-19 | by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868) | Markus Mohrhard | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |
2011-10-18 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | |
2011-10-18 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor 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-18 | WaE: unreachable code | Tor Lillqvist | |
2011-10-18 | WaE: illegal copy-initialization | Tor 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-18 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-18 | WaE: unreachable code | Tor Lillqvist | |
2011-10-18 | WaE: 'ScVbaFormatConditions' : default constructor could not be generated | Tor 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-18 | WaE: reinterpret_cast used between related classes, so use static_cast | Tor Lillqvist | |
2011-10-18 | Fix E_ACCESS failure under windows on attempt to remove temp qa data file | Caolá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-18 | survive some fuzz | Caolán McNamara | |
2011-10-17 | copy/paste error, it should test the xls file too | Markus Mohrhard | |
2011-10-17 | add initial test for matrix functions | Stefan Weigel | |
2011-10-17 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-17 | WaE: potentially uninitialized local variable used | Tor Lillqvist | |
2011-10-17 | WaE: unreachable code | Tor Lillqvist | |
2011-10-17 | WaE: unreachable code | Tor Lillqvist | |
2011-10-17 | WaE: unsafe mix of type 'bool' and type foo in operation | Tor Lillqvist | |
2011-10-17 | make the mathematical functions test simpler | Markus Mohrhard | |
2011-10-17 | check that seeks and reads succeeded | Caolán McNamara | |
2011-10-17 | is it a secret what the error message is ? | Caolán McNamara | |
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolá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-10 | WaE: inconsistent dll linkage | Tor Lillqvist | |
2011-10-10 | WaE: unreachable code | Tor Lillqvist | |
2011-10-09 | add unit test cases for mathematical functions | Markus Mohrhard | |
2011-10-09 | extend test for spreadsheet functions | Markus Mohrhard | |
2011-10-08 | improve error messages for sc's filters-test | Markus Mohrhard | |
2011-10-07 | set the correct url for vba unit test | Markus 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 |