summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-04-23ofz: check bounds on readCaolán McNamara3-19/+31
2017-04-23valgrind: use of uninitialized valuesCaolán McNamara1-24/+24
2017-04-23ofz#875 limit depth to max legal depthCaolán McNamara1-10/+18
2017-04-23ofz#829 ensure palette can fulfil largest index usedCaolán McNamara1-25/+40
2017-04-23ofz#876 avoid accessing empty rowsCaolán McNamara1-0/+4
2017-04-23ofz: use after freeCaolán McNamara1-1/+12
2017-04-05sType and sSubType are already normalized to ASCII lower caseMike Kaganski1-3/+3
2017-04-05tdf#106955: Detect XML by MediaTypeMike Kaganski2-3/+45
2017-04-05tdf#106525: Implement an XSLT import filter for ADO rowset XMLMike Kaganski6-0/+278
2017-03-06ofz: init varsCaolán McNamara1-7/+7
2017-03-06ofz#668: check nTargetBits sizeCaolán McNamara1-1/+4
2017-02-27ofz: don't read data that isn't thereCaolán McNamara1-5/+11
2017-02-27ofz: don't read data that isn't thereCaolán McNamara1-0/+4
2017-02-08Resolves: ofz#488 check remaining size while parsingCaolán McNamara1-28/+54
2017-02-08ofz: tidy up eps preview importCaolán McNamara1-37/+51
2017-02-08ofz#414 crash in DXFHatchEntity::EvaluateGroupCaolán McNamara3-3/+17
2017-02-08ofz: ensure nOldSize is > 0Caolán McNamara1-2/+2
2017-02-08guard against self-recursive GetBoundingBoxCaolán McNamara3-1/+13982
2017-02-08avoid infinite loops in dxf renderingCaolán McNamara3-14/+17337
2017-02-08tdf#103552: Decrease SpreadsheetML import time to prevent "General input/outp...Шиповський Роман1-2/+2
2016-10-26implement CryptoAPI RC4+SHA1 encryption scheme for xls importCaolán McNamara1-60/+146
2016-09-26Resolves: tdf#99273 can't save specific docxCaolán McNamara1-2/+11
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2-3/+4
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-15/+17
2016-07-20use Any constructor instead of temporariesNoel Grandin2-68/+31
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock23-23/+23
2016-07-20Fix typosAndrea Gelmini6-11/+11
2016-07-20unnecessary use of OUString constructorNoel Grandin1-4/+4
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock5-14/+14
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-07-20Fix typosAndrea Gelmini20-33/+33
2016-07-12loplugin:unusedfieldsNoel Grandin1-1/+0
2016-07-12loplugin:unusedfields variousNoel Grandin1-7/+0
2016-07-12Remove excess newlinesChris Sherlock84-526/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin8-193/+5
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin2-6/+6
2016-07-07comphelper: initial SfxFilterFlags::SUPPORTSSIGNINGMiklos Vajna3-1/+8
2016-07-01bccu#1916 - svg-export - Removal of the SVG 1.1 path API in ChromeMarco Cecchetti1-2/+990
2016-07-01bccu#1910 - better handling of not supported animation nodes.Marco Cecchetti1-1/+7
2016-07-01bccu#1900 - added support for discrete activitiesMarco Cecchetti1-18/+311
2016-07-01bccu#1900 - additive and calc mode were not parsed correctlyMarco Cecchetti1-12/+14
2016-07-01bccu#1870 - added support for rotate attributeMarco Cecchetti1-0/+26
2016-07-01avoid 'Compiler Error C2026 string too big, trailing characters truncated'Andras Timar1-1/+1
2016-07-01bccu#1307 - svg filter - added support for clip region meta actionMarco Cecchetti2-4/+116
2016-07-01svg filter - rewritten context handlingMarco Cecchetti2-68/+143
2016-06-30svgfilter - polish code formattingMarco Cecchetti1-28/+24
2016-06-30lool - bccu#1307 - stop colors for background gradient was wrongMarco Cecchetti1-6/+6
2016-06-30lool - bccu#1307 - images must be scaled in a non-uniform wayMarco Cecchetti1-0/+5
2016-06-12bccu#1800 fix bogus loops in slide animations and transitionsAndras Timar1-2/+2