summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt
AgeCommit message (Expand)AuthorFilesLines
2015-10-02check stream status and string lengthsCaolán McNamara3-42/+43
2015-10-02reusing i here from the outer loop is definitely bogusCaolán McNamara1-3/+3
2015-08-31check stream statusCaolán McNamara1-0/+8
2015-08-31check stream statusCaolán McNamara1-9/+25
2015-08-31guard against 0 item sizeCaolán McNamara1-2/+9
2015-08-31check seeks and readsCaolán McNamara2-18/+32
2015-08-31check for stream status after a read, not after a seekCaolán McNamara1-10/+15
2015-08-31avoid loops in atom chainsCaolán McNamara1-1/+7
2015-08-31check status of SeekToCaolán McNamara1-2/+4
2015-08-31clip strings to max available sizeCaolán McNamara1-7/+20
2015-08-31check seek for successCaolán McNamara1-1/+5
2015-08-31avoid hang in certain pptsCaolán McNamara1-1/+1
2015-08-31extend seek, loop ending tests to ppt specific codeCaolán McNamara1-14/+21
2015-08-31various hangs, check seeks and record lengthsCaolán McNamara1-2/+4
2015-08-31don't hang on unreachable record endsCaolán McNamara1-1/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-6/+7
2014-11-13loplugin: cstylecastNoel Grandin1-34/+34
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-20coverity#704010 Unchecked return valueCaolán McNamara1-1/+1
2014-10-10coverity#1242757 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-06fdo#75757: remove inheritance to std::vectorTakeshi Abe1-15/+14
2014-10-04coverity#1242757 Result is not floating-pointNorbert Thiebaud1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist1-3/+3
2014-08-17check TRG_HasMasterPage before TRG_GetMasterPageCaolán McNamara1-1/+1
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-1/+1
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-4/+4
2014-07-31Consistency around SdrMetricItemStephan Bergmann1-1/+1
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard5-146/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-30coverity#705222 Missing break in switchCaolán McNamara1-0/+1
2014-05-30coverity#705223 Missing break in switchCaolán McNamara1-0/+1
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet1-6/+6
2014-04-24sd: sal_Bool->boolNoel Grandin7-127/+127
2014-04-21remove comments why a file gets includedThomas Arnhold2-5/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-5/+1
2014-04-14typo: atim -> atomThomas Arnhold1-1/+1
2014-04-14typo: suiteable -> suitableThomas Arnhold1-2/+2
2014-04-14typo: secunden -> secondsThomas Arnhold1-1/+1
2014-04-07coverity#708128 Uninitialized scalar fieldCaolán McNamara1-9/+12
2014-04-07coverity#708126 Uninitialized scalar fieldCaolán McNamara1-6/+9
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin1-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31coverity#704291 Logically dead codeCaolán McNamara1-39/+25
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-7/+7