summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Fix typosAndrea Gelmini1-2/+2
2021-05-26make SwRect(Rectangle) constructor explicitNoel Grandin2-4/+4
2021-05-25tdf#138141 sw: fix textbox z-orderAttila Bakos (NISZ)1-0/+82
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna2-5/+5
2021-05-20tdf#60382 sw offapi: add change tracking of table/row deletionLászló Németh1-0/+30
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara1-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-04-16tdf#141525 Fix "Line with Arrow/Circle" insertion error.Jeff Huang1-0/+8
2021-04-14loplugin:unusedmethodsNoel Grandin1-5/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen7-0/+7
2021-03-25tdf#34828 Give draw object a name when madeJim Raykowski1-1/+1
2021-03-08clean up some more dynamic/static castingNoel1-2/+2
2021-03-07ref-count SdrPageNoel1-2/+3
2021-03-06loplugin:staticdynamic look for static after dynamicNoel1-2/+3
2021-02-04sw: fix copying and deleting of table in section via APIMichael Stahl2-15/+8
2021-01-10static_cast after dynamic_castNoel Grandin1-4/+4
2021-01-02introduce Degree100 strong_int typeNoel1-2/+2
2020-12-03tdf#135044 sw: fix Ctrl + drag textbox copyAttila Bakos (NISZ)1-0/+5
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen3-4/+2
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-7/+1
2020-11-17tdf#130629 Don't add object insert undo twiceJim Raykowski1-0/+5
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-3/+5
2020-11-03tdf#135893 sw paste: fix copying fly frame in textbox twiceMiklos Vajna1-0/+42
2020-10-20use tools::Long in swNoel5-66/+66
2020-10-13static_cast after dynamic_castNoel3-19/+16
2020-10-07dynamic_cast followed by static_castCaolán McNamara1-8/+4
2020-10-05SwUndoTableMerge::MoveBoxContent always dereferences its SwDoc* argCaolán McNamara1-1/+1
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-94/+90
2020-10-04SwXAutoStylesEnumerator always dereferences its SwDoc* argCaolán McNamara1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara2-4/+4
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara3-14/+14
2020-08-05loplugin:indentation (--disable-assert-always-abort)Stephan Bergmann1-1/+1
2020-07-31loplugin:flatten in sw/core/frmedtNoel Grandin4-216/+216
2020-07-23tdf#107225 tdf#122887 sw: fix reanchoring of textboxesBakos Attila1-0/+4
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna6-59/+59
2020-06-10loplugin:buriedassign in swNoel Grandin4-11/+21
2020-05-06Resolves: tdf#123801 captioning issuesCaolán McNamara1-43/+0
2020-05-05sw from-bottom relative orientation: fix calculation of position limitsMiklos Vajna1-1/+15
2020-04-25convert CursorMoveState to scoped enumNoel Grandin3-9/+9
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-8/+8
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 Grandin2-3/+2
2020-03-10Fix typoAndrea Gelmini1-1/+1
2020-03-02speedup sw build a littleNoel Grandin3-0/+3
2020-03-02tdf#130945 Writer: Preview of linked doc is not updated when editedSerge Krot1-0/+16
2020-02-25tdf#91219 sw: don't allow anchoring a shape+textbox into itselfMiklos Vajna1-1/+18
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-2/+2
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-8/+0
2020-02-07rename GetBaseOfstForFly->GetBaseOffsetForFlyNoel Grandin1-1/+1