summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layact.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+5
2021-05-04tdf#141945 sw: layout: check master frame when moving fly forwardMichael Stahl1-1/+4
2021-04-30sw: add some SAL_INFO on DoIdleJob interruptMichael Stahl1-0/+6
2021-04-27SW merge layout shortcut into the full layout codeJan-Marek Glogowski1-31/+10
2021-04-27SW layout: convert XCHECKPAGE to lambdaJan-Marek Glogowski1-34/+23
2021-04-19sw: layout: if fly's anchor moves forward, move fly off SwPageFrameMichael Stahl1-1/+40
2021-04-14IsInput is equal to IsInterrupt, so drop itJan-Marek Glogowski1-6/+6
2021-04-14tdf#141556 Fix 100% CPU usage in Writer idle loopLuke Deller1-27/+33
2021-03-07loplugin:staticdynamic now with extra saltNoel1-6/+6
2020-11-16(related tdf#134298) sw: layout: avoid infinite loop in InternalAction()Michael Stahl1-8/+12
2020-11-02sw: prefix members of SwDistance, SwLayIdle, SwOszControl and ...Miklos Vajna1-39/+39
2020-10-20use tools::Long in swNoel1-13/+13
2020-10-13static_cast after dynamic_castNoel1-19/+15
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-26/+26
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+2
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-4/+4
2020-03-31sw: fix use-after-free when moving multiple tables to a previous pageMiklos Vajna1-0/+11
2020-03-30sw: fix moving more than 20 table frames to a previous pageMiklos Vajna1-1/+11
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-3/+2
2019-08-13tdf#123583 use TaskStopwatch for Writer Idle loopJan-Marek Glogowski1-32/+27
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-2/+3
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-09tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl1-0/+2
2019-05-08tdf#116501 fix freezing at embedded text tablesLászló Németh1-1/+20
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-2/+2
2018-10-29tdf#120735 sw: clear the font cache text glyphs when layout finishedMiklos Vajna1-0/+4
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-19coverity#1438043 Logically dead codeCaolán McNamara1-12/+9
2018-07-17Resolves: tdf#118545 restore to historic logicCaolán McNamara1-4/+2
2018-07-03loplugin:useuniqueptr in SwLayActionNoel Grandin1-5/+3
2018-06-08sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_Michael Stahl1-4/+8
2018-06-08sw_redlinehide: iterate merged nodes in SwLayIdle::DoIdleJob_()Michael Stahl1-10/+41
2018-02-21ColorData->Color in swNoel Grandin1-4/+4
2018-01-30loplugin:unused-returns in swNoel Grandin1-11/+6
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-8/+8
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-8/+5
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-77/+78
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-56/+56
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-56/+56
2017-10-23loplugin:includeform: swStephan Bergmann1-20/+20
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-29sw: inline trivial IS_INVAFLY macroMiklos Vajna1-14/+9
2017-09-08sw: inline trivial IS_FLYS macroMiklos Vajna1-12/+11
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-07-27sw: inline pointless RESCHEDULE macroMichael Stahl1-10/+8
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+1