summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)Author
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist
2014-12-01fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-07-28WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-08fdo#74363: fix auto correct of initial capitals on start of first paraMichael Stahl
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-09-21map autocorrection files with LanguageTag keyEike Rathke
2013-09-18convert SvxAutoCorrect::DoAutoCorrect to OUStringCaolán McNamara
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
2013-08-28Fix incorrect logic in section attribute array construction.Kohei Yoshida
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida
2013-07-30String to OUStringMatteo Casalin
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl
2013-06-11Work around -Werror=strict-aliasingStephan Bergmann
2013-06-07sw: fix AutoCorrect bold/underline regressionMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
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
2013-03-01Related: fdo#55693 add regression tests for autocorrectionCaolán McNamara
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl
2012-07-04refactor handling of double border widths:Michael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-25rename 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