summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2017-07-03tdf#108622: use correct type for last check timestamp during autocorrectAron Budea1-1/+1
2017-06-04tdf#108324 fix crash: paste from textframeJochen Nitschke1-2/+1
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
2017-04-26ParaPortionList::SafeGetObject: SAL_WARN_IF nPos out of boundsEike Rathke1-0/+4
2017-04-26check for nullptr, tdf#104265Eike Rathke1-10/+13
2017-04-26use strong_int for LanguageTypeNoel Grandin9-66/+58
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock19-0/+19
2017-04-23Fix mouse position conversion in case of BottomToTop textTamás Zolnai1-2/+10
2017-04-23Handle keyinput properly in case of BottomToTop vertical textTamás Zolnai1-1/+3
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky4-4/+0
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-22/+15
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-20SvxSpellWrapper::ReplaceAll doesn't use it's second paramNoel Grandin3-6/+4
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin3-13/+4
2017-04-18cppcheck: useInitializationListMuhammet Kara1-8/+8
2017-04-15Fix vertical text and bitmap bullet renderingTamás Zolnai2-6/+28
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai11-72/+270
2017-04-10loplugin:inlinefields in SvxAutoCorrectNoel Grandin1-51/+44
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2-3/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: editengStephan Bergmann1-8/+8
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin1-1/+1
2017-04-06loplugin:singlevalfieldsNoel Grandin2-5/+5
2017-04-06unnecessary pre-all-oustring copyCaolán McNamara1-8/+7
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin2-8/+8
2017-04-05loplugin:constantparam part2Noel Grandin1-3/+2
2017-04-03tdf#39468 Translate German commentsJens Carl2-3/+3
2017-04-03Remove DBG_ASSERT since it's always wrongJulien Nabet1-1/+0