summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-09-18if nSize was 1 with unicode encodingCaolán McNamara1-1/+2
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara3-42/+40
2015-09-18reusing i here from the outer loop is definitely bogusCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara8-16/+17
2015-09-17boost->stdCaolán McNamara8-17/+16
2015-09-14Fix typo in (my) commit 6f971c4de0d5377a9dd8e010512f5abbd399231eMatteo Casalin1-1/+1
2015-09-14Avoid getTokenCount in ImplSdPPTImport::ImportMatteo Casalin1-9/+11
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-39/+39
2015-08-29check stream statusCaolán McNamara1-0/+8
2015-08-28check stream statusCaolán McNamara1-9/+25
2015-08-28guard against 0 item sizeCaolán McNamara1-2/+9
2015-08-28check seeks and readsCaolán McNamara2-18/+32
2015-08-28clip strings to max available sizeCaolán McNamara1-6/+19
2015-08-27check status of SeekToCaolán McNamara1-2/+4
2015-08-27avoid loops in atom chainsCaolán McNamara1-1/+7
2015-08-27check seek for successCaolán McNamara1-1/+5
2015-08-27avoid hang in certain pptsCaolán McNamara1-1/+1
2015-08-27check for stream status after a read, not after a seekCaolán McNamara1-10/+15
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara1-14/+21
2015-08-27coverity#738814 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-26various hangs, check seeks and record lengthsCaolán McNamara1-2/+4
2015-08-26don't hang on unreachable record endsCaolán McNamara1-1/+6
2015-08-26add ppt to fftesterCaolán McNamara1-5/+41
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-29/+12
2015-08-25Fix tdf#80224 Custom text color changed to black on .PPTX exportMark Hung3-1/+9
2015-08-20loplugin:defaultparamsNoel Grandin7-38/+38
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2-6/+8
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara1-2/+2
2015-08-18rBaseURL argument now unusedCaolán McNamara1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud2-3/+6
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin1-1/+1
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-2/+1
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+3
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin3-13/+13
2015-07-16loplugin:simplifyboolStephan Bergmann2-4/+4
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2-3/+3
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-14/+14
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-2/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-2/+2
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-15refactor SdHtmlAttrPreview to use RenderContextTomaž Vajngerl2-23/+19