summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
AgeCommit message (Collapse)Author
2012-07-17tubes: add Collaborate menu item only in telepathy enabled buildMatúš Kukan
Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8
2012-07-14disable chart test for nowMarkus Mohrhard
will need to adapt the reference file and need the tinderbox to execute the sd test Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida
We need a clean solution for this, but that will need a bit more effort & thinking. Change-Id: I I25d066fa0322cca9a15af1745a758b1aba981e13
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida
I still need to rewrite it to make it the header test. Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida
This ScEditFieldObj is used for both cell fields and header/footer fields. Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3
2012-04-28we can't move that into a test only libMarkus Mohrhard
Revert "move xshape dumper into test" This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
2012-04-27move xshape dumper into testMarkus Mohrhard
XShapeDumper can now be used by other parts of the code too. Please keep in mind that changing the dumper affects other parts too and might require a regneration of reference files. Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
2012-04-27enable chart regression testMarkus Mohrhard
2012-04-19seems there is a difference of one point between clang/gcc in chart testMarkus Mohrhard
I need to write a xml diff with configurable tolerance for attributes
2012-04-19enable the chart2 dumper testMarkus Mohrhard
2012-04-17enable sctablesheetobj againMarkus Mohrhard
2012-03-25revert accidently commited linesMarkus Mohrhard
2012-03-25remove newly unused variableMarkus Mohrhard
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist
2012-02-21Filter out stuff not built for iOSTor Lillqvist
2012-02-16enable XDatabaseRangeTest againMarkus Mohrhard
2012-02-09use slowcheck in scMarkus Mohrhard
2012-02-08remove superflous whitespaceBjoern Michaelsen
2012-02-08first try to add slowcheck build targetMarkus Mohrhard
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
2012-01-23refactor concept for c++ based subsequenttestsMarkus Mohrhard
2012-01-18enable new datapilot api testMarkus Mohrhard
2012-01-09did not want to move that to the in-build targetMarkus Mohrhard
2012-01-09add some tests related to fdo#42624Markus Mohrhard
see fdo#44587 for problems with range names in matrix formulas during xlsx import/export
2011-12-17add own makefile for ScSpreadsheetObj subsequenttestMarkus Mohrhard
2011-12-14add c++ based subsequenttest for XNamedRangeLaurent Godard
one test disabled because we first need to write a patch for our internal cppunit
2011-12-07add test for failing DataPilotField test, related fdo#43308Markus Mohrhard
it seems that the java based test fails by "design" and not due to an error
2011-12-05adjust sc's c++ subsequenttest conceptMarkus Mohrhard
create one test suite per implementation class: move xcellrangesquery into ScCellRangesBase
2011-12-05add subsequent test for failing test TableAutoFormatFieldMarkus Mohrhard
tests are still disabled but problem is related to 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk
2011-11-30move c++ based subsequenttest to sc/qa/extrasMarkus Mohrhard
2011-11-30port a failing sc subsequenttest to c++Markus Mohrhard
potential improvements: only load the file once and use fods instead of ods
2011-11-29Enabled sc/qa/complex again.Stephan Bergmann
sc/qa/complex/calcPreview/ tests do not work automatically and have been left alone.
2011-11-29move sc's macros_test to the subsequenttest targetMarkus Mohrhard
2011-11-28Enabled sc/qa/unoapi again.Stephan Bergmann
Currently often fails at shutdown, when Bridge::terminate -> ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null ppRscString.
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-10-21enable sc_macros_testMarkus Mohrhard
2011-10-04adapt sc unittests to separate RdbTarget makefile requirement, also rename ↵Bjoern Michaelsen
sc_test_filters consistent to sc_filters_test
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-05make filters test a seperate test lib, otherwise conflicts on internal dlopenCaolán McNamara
2011-04-24use the new UNO-related defs from CppunitTargetDavid Tardon
2011-04-11reenable ucalc.cxx unittest in gbuildBjoern Michaelsen
2011-04-05starting sc_ucalc unit testBjoern Michaelsen
2011-03-31Fix windows linking of sc moduleFridrich Štrba
2011-03-25gnumake support for calc.Norbert Thiebaud
calc build and execute. loading excel file fail