summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)AuthorFilesLines
2014-07-07don't terminate via unhandled exception on loading rhbz1013280-2.pptCaolán McNamara2-4/+19
2014-07-04Resolves: #i124825# secure usage of object ID...Armin Le Grand1-2/+10
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-12/+8
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-8/+8
2014-06-17coverity#736036 Missing break in switchCaolán McNamara1-10/+10
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-13loplugin:staticcallStephan Bergmann1-4/+4
2014-05-23fdo#79078 restore transparency in SVG exportLászló Németh1-2/+2
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann2-4/+4
2014-05-14remove external header guardsThomas Arnhold1-1/+1
2014-04-23coverity#707858 Uninitialized scalar fieldCaolán McNamara2-4/+2
2014-04-22filter: sal_Bool->boolNoel Grandin12-278/+278
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-16/+0
2014-04-12Avoid possible memory leaks in case of exceptionsTakeshi Abe2-6/+4
2014-04-11Resolves: i124608 when exporting selection...Armin Le Grand3-7/+75
2014-04-08loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-04-08Resolves: #i124608# functionality to export only selected objects...Armin Le Grand3-11/+76
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin3-77/+77
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann6-59/+72
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10filter: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-13/+1
2014-03-10coverity#707857 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-03-04warning C4310: cast truncates constant valueStephan Bergmann1-1/+1
2014-03-03Remove SAL_CALL from isStreamSvg & isStreamGZipTomaž Vajngerl1-2/+2
2014-03-02fdo#75487 Add support for svgz to SvgFilter and co.Tomaž Vajngerl3-52/+113
2014-03-02fdo#72448 fix gradient color/transparency pos. in SVG exportLászló Németh2-12/+4
2014-02-27Remove visual noise from filterAlexander Wilms8-133/+133
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-47/+47
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms7-96/+96
2014-02-21coverity#738648 unused mbLinearBoundingBoxUnitsCaolán McNamara1-1/+0
2014-02-21coverity#738649 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-6/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+3
2014-02-18coverity#984092 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-02-18coverity#984093 Uninitialized scalar fieldNorbert Thiebaud1-5/+7
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-13Use string literal directly.Jan Holesovsky1-2/+2
2014-02-13fdo#74218 add SVG header when exporting via mtfTomaž Vajngerl1-1/+13
2014-02-12cid#736039 missing break in switchNoel Grandin1-5/+5
2014-02-12cid#736038 missing break in switchNoel Grandin1-1/+1
2014-02-12coverity#705173 missing break in switchNoel Grandin1-8/+8
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-01cppcheck: redundantAssignmentJulien Nabet1-4/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-08fdo#39206 Add support for image transformation in SVG ImportSamuel Mehrbrodt1-1/+16
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-2/+8