summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara30-1580/+428
2017-07-18remove unused CntWallpaperItemCaolán McNamara1-65/+0
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann2-5/+2
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2-26/+55
2017-07-11EditEngine: Added expwarp for unit testsVarun Dhall1-0/+1
2017-07-11EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall3-39/+79
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin4-4/+4
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini1-2/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-07EditEngine: Added para break/connect during ODF pasteVarun Dhall1-1/+22
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-06EditEngine: Added warning for xml export exceptionVarun Dhall1-2/+2
2017-07-06EditEngine: Added test for large para copy/pasteVarun Dhall1-0/+76
2017-07-06make binary functor unary, related tdf#108782dcvb1-6/+9
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2-3/+8
2017-07-06rework as a shared_ptrCaolán McNamara7-25/+23
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05crash on exit of cppunit testsCaolán McNamara4-98/+104
2017-07-05new loplugin unnecessaryparenNoel Grandin7-16/+13
2017-07-04loplugin:unusedfields in editengNoel Grandin10-39/+1
2017-07-03EditEngine: Added test to check multi para start copy/pasteVarun Dhall1-0/+49
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke4-13/+13
2017-07-02loplugin:casttovoid: editengStephan Bergmann6-34/+6
2017-07-01tdf#108622: use correct type for last check timestamp during autocorrectAron Budea1-1/+1
2017-06-30EditEngine: Changing export selection for copy/pasteVarun Dhall2-74/+94
2017-06-29loplugin:oncevar variousNoel Grandin1-1/+1
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke2-10/+0
2017-06-28In ImpEditEngine::ReplaceTextOnly, nLen has always been ignoredStephan Bergmann2-5/+3
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-9/+9
2017-06-26EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall1-0/+301
2017-06-26Fix typosAndrea Gelmini2-4/+4
2017-06-26s/catched/caughtNoel Grandin2-3/+3
2017-06-23EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall1-0/+50
2017-06-23EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall1-0/+46
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin11-52/+30
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin12-32/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin8-16/+15
2017-06-19consider field marks as text for auto quotesCaolán McNamara2-1/+18
2017-06-19rename IsAutoCapitalizeWordDelim to NonFieldWordDelimCaolán McNamara1-11/+11
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-7/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke10-10/+0
2017-06-17use local statics in getTypes functionsJochen Nitschke1-19/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann8-13/+13
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-13Use unique_ptr for ImpEditEngine::pEmptyItemSetStephan Bergmann2-4/+2
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-1/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0