summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)AuthorFilesLines
2021-05-28no need to allocate these on the heapNoel Grandin1-5/+5
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-04-06tdf#136740: reimplement the fix using existing m_bIsNewDocMike Kaganski1-6/+0
2021-04-05tdf#136740: Do not initialize document settings when pastingMike Kaganski1-0/+6
2021-03-21remove need to const_castCaolán McNamara1-2/+2
2021-03-09fetch/set/clear primary selection without intermediate vcl::WindowCaolán McNamara1-2/+2
2021-02-25sw: fix incorrect loop condition in SwTransferable::isComplex()Miklos Vajna1-1/+1
2021-02-23sw lok: simplify SwTransferable::isComplex()Miklos Vajna1-23/+25
2021-02-20loplugin:refcounting in swNoel1-1/+1
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+3
2020-12-26Remove pointless macroGabor Kelemen1-4/+2
2020-12-22split SotStorageStream into two classesNoel1-10/+6
2020-12-10tdf#138688 tdf#124646 sw: fix crash at pasting Calc dataLászló Németh1-3/+12
2020-12-09uninit_memberCaolán McNamara1-1/+3
2020-12-03fix SEGV in CppunitTest_sw_core_undo on WindowsNoel Grandin1-0/+2
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl1-15/+80
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-7/+7
2020-10-04the SwDocShell(SwDoc*, ...) variant is never passed a null SwDoc*Caolán McNamara1-2/+2
2020-09-30SwDocFac::GetDoc can return a referenceCaolán McNamara1-51/+47
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-30loplugin:reducevarscope in swNoel1-2/+4
2020-09-14tdf#135669 sw: drag and drop other files as OLEDaniel Arato (NISZ)1-0/+18
2020-09-11convert IMAP_FORMAT to scoped enumNoel Grandin1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-07-30loplugin:flatten in sw/uibase/dbui..sw/uibase/envelpNoel Grandin1-50/+50
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-04-22sw: prefer ODF over RTF when pasting from WriterMiklos Vajna1-0/+40
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt1-1/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-3/+3
2020-03-12tdf#130094 Work around content pastes twice after undoJim Raykowski1-3/+9
2020-02-12Classify shape(s) selections as 'complex'...Dennis Francis1-0/+3
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen2-31/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-18tdf#35570 Writer: drag and drop rows/columns without overwritingLászló Németh1-0/+61
2019-12-17tdf#64902 Writer table: Paste Special->Rows AboveLászló Németh1-13/+19
2019-12-14tdf#37156 Writer menu: Paste as Nested tableLászló Németh1-9/+23
2019-12-11convert SectionType to scoped enumNoel Grandin1-2/+2
2019-12-04tdf#129083 Writer: fix native paste from CalcLászló Németh1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+12
2019-11-13tdf#128776 Writer: fix Ctrl + drag and drop table copyLászló Németh1-4/+4
2019-11-05tdf#127759 Writer: add table row/column insert modeLászló Németh1-2/+87
2019-10-29remove unnecessary includesCaolán McNamara2-5/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-0/+3
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-2/+2
2019-10-08tdf#126589: only consider text to the left of cursor as AutoText short nameMike Kaganski1-2/+3