summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2020-05-09lok: MSForms: test & fix two corner cases of drop-down field.Tamás Zolnai1-2/+2
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl1-1/+1
2020-05-09tdf#94628: sw: allow setting for bullet for outline paragraphsVasily Melenchuk2-510/+387
2020-05-08lok: MSForms: send button message also when paint area is not changing.Tamás Zolnai2-1/+8
2020-05-08lok: MSForms: fix field activation for multiple fields.Tamás Zolnai1-1/+2
2020-05-08lok: MSForms: fix editing of drop-down field.Tamás Zolnai1-9/+9
2020-05-08lok: MSForms: disable form field messages on mobile.Tamás Zolnai1-1/+2
2020-05-08lok: MSForms: dont send form field button data with empty text area.Tamás Zolnai1-0/+3
2020-05-08lok: MSForms: Handle event about item selection of a drop-down field.Tamás Zolnai1-0/+36
2020-05-08improve loplugin:referencecastingNoel Grandin1-2/+1
2020-05-08lok: MSForms: Send also the drop down field params to the client code.Tamás Zolnai1-3/+29
2020-05-08lok: MSForms: Add callback for form field button.Tamás Zolnai2-2/+51
2020-05-08tdf#111535 - Add First-line indent, paragraph indent, and tab spaces/Core partgokaysatir1-0/+27
2020-05-08sw: remove now unused SwBlinkPortionMiklos Vajna10-294/+1
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2-5/+5
2020-05-07Related: tdf#132678 select first entry if nothing else selectedCaolán McNamara1-1/+6
2020-05-07tdf#132477 don't leave removed row highlightedCaolán McNamara1-0/+3
2020-05-07tdf#98409 doc export: export (non-default) cell marginsJustin Luth1-2/+62
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling4-0/+72
2020-05-07sw: handle UnbreakableNumberings when replacing compat optionsMiklos Vajna1-1/+1
2020-05-07tdf#132637 doc import: don't open readonly for lockRevJustin Luth1-2/+5
2020-05-06sw layout comments: clarify return value for MoveFwd etc.Justin Luth2-3/+7
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski1-0/+1
2020-05-06Resolves: tdf#123801 captioning issuesCaolán McNamara1-43/+0
2020-05-06sw layout: remove useless historical timelog commentsJustin Luth1-6/+0
2020-05-06tdf#132373 Remove blinking character property from the UI/editorGabor Kelemen1-35/+0
2020-05-05sw from-bottom relative orientation: fix calculation of position limitsMiklos Vajna2-2/+17
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara10-31/+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-05Prefill doc count in mail merge's "Send Email" dialogMichael Weghorn1-0/+5
2020-05-05SwMMResultEmailDialog::FillInEmailSettings: Turn check into assertMichael Weghorn1-4/+3
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 McNamara9-13/+13
2020-05-05nFamily is already set to SfxStyleFamily::ParaCaolán McNamara1-2/+0
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-4/+5
2020-05-04sw: moved setting shape name to earlier stageVasily Melenchuk1-2/+4
2020-05-04make Search family and mask explicit for SfxNewStyleDlgCaolán McNamara1-1/+2
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara1-1/+1
2020-05-04no need to save and restore the SaveMask if we don't change itCaolán McNamara1-6/+0
2020-05-04for these we know what the SearchFamily and GetSearchMask are alreadyCaolán McNamara2-19/+19
2020-05-04tdf#132187 sw: fix creation of frames on end node in CopyWithFlyInFly()Michael Stahl1-1/+35
2020-05-04sw: prefix members of SwAutoCorrDoc, SwDontExpandItem, SwHyphArgs and ...Miklos Vajna5-103/+103
2020-05-03explicitly pass SfxStyleFamily to GenerateUnusedNameCaolán McNamara1-1/+1
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara2-20/+21
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