summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-131-1/+1
* loplugin:oncevar: empty strings: editengStephan Bergmann2017-07-132-5/+2
* EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall2017-07-122-26/+55
* EditEngine: Added expwarp for unit testsVarun Dhall2017-07-111-0/+1
* EditEngine: Added SvxSimpleUnoModel in import filterVarun Dhall2017-07-113-39/+79
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-104-4/+4
* Remove useless method OCommonAccessibleText::getTextArnaud Versini2017-07-101-2/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* EditEngine: Added para break/connect during ODF pasteVarun Dhall2017-07-071-1/+22
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-1/+1
* EditEngine: Added warning for xml export exceptionVarun Dhall2017-07-061-2/+2
* EditEngine: Added test for large para copy/pasteVarun Dhall2017-07-061-0/+76
* make binary functor unary, related tdf#108782dcvb2017-07-061-6/+9
* ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara2017-07-062-3/+8
* rework as a shared_ptrCaolán McNamara2017-07-067-25/+23
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* crash on exit of cppunit testsCaolán McNamara2017-07-054-98/+104
* new loplugin unnecessaryparenNoel Grandin2017-07-057-16/+13
* loplugin:unusedfields in editengNoel Grandin2017-07-0410-39/+1
* EditEngine: Added test to check multi para start copy/pasteVarun Dhall2017-07-031-0/+49
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-034-13/+13
* loplugin:casttovoid: editengStephan Bergmann2017-07-026-34/+6
* tdf#108622: use correct type for last check timestamp during autocorrectAron Budea2017-07-011-1/+1
* EditEngine: Changing export selection for copy/pasteVarun Dhall2017-06-302-74/+94
* loplugin:oncevar variousNoel Grandin2017-06-291-1/+1
* remove default-able copy ctors and copy operatorsJochen Nitschke2017-06-282-10/+0
* In ImpEditEngine::ReplaceTextOnly, nLen has always been ignoredStephan Bergmann2017-06-282-5/+3
* -Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2017-06-284-9/+9
* EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall2017-06-261-0/+301
* Fix typosAndrea Gelmini2017-06-262-4/+4
* s/catched/caughtNoel Grandin2017-06-262-3/+3
* EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall2017-06-231-0/+50
* EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall2017-06-231-0/+46
* loplugin:oncevar editeng..extensionsNoel Grandin2017-06-2311-52/+30
* loplugin:unusedfields in desktop..editengNoel Grandin2017-06-2312-32/+2
* convert ErrCode to strong typedefNoel Grandin2017-06-218-16/+15
* consider field marks as text for auto quotesCaolán McNamara2017-06-192-1/+18
* rename IsAutoCapitalizeWordDelim to NonFieldWordDelimCaolán McNamara2017-06-191-11/+11
* Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2017-06-191-7/+6
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-1810-10/+0
* use local statics in getTypes functionsJochen Nitschke2017-06-171-19/+2
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-168-13/+13
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-1/+1
* Use unique_ptr for ImpEditEngine::pEmptyItemSetStephan Bergmann2017-06-132-4/+2
* Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2017-06-131-1/+2
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* clang-tidy readability-delete-null-pointerNoel Grandin2017-06-121-2/+1
* EditEngine Creating SvXMLImportContext for ODFVarun Dhall2017-06-071-0/+17
* EditEngine Renamed InsertText to PasteTextVarun Dhall2017-06-073-3/+3