summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
AgeCommit message (Expand)AuthorFilesLines
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-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 Kelemen1-16/+0
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 Bergmann1-0/+8
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 McNamara1-1/+0
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-02windows.h is already included in prewin.hMike Kaganski1-1/+0
2019-10-01-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-1/+0
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-09-25tdf#84806 Writer: drag and drop selected tables, don't emptyLászló Németh1-0/+10
2019-09-24tdf#118311 Writer: cut selected table, not only its text contentLászló Németh1-3/+8
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-12/+1
2019-09-19remove SwClient/SwModify in sw/source/uibaseBjoern Michaelsen1-1/+0
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-2/+1
2019-08-19uitest: pass OUString by const reference and formatting fixesMarkus Mohrhard1-6/+6
2019-08-19uitest: log more eventsAhmed ElShreif1-0/+24
2019-08-02lok: minimal implementation of isComplex for calc for now.Michael Meeks1-1/+1
2019-08-02LOK: Improved selection complexity detectionAshod Nakashian1-16/+15
2019-08-02LOK: Enable embedding images in text/html format outputAshod Nakashian1-2/+6
2019-08-02LOK: detect Graphics in isComplex for WriterAshod Nakashian1-21/+5
2019-08-02LOK: Implement getSelectionTypeAshod Nakashian1-0/+53
2019-07-22sw: rename SwTrnsfrDdeLink to SwTransferDdeLinkMiklos Vajna1-13/+13
2019-07-20loplugin:referencecasting in swNoel Grandin1-2/+1
2019-07-10Prepare PasteSpecial for Async-ness (sw, basesh.cxx)Muhammet Kara1-19/+6
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-2/+2
2019-05-28tdf#124752: Reduce number of formats offered on clipboard on mobile devicesTor Lillqvist1-3/+21
2019-05-23sw: add IgnoreComments parameter to .uno:PasteMiklos Vajna1-5/+10