summaryrefslogtreecommitdiff
path: root/test/source
AgeCommit message (Collapse)Author
2013-03-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
Conflicts: cui/source/dialogs/SpellDialog.cxx editeng/source/items/frmitems.cxx filter/qa/cppunit/filters-pict-test.cxx sd/source/filter/grf/sdgrffilter.cxx sd/source/ui/app/sddll.cxx svgio/source/svgreader/svgimagenode.cxx svtools/Library_svt.mk svtools/Module_svtools.mk svtools/Package_inc.mk svtools/source/filter/exportdialog.cxx svx/source/core/graphichelper.cxx svx/source/dialog/compressgraphicdialog.cxx sw/source/ui/shells/grfshex.cxx sw/source/ui/uiview/view2.cxx sw/source/ui/utlui/glbltree.cxx test/source/bootstrapfixture.cxx tubes/source/contacts.cxx vcl/Library_vcl.mk vcl/qa/cppunit/graphicfilter/filters-test.cxx vcl/source/filter/FilterConfigCache.cxx vcl/source/filter/graphicfilter.cxx writerfilter/source/rtftok/rtfdocumentimpl.cxx Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2012-05-18WaE: make test msvc2008 warnings freeCaolán McNamara
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
2012-05-08Property writable test for util::DateTime & fixed a copy/paste error.Kohei Yoshida
Change-Id: Iabfbe3f4df2c73ad9325bdc60e4ad71a5d1fda15
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
2012-05-03Added interface test for text::XText.Kohei Yoshida
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
2012-05-01rework callcatcher makefile to build subsequentcheck testsCaolán McNamara
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
2012-04-30Implemented test for XPropertySet::setPropertyValue().Kohei Yoshida
Also cover all UNO primitive types in isPropertyValueChangeable(). Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af
2012-04-30More descriptive method name.Kohei Yoshida
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
2012-04-30Started porting the XPropertySet test code.Kohei Yoshida
Not all its tests have been converted. This is work-in-progress. Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida
Change-Id: I303562873fab5d41614f092966e47ff296c12610
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-27add tolerance to chart regression testMarkus Mohrhard
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
2012-04-27use the correct macroMarkus Mohrhard
don't push at 3a.m. Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
2012-04-27improve assert messagesMarkus Mohrhard
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard
2012-04-26std::isnan is c++11; use rtl::math::isNan for nowMarkus Mohrhard
2012-04-26add readme for xmldiffMarkus Mohrhard
2012-04-26add xml diff with toleranceMarkus Mohrhard
# Changes to be committed:
2012-04-26add test for XTextContentMarkus Mohrhard
2012-04-26add test case for xtextfieldMarkus Mohrhard
2012-04-23fix true->sal_False introduced in 6a018deLuboš Luňák
2012-04-20WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara
2012-04-17transferring java XPrintAreas to c++Artur Dorda
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida
Turns out that this change affected all cppunit runs.
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-19adjust test for the correct dbdata importMarkus Mohrhard
2012-03-01add test case for XSpreadsheetDocumentMarkus Mohrhard
2012-03-01WaE: C4265: class has virtual functions, but destructor is not virtualCaolán McNamara
2012-02-21WaE: add virtual dtorCaolán McNamara
2012-02-19add testRefresh to XDatabaseRangeMarkus Mohrhard
XDatabase range test case is now finished
2012-02-19this test uses ScNamedRangeObj.ods tooMarkus Mohrhard
TODO: remove the explicit test file dependency from the interface test code don't use one of the test files for another class
2012-02-19fix copy&paste errorMarkus Mohrhard
2012-02-19complete the XDataPilotTable2 testsMarkus Mohrhard
2012-02-19add test for XCellRangeReferrerMarkus Mohrhard
2012-02-17add test code for XCellRangeDataMarkus Mohrhard
2012-02-16add two more test cases to XDatabaseRangeMarkus Mohrhard
2012-02-12fix errors with assertion macrosMarkus Mohrhard
2012-02-12use better assertion macrosMarkus Mohrhard
2012-02-10WaE at mac tinderboxMarkus Mohrhard
2012-02-10add XDataPilotTable2 test to ScDatPilotTableObjMarkus Mohrhard
2012-02-10add test code for XDataPilotTable2Markus Mohrhard
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-02add test for XNameReplaceMarkus Mohrhard
2012-01-31WaE: add virtual dtorsCaolán McNamara
2012-01-31Move definition of static data member to .cxxStephan Bergmann
2012-01-30add test case for XReplaceableMarkus Mohrhard
2012-01-25add interface test for util::XSearchableMarkus Mohrhard