summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
...
* STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2016-06-021-1/+1
* Convert VCL_MESSAGE to scoped enumNoel Grandin2016-06-011-1/+1
* Convert GfxLinkType to scoped enumNoel Grandin2016-05-312-5/+5
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2016-05-302-42/+53
* Some clean up of uses of css::uno::Any::setValueStephan Bergmann2016-05-302-4/+2
* Convert FontRelief to scoped enumNoel Grandin2016-05-303-8/+8
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* Convert GRAPHIC to scoped enumNoel Grandin2016-05-275-17/+17
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-271-1/+3
* tdf#93243 Replacing boost::bind with C++11 lambdasHelena Svobodova2016-05-261-24/+24
* loplugin:unusedmethodsNoel Grandin2016-05-261-3/+0
* loplugin:unusedreturntypesNoel Grandin2016-05-262-3/+3
* Convert MtfConversion to scoped enumNoel Grandin2016-05-261-2/+2
* filter: generate that with the python script, not BOOST_PPMichael Stahl2016-05-252-6/+8
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-2/+1
* Convert Disposal to scoped enumNoel Grandin2016-05-252-4/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-2/+2
* convert tnode to scoped enumNoel Grandin2016-05-232-57/+57
* coverity#1362017 Uninitialized scalar fieldCaolán McNamara2016-05-211-0/+1
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-205-19/+19
* Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2016-05-192-31/+0
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-192-3/+5
* tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2016-05-192-0/+31
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-189-158/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-2/+2
* tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht2016-05-166-8/+43
* Fix typosAndrea Gelmini2016-05-161-1/+1
* coverity#1361575 Logically dead codeCaolán McNamara2016-05-151-1/+1
* filter: convert boost::bindMichael Stahl2016-05-131-9/+8
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-131-151/+158
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-123-7/+5
* Include cppumaker-generated .hpp, not .hdlStephan Bergmann2016-05-111-1/+1
* Fix typosAndrea Gelmini2016-05-101-9/+9
* Presumably missing break in switchStephan Bergmann2016-05-101-0/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-103-0/+37
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-17/+17
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-107-0/+11
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-092-3/+3
* tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta2016-05-071-0/+25
* tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski2016-05-051-28/+26
* filter: svg: avoid undefined variablesHenry Castro2016-05-041-3/+5
* use Any constructor instead of temporariesNoel Grandin2016-05-042-70/+32
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-6/+3
* Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann2016-05-041-34/+39
* -Werror,-Wpessimizing-moveStephan Bergmann2016-05-031-1/+1
* loplugin:passstuffbyrefStephan Bergmann2016-05-032-2/+2
* use unique_ptrDavid Tardon2016-05-034-12/+14
* drop obsolete commentDavid Tardon2016-05-031-2/+0