summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/autofmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-16tdf#137245 sw: fix AutoFormat SetBorder deleting flysMichael Stahl1-8/+17
2020-09-22Related: tdf#132970 handle more places with potentially utf16 bulletsCaolán McNamara1-2/+2
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin1-47/+47
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-2/+2
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh1-3/+22
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-2/+2
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-10/+10
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-9/+0
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-7/+7
2019-09-06Fixing '....' and '..'Andrea Gelmini1-3/+3
2019-08-30SwAutoFormat::HasObjects() could be fasterMichael Stahl1-11/+9
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-05-14tdf#125261 sw_redlinehide: fix inf. loop in SwAutoFormat::AutoCorrect()Michael Stahl1-2/+2
2019-05-03tdf#123285 sw_redlinehide: fix SwAutoFormat::DelMoreLinesBlanks()Michael Stahl1-1/+3
2019-04-15improve loplugin simplifyconstructNoel Grandin1-6/+6
2019-02-08Use indexed getToken()Matteo Casalin1-7/+8
2018-12-18sw_redlinehide: make layout based Show/Hide mode the defaultMichael Stahl1-9/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-01sw_redlinehide_4a: stop toggling ShowDelete in SwAutoFormatMichael Stahl1-2/+13
2018-12-01sw_redlinehide_4a: SwAutoFormat::AutoCorrect()Michael Stahl1-54/+63
2018-12-01sw_redlinehide_4a: SwAutoCorrDoc iterates frames, not nodesMichael Stahl1-0/+4
2018-12-01sw_redlinehide_4a: SwAutoFormat iterates frames, not nodesMichael Stahl1-318/+376
2018-12-01sw_redlinehide_4a: SwAutoFormat: manually skip redlines when deletingMichael Stahl1-6/+70
2018-12-01sw: rename misleading DeleteCurrentParagraph()Michael Stahl1-34/+40
2018-11-28loplugin:unusedfields in swNoel Grandin1-13/+12
2018-11-16loplugin:buriedassign in swNoel Grandin1-3/+9
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-2/+2
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-1/+0
2018-07-02tdf#51223 can now undo auto-capitalise with enterNickson Thanda1-0/+8
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin1-56/+56
2018-04-27convert auto correct flags to scoped enumNoel Grandin1-3/+3
2018-04-26convert tabopts to scoped enumNoel Grandin1-1/+1
2018-04-12Translate German variable namesJohnny_M1-3/+3
2018-03-20drop unnecessary includesCaolán McNamara1-2/+0
2018-02-15Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-31SvxNumberFormat::SetAbsLSpace takes shortStephan Bergmann1-9/+9
2018-01-30loplugin:unused-returns in swNoel Grandin1-2/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-36/+37
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-6/+11
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-5/+5
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-5/+5
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke1-2/+3