summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23various untrusted loop boundsCaolán McNamara1-27/+62
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-2/+2
2014-04-23coverity#707841 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-22filter: sal_Bool->boolNoel Grandin1-76/+76
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák1-3/+8
2014-04-16Related: #i124661# crash when loading and re-saving ppt file...Steve Yin1-12/+14
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-9/+0
2014-04-13handle .doc cropping also inside groups (fdo#38411)Luboš Luňák1-2/+3
2014-04-11coverity#707839 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-04-11Avoid possible memory leaks in case of exceptionsTakeshi Abe1-10/+5
2014-04-09Avoid possible memory leaks in case of exceptionsTakeshi Abe1-14/+9
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin1-76/+76
2014-03-29few more type fixesMatúš Kukan1-2/+2
2014-03-28Resolves: i124477 set object shadow always at PPT import...Armin Le Grand1-28/+38
2014-03-14svx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-5/+5
2014-03-09coverity#705649 Resource leakCaolán McNamara1-5/+14
2014-03-06coverity#735429 Dead default in switchCaolán McNamara1-2/+0
2014-03-05Resolves: #i119480# Fixed import of curves from PPTAndre Fischer1-0/+18
2014-03-02coverity#704638 Dereference after null checkCaolán McNamara1-44/+47
2014-02-27Remove visual noise from filterAlexander Wilms1-42/+42
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-23coverity#704639 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-19coverity#984090 Uninitialized scalar fieldCaolán McNamara1-0/+4
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-75/+75
2014-02-12that delete of pWrapPolygon looks dodgy to meCaolán McNamara1-10/+6
2014-02-12coverity#1169881 Use after freeCaolán McNamara1-1/+2
2014-02-11coverity#708947 Empty virtual destructorCaolán McNamara1-5/+0
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-28/+28
2014-01-29-Werror=maybe-uninitializedMatúš Kukan1-1/+1
2014-01-29coverity#1157791 Division or modulo by zeroCaolán McNamara1-2/+4
2014-01-28bool improvementsStephan Bergmann1-14/+14
2014-01-19fix the buildMarkus Mohrhard1-1/+1
2014-01-19CID#705650: fix memory leakMarkus Mohrhard1-0/+3
2014-01-14longparas: expand STRING_LEN to text length locallyCaolán McNamara1-2/+2
2014-01-14Fix conversion from MS-ODRAW gtextSpacing to SvxCharScaleWidthItemStephan Bergmann1-1/+1
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-10/+10
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-23Lenght -> LengthJulien Nabet1-28/+28
2013-11-19fdo#66854 keep shadow distance of non-supported MSO shadow typeAndras Timar1-1/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3