summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)Author
2023-11-22loplugin:fieldcast in SwTransferableNoel Grandin
2023-11-22lok: disconnect clipboard leftovers in Writer to avoid crashSzymon Kłos
2023-10-10Make some methods const, and avoid some const_castsMike Kaganski
2023-09-28tdf#157492 sw: fix tracked drag & drop of table rowLászló Németh
2023-09-28tdf#155846 sw tracked table column: fix drag & dropLászló Németh
2023-07-23tdf#156111 SwNavigator hyperlink dnd enhancementJim Raykowski
2023-04-23cid#1524747 Dereference null return valueCaolán McNamara
2023-04-21Resolves: tdf#154535 create the OXFormsDescriptor on-demandCaolán McNamara
2023-04-12tdf#154771 sw: fix drag & drop moving of table columnsLászló Németh
2023-04-08tdf#154599 sw: fix crash at drag & drop table columnsLászló Németh
2023-03-07no need to allocate these separatelyNoel Grandin
2023-02-17use a reference here to flag its never nullCaolán McNamara
2023-02-17use a reference here to flag its never nullCaolán McNamara
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-02-07lok: don't pretty print html for onlineSzymon Kłos
2023-01-13XUnoTunnel->dynamic_cast in TransferableHelperNoel Grandin
2023-01-03tdf#152245 sw change tracking: fix copy from Calc to Writer tablesLászló Németh
2022-11-28Resolves: tdf#147203 allow dnd between autotext categoriesCaolán McNamara
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin
2022-10-11use more string_view in swNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-20simplify usage of TempFile in swNoel Grandin
2022-09-10unique_ptr->optional for GraphicNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-27cid#1500545 silence Explicit null dereferencedCaolán McNamara
2022-08-23Use more SwPosition::AdjustNoel Grandin
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-18no need to allocate these on the heapNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-11unique_ptr->optional in SwPasteContextNoel Grandin
2022-08-08make SwDoc::IsInTable more efficientNoel Grandin
2022-08-07make SwNodeIndex constructors explicitNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-07-21use more concrete UNO classes in writerNoel Grandin
2022-06-08tdf#133957 sw: don't delete flys on Backspace/Delete keysMichael Stahl
2022-05-27tdf#145875 don't open Insert section dialog when pasting imageSzymon Kłos
2022-05-20sw content controls, picture: add insert UIMiklos Vajna
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2022-04-27Fix typosAndrea Gelmini
2022-04-26tdf#148791 tdf#64902 tdf#127759 sw: fix row insert/pasteLászló Németh
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-05forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Caolán McNamara
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-03-14Resolves: tdf#147935 A row may have no newline character, tdf#147496 follow-upEike Rathke