summaryrefslogtreecommitdiffstats
path: root/editeng/qa
Commit message (Expand)AuthorAgeFilesLines
* map autocorrection files with LanguageTag keyEike Rathke2013-09-211-1/+2
* convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara2013-09-181-6/+3
* convert SvxAutoCorrDoc from String to OUStringNoel Grandin2013-09-111-9/+9
* Rename SectionAttribute to Section.Kohei Yoshida2013-08-281-9/+9
* Fix incorrect logic in section attribute array construction.Kohei Yoshida2013-08-281-41/+103
* Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida2013-08-201-0/+93
* String to OUStringMatteo Casalin2013-07-301-1/+1
* fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl2013-06-111-4/+91
* Work around -Werror=strict-aliasingStephan Bergmann2013-06-111-1/+2
* sw: fix AutoCorrect bold/underline regressionMichael Stahl2013-06-071-15/+30
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-24/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-21/+21
* Related: fdo#55693 add regression tests for autocorrectionCaolán McNamara2013-03-011-0/+116
* Invalidate current position in LookupTree at remove action.Tomaž Vajngerl2012-07-311-6/+6
* LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl2012-07-301-0/+225
* refactor handling of double border widths:Michael Stahl2012-07-041-4/+31
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-8/+10
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-6/+1
* rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl2012-06-251-6/+6
* Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.Kohei Yoshida2012-05-141-1/+1
* Unit test for UNO field item implementation.Kohei Yoshida2012-05-111-0/+139
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-1/+1
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-121-1/+1
* Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida2012-04-121-2/+0
* Remove the TODO comment that's no longer relevant.Kohei Yoshida2012-04-111-1/+0
* We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida2012-04-111-2/+3
* Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida2012-04-111-4/+26
* Just use the internal item pool already written for the edit engine.Kohei Yoshida2012-04-111-69/+4
* You *are* fixed.Kohei Yoshida2012-04-111-1/+0
* Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida2012-04-111-2/+8
* needs ure and base-class setUp does necessary stuffCaolán McNamara2012-04-111-7/+0
* Attempt to add general-purpose unit test for editeng.Kohei Yoshida2012-04-111-0/+141
* fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl2012-01-271-1/+1
* ensure correct export size type in stream operationCaolán McNamara2011-10-101-0/+19
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-121-1/+3
* Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat2011-03-281-0/+2
* editeng: Adapted borderline unit test to new build systemCédric Bosdonnat2011-03-213-128/+1
* editeng: more reliable test library buildCédric Bosdonnat2011-03-191-2/+11
* Fixed lines width guessing: gap are no smaller than 1ptCédric Bosdonnat2011-03-191-1/+1
* Switching the order of the SetLinesWidth argumentsCédric Bosdonnat2011-03-191-5/+28
* Fixed units mess in SvxBorderLine and BorderLineImplCédric Bosdonnat2011-03-192-18/+9
* Documented and Unit-tested the SvxBorderLine::SetLinesWidthCédric Bosdonnat2011-03-193-0/+238