summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sceditfieldobj-cell.cxx
AgeCommit message (Collapse)Author
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
Change-Id: I9b99327d58a63dfa5c292784cefb4894ee6d7fa8
2016-01-11loplugin:privatebase: Publicly derive from apitest classesStephan Bergmann
Somewhat arbitrarily prefer public over private derivation. Change-Id: I444babc5c5dbbf46d77d3e1439c12399976d8fe8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2014-09-30sc: ensure global variables in tests are cleared before shutdownMichael Stahl
If the destructors run from exit handlers, they could access already deleted globals from VCL etc. and crash. Change-Id: I265046e95998a4384e1ce0f1f205d03c078a40a9
2014-04-15Clean up function declarations and enable some forgotten(?) testsStephan Bergmann
Change-Id: I0e0d05a5b226b5c59798345f402f8a7724d2689a
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2013-11-09More sc CppunitTest fixesStephan Bergmann
...similar to 01d9f3fbeeb2a8f63a614fbc1a66ffb5c80c624f "The ScOutlineObj test still requires the fugdge." Change-Id: I61d7024edbbade5eaf950752967ceac71306d6cb
2013-04-26forgot thoseThomas Arnhold
Change-Id: I8ae6f047744581dbddfbd10b08bc6e4fcf34b0de
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-01-31Use a method from UnoApitest instead of implement a new one in calcMarcos Paulo de Souza
In calc, we see a lot of implementations of createFileURL. So get ride of all it and start to use the UnoAPitest::createFileURL method. Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and moved some testing files to the right dir that the file belongs. Conflicts: sc/qa/extras/scoutlineobj.cxx Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2
2012-07-09UNO API test for ScEditFieldObj wrt its properties.Kohei Yoshida
To detect a bug such as fdo#50587. Change-Id: I3822af8d592b8aca31c1d4fecc925d0df20d27da
2012-04-30Test setPropertyValue().Kohei Yoshida
Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida
Change-Id: Icf8ddddb9a45435968bc43d8bc7a033ce5cfd702
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida
Change-Id: I5573e554420967d8942295cabe788a9e56835ba0
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