summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)AuthorFilesLines
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-02-27editeng: sal_Bool->boolNoel Grandin1-6/+6
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl1-2/+2
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl1-185/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl1-3/+31
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-30/+30
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-6/+6
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-4/+4
2013-09-21map autocorrection files with LanguageTag keyEike Rathke1-1/+2
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara1-6/+3
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin1-9/+9
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida1-9/+9
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida1-41/+103
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida1-0/+93
2013-07-30String to OUStringMatteo Casalin1-1/+1
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl1-4/+91
2013-06-11Work around -Werror=strict-aliasingStephan Bergmann1-1/+2
2013-06-07sw: fix AutoCorrect bold/underline regressionMichael Stahl1-15/+30
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-21/+21
2013-03-01Related: fdo#55693 add regression tests for autocorrectionCaolán McNamara1-0/+116
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