summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1
2017-06-07EditEngine Creating SvXMLImportContext for ODFVarun Dhall1-0/+17
2017-06-07EditEngine Renamed InsertText to PasteTextVarun Dhall3-3/+3
2017-06-07EditEngine Implementing Paste for XML from clipboardVarun Dhall1-13/+37
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall3-3/+21
2017-06-07EditEngine Exporting flat XML from actual clipboardVarun Dhall1-4/+5
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-8/+8
2017-06-05Improved loplugin:cstylecast to reference types: editengStephan Bergmann4-7/+7
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-06-04tdf#108324 fix crash: paste from textframeJochen Nitschke1-2/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: editengStephan Bergmann1-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-4/+0
2017-05-30EditEngine Refactoring hand-coded XInterface implementations of EditDataObjectVarun Dhall2-17/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-7/+5
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke4-9/+0
2017-05-25loplugin:constantparamNoel Grandin2-10/+7
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M7-10/+10
2017-05-20no need for std::unique_ptr::reset in destructorMarkus Mohrhard1-1/+0
2017-05-20convert to use std::unique_ptrJulien Nabet2-15/+10
2017-05-19loplugin:stringcopy: editengStephan Bergmann4-6/+6
2017-05-19fix gdi resource leak (editeng/impedit)Julien Nabet2-0/+5
2017-05-18tdf#107176: just return initial selection when there's no rangeJulien Nabet1-0/+4
2017-05-18loplugin:unusedmethodsNoel Grandin1-4/+2
2017-05-14remove some unused forward declarationsJochen Nitschke1-2/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin2-3/+3
2017-05-09loplugin:constantparamNoel Grandin1-2/+2
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-07convert EESelectionMode to scoped enumJochen Nitschke2-3/+3
2017-05-07create color config in ctor instead of on-demandCaolán McNamara3-18/+4
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert editeng module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-06ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purposeEike Rathke1-4/+0
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin4-206/+208
2017-05-04convert EVAnchorMode enum to scoped enumJochen Nitschke4-45/+45
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-5/+5
2017-05-03editeng: add pUndoManager assert in ImpEditEngine::~ImpEditEngine()Michael Stahl1-0/+4
2017-05-02loplugin:checkunusedparams in editengNoel Grandin25-126/+115
2017-04-28loplugin:salunicodeliteral: editengStephan Bergmann4-6/+6
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-26WaE: -Wsometimes-uninitializedCaolán McNamara1-1/+1
2017-04-26check all ParaPortionList::SafeGetObject() return values for nullptrEike Rathke4-119/+165