summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin9-158/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-16 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht6-8/+43
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-15coverity#1361575 Logically dead codeCaolán McNamara1-1/+1
2016-05-13filter: convert boost::bindMichael Stahl1-9/+8
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin1-151/+158
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin3-7/+5
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Fix typosAndrea Gelmini1-9/+9
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann3-0/+37
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-17/+17
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann7-0/+11
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin2-3/+3