summaryrefslogtreecommitdiffstats
path: root/filter/source
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-301-1/+1
* coverity#1308592 Uncaught exceptionCaolán McNamara2015-06-291-1/+1
* coverity#1308561 Uncaught exceptionCaolán McNamara2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-5/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-253-6/+6
* Fix typosAndrea Gelmini2015-06-222-5/+5
* filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupportMichael Stahl2015-06-201-2/+2
* Fix typosAndrea Gelmini2015-06-181-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-1713-43/+42
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-154-12/+6
* Fix typosAndrea Gelmini2015-06-151-1/+1
* Fix typosAndrea Gelmini2015-06-131-2/+2
* remove unused codeAndras Timar2015-06-131-91/+0
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-1/+1
* Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2015-06-101-20/+27
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0824-53/+53
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-046-33/+33
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-023-4/+4
* Remove unused icgm filter VirtualDevice member.Michael Meeks2015-06-012-3/+0
* tdf#91782 - fix VirtualDevice allocation crasher in eps filter.Julien Nabet2015-06-011-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-018-9/+9
* store FilterConfigItem options in disposeLászló Németh2015-05-292-0/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-3/+3
* tdf#91652 - store PDF FilterConfigItem options in dispose.Michael Meeks2015-05-281-0/+2
* tdf#91416 - fix some incorrectly allocated VirtualDevices.Michael Meeks2015-05-263-3/+3
* remove some unnecessary casts and convert some to const_castNoel Grandin2015-05-251-2/+2
* loplugin:constantfunctionNoel Grandin2015-05-224-14/+0
* Use delegating constructorStephan Bergmann2015-05-211-22/+17
* convert CVT constants to scoped enumNoel Grandin2015-05-214-9/+9
* tdf#90999: Import spreadsheetML cells with inline formatting tagsRobert Antoni Buj Gelonch2015-05-211-7/+6
* enable Apple Numbers importDavid Tardon2015-05-202-0/+58
* enable Apple Pages importDavid Tardon2015-05-202-0/+58
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-202-4/+4
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-1/+1
* remove the last of the OUString #defines in header filesNoel Grandin2015-05-191-3/+3
* upload libwps 0.4.0osnola2015-05-194-0/+118
* cleanup XMLFilterSettingsDialogTomaž Vajngerl2015-05-181-88/+17
* Remove include stdio (part2)Julien Nabet2015-05-1810-17/+0
* enable new formats supported by libmwawDavid Tardon2015-05-174-0/+118
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-152-2/+2
* odf2xhtml: tdf#66305 do not display the page numbers in TOCRobert Antoni Buj Gelonch2015-05-151-0/+7
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-155-5/+5
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-158-356/+372
* odf2xhtml: #tdf66999 there is no attribute 'name'Robert Antoni Buj Gelonch2015-05-141-1/+1
* odf2xhtml: #tdf66999 character '–' is not allowed in the value of attribute...Robert Antoni Buj Gelonch2015-05-141-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-4/+4
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-2/+2