summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxdoc.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-11tdf#145584: fix crash on exporting as PDF with Selection rRangeJulien Nabet1-2/+2
2021-11-05tdf#144989 sw: disable idle jobs during printing or PDF exportMichael Stahl1-0/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-5/+5
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-02tdf#114567 tdf#138934 Hyperlink-Target in Doc Headings expand/collapseJim Raykowski1-17/+30
2021-03-02loplugin:refcounting in swNoel1-2/+2
2021-02-20loplugin:refcounting in swNoel1-23/+12
2021-02-17Avoid crash in online on a document with commentsAron Budea1-0/+5
2021-02-02loplugin:redundantcast catch more dynamic_castNoel1-2/+2
2021-02-01sw lok: disable field shadingsMiklos Vajna1-0/+4
2021-01-18XTextDocument::refresh should do a full reformattingSamuel Mehrbrodt1-1/+1
2021-01-15fix location of change tracking boxes in OnlineNoel Grandin1-2/+2
2021-01-15Fix errors in produced JSON introduced with the switch to JsonWriterTor Lillqvist1-2/+2
2021-01-09cid#1471677 Dereference after null checkCaolán McNamara1-1/+1
2020-12-29Fix crash in SwXTextDocument::getSelection() method.Tamás Zolnai1-1/+1
2020-12-03tdf#137838 SW: Add ability to create a hyperlink to a drawing objectJim Raykowski1-26/+166
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer1-0/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-2/+0
2020-11-11DOCX import: don't throw away cached value of SwHiddenTextField ...Miklos Vajna1-1/+6
2020-10-20use tools::Long in swNoel1-2/+2
2020-10-19sw: prefix members of SwFlowFrame, SwXLinkTargetSupplier, ...Miklos Vajna1-231/+231
2020-10-12sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...Miklos Vajna1-61/+61
2020-10-04SwSvxUnoDrawPool ctor never passed a null SwDoc*Caolán McNamara1-1/+1
2020-09-30sw: fix heap-use-after-free in the UnoActionContext dtorMiklos Vajna1-0/+4
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-09-29CreatePostItData never passed a null SwDoc*Caolán McNamara1-2/+2
2020-09-28sw: prefix members of SwFrameChangesLeave, SwSidebarItem, ...Miklos Vajna1-1/+1
2020-08-21Fix typosAndrea Gelmini1-2/+2
2020-08-07cid#1465669 Dereference after null checkCaolán McNamara1-3/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-2/+2
2020-07-30loplugin:flatten in sw/uibase/sidebar..sw/uibase/unoNoel Grandin1-95/+95
2020-07-30tdf#135244: prevent jumping to cursor at document renderMike Kaganski1-0/+5
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara1-3/+2
2020-06-30tdf#130151 Fix toc pointing to wrong pageSamuel Mehrbrodt1-2/+2
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-24/+15
2020-06-18new json writer for LOKNoel Grandin1-23/+13
2020-06-10loplugin:buriedassign in swNoel Grandin1-8/+8
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-05-08lok: MSForms: fix editing of drop-down field.Tamás Zolnai1-9/+9
2020-05-08lok: MSForms: Handle event about item selection of a drop-down field.Tamás Zolnai1-0/+36
2020-03-24ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara1-0/+12
2020-01-31tdf#45589 offapi,officecfg,sw: add option to toggle bookmark displayMichael Stahl1-0/+1
2020-01-29lok: preserve mouse event logic position and use in calcTomaž Vajngerl1-2/+2
2020-01-26rename some local variablesNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-23/+2
2019-12-23sal_Char->char in swNoel Grandin1-2/+2
2019-12-22sw: SwView can be null when setting clipboardAshod Nakashian1-1/+3