summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)Author
2012-07-04refactor handling of double border widths:Michael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida
2012-05-11Unit test for UNO field item implementation.Kohei Yoshida
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
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
2012-04-11Remove the TODO comment that's no longer relevant.Kohei Yoshida
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida
2012-04-11Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida
2012-04-11You *are* fixed.Kohei Yoshida
2012-04-11Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida
2012-04-11needs ure and base-class setUp does necessary stuffCaolán McNamara
2012-04-11Attempt to add general-purpose unit test for editeng.Kohei Yoshida
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl
2011-10-10ensure correct export size type in stream operationCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-21editeng: Adapted borderline unit test to new build systemCédric Bosdonnat
2011-03-19editeng: more reliable test library buildCédric Bosdonnat
2011-03-19Fixed lines width guessing: gap are no smaller than 1ptCédric Bosdonnat
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat
2011-03-19Fixed units mess in SvxBorderLine and BorderLineImplCédric Bosdonnat
2011-03-19Documented and Unit-tested the SvxBorderLine::SetLinesWidthCédric Bosdonnat