summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-05-07simplify SwAttrPool codeNoel Grandin2-41/+2
2021-05-07tdf#138518 sw: layout: unbreak fdo80206-1.docMichael Stahl1-1/+1
2021-05-07cid#1401328 Uncaught exceptionCaolán McNamara1-3/+3
2021-05-07tdf#138518 sw: layout: fix assert on ooo43913-1.docMichael Stahl3-13/+19
2021-05-07add missing truncate-multiline propertiesCaolán McNamara1-0/+1
2021-05-06loplugin:unusedmethodsNoel Grandin3-44/+0
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin4-8/+7
2021-05-06tdf#126226: sw: Add UItestXisco Fauli2-0/+29
2021-05-06tdf#128913 DOCX: import track changes of inline imagesLászló Németh2-0/+8
2021-05-06tdf#121659 DOCX import: fix lost column break at shapesAttila Szűcs2-0/+14
2021-05-06use Label::set_label_type to designate a label as a warning/errorCaolán McNamara2-3/+1
2021-05-06Fix typosAndrea Gelmini2-2/+2
2021-05-06Replace magic numbers in SwPageFrame::UpdateAttr_()Miklos Vajna1-9/+9
2021-05-05loplugin:constmethodNoel Grandin2-2/+2
2021-05-05tdf#142080 sw: layout: fix infinite loop in CalcContent()Michael Stahl3-5/+25
2021-05-05tdf#141935 svx cui: apply line cap setting of line stylesLászló Németh1-0/+102
2021-05-05tdf#141933 add preset dash styles with round capLászló Németh2-3/+31
2021-05-05Introduce SwPageFrameInvFlags to replace magic numbers in ...Miklos Vajna2-22/+38
2021-05-05tdf#140969 Select in Navigator all document selected drawing objectsJim Raykowski2-14/+39
2021-05-04tdf#138782 DOCX import: fix frame positions of old docsAttila Bakos (NISZ)2-0/+16
2021-05-04tdf#69635 DOCX: export hidden (shared) headers/footersDaniel Arato (NISZ)14-48/+145
2021-05-04tdf#141945 sw: layout: check master frame when moving fly forwardMichael Stahl2-2/+6
2021-05-04tdf#141613: sw_uiwriter3: fix unittestXisco Fauli2-13/+31
2021-05-04tdf#141613 sw: fix crash at header/footer undoDaniel Arato (NISZ)2-0/+97
2021-05-04tdf#140296: Added Edit Fields(context menu) inside of tablesAyhan Yalçınsoy5-0/+5
2021-05-04tdf#139713:Renamed Footnote/endnote settings dialog captionAyhan Yalçınsoy1-1/+1
2021-05-04cid#1478174 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin9-71/+59
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-6/+6
2021-05-03sw: prefix members of BaseFrameProperties_Impl, SwDocStyleSheetPool, ...Miklos Vajna4-80/+80
2021-05-03tdf#141995 Remove uno:Flash command from Customize dialogGabor Kelemen1-6/+0
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin2-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann49-116/+116
2021-05-02Remove duplicated includeAndrea Gelmini1-1/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin3-14/+10
2021-04-30sw: add some SAL_INFO on DoIdleJob interruptMichael Stahl1-0/+6
2021-04-30sw: speed up DoIdleJobs(WORD_COUNT)Michael Stahl1-0/+8
2021-04-30reinterpret_cast to SwPostItContent when field type is postitJim Raykowski1-12/+34
2021-04-30tdf#78864 sw track changes: cross out deleted imagesLászló Németh3-1/+59
2021-04-30allow dnd into weldeditviewCaolán McNamara1-2/+0
2021-04-30tdf#137741 SW: Add fields content type to NavigatorJim Raykowski5-8/+195
2021-04-30tdf#133548 don't change outline level attrib and list style attribJim Raykowski1-11/+0
2021-04-29sw html/reqif export: fix size of presentation data for "real" OLE2 embeddingMiklos Vajna3-2/+25
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-4/+2
2021-04-29tdf#141954 Enable l10n in Formatting bar customizationOlivier Hallot2-27/+27
2021-04-29Replace magic numbers in SwFlyFrame::UpdateAttr_()Miklos Vajna1-12/+19
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-29tdf#137741 Add ability to navigate by fields from Navigate By controlJim Raykowski6-7/+54
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara2-11/+6
2021-04-28tdf#116384 only drag hyperlink if user's not currently setting the selectionCaolán McNamara1-2/+3