summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
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
2017-06-07EditEngine Creating SvXMLImportContext for ODFVarun Dhall
2017-06-07EditEngine Renamed InsertText to PasteTextVarun Dhall
2017-06-07EditEngine Implementing Paste for XML from clipboardVarun Dhall
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall
2017-06-07EditEngine Exporting flat XML from actual clipboardVarun Dhall
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: editengStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-04tdf#108324 fix crash: paste from textframeJochen Nitschke
2017-06-02Improved loplugin:redundantcast static_cast handling: editengStephan Bergmann