summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* EditEngine Implementing Paste for XML from clipboardVarun Dhall2017-06-071-13/+37
* Exporting EditEngine document into a buffer with ODF FilterVarun Dhall2017-06-073-3/+21
* EditEngine Exporting flat XML from actual clipboardVarun Dhall2017-06-071-4/+5
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-061-8/+8
* Improved loplugin:cstylecast to reference types: editengStephan Bergmann2017-06-054-7/+7
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-1/+2
* tdf#108324 fix crash: paste from textframeJochen Nitschke2017-06-041-2/+1
* Improved loplugin:redundantcast static_cast handling: editengStephan Bergmann2017-06-021-2/+2
* convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2017-06-021-2/+2
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-4/+0
* EditEngine Refactoring hand-coded XInterface implementations of EditDataObjectVarun Dhall2017-05-302-17/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-303-7/+5
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* cleanup unused css/linguistic2/ includesJochen Nitschke2017-05-284-9/+0
* loplugin:constantparamNoel Grandin2017-05-252-10/+7
* Translate German comments and debug strings (leftovers in e... dirs)Johnny_M2017-05-207-10/+10
* no need for std::unique_ptr::reset in destructorMarkus Mohrhard2017-05-201-1/+0
* convert to use std::unique_ptrJulien Nabet2017-05-202-15/+10
* loplugin:stringcopy: editengStephan Bergmann2017-05-194-6/+6
* fix gdi resource leak (editeng/impedit)Julien Nabet2017-05-192-0/+5
* tdf#107176: just return initial selection when there's no rangeJulien Nabet2017-05-181-0/+4
* loplugin:unusedmethodsNoel Grandin2017-05-181-4/+2
* remove some unused forward declarationsJochen Nitschke2017-05-141-2/+0
* remove unused uno::Reference varsNoel Grandin2017-05-121-3/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-3/+3
* loplugin:constantparamNoel Grandin2017-05-091-2/+2
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* convert EESelectionMode to scoped enumJochen Nitschke2017-05-072-3/+3
* create color config in ctor instead of on-demandCaolán McNamara2017-05-073-18/+4
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert editeng module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purposeEike Rathke2017-05-061-4/+0
* convert HTML_TOKEN_IDS to scoped enumNoel Grandin2017-05-054-206/+208
* convert EVAnchorMode enum to scoped enumJochen Nitschke2017-05-044-45/+45
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-5/+5
* editeng: add pUndoManager assert in ImpEditEngine::~ImpEditEngine()Michael Stahl2017-05-031-0/+4
* loplugin:checkunusedparams in editengNoel Grandin2017-05-0225-126/+115
* loplugin:salunicodeliteral: editengStephan Bergmann2017-04-284-6/+6
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-271-1/+1
* WaE: -Wsometimes-uninitializedCaolán McNamara2017-04-261-1/+1