summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)AuthorFilesLines
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin1-13/+1
2023-01-03tdf#152245 sw change tracking: fix copy from Calc to Writer tablesLászló Németh1-0/+19
2022-11-28Resolves: tdf#147203 allow dnd between autotext categoriesCaolán McNamara1-0/+22
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin1-2/+2
2022-10-11use more string_view in swNoel Grandin1-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-20simplify usage of TempFile in swNoel Grandin1-8/+4
2022-09-10unique_ptr->optional for GraphicNoel Grandin1-21/+21
2022-08-29ref-count SdrObjectNoel Grandin1-4/+4
2022-08-27cid#1500545 silence Explicit null dereferencedCaolán McNamara1-1/+2
2022-08-23Use more SwPosition::AdjustNoel Grandin1-3/+2
2022-08-20use more SwPosition::GetNodeNoel Grandin1-2/+2
2022-08-18no need to allocate these on the heapNoel Grandin1-4/+4
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-11/+11
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+3
2022-08-11unique_ptr->optional in SwPasteContextNoel Grandin1-9/+9
2022-08-08make SwDoc::IsInTable more efficientNoel Grandin1-4/+4
2022-08-07make SwNodeIndex constructors explicitNoel Grandin1-4/+4
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-2/+2
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-1/+1
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-2/+1
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-07-21use more concrete UNO classes in writerNoel Grandin1-1/+1
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl1-1/+1
2022-05-27tdf#145875 don't open Insert section dialog when pasting imageSzymon Kłos1-0/+5
2022-05-20sw content controls, picture: add insert UIMiklos Vajna1-5/+5
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+2
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-1/+1
2022-04-27Fix typosAndrea Gelmini1-1/+1
2022-04-26tdf#148791 tdf#64902 tdf#127759 sw: fix row insert/pasteLászló Németh1-4/+22
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin2-3/+4
2022-04-05forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Caolán McNamara1-2/+2
2022-04-04use string_view in comphelper::string::splitNoel Grandin1-2/+2
2022-03-14Resolves: tdf#147935 A row may have no newline character, tdf#147496 follow-upEike Rathke1-1/+3
2022-02-09tdf#147181 tdf#147322 sw: fix drag & drop multiple table rowsLászló Németh1-14/+109
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-1/+1
2022-01-27fix ubsan downcast of SfxInt16ItemNoel Grandin1-1/+1
2022-01-26tdf#146966 sw: fix inserting empty rows at copying multiple rowsLászló Németh1-1/+6
2022-01-25tdf#146967 sw table: fix freezing in Hide Changes modeLászló Németh1-8/+23
2022-01-25tdf#146965 sw track changes: fix tracked table row movingLászló Németh1-0/+17
2021-12-30lok: don't limit line length in HTMLWriterSzymon Kłos1-1/+1
2021-12-17tdf#146019 Remove confirmation dialog about applying images EXIF rotationGabor Kelemen1-9/+2
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-4/+1
2021-12-03tdf#145062 sw: deal with failing insertion of field in SwWrtShellMichael Stahl1-1/+1
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin1-6/+2
2021-11-30tdf#145819 Revert logic of the image-with-rotation dialogGabor Kelemen1-1/+3
2021-11-29sw: prefix members of FieldDocWatchingStack, NaviContentBookmark, ...Miklos Vajna1-54/+54
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski1-3/+3
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-2/+2