summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2017-07-18remove unused CntWallpaperItemCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall
2017-07-11EditEngine: Added expwarp for unit testsVarun Dhall
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07EditEngine: Added para break/connect during ODF pasteVarun Dhall
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06EditEngine: Added warning for xml export exceptionVarun Dhall
2017-07-06EditEngine: Added test for large para copy/pasteVarun Dhall
2017-07-06make binary functor unary, related tdf#108782dcvb
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara
2017-07-06rework as a shared_ptrCaolán McNamara
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05crash on exit of cppunit testsCaolán McNamara
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:unusedfields in editengNoel Grandin
2017-07-03EditEngine: Added test to check multi para start copy/pasteVarun Dhall
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: editengStephan Bergmann
2017-07-01tdf#108622: use correct type for last check timestamp during autocorrectAron Budea
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke
2017-06-28In ImpEditEngine::ReplaceTextOnly, nLen has always been ignoredStephan Bergmann
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-26EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall
2017-06-26Fix typosAndrea Gelmini
2017-06-26s/catched/caughtNoel Grandin
2017-06-23EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall
2017-06-23EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-19consider field marks as text for auto quotesCaolán McNamara
2017-06-19rename IsAutoCapitalizeWordDelim to NonFieldWordDelimCaolán McNamara
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-13Use unique_ptr for ImpEditEngine::pEmptyItemSetStephan Bergmann
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin