summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* convert PolyFlags to scoped enumNoel Grandin2016-12-078-25/+25
* crashtesting: "use" loop in moz325427-1.svgCaolán McNamara2016-12-071-19/+29
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-1/+1
* Change Read/Write access to Scoped Read/Write accessMark Page2016-12-062-9/+5
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* convert PolyStyle to scoped enumNoel Grandin2016-12-065-17/+17
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-0510-13/+13
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* add separate MS PowerPoint 3 filter (libmwaw)David Tardon2016-12-053-0/+52
* silence some BAD_SHIFTsCaolán McNamara2016-12-051-1/+1
* convert E_GRAPH_PROV constants to typed_flagsNoel Grandin2016-12-051-3/+3
* Rewrite some (trivial) assignments inside if/while conditions: filterStephan Bergmann2016-11-292-2/+4
* loplugin:unnecessaryoverride (dtors) in filterStephan Bergmann2016-11-284-20/+0
* tdf#104144: Missing dashed border, "break" should be "fallthrough" after allStephan Bergmann2016-11-281-2/+1
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-242-6/+6
* trivial makefile cleanupsMichael Stahl2016-11-222-5/+5
* convert inventorId to scoped enumNoel Grandin2016-11-212-3/+3
* correct UIName of legacy StarOffice Text Documentosnola2016-11-212-2/+2
* rename makefile to match the module nameDavid Tardon2016-11-212-1/+1
* add missing deps on ui filesDavid Tardon2016-11-211-0/+4
* gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud2016-11-201-1/+1
* new loplugin finalprotectedNoel Grandin2016-11-163-5/+0
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* Avoid -fsanitize=nullStephan Bergmann2016-11-143-38/+27
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-113-4/+4
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* 'make screenshot' loplugin fixesStephan Bergmann2016-11-101-8/+1
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-6/+6
* loplugin:oncevar in desktop..filterNoel Grandin2016-11-047-166/+78
* check only Column elements when computing column indexDavid Tardon2016-11-021-3/+3
* check only Row elements when computing row indexDavid Tardon2016-11-021-3/+3
* rhbz#1390776 check only Row elements when computing row indexDavid Tardon2016-11-021-3/+3
* Decrease SpreadsheetML import time to prevent "General input/output error"Шиповський Роман2016-11-011-2/+2
* filter: use comphelper::containerToSequence() in ImpPDFTabDialogMiklos Vajna2016-10-271-61/+17
* Revert "clang plugin for push_back after using sized constructor"Stephan Bergmann2016-10-261-2/+1
* try and silence coverity#1374267 Out-of-bounds accessCaolán McNamara2016-10-261-11/+12
* The default std::less<sal_uInt16> is fineTakeshi Abe2016-10-262-12/+2
* Simplify code furtherStephan Bergmann2016-10-242-9/+3
* fixes for >>= with rhs AnyJochen Nitschke2016-10-242-7/+4
* clang plugin for push_back after using sized constructorCaolán McNamara2016-10-211-1/+2
* loplugin:expandablemethodds in include/filterNoel Grandin2016-10-212-2/+2
* implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara2016-10-211-37/+105
* split MSCodec_Std97 into a baseclass MSCodec97Caolán McNamara2016-10-211-15/+19
* move some useful header information to mscodec for reuseCaolán McNamara2016-10-211-0/+20
* be more c++yCaolán McNamara2016-10-201-6/+2
* Any can't be nested ...Jochen Nitschke2016-10-201-18/+0
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-192-2/+2
* two elements at the same packing positionCaolán McNamara2016-10-191-3/+3
* loplugin:expandablemethodds in filter..formsNoel Grandin2016-10-1910-29/+5
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1