summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-18ThemeDialog added which allows to change the theme used by the doc.Tomaž Vajngerl1-0/+26
2023-01-16sw: add a new .uno:UpdateField UNO commandMiklos Vajna1-0/+104
2023-01-08sw, UpdateFields: update in sorted orderPranam Lashkari1-2/+21
2023-01-06sw, UpdateFields: add new TypeName, NamePrefix and Fields parametersMiklos Vajna1-0/+109
2022-05-24sw content controls, picture: add insert UIMiklos Vajna1-1/+1
2022-03-30Make accessibility check dialog asyncNickWingate1-2/+2
2022-02-14Add graphic size checker for the preferred document DPITomaž Vajngerl1-0/+17
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna1-2/+3
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-1/+20
2021-11-02sw: prefix members of SwAnnotationShell, SwBaseShell, SwContent and ...Miklos Vajna1-24/+24
2021-11-01Related: tdf#145363 provide an explicit parent for page formatCaolán McNamara1-1/+1
2021-10-15tdf#144843 call to GetBoxBackground requires incarnated itemArmin Le Grand (Allotropia)1-1/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin1-29/+27
2021-10-04Pass shell's layout to getLayoutFrame hereJim Raykowski1-1/+1
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-1/+2
2021-09-20tdf#143813 Outline folding: Make copy cut paste workJim Raykowski1-2/+12
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-11tdf#143577 check node is a text node before use as suchJim Raykowski1-23/+26
2021-07-22Fix typosAndrea Gelmini1-3/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-19/+19
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-3/+3
2021-06-04lok: Re-Enable AnchorToPara context menu itemmerttumer1-2/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-3/+3
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-05-17Fix typosAndrea Gelmini1-1/+1
2021-05-14Outline folding experimental feature rehackJim Raykowski1-1/+49
2021-05-10tdf#141613 sw: avoid possible crash when undoing header creationDaniel Arato (NISZ)1-0/+6
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-17tdf#140982 sw ChangesInMargin: fix annotation rangesLászló Németh1-0/+6
2021-03-12sw bibliography, refer to a page: make the biblio field clickableMiklos Vajna1-1/+1
2021-02-11devtools: move devtools from svx to sfx2Tomaž Vajngerl1-1/+1
2021-02-10tdf#140257 duplicate entire PaM ring when making copyCaolán McNamara1-0/+12
2021-01-20tdf#116757 sw ChangesInMargin: add "Show Insertions in Margin"László Németh1-0/+12
2021-01-19"Update all" should do a full reformattingSamuel Mehrbrodt1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-13devtools: move DevelopmentToolChildWindow to its own fileTomaž Vajngerl1-1/+1
2021-01-09devtools: Implement development tools docking windowTomaž Vajngerl1-1/+2
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-09-15Fix typo in codeAndrea Gelmini1-1/+1
2020-09-09tdf#132841 sw UI: setting contour should not change wrapJustin Luth1-0/+7
2020-07-30loplugin:flatten in sw/uibase/shellsNoel Grandin1-223/+224
2020-07-27tdf#134610 sw: fix incorrect position of math object from DOCXMiklos Vajna1-5/+5
2020-07-24Make Title Page dialog asyncSzymon Kłos1-1/+3
2020-06-23sw: fix missing OLE preview on updating linksMiklos Vajna1-0/+4
2020-05-25Fix typosAndrea Gelmini1-1/+1
2020-05-21Make Insert Table dialog asyncSzymon Kłos1-70/+102
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-3/+3
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt1-1/+1
2020-02-09Current color isn't highlighted in the table cell background toolbar dropdownMaxim Monastirsky1-1/+1
2020-01-24loplugin:makeshared in swNoel Grandin1-2/+2