summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl1-6/+6
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl1-0/+225
2012-07-04refactor handling of double border widths:Michael Stahl1-4/+31
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-8/+10
2012-06-27targetted re-work of cppunit pieces.Michael Meeks2-6/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-6/+6
2012-05-14Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida1-1/+1
2012-05-11Unit test for UNO field item implementation.Kohei Yoshida1-0/+139
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-1/+1
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara1-1/+1
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida1-2/+0
2012-04-11Remove the TODO comment that's no longer relevant.Kohei Yoshida1-1/+0
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida1-2/+3
2012-04-11Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida1-4/+26
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida1-69/+4
2012-04-11You *are* fixed.Kohei Yoshida1-1/+0
2012-04-11Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida1-2/+8
2012-04-11needs ure and base-class setUp does necessary stuffCaolán McNamara1-7/+0
2012-04-11Attempt to add general-purpose unit test for editeng.Kohei Yoshida1-0/+141
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl1-1/+1
2011-10-10ensure correct export size type in stream operationCaolán McNamara1-0/+19
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-1/+3
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-0/+2
2011-03-21editeng: Adapted borderline unit test to new build systemCédric Bosdonnat3-128/+1
2011-03-19editeng: more reliable test library buildCédric Bosdonnat1-2/+11
2011-03-19Fixed lines width guessing: gap are no smaller than 1ptCédric Bosdonnat1-1/+1
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-5/+28
2011-03-19Fixed units mess in SvxBorderLine and BorderLineImplCédric Bosdonnat2-18/+9
2011-03-19Documented and Unit-tested the SvxBorderLine::SetLinesWidthCédric Bosdonnat3-0/+238