summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in swNoel Grandin36-59/+58
2024-11-12tdf#162753 - Hyperlink dialog: trim leading/trailing whitespaces of URLsAndreas Heinisch1-28/+20
2024-11-11cool#9992 lok doc sign, hash extract: time for getCommandValues('Signature')Miklos Vajna1-1/+3
2024-11-11tdf#144717: fix SwInsFootNoteDlg's next/prev button state checkMike Kaganski2-11/+13
2024-11-11cid#1607427 Overflowed constantCaolán McNamara1-8/+12
2024-11-11sw: Dereference before null checkXisco Fauli1-0/+3
2024-11-11tdf#143148 use pragma once instead of include guardsHarris Popal1-4/+1
2024-11-11cid#1607347 silence Overflowed constantCaolán McNamara1-2/+2
2024-11-11tdf#162753 - Propose clipboard content only for option internetAndreas Heinisch1-0/+25
2024-11-10tdf#163486: PVS: Identical branchesBogdan Buzea1-3/+0
2024-11-10rRedlTable is rDoc.getIDocumentRedlineAccess().GetRedlineTable()Caolán McNamara1-3/+3
2024-11-10com::sun::star -> cssMike Kaganski11-16/+16
2024-11-09tdf#163812 sw: invalidate "Area" properties so sidebar updatesJustin Luth1-0/+5
2024-11-08tdf#155447 a11y: Add test for accessible IDs expected by OrcaMichael Weghorn1-0/+55
2024-11-08tdf#155447 a11y: Set accessible ID that Orca expectsMichael Weghorn1-1/+1
2024-11-08Refactor focus handling in `LevelHdl` and `SwTokenWindow`Darshan-upadhyay11102-15/+27
2024-11-08cid#1555255 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin37-65/+69
2024-11-08Related tdf#74386 - Improvements for text boundaries optionsHeiko Tietze4-5/+12
2024-11-08Avoid checking exact interface type of Any valueMike Kaganski1-4/+2
2024-11-08Simplify a bitMike Kaganski2-2/+2
2024-11-07tdf#163720 sw smart justify: fix hyphenated single portion linesLászló Németh3-1/+251
2024-11-07don't deref null m_pDocShellCaolán McNamara1-0/+3
2024-11-07Remove duplicated includesAndrea Gelmini1-2/+0
2024-11-07loplugin:passstuffbyref in swNoel Grandin34-75/+75
2024-11-07cid#1634480 Use of auto that causes a copyCaolán McNamara1-3/+3
2024-11-07cid#1555009 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn4-20/+18
2024-11-07sw: add .uno:DeleteContentControl commandcodewithvk10-0/+48
2024-11-06Libreoffice Theme Part 1.0: Make registry colors accessible from VCLSahil Gautam1-22/+23
2024-11-06tdf#162268 sw: formatting: paragraph style also applies to para markerMichael Stahl2-3/+11
2024-11-06tdf#162268 sw: layout: hidden formatting is ignored on cell end markerMichael Stahl3-5/+260
2024-11-06tdf#95239 sw: fix wrong order of PDF ToC, if headings put in text framesLászló Németh4-0/+386
2024-11-06make the autotext shortcut warning dialog asyncCaolán McNamara1-2/+2
2024-11-06loplugin:passstuffbyref in svxNoel Grandin9-11/+12
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara7-7/+7
2024-11-06cid#1606953 Overflowed constantCaolán McNamara2-2/+2
2024-11-06sw lok: async readonly dialog when pressing delete key on protected contentMiklos Vajna1-1/+1
2024-11-06tdf#162753 - Hyperlink dialog: preset only syntactically valid hyperlinksAndreas Heinisch1-1/+18
2024-11-06add an EMPTY_OUSTRING in OUString headerNoel Grandin1-2/+1
2024-11-05Don't need to send both text and htmlCaolán McNamara4-6/+6
2024-11-05tdf#153636 - Search for outline node only if index is for the current chapterAndreas Heinisch3-8/+40
2024-11-04tdf#163486: PVS: Identical branchesBogdan Buzea1-5/+1
2024-11-04tdf#163486: PVS: Identical branchesBogdan Buzea1-3/+1
2024-11-04tdf#163486: PVS: Identical branchesBogdan Buzea1-9/+0
2024-11-04Remove commented out includesIlmari Lauhakangas1-3/+0
2024-11-04reduce OUString ref-counting in writerfilterNoel Grandin3-3/+5
2024-11-04tdf#143148 use pragma once instead of include guardsRosh1-4/+1
2024-11-04Drop requirement that there is internal/shared autotext.Caolán McNamara1-3/+4
2024-11-04new loplugin:staticconstexprNoel Grandin21-33/+34