summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann62-198/+198
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann4-6/+6
2017-06-05tdf#58604 keep line break follows hanging punctuation.Mark Hung3-0/+17
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin14-16/+19
2017-06-04Remove usage of OString("")Arnaud Versini1-1/+1
2017-06-02Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna4-0/+90
2017-06-02Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna2-0/+11
2017-06-02Improved loplugin:redundantcast const_cast handling: swStephan Bergmann10-11/+11
2017-06-02fix spelling Countour->ContourNoel Grandin3-8/+8
2017-06-02tdf#107915 Add paragraph and character style aliasesYousuf Philips1-9/+9
2017-06-02tdf#102930 Add custom HIDS for New Address Block pageGabor Kelemen2-0/+16
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann12-18/+18
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin8-23/+23
2017-06-02clang-tidy misc-uniqueptr-reset-releaseNoel Grandin2-2/+2
2017-06-01ofz: InsertWithValidRanges didn't report that it deleted its argument anymoreCaolán McNamara3-9/+14
2017-06-01ofz#1220 sanitize nTyp to legal valuesCaolán McNamara1-1/+1
2017-06-01ofz#1262 sw: DeleteAndJoin could delete proposed new redlineMichael Stahl2-0/+22
2017-06-01wrong resource manager for RID_SVXSTRARY_NUMBERINGTYPECaolán McNamara2-2/+2
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann7-21/+21
2017-06-01sw: add separate DOCM filterMiklos Vajna5-6/+51
2017-06-01sw RTF export: remove redundant virtual keywordsMiklos Vajna3-207/+207
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-31Resolves: tdf#108225 there are *two* possible .ui files for change trackingCaolán McNamara1-0/+65
2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz2-0/+7
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara32-75/+35
2017-05-31tdf#108072: match sprmTFCantSplit with its correct idAron Budea6-9/+23
2017-05-31No need for additional pDlg variableStephan Bergmann1-12/+10
2017-05-31sw RTF export: fix indentationMiklos Vajna1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin8-13/+3
2017-05-30tdf#106950 sw: support CharShadingValue property on paragraph stylesMiklos Vajna3-0/+18
2017-05-30remove duplicate 'using namespace'Jochen Nitschke6-18/+0
2017-05-30Dispose pDlgInterface member during destructionStephan Bergmann1-2/+2
2017-05-30lambda -> function in anonymous namespace.Jan Holesovsky1-19/+23
2017-05-30tdf#107729: Disable toolbar items that are not available yet.Jan Holesovsky1-0/+3
2017-05-30coverity#1411566 Unchecked dynamic_castCaolán McNamara1-6/+12
2017-05-30teach redundantcast plugin about functional castsNoel Grandin25-38/+38
2017-05-30tdf#107589 Make description editable from Options tab.Gulsah Kose5-81/+107
2017-05-29Related: tdf#79167 sw: open the navigator in sidebar from the findbarFrancesco Gradi1-12/+7
2017-05-29tdf#96256 sw: fix scrolling to cursor after pasteMichael Stahl1-0/+1
2017-05-29tdf#107684 DOCX export: fix duplicated <w:outlineLvl> element for stylesMiklos Vajna3-2/+9
2017-05-29sw: prefix members of SwAccessibleParagraphMiklos Vajna2-61/+61
2017-05-29related tdf#82173 writerfilter: ignore case when mapping style nameJustin Luth2-0/+7
2017-05-28coverity#1406097 Dereference null return valueCaolán McNamara1-2/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin6-18/+19
2017-05-28Related: tdf#106950 sw: fix crash on opening this fileMiklos Vajna1-0/+3
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-1/+0
2017-05-28tdf#107837 DOCX export: fix balanced multi-col section at doc endMiklos Vajna4-2/+29
2017-05-28Watermark: VML font-family import for textpathSzymon Kłos3-2/+14
2017-05-27tdf#102915 Restore 'Clear Direct Formatting' to context menuYousuf Philips3-2/+17
2017-05-27tdf#107976 sw: let a view handle multiple transferablesMiklos Vajna3-10/+31