summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fefly1.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel1-6/+6
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-07-31loplugin:flatten in sw/core/frmedtNoel Grandin1-139/+139
2020-07-23tdf#107225 tdf#122887 sw: fix reanchoring of textboxesBakos Attila1-0/+4
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-14/+14
2020-04-25convert CursorMoveState to scoped enumNoel Grandin1-5/+5
2020-04-16tdf#122444 Use fontwork name for object nameJim Raykowski1-3/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-25tdf#91219 sw: don't allow anchoring a shape+textbox into itselfMiklos Vajna1-1/+18
2020-02-06cid#1458160 Dereference before null checkCaolán McNamara1-3/+4
2020-02-04tdf#130362 sw: fix anchoring of inline math objectsMiklos Vajna1-1/+1
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-7/+7
2020-02-03sw: set unique name for fontwork object and style on insertionVasily Melenchuk1-0/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-9/+1
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-08-24loplugin:returnconstval in swNoel Grandin1-1/+1
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-07-24cid#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-6/+6
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-3/+5
2019-01-10use unique_ptr in swNoel Grandin1-13/+10
2019-01-04Unfloat: Handle unfloat button visibilityTamás Zolnai1-0/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-8/+5
2018-11-16loplugin:buriedassign in swNoel Grandin1-4/+8
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-5/+3
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-6/+11
2018-06-08sw_redlinehide: GetNode() conversion in fefly1.cxxMichael Stahl1-23/+32
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-4/+4
2018-01-30loplugin:unused-returns in swNoel Grandin1-9/+2
2018-01-29Fix typosAndrea Gelmini1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-4/+4
2017-11-21loplugin:flatten in swNoel Grandin1-33/+34
2017-11-18RotateFlyFrame3: add support for AutoContourArmin Le Grand1-1/+1