summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2018-04-11tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos2-8/+5
2018-03-13tdf#116101 Correct bullet position for linespacing > 100%Szymon Kłos2-9/+8
2018-02-20tdf#115783 sd: fix lost char attributes during in-table copy&pasteMiklos Vajna2-0/+12
2018-01-25tdf#114628 unit test for line spacingSzymon Kłos1-0/+94
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara1-4/+5
2018-01-10tdf#114628 correct line spacing for impressSzymon Kłos2-17/+28
2018-01-05editeng: fix RTF export of colorsMichael Stahl1-13/+13
2017-11-13tdf#113591 Fix crash when switching between Calc and other LO windowSamuel Mehrbrodt1-3/+6
2017-09-05Resolves: tdf#108795 merge table EditEngine language attributes to input lineEike Rathke5-30/+41
2017-08-17tdf#110988 Middle click does not paste primary selectionNoel Grandin1-1/+7
2017-07-27Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke2-1/+33
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