summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-03-16ofz#876 avoid accessing empty rowsCaolán McNamara1-0/+4
2017-03-14ofz#829 ensure palette can fulfil largest index usedCaolán McNamara1-25/+40
2017-03-03ofz: init varsCaolán McNamara1-7/+7
2017-03-02ofz#668: check nTargetBits sizeCaolán McNamara1-1/+4
2017-02-28ofz: don't read data that isn't thereCaolán McNamara1-5/+11
2017-02-23Resolves: ofz#668 check for massive row lengths before trying to allocate themCaolán McNamara1-5/+15
2017-02-23ofz: don't read data that isn't thereCaolán McNamara1-0/+4
2017-02-01Resolves: ofz#488 check remaining size while parsingCaolán McNamara1-28/+53
2017-02-01ofz: tidy up eps preview importCaolán McNamara1-32/+46
2017-01-18ofz#414 crash in DXFHatchEntity::EvaluateGroupCaolán McNamara3-3/+17
2017-01-16ofz: ensure nOldSize is > 0Caolán McNamara1-2/+2
2017-01-16guard against self-recursive GetBoundingBoxCaolán McNamara3-1/+13982
2017-01-13avoid infinite loops in dxf renderingCaolán McNamara3-14/+17337
2016-11-28tdf#104144: Missing dashed border, "break" should be "fallthrough" after allStephan Bergmann1-2/+1
2016-11-22trivial makefile cleanupsMichael Stahl2-5/+5
2016-11-21convert inventorId to scoped enumNoel Grandin2-3/+3
2016-11-21correct UIName of legacy StarOffice Text Documentosnola2-2/+2
2016-11-21rename makefile to match the module nameDavid Tardon2-1/+1
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-16new loplugin finalprotectedNoel Grandin3-5/+0
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-14Avoid -fsanitize=nullStephan Bergmann3-38/+27
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin3-4/+4
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-8/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-6/+6
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin7-166/+78
2016-11-02check only Column elements when computing column indexDavid Tardon1-3/+3
2016-11-02check only Row elements when computing row indexDavid Tardon1-3/+3
2016-11-02rhbz#1390776 check only Row elements when computing row indexDavid Tardon1-3/+3
2016-11-01Decrease SpreadsheetML import time to prevent "General input/output error"Шиповський Роман1-2/+2
2016-10-27filter: use comphelper::containerToSequence() in ImpPDFTabDialogMiklos Vajna1-61/+17
2016-10-26Revert "clang plugin for push_back after using sized constructor"Stephan Bergmann1-2/+1
2016-10-26try and silence coverity#1374267 Out-of-bounds accessCaolán McNamara1-11/+12
2016-10-26The default std::less<sal_uInt16> is fineTakeshi Abe2-12/+2
2016-10-24Simplify code furtherStephan Bergmann2-9/+3
2016-10-24fixes for >>= with rhs AnyJochen Nitschke2-7/+4
2016-10-21clang plugin for push_back after using sized constructorCaolán McNamara1-1/+2
2016-10-21loplugin:expandablemethodds in include/filterNoel Grandin2-2/+2
2016-10-21implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara1-37/+105
2016-10-21split MSCodec_Std97 into a baseclass MSCodec97Caolán McNamara1-15/+19
2016-10-21move some useful header information to mscodec for reuseCaolán McNamara1-0/+20
2016-10-20be more c++yCaolán McNamara1-6/+2
2016-10-20Any can't be nested ...Jochen Nitschke1-18/+0
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke2-2/+2
2016-10-19two elements at the same packing positionCaolán McNamara1-3/+3
2016-10-19loplugin:expandablemethodds in filter..formsNoel Grandin10-29/+5
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-16clang-cl loplugin: filterStephan Bergmann2-2/+2