summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
AgeCommit message (Expand)AuthorFilesLines
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-0/+13
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna2-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-16/+16
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+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 Grandin4-13/+13
2021-04-13impress: don't exit textbox editing when new slide was addedSzymon Kłos1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07rtl::Static -> function local staticNoel Grandin4-30/+10
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-13Drop duplicate methodMike Kaganski2-5/+5
2021-03-09sw: add UNO API to find the closest doc model position based on pixel positionMiklos Vajna1-0/+27
2021-03-02tdf#114567 tdf#138934 Hyperlink-Target in Doc Headings expand/collapseJim Raykowski1-17/+30
2021-03-02loplugin:refcounting in swNoel3-8/+8
2021-02-20loplugin:refcounting in swNoel2-27/+16
2021-02-17Avoid crash in online on a document with commentsAron Budea1-0/+5
2021-02-04tdf#91920 sw page gutter margin, from top: add doc model & UNO APIMiklos Vajna1-0/+16
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-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski1-0/+3
2020-12-03tdf#137838 SW: Add ability to create a hyperlink to a drawing objectJim Raykowski1-26/+166
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+4
2020-11-26Check render parameters for AutoSpellCheckingMert Tumer1-0/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen2-3/+0
2020-11-24sw: fix copying and deleting of section content via APIMichael Stahl1-0/+29
2020-11-23tdf#124176: Use pragma once instead of include guardsMuhammet Kara1-3/+1
2020-11-21tdf#124176: Use pragma once instead of include guardsGül Toksöz1-3/+1
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer2-6/+6
2020-11-11DOCX import: don't throw away cached value of SwHiddenTextField ...Miklos Vajna1-1/+6
2020-10-20use tools::Long in swNoel2-4/+4
2020-10-19sw: prefix members of SwFlowFrame, SwXLinkTargetSupplier, ...Miklos Vajna1-231/+231
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh1-1/+5
2020-10-12sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...Miklos Vajna1-61/+61
2020-10-04the SwDocShell(SwDoc*, ...) variant is never passed a null SwDoc*Caolán McNamara1-1/+1
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-9/+7
2020-10-04SwSvxUnoDrawPool ctor never passed a null SwDoc*Caolán McNamara3-18/+13
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 McNamara2-5/+5
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara1-1/+1
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-09-24tdf#134782 sw: split AddParaSpacingToTableCells flag in 2Michael Stahl1-0/+13
2020-08-31tdf#104596 sw layout: wrap in header only if bLayoutInCellJustin Luth1-17/+0
2020-08-21Fix typosAndrea Gelmini1-2/+2