summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2020-05-07tdf#132477 don't leave removed row highlightedCaolán McNamara1-0/+3
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski1-0/+1
2020-05-05sw from-bottom relative orientation: fix calculation of position limitsMiklos Vajna1-1/+2
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara3-6/+0
2020-05-05we end up making a nFamily style, not the style of GetSearchFamilyCaolán McNamara1-1/+1
2020-05-05help states that SfxNewStyleDlg lists SfxStyleSearchBits::UserDefined stylesCaolán McNamara1-1/+1
2020-05-05use SfxStyleSearchBits::All for SfxNewStyleDlg in writer, like calc doesCaolán McNamara1-1/+1
2020-05-05nFamily is the SfxStyleFamily which was modifiedCaolán McNamara1-1/+1
2020-05-05we want to invalidate the current iteratorCaolán McNamara1-1/+2
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara3-5/+5
2020-05-05nFamily is already set to SfxStyleFamily::ParaCaolán McNamara1-2/+0
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-4/+5
2020-05-04make Search family and mask explicit for SfxNewStyleDlgCaolán McNamara1-1/+2
2020-05-03explicitly pass SfxStyleFamily to GenerateUnusedNameCaolán McNamara1-1/+1
2020-05-02Resolves: tdf#132477 Fix Writer Navigator drag and drop crashJim Raykowski1-4/+8
2020-05-02tdf#132603: fix crash when selecting part of a commentJulien Nabet1-1/+2
2020-05-01can just call isXMLToken hereNoel Grandin1-3/+3
2020-05-01tdf#130122 Make Navigator CNV collapse to childrenJim Raykowski1-1/+1
2020-05-01tdf#63967 Navigator section tooltip word and character countJim Raykowski1-0/+29
2020-04-30loplugin:makeshared in swNoel Grandin6-14/+13
2020-04-29weld SfxTemplatePanelControlCaolán McNamara3-6/+8
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann11-1/+15
2020-04-26move PanelLayout to sfx2Caolán McNamara10-10/+10
2020-04-26all ItemWindows are now weldedCaolán McNamara2-4/+4
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara7-15/+15
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara11-11/+11
2020-04-24weld StylesPropertyPanelCaolán McNamara1-2/+0
2020-04-24convert SwFillMode to scoped enumNoel Grandin5-8/+9
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin5-21/+21
2020-04-22sw: prefer ODF over RTF when pasting from WriterMiklos Vajna2-0/+43
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara3-3/+3
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen8-0/+8
2020-04-22Revert "tdf114724: uitest: make test less time.sleep dependent"Xisco Faulí2-6/+0
2020-04-21tdf114724: uitest: make test less time.sleep dependentXisco Fauli2-0/+6
2020-04-21CreateDocumentInfoDialog should return shared_ptrNoel Grandin1-2/+2
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-2/+2
2020-04-17Move Word compat option where it belongsSamuel Mehrbrodt1-16/+0
2020-04-17tdf#131621: fix crash in mergedlo.dllMike Kaganski1-23/+42
2020-04-16Enable trailing-blanks compat option also for OOXML filterSamuel Mehrbrodt1-0/+2
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-1/+1
2020-04-15navigator pane is grabbing focus away from document when its createdCaolán McNamara1-3/+6
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin3-6/+5
2020-04-15explicitly set the correct index if the font is in the listCaolán McNamara1-1/+6
2020-04-14lok: add tabstop changing and callback to send tabstop updatesTomaž Vajngerl1-2/+70
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin3-4/+4
2020-04-10null-deref of GetObjectShellCaolán McNamara1-1/+2
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt9-12/+11
2020-04-06loplugin:unusedvariableplus in swNoel Grandin3-4/+0