summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2018-04-11tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos
2018-03-13tdf#116101 Correct bullet position for linespacing > 100%Szymon Kłos
2018-02-20tdf#115783 sd: fix lost char attributes during in-table copy&pasteMiklos Vajna
2018-01-25tdf#114628 unit test for line spacingSzymon Kłos
2018-01-19ofz#5477 if the para is already oversize, nums would go negativeCaolán McNamara
2018-01-10tdf#114628 correct line spacing for impressSzymon Kłos
2018-01-05editeng: fix RTF export of colorsMichael Stahl
2017-11-13tdf#113591 Fix crash when switching between Calc and other LO windowSamuel Mehrbrodt
2017-09-05Resolves: tdf#108795 merge table EditEngine language attributes to input lineEike Rathke
2017-08-17tdf#110988 Middle click does not paste primary selectionNoel Grandin
2017-07-27Restore and fix and fix harder the EditTextObject::operator==()Eike Rathke
2017-07-03tdf#108622: use correct type for last check timestamp during autocorrectAron Budea
2017-06-04tdf#108324 fix crash: paste from textframeJochen Nitschke
2017-05-19fix gdi resource leak (editeng/impedit)Julien Nabet
2017-05-18tdf#107176: just return initial selection when there's no rangeJulien Nabet
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-14remove some unused forward declarationsJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-09loplugin:constantparamNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-07convert EESelectionMode to scoped enumJochen Nitschke
2017-05-07create color config in ctor instead of on-demandCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert editeng module away from OSL_ASSERT to assertChris Sherlock
2017-05-06ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purposeEike Rathke
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-05-04convert EVAnchorMode enum to scoped enumJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-03editeng: add pUndoManager assert in ImpEditEngine::~ImpEditEngine()Michael Stahl
2017-05-02loplugin:checkunusedparams in editengNoel Grandin
2017-04-28loplugin:salunicodeliteral: editengStephan Bergmann
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-26WaE: -Wsometimes-uninitializedCaolán McNamara
2017-04-26check all ParaPortionList::SafeGetObject() return values for nullptrEike Rathke
2017-04-26ParaPortionList::SafeGetObject: SAL_WARN_IF nPos out of boundsEike Rathke
2017-04-26check for nullptr, tdf#104265Eike Rathke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-23Fix mouse position conversion in case of BottomToTop textTamás Zolnai
2017-04-23Handle keyinput properly in case of BottomToTop vertical textTamás Zolnai
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-20SvxSpellWrapper::ReplaceAll doesn't use it's second paramNoel Grandin
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-04-18cppcheck: useInitializationListMuhammet Kara
2017-04-15Fix vertical text and bitmap bullet renderingTamás Zolnai
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai