summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Resolves: tdf#116429 unwanted extra step in undo insert shapeCaolán McNamara1-3/+8
2018-03-21coverity#1430229 Unchecked return valueCaolán McNamara1-1/+1
2018-03-21coverity#1430228 Dereference after null checkCaolán McNamara1-3/+2
2018-03-21fix bug in SwFEShell::SetColRowWidthHeightNoel Grandin1-2/+3
2018-03-21loplugin:emptyifStephan Bergmann1-0/+2
2018-03-21loplugin:emptyifStephan Bergmann1-0/+2
2018-03-21sw: fix some IWYU warningsMiklos Vajna44-37/+52
2018-03-20sw XHTML export: write only CSS markup for table backgroundMiklos Vajna2-1/+6
2018-03-20sw XHTML import: write <div> wrapper in ReqIF modeMiklos Vajna2-3/+12
2018-03-20Resolves: tdf#116474 bring hidden text property under undo controlCaolán McNamara1-1/+2
2018-03-20sw XHTML export: fix duplicated style attribute for table border/backgroundMiklos Vajna5-9/+43
2018-03-20drop unnecessary includesCaolán McNamara90-92/+0
2018-03-20ofz#7026 Integer-overflowCaolán McNamara1-1/+6
2018-03-20tdf#16083 writer table resize behavior is randomNoel Grandin1-2/+2
2018-03-20Werror=misleading-indentationCaolán McNamara1-0/+2
2018-03-20ofz#6999 improve fixCaolán McNamara1-2/+2
2018-03-20weld SwSendWarningBoxCaolán McNamara2-30/+36
2018-03-20coverity#1430100 Uninitialized pointer fieldCaolán McNamara1-2/+1
2018-03-20tdf#116269 RTF import: implement reverse deduplication for listsMiklos Vajna2-0/+30
2018-03-20tdf#83877 Add ODF roundtrip test for signature linesSamuel Mehrbrodt2-0/+616
2018-03-20loplugin:useuniqueptr in SwCalcNoel Grandin9-126/+119
2018-03-20tdf#83877 SignatureLineDialog: Fix reading "can add comments" propertySamuel Mehrbrodt1-1/+1
2018-03-19coverity#1430074 Uncaught exceptionCaolán McNamara1-2/+8
2018-03-19sw XHTML export: avoid <strike> for strikeout in ReqIF modeMiklos Vajna4-2/+6
2018-03-19sw: more tweaks to sanity check in SwFrame::GetNextSctLeaf()Michael Stahl1-3/+15
2018-03-19coverity#1430065 silence Uncaught exceptionCaolán McNamara1-2/+2
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara2-2/+7
2018-03-19sw XHTML export: fix missing type attribute for fallback imageMiklos Vajna2-4/+26
2018-03-19lokdialog: Set parent for AutoCorrect Options... so that it can be tunneled.Jan Holesovsky1-1/+1
2018-03-19coverity#1430056 Dereference null return valueCaolán McNamara1-12/+6
2018-03-19sw: prefix members of SwAutoFormatDlgMiklos Vajna2-57/+57
2018-03-19tdf#116472: import "auto" border color as blackMike Kaganski4-14/+26
2018-03-19use sw::WriterMultiListener instead of SwDepend in SwEndNoteInfoBjoern Michaelsen3-98/+111
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke3-3/+0
2018-03-19drop ErrCode::GetRestNoel Grandin1-2/+2
2018-03-18add id column support to tree viewCaolán McNamara2-6/+6
2018-03-18ofz#6990 Integer-overflowCaolán McNamara4-9/+29
2018-03-18uitest for bug tdf#113284Zdeněk Crhonek2-0/+45
2018-03-18ofz#6999 check available data lenCaolán McNamara1-2/+2
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara6-411/+152
2018-03-18uitest - writer Insert Footnote/EndnoteZdeněk Crhonek1-0/+76
2018-03-18uitest - Writer Insert Footnote, Insert EndnoteZdeněk Crhonek2-0/+76
2018-03-18uitest for bug tdf#115572Zdeněk Crhonek1-0/+82
2018-03-18uitest for bug tdf#115573Zdeněk Crhonek1-0/+142
2018-03-18tdf#112118: use correct border when calculating marginMike Kaganski8-50/+104
2018-03-17Typos: definied->definedJulien Nabet1-1/+1
2018-03-16can get the window from the SwViewCaolán McNamara7-9/+10
2018-03-16use real frames, etcCaolán McNamara1-154/+206
2018-03-16use digit width instead of char widthCaolán McNamara3-3/+3
2018-03-16weld SignatureLineDialogCaolán McNamara8-76/+101