summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2015-06-29coverity#1308592 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308561 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-5/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann3-6/+6
2015-06-22Fix typosAndrea Gelmini2-5/+5
2015-06-20filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupportMichael Stahl1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe13-43/+42
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin4-12/+6
2015-06-15Fix typosAndrea Gelmini1-1/+1
2015-06-13Fix typosAndrea Gelmini1-2/+2
2015-06-13remove unused codeAndras Timar1-91/+0
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-10Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara1-20/+27
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann24-53/+53
2015-06-05Let JUnit take care of exceptionsNoel Grandin2-135/+82
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin6-33/+33
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann3-4/+4
2015-06-01Remove unused icgm filter VirtualDevice member.Michael Meeks2-3/+0
2015-06-01tdf#91782 - fix VirtualDevice allocation crasher in eps filter.Julien Nabet1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin8-9/+9
2015-05-29store FilterConfigItem options in disposeLászló Németh2-0/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-28tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks1-0/+2
2015-05-26tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks3-3/+3
2015-05-25remove some unnecessary casts and convert some to const_castNoel Grandin1-2/+2
2015-05-22loplugin:constantfunctionNoel Grandin4-14/+0
2015-05-21Use delegating constructorStephan Bergmann1-22/+17
2015-05-21convert CVT constants to scoped enumNoel Grandin4-9/+9
2015-05-21tdf#90999: Import spreadsheetML cells with inline formatting tagsRobert Antoni Buj Gelonch1-7/+6
2015-05-20enable Apple Numbers importDavid Tardon3-0/+60
2015-05-20enable Apple Pages importDavid Tardon3-0/+60
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-4/+4
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin1-3/+3
2015-05-19upload libwps 0.4.0osnola5-0/+122
2015-05-18cleanup XMLFilterSettingsDialogTomaž Vajngerl1-88/+17
2015-05-18Remove include stdio (part2)Julien Nabet10-17/+0
2015-05-17enable new formats supported by libmwawDavid Tardon5-0/+122
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-2/+2
2015-05-15odf2xhtml: tdf#66305 do not display the page numbers in TOCRobert Antoni Buj Gelonch1-0/+7
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara5-5/+5
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin9-357/+373
2015-05-14odf2xhtml: #tdf66999 there is no attribute 'name'Robert Antoni Buj Gelonch1-1/+1
2015-05-14odf2xhtml: #tdf66999 character '–' is not allowed in the value of attribute...Robert Antoni Buj Gelonch1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+2