summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)AuthorFilesLines
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
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 Grandin2-2/+2
2019-09-26loplugin:virtualdead in sw(2)Noel Grandin1-5/+2
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-20loplugin:constvars in swNoel Grandin1-1/+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-08-02Fix typosAndrea Gelmini1-2/+2
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-07-08tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[a-j]*Gabor Kelemen1-0/+1
2019-06-08loplugin:unusedmethodsNoel Grandin1-22/+0
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
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-4/+4
2019-04-16Use prewin.h/postwin.h to not define DELETEStephan Bergmann1-0/+2
2019-04-10tdf#124646 Don't paste hidden rows of Calc sheets into Writer tablesLászló Németh1-29/+40
2019-04-03tdf#124500: convert short path names from drag-n-drop to long namesMike Kaganski1-3/+34
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-04expand out SwRead typedefNoel Grandin1-1/+1
2019-02-10loplugin:indentation in swNoel Grandin1-3/+3
2019-01-24sw paste listener: expose pasted images as wellMiklos Vajna1-22/+48
2019-01-24sw: make it possible to listen to paste eventsMiklos Vajna1-7/+114
2019-01-11make insert-section dialog asyncNoel Grandin1-7/+6