summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
AgeCommit message (Expand)AuthorFilesLines
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-2/+2
2017-09-29ofz: timeoutCaolán McNamara1-2/+1
2017-09-26ofz timeouts in pptfuzzerCaolán McNamara1-3/+2
2017-09-20filter,sc: try to prevent potential SeekToEndOfRecord infinite loopsMichael Stahl2-9/+29
2017-09-19ofz#2538 avoid oomCaolán McNamara1-9/+13
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin1-8/+8
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin1-6/+6
2017-09-16convert SvxTimeType to scoped enumNoel Grandin1-1/+1
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-3/+3
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin2-7/+7
2017-09-06bBObjIsTemporary is never readJulien Nabet1-6/+1
2017-09-04fix DEBUG_FILTER_MSDFFIMP codeCaolán McNamara1-7/+7
2017-09-04coverity#1417293 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke4-111/+116
2017-08-28Follow up changes related to DOCX form control exportTamás Zolnai1-16/+14
2017-08-28crashtesting: failure on exporting tdf95568-1.ots to xlsxCaolán McNamara1-3/+7
2017-08-27replace magic numbers for ppt view typesJochen Nitschke1-1/+3
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-1/+19
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-4/+4
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-1/+1
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke1-1/+1
2017-08-09tdf#111480 Circular text was imported horizontallySzymon Kłos1-1/+1
2017-08-08loplugin:constantparamNoel Grandin2-7/+4
2017-08-04rename Anz->Cnt in filterNoel Grandin2-61/+61
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-4/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-31loplugin:constparams in filterNoel Grandin2-8/+8
2017-07-27loplugin:constparams in filterNoel Grandin5-30/+30
2017-07-13convert pXRelTo/pYRelTo to boost::optionalNoel Grandin1-29/+7
2017-07-13ofz#2332 fix dangling pCObjCaolán McNamara1-0/+2
2017-07-13Show document title for embedded documentsSzymon Kłos1-0/+8
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin2-59/+59
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-11ofz#2538: avoid oomCaolán McNamara1-9/+0
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-5/+5
2017-07-10loplugin:useuniqueptr in filterNoel Grandin3-87/+53
2017-07-06ofz#2410 avoid oomCaolán McNamara1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-5/+4
2017-06-28Watermark: tdf#91687 correct size in the .docSzymon Kłos2-5/+33
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-23loplugin:oncevar filter..formsNoel Grandin5-33/+18
2017-06-21convert ErrCode to strong typedefNoel Grandin1-3/+3
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-25/+25
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1