summaryrefslogtreecommitdiff
path: root/sw/source/core/doc
AgeCommit message (Expand)AuthorFilesLines
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl2-186/+218
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-03Fix typoAndrea Gelmini1-1/+1
2019-04-02tdf#124272 use ClipRegion's geometry if not a rectangleArmin Le Grand1-2/+27
2019-04-02tdf#122926: Use o3tl::sorted_vector in other similar placesXisco Fauli1-3/+2
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+2
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-03-28tdf#120338: The paragraph formatting changes are not undone, part 1Henry Castro1-3/+4
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin4-65/+66
2019-03-28use unique_ptr in SwTable::InsTableNoel Grandin1-7/+6
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen3-0/+3
2019-03-28use unique_ptr for SwTOXTypesNoel Grandin2-13/+13
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin1-6/+6
2019-03-27tdf#60242 remember horizontal/vertical choice in split cells dialogMartin van Zijl1-0/+10
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-03-20sw: make ODT export of paragraph auto-styles deterministicMiklos Vajna1-3/+5
2019-03-19Make condition logic slightly clearerMike Kaganski1-3/+3
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen4-0/+5
2019-03-11tdf#123054 track changes: fix paragraph style regressionLászló Németh1-29/+32
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-2/+59
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-3/+47
2019-03-09MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai1-0/+32
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-07sw: document a problem with IsFrameBehind()/SetGetExpFieldMichael Stahl1-0/+8
2019-03-06tdf#121176 DOCX track changes: same size w:del in w:insLászló Németh1-2/+4
2019-03-05tdf#123446 sw_redlinehide: fix crash on Redo of ToXMichael Stahl1-1/+6
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Avoid intermediate computation overflowing sal_uInt16Stephan Bergmann1-4/+2
2019-03-04sw: prefix members of SwBlockCursor, SwAutoCompleteWord and TransWrpMiklos Vajna1-35/+35
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-03-02tdf#116084 DOCX track changes: fix w:del within w:insLászló Németh1-2/+7
2019-02-19use boost::optional in EditFieldInfoNoel Grandin1-2/+2
2019-02-16MSForms: Insert Legacy Form Fields from MS compatible Forms menuTamás Zolnai1-0/+6
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-3/+3
2019-02-14Use indexed getToken()Matteo Casalin1-5/+7
2019-02-10loplugin:indentation in swNoel Grandin6-45/+45
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen21-84/+63
2019-02-06Enhance tagged PDF export for a11yArmin Le Grand1-3/+24
2019-01-31tdf#122198 don't remove db after closeSzymon Kłos1-0/+2
2019-01-29tdf#52391 reject/clear formatting of format-only changesLászló Németh1-1/+13
2019-01-28sw: prefix members of SwTableAutoFormatMiklos Vajna1-49/+49
2019-01-24tdf#86731 Don't show 'spelling complete' when dictionary is missingSzymon Kłos2-0/+10
2019-01-24loplugin:constparams in swNoel Grandin3-7/+7
2019-01-23sw: prefix members of SetGetExpFieldMiklos Vajna1-63/+63
2019-01-22partially revert ofz#11275 erase via positionCaolán McNamara1-3/+2
2019-01-21ofz#11275 erase via positionCaolán McNamara1-2/+3
2019-01-18tdf#104816 sw: if non-section content, let all sections hide.Justin Luth1-18/+29
2019-01-17use unique_ptr in swNoel Grandin1-7/+7
2019-01-14ofz#12507 micro optCaolán McNamara1-1/+1