summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-07-27sw: these arrays are constantTakeshi Abe1-4/+4
2017-07-27ofz#2759 null dereferenceCaolán McNamara1-4/+6
2017-07-27sw: convert to assertMichael Stahl1-1/+1
2017-07-27sw: assert that index is valid in SwFntObj::DrawText()Michael Stahl1-1/+1
2017-07-27sw: inline pointless RESCHEDULE macroMichael Stahl1-10/+8
2017-07-27tdf#108991 sw: fix crash due to not formatted but "valid" SwTextFrameMichael Stahl1-1/+9
2017-07-27sw: fix string accesses in SwScanner::NextWord() (related: tdf#109081)Michael Stahl1-2/+10
2017-07-27loplugin:externandnotdefined + loplugin:unreffunJan-Marek Glogowski1-1/+3
2017-07-27sw: add new TextParagraph property to XTextRangeMiklos Vajna6-0/+39
2017-07-27tdf#109202 Add mimetype to image elementSamuel Mehrbrodt2-0/+11
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke13-49/+49
2017-07-27loplugin:constparams in svxNoel Grandin2-8/+4
2017-07-26Mark SvXMLTokenMapEntry arrays as constantTakeshi Abe2-2/+2
2017-07-26convert SfxGroupId to scoped enumNoel Grandin11-453/+453
2017-07-25convert UNO event ids to scoped enumNoel Grandin28-214/+195
2017-07-25loplugin:unusedmethodsNoel Grandin3-9/+0
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin4-32/+21
2017-07-25tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna2-0/+47
2017-07-24sw: prefix members of SwAccessibleFrameBaseMiklos Vajna2-8/+8
2017-07-24tdf#109306: consider percent unit specification for table sizesMike Kaganski2-0/+13
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin3-4/+3
2017-07-24coverity#1411569 Unchecked dynamic_castCaolán McNamara1-2/+3
2017-07-24sw: non-functional minor cleanupAshod Nakashian6-57/+52
2017-07-24forgot to remove the tests from the test definitionMarkus Mohrhard1-1/+3
2017-07-24screenshots: the screenshots now need a initialized SwModuleMarkus Mohrhard1-0/+2
2017-07-23these tests depend on our additional fontsMarkus Mohrhard1-0/+2
2017-07-23coverity#1415514 Dereference after null checkCaolán McNamara1-1/+1
2017-07-23make this more readableCaolán McNamara1-2/+1
2017-07-23coverity#1415615 avoid Dereference null return value warningCaolán McNamara3-6/+6
2017-07-23coverity#1415614 Out-of-bounds readCaolán McNamara1-9/+7
2017-07-23more related strings togetherCaolán McNamara1-3/+3
2017-07-23cid#1415621: illegal accessesJulien Nabet1-1/+1
2017-07-23sw: these arrays are constantTakeshi Abe1-2/+2
2017-07-23sw: dummy handler for paragraph signingAshod Nakashian6-1/+50
2017-07-23Removed duplicated includesAndrea Gelmini29-38/+0
2017-07-22tdf#109271: Use ScopedVclPtrJulien Nabet1-2/+2
2017-07-21sw: it looks like MoveRange() is never called withMichael Stahl1-2/+3
2017-07-21tdf#99692 sw: fix bookmark positions in tables at start of redlinesMichael Stahl1-3/+10
2017-07-21Initializing Date with an arbitrary day count is nonsenseEike Rathke1-1/+1
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke3-4/+4
2017-07-21Fix typosAndrea Gelmini2-2/+2
2017-07-21despite the comment and missing translation, REDLINE undo comment gets usedCaolán McNamara1-2/+2
2017-07-21tdf#108867 sw: fix dangling text box frame format pointers in UndoMichael Stahl2-0/+19
2017-07-21make sure the strings for each undo matchCaolán McNamara1-162/+396
2017-07-21can use the "real" type for RES_SRCTYPES nowCaolán McNamara2-15/+9
2017-07-21de-hrc various thingsCaolán McNamara196-1063/+275
2017-07-21migrate to boost::gettextCaolán McNamara544-12259/+6204
2017-07-20Added Test to check TableAutoFormat Style after Save/LoadVarun Dhall2-0/+308
2017-07-20tdf#46852 fix spellcheck continue at beginningLuke Deller1-5/+11
2017-07-20tdf#109197 crash when deleting user field variables in swNoel Grandin1-1/+4