summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna2-0/+18
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-8/+1
2016-06-23integrate libzmfAleksas Pantechovskis3-0/+27
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna2-0/+18
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-4/+5
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-15/+20
2016-06-17Remove the "using namespace std" from filterMark Page6-34/+27
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara2-2/+6
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas6-1/+13
2016-06-13loplugin:sallogareasStephan Bergmann2-3/+3
2016-06-13Fix typosAndrea Gelmini1-4/+4
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2-3/+4
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-8/+2
2016-06-10Clean up uses of Any::getValue() in filterStephan Bergmann5-53/+54
2016-06-10dispose of ImplEscherExSdr correctlyNoel Grandin1-0/+6
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko11-44/+11
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-06-08Simplify GfxLink using smart pointersMark Page1-2/+1
2016-06-07tdf#99589 tolower / toupper - dangerous to Turks ...krishna keshav1-2/+3
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl20-94/+95
2016-06-06filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl1-2/+9
2016-06-06filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-0/+1
2016-06-04tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-4/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-1/+1
2016-06-03loplugin:constantparamsNoel Grandin4-33/+24
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin2-5/+5
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2-42/+53
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann2-4/+2
2016-05-30Convert FontRelief to scoped enumNoel Grandin3-8/+8
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin5-17/+17
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+3
2016-05-26tdf#93243 Replacing boost::bind with C++11 lambdasHelena Svobodova1-24/+24
2016-05-26loplugin:unusedmethodsNoel Grandin1-3/+0
2016-05-26loplugin:unusedreturntypesNoel Grandin2-3/+3
2016-05-26Convert MtfConversion to scoped enumNoel Grandin1-2/+2
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl2-6/+8
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-2/+1
2016-05-25Convert Disposal to scoped enumNoel Grandin2-4/+4
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-05-23convert tnode to scoped enumNoel Grandin2-57/+57
2016-05-21coverity#1362017 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin5-19/+19
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2-31/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin2-3/+5
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2-0/+31