summaryrefslogtreecommitdiff
path: root/filter/source/flash
AgeCommit message (Expand)AuthorFilesLines
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-29ref-counting vcl::Window subclassesNoel Grandin2-2/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-06loplugin: cstylecastNoel Grandin2-36/+36
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin4-30/+30
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-9/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin4-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin3-13/+13
2014-08-21stario -> css::ioThomas Arnhold1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud2-8/+8
2014-07-18coverity#704477 Division or modulo by float zeroCaolán McNamara1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-2/+2
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-8/+1
2014-05-28coverity#704475 Division or modulo by float zeroCaolán McNamara1-4/+4
2014-05-13improve some spelling and grammarNoel Grandin1-16/+14
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-3/+2
2014-04-22filter: sal_Bool->boolNoel Grandin6-71/+71
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14THEFUTURE is unused ;)Thomas Arnhold4-47/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann5-12/+67
2014-04-11Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+2
2014-04-08Resolves: #i56084# added support for export selection in swf exportArmin Le Grand3-26/+161
2014-04-05Avoid possible resource leaks in case of exceptionsTakeshi Abe1-17/+14
2014-04-04Drop dead code since 2002Takeshi Abe6-192/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-24/+24
2014-03-21coverity#705160 Missing break in switchCaolán McNamara1-1/+2
2014-03-21coverity#705159 Missing break in switchCaolán McNamara1-0/+1
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10filter: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-12/+1
2014-02-27Remove visual noise from filterAlexander Wilms7-26/+26
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-36/+36
2014-02-23Remove unneccessary commentsAlexander Wilms7-133/+133
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-02-08coverity#707788 Unitialized scalar fieldNorbert Thiebaud1-4/+9
2014-02-06Typo: formating -> formattingJulien Nabet1-1/+1
2014-02-06coverity#707787 Uninitialized scalar fieldCaolán McNamara1-6/+8
2014-02-06coverity#707789 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-02-06coverity#707791 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-02-06coverity#707792 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann2-5/+5
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza1-27/+3
2014-01-14Be explicit when using bool as integral valueStephan Bergmann2-5/+5