summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Collapse)Author
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-27Temporarily disable unit tests broken on DragonFly.Francois Tigeot
2011-03-24these can go now post types changeCaolán McNamara
2011-03-24Link with VBAHELPERLIB tooTor Lillqvist
I don't know why we need to link with VBAHELPERLIB, it is supposed to contain just inline methods that get compiled in from the headers and not needed to be linked with, says Noel. If it is just here in a unit test, no big deal. If it turns out that this should and can be fixed in some other way, this commit can be reverted.
2011-03-24windows uses BRAND_BASE_DIR instead of OOO_BASE_DIRCaolán McNamara
2011-03-23unoxml.component seemed to moveCaolán McNamara
2011-03-22Added unit test for data area calculation.Kohei Yoshida
2011-03-22get regression test working againCaolán McNamara
2011-03-22port regression tests to passive uno registrationCaolán McNamara
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-15Get the unit test code to build.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-08Simple in-line comment.Kohei Yoshida
2011-03-08Added unit test for external references.Kohei Yoshida
For now, we just test its caching behavior with in-memory document.
2011-03-07Typo.Kohei Yoshida
Notes: split repo tag: calc_LO-BASE-INTEGRATION-DEV300_M101
2011-03-07Properly invalidate cached sheet XML streams during reference update.Kohei Yoshida
Failure to invalidate sheet streams during reference update caused formula cross referenceing between sheets to totallly get borked. The bug was originally reported in i#116833.
2011-03-07New unit test for sheet stream's validity during reference update.Kohei Yoshida
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida
2011-03-04Unit test for text and text number inputs.Kohei Yoshida
2011-03-04Better error output in case something goes wrong during unit test.Kohei Yoshida
2011-03-03Added new test for volatile function NOW wrapped inside IF.Kohei Yoshida
Inspired by fdo#31939.
2011-03-02confirmed works under windowsCaolán McNamara
2011-02-24remove unused export.mapCaolán McNamara
2011-02-21leave disabled under windows for the momentCaolán McNamara
2011-02-21add document load tests for CVEs that have affected calcCaolán McNamara
2011-02-17Added unit test for built-in cell functions.Kohei Yoshida
For now, I only test for function categories and their order in each category. But in the future I might test for argument types as well.
2011-02-16Create an ScDocShell instance, and take the ScDocument instance from it.Kohei Yoshida
Also, we normally use #include "foo.hxx" style include for module local headers, to distinguish them from system headers or external module headers.
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist
2011-02-06hardcode MDDS_HASH_CONTAINER_BOOSTFridrich Štrba
2011-01-25Add an informative messageTor Lillqvist
2011-01-21Let's store ScDocument* in ScSheetSourceDesc.Kohei Yoshida
This class already uses ScDocument* a lot internally. Let's just take the pointer to the document instance in the ctor and store it inside.
2011-01-21Encapsulated access to aSourceRange.Kohei Yoshida
2011-01-19Check the content of datapilot table output during the unit test run.Kohei Yoshida
2011-01-19Print a nicely formatted sheet content to stdout for pleasant debugging.Kohei Yoshida
2011-01-19CollatorWrapper is now working during the unit test.Kohei Yoshida
2011-01-19Re-enabled the sheet copy test now that it passes.Kohei Yoshida
2011-01-18Better cell anchoring. (fdo#33205)Caolán McNamara
2011-01-14Test on collator, which fails only during the unit test run.Kohei Yoshida
The data pilot test relies on the collator being available. But for some reason it's not. We need to get this working during the unit test run in order to be able to test many other calc functionalities.
2011-01-15Undef ERROR after including <windows.h> to avoid clashTor Lillqvist
2011-01-14More on datapilot unit test.Kohei Yoshida
The table creation fails because the Collator is not available during the unit test run. Need to investigate this.
2011-01-14More progress on unit-testing datapilot. But I'm still not through.Kohei Yoshida
I'm not being successful with getting all dimension members shown. I must be missing something.....
2011-01-14Can't use RTL_CONSTASCII_USTRINGPARAM on pointersCaolán McNamara
2011-01-13More on unittesting data pilot.Kohei Yoshida
2011-01-13Set dimension information for the datapilot save data.Kohei Yoshida
2011-01-13Insert data into data sheet to be used in datapilot table.Kohei Yoshida
But no testing yet. I need to figure out how to create a data pilot object without relying on the UI or shell code.
2011-01-13Oops. Unintended commit. Removed.Kohei Yoshida