summaryrefslogtreecommitdiff
path: root/filter/source/textfilterdetect/filterdetect.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: filterStephan Bergmann1-8/+8
2022-04-13tdf#139991: move 0-byte file handling to SfxFrameLoader_Impl::loadMike Kaganski1-52/+1
2022-02-02Fix typosAndrea Gelmini1-1/+1
2022-01-31Open empty (0 bytes) ods as spreadsheetSzymon Kłos1-1/+6
2021-12-21filter: try to detect 0-byte DOC files based on extensionMiklos Vajna1-1/+5
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-19/+19
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-7/+7
2021-05-03tdf#123476: also use filter by extension when its service is the sameMike Kaganski1-3/+15
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna1-1/+31
2019-12-17tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen1-1/+0
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): filterStephan Bergmann1-1/+1
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2017-12-13tdf#114428 filter: recognize XHTML with XML declaration as HTMLMiklos Vajna1-3/+21
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-1/+1
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-4/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-03-17loplugin:constantparam in toolsNoel Grandin1-1/+1
2015-12-23loplugin:unusedfields in filterNoel Grandin1-5/+4
2015-10-01com::sun::star->css in filter/Noel Grandin1-3/+3
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-1/+27
2015-02-18filter: use constructor for filter moduleChris Sherlock1-6/+7
2015-02-18Revert "filter: use constructor for filter module"Chris Sherlock1-7/+6
2015-02-18filter: use constructor for filter moduleChris Sherlock1-6/+7
2014-08-29We don't check the extension for htmlMaxim Monastirsky1-9/+7
2014-07-08avoid problems detecting HTML files with .xls ext.David Tardon1-4/+2
2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky1-57/+121
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-01-16fdo#54938: Convert filter to cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-12-11Open .tab files with CalcMaxim Monastirsky1-0/+2
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky1-0/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-07Modernize the type detection service instantiation a bit.Kohei Yoshida1-22/+27
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida1-1/+1
2012-05-25Do the real detection work for plain text & forgot to add a makefile.Kohei Yoshida1-26/+75
2012-05-25Initial skeleton code for plain text filter detection service.Kohei Yoshida1-0/+120